html {
  scroll-behavior: smooth;
}

.marca_terras
{
    color: #D3F900;
}

.marca_devlights
{
    color: #9B68BC;
}

.boton-01
{
    font-family: "Libre Franklin";
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px;
	background-color: #589901;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
    text-decoration: none;
}
    a:hover.boton-01
    {
        text-decoration: underline;
	    color: #FFF;
    }
.boton-02
{
    font-family: "Libre Franklin";
	border-radius: 10px;
	text-transform: uppercase;
	padding: 10px;
	background-color: #011A49;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
    text-decoration: none;
}
    a:hover.boton-02
    {
        text-decoration: underline;
	    color: #FFF;
    }

.titulo_01
{
    color: #0d3378;
    margin: 40px 0 20px;
    border-bottom: 2px solid #0d3378;
    font-weight: bold;
    font-size: 25px;
    display: block;
}
.titulo_02
{
    color: #0d3378;
    margin: 40px 0 20px;
    border-bottom: 2px solid #0d3378;
    font-weight: bold;
    font-size: 30px;
    display: block;
}

.titulo_03 {
    font-family: 'Anton', sans-serif;
    color: #1b2a3d;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
    .titulo_03 .underline {
      width: 48px;
      border-top: 3px solid #8bc53f;
      margin-bottom: 8px;
    }


.descripcion_01
{
    font-size: 20px;
}
.descripcion_02
{
    font-size: 25px;
}

.whatsapp-banner {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    flex: 0 0 auto;
    min-height: 100px;
    padding: 1.25rem 1.5rem;
    margin: 0 auto;
    border-radius: 2rem;
    background-color: #88c100;
    color: #ffffff;
}

.whatsapp-banner .whatsapp-banner-copy {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    max-width: 100%;
    line-height: 1;
}

.whatsapp-banner .whatsapp-banner-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Anton", sans-serif;
    font-size: 2.5em;
    letter-spacing: 0.01em;
    /* white-space: nowrap; */
}

.whatsapp-banner .whatsapp-banner-logo {
    /* width: clamp(2.75rem, 5vw, 3.5rem);
  height: auto; */
    flex: 0 0 auto;
}

.whatsapp-banner .whatsapp-banner-subtitle {
    margin-top: 0.35rem;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.03em;
    /* white-space: nowrap; */
}
