:root {
    --go-green: #34c181;
    --deep-green: #001c15;
    --flo-green: #ccff99;
    --off-white: #f6f9f4;
    --deep-green-light: #001c15e0;
    --container-wide: 1600px;
    --container-max: 1920px;
    /* secciones amplias */
    --page-gutter: clamp(1rem, 2vw, 3rem);
}

.page-container {
    max-width: 1920px;
    margin: 0 auto; /* centra el contenido */
    /* width: min(100% - 2*var(--page-gutter), var(--container-max)); */
}

.row-custom {
    z-index: 9;
    position: relative;
    margin-top: -5% !important;
    height: 874px;
}

.col-custom {
    height: 437px;
}

.fs-xs {
    font-size: clamp(10px,0.52vw,10px) !important;
}

.fs-sm {
    font-size: clamp(13px,0.68vw,13px) !important;
}

.fs-sm-0 {
    font-size: clamp(13px,0.90vw,28px) !important;
}

.fs-md {
    font-size: clamp(19px,1vw,19px) !important;
}

.fs-md-0 {
    font-size: clamp(16px,1vw,16px) !important;
}


.fs-xl {
    font-size: clamp(1.2rem, 2.1vw, 2.5rem) !important;
}

.smallFontWeight {
    font-weight: 200 !important;
    font-size: 0.8rem !important;
}


.footer svg.email,
.footer svg.tab {
    display: block;
}

.logo {
    padding-left: 3.3%;
}

html {
    scroll-behavior: smooth;
    /* efecto scroll suave */
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.uppercase {
    text-transform: uppercase !important;
}

.c-off-white {
    color: var(--off-white) !important;
}

.c-go-green {
    color: var(--go-green) !important;
}

.c-flo-green {
    color: var(--flo-green) !important;
}

.c-deep-green {
    color: var(--deep-green) !important;
}

.punto {
    fill: #34c181;
    transform-origin: center;
    animation: pulso 1.3s infinite;
    -webkit-animation: pulso 1.3s infinite;
}

@-webkit-keyframes pulso {
    0% {
        transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(1);
        opacity: 0.4;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes pulso {
    0% {
        transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(1);
        opacity: 0.4;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}



/* .fsc-1 {
    font-size: 8rem;
}

.fsc-2 {
    font-size: 2.5rem;
}

.fsc-3 {
    font-size: 5rem;
} */

.fsc-1 {
    font-size: clamp(2.5rem, 5.5vw, 8rem);
    /* antes fijo en 8rem */
}

.fsc-2 {
    font-size: clamp(1.2rem, 2.1vw, 2.5rem);
    /* antes fijo en 2.5rem */
}

.fsc-3 {
    font-size: clamp(2rem, 4.2vw, 5rem);
    /* antes fijo en 5rem */
}

.padding-left-default {
    padding-left: 6%;
}

.padding-default {
    padding-left: 6% !important;
    padding-right: 6% !important;
}

.btn-login {
    text-align: center;
    width: 100px;
    height: 30px;
    font-weight: 600;
    background: #ccff99;
    border: 0;
    cursor: pointer;
}

.custom-btn {
    background-color: var(--flo-green);
    color: black !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "aktiv-grotesk-extended";
    font-weight: 600;
    /*SemiBold*/ letter-spacing: 0.05em;
    /*50%(aproxenCSSsemanejaenem)*/ line-height: 1.2;
    /*120%*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.custom-btn {
    font-size: clamp(0.9rem, 1.2vw, 1.125rem);
    /* ~14px a 18px */
    padding: clamp(0.5rem, 1vw, 0.75rem) clamp(1rem, 2vw, 1.5rem);
}

.custom-btn-sm {
    font-size: clamp(0.8rem, 1vw, 0.875rem);
    /* ~13px a 14px */
    padding: clamp(0.3rem, 0.5vw, 0.4rem) clamp(0.6rem, 1vw, 0.875rem);
}


.custom-btn:hover {
    background-color: var(--go-green);
    /* un verde un poco más oscuro al pasar el mouse */
}

.container-mobile{
    display:none;
    padding-top:40px;
    padding-left:6%;
}

.streamline-secondary {
    display: none;
    position: absolute;
    right: 5% !important;
}


/* Navbar */
/* .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 1rem 3%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 1rem;
} */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 1rem 3%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px; /* mismo límite */
    width: 100%;
    z-index: 1000;
    margin-top: 1rem;
}


    .navbar .logo img {
        width: 131px;
        height: 20px;
    }

    .navbar .nav-links {
        display: flex;
        gap: 2rem;
        align-items: center;
    }


        .navbar .nav-links a {
            color: var(--flo-green);
            text-decoration: none;
            font-size: 0.8rem !important;
            font-weight: 500 !important;
            transition: color 0.3s ease;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
        }


            .navbar .nav-links a.btn-login {
                color: var(--deep-green) !important;
                text-decoration: none;
                font-size: 1.2rem;
                transition: color 0.3s ease;
                font-weight: 600 !important;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -ms-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
            }

            .navbar .nav-links a:hover {
                color: var(--flo-green);
            }

    .navbar .menu-toggle {
        display: none;
        font-size: 1.8rem;
        color: var(--off-white);
        cursor: pointer;
    }

    .navbar .nav-links a::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -4px;
        transform: translateX(-50%) scaleX(0);
        width: 100%;
        height: 3px;
        background-color: var(--flo-green);
        border-radius: 3px;
        transform-origin: center;
        transition: transform 0.3s ease;
        -webkit-transform: translateX(-50%) scaleX(0);
        -moz-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        -o-transform: translateX(-50%) scaleX(0);
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .navbar.scrolled {
        background-color: var(--deep-green-light);
        margin-top: 0 !important;
    }

    .navbar .nav-links a:hover::after {
        animation: heartbeat 0.6s ease 1 forwards;
        -webkit-animation: heartbeat 0.6s ease 1 forwards;
    }

    /* Cambio de color al hover */
    .navbar .nav-links a:hover {
        color: var(--go-green);
    }

.background-main {
    background: linear-gradient(201.25deg, var(--deep-green) 36.07%, #1a6c48 96.09%, #279665 105.76%, var(--go-green) 108.8%);
}

/* Fondo principal */
.background-color-mainpage {
    min-height: 874px;
    background: linear-gradient(230.25deg, var(--deep-green) 88.07%, #1a6c48 110.09%, #279665 110.76%, var(--go-green) 150.8%);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Contenedor de SVGs */
.streamlines {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0;
    width: 100%;
}

.streamline svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}


.streamline-mainpage {
    margin-top: 6rem;
}

.mb-5 {
    margin-bottom: 5rem;
}


/* Botón flotante Contact Us */
.float {
    position: fixed;
    bottom: 92px;
    /*right: 24px;*/
    z-index: 1000;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
    -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
    -o-transition: opacity 0.4s ease, visibility 0.4s ease;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}

    .float > .trigger, .float > a {
        pointer-events: auto !important;
    }

@media (min-height: 1920px) and (width > 1164px) {
    .homefloathidden .float {
        opacity: 0;
        visibility: hidden;
    }
}

.float.hidden {
    opacity: 0;
    visibility: hidden;
}

.float .trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--go-green);
    color: var(--off-white);
    height: 60px;
    width: 60px;
    box-shadow: 0 2px 5px #ccff99;
    animation: 1.5s linear infinite pulse;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    -webkit-animation: 1.5s linear infinite pulse;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    pointer-events: auto;
}

    .float .trigger:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

.float i {
    font-size: 28px;
    line-height: 1;
}

.float svg {
    width: 100%;
    /* ajusta tamaño del ícono */
    height: 33px;
    stroke: currentColor;
}


/* Animación pulso */
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0px 1px 0px 3px #34c18140, 0px 0px 0px 0px #34c18160;
    }

    30% {
        box-shadow: 0px 1px 0px 3px #34c18140, 0px 0px 0px 5px #34c18160;
    }

    70% {
        box-shadow: 0px 1px 0px 3px #34c18140, 0px 0px 0px 15px #34c18120;
    }

    100% {
        box-shadow: 1px 1px 2px 1px #34c18140, 0px 0px 0px 20px transparent;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0px 1px 0px 3px #34c18140, 0px 0px 0px 0px #34c18160;
    }

    30% {
        box-shadow: 0px 1px 0px 3px #34c18140, 0px 0px 0px 5px #34c18160;
    }

    70% {
        box-shadow: 0px 1px 0px 3px #34c18140, 0px 0px 0px 15px #34c18120;
    }

    100% {
        box-shadow: 1px 1px 2px 1px #34c18140, 0px 0px 0px 20px transparent;
    }
}

/* Ajustes para móviles */
/* Móviles muy pequeños */
@media (max-width: 480px) {
    .navbar .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--deep-green);
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 5%;
        display: none;
    }

    .navbar {
        margin-top: 0;
        background: var(--deep-green) !important;
    }



        .navbar .nav-links.active {
            display: flex;
        }

        .navbar .menu-toggle {
            display: block;
        }
}

/* Móviles medianos y tablets */
@media (min-width: 481px) and (max-width: 1250px) {
    .navbar .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--deep-green);
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 5%;
        display: none;
    }

        .navbar .nav-links.active {
            display: flex;
        }

    .navbar {
        background: var(--deep-green) !important;
        margin-top: 0;
    }

        .navbar .menu-toggle {
            display: block;
        }
}


@media (width <=1756px) {
    .fsc-2 {
        font-size: 2rem;
    }
}

@media (width <=1500px) {
    .background-color-mainpage {
        /* height: calc(100vh + 230px); */
    }
}


@media (width <=1418px) {
    .fsc-2 {
        font-size: 1.5rem;
    }
}

@media (width <=1130px) {
    .navbar .nav-links a {
        font-size: 0.7rem;
    }
}

/* @media (max-width: 70em) {

    .footer-content.container-fluid {
        padding-top: 50px !important;
    }
} */


@media (width <=1040px) {
    .fsc-2 {
        font-size: 1.2rem;
    }

    .streamline-mainpage {
        margin-top: 8rem;
    }

    .navbar .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--deep-green);
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 5%;
        display: none;
    }

        .navbar .nav-links.active {
            display: flex;
        }

    .navbar {
        background: var(--deep-green) !important;
        margin-top: 0;
    }

        .navbar .menu-toggle {
            display: block;
        }
}

@media(width <= 575px) {
    .streamline-secondary {
        bottom: -1rem;
    }
}

@media (width <=1040px) {
    .fsc-2 {
        font-size: 1.2rem;
    }

    .container-desktop {
        display: none !important;
    }

    .container-mobile{
        display:block !important;
    }

    .streamline-mainpage {
        display: none;
        position: absolute;
        bottom: 2rem;
        width: 100%;
    }

    .streamline-secondary {
        display: block;
        bottom: -3rem;
    }

    .col-custom {
        height: 262px;
    }

    .home-title {
        margin-top: 5rem !important;
    }

    .home-subtitle {
        margin-top: 0rem !important;
    }
}


@media (width >=2000px) {

    .streamline-mainpage {
        margin-top: 4rem;
    }
}

@media(width <= 1000px) {
    #myShape {
        display: none;
    }
}

@media(width <=500px) {
    .streamline-secondary {
        right: 5rem;
    }
}

@media(width <=412px) {
    .streamline-secondary {
        right: 2rem;
    }
    .container-mobile{
        padding-top:60px;
    }
}

/* Efectos de fade-in */
.elementToFadeInAndOut {
    animation: fadeinout 1s linear forwards;
    -webkit-animation: fadeinout 1s linear forwards;
}

.elementToFadeInAndOut {
    animation: fadeinout 0.8s linear forwards;
    -webkit-animation: fadeinout 0.8s linear forwards;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (width < 2000px) {

    #streamline-footer {
        transform: translate(-50%, 15%) !important;
        -webkit-transform: translate(-50%, 15%) !important;
        -moz-transform: translate(-50%, 15%) !important;
        -ms-transform: translate(-50%, 15%) !important;
        -o-transform: translate(-50%, 15%) !important;
    }
}

@media (width < 1700px) {

    #streamline-footer {
        transform: translate(-50%, 15%) !important;
        -webkit-transform: translate(-50%, 15%) !important;
        -moz-transform: translate(-50%, 15%) !important;
        -ms-transform: translate(-50%, 15%) !important;
        -o-transform: translate(-50%, 15%) !important;
    }
}

@media (width < 1650px) {

    #streamline-footer {
        display: none;
    }
}

.footer {
    /* background: linear-gradient(180deg, var(--deep-green) -34%, var(--go-green) 100%); */
    /* background: linear-gradient(180deg, var(--deep-green) -4%, var(--go-green) 100%); */
    /* background: linear-gradient(181deg, var(--deep-green) 0%, var(--go-green) 100%); */
    background: linear-gradient(40deg, #001c15 20%, #34c181 200%);
    color: var(--off-white);
    text-align: center;
    padding: 0 !important;
}

.footer-content {
    align-content: center;
    /* max-height: 100vh; */
    min-height: 430px;
    padding: 4rem 6rem;
}

.footer-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.footer-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 3rem;
    text-align: left;
}

@media (width < 1550px) {
    .footer-links {
        gap: 2rem !important;
    }
}

@media (width < 1380px) {
    .footer-links {
        gap: 1rem !important;
    }
}

.footer-links a {
    color: var(--off-white);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

    .footer-links a:hover {
        color: var(--flo-green);
    }

.footer-action {
    margin-top: 1rem;
}

.footer-btn {
    display: inline-block;
    background: var(--flo-green);
    color: var(--deep-green);
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .footer-btn:hover {
        background: var(--go-green);
        /*color: var(--off-white);*/
    }

.footer-copy {
    margin-top: 1rem;
    font-size: 0.9rem;
    opacity: 0.8;
    text-align: left;
    padding-right: 1rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: start;
}

    .footer-social a {
        color: var(--off-white);
        transition: color 0.3s ease, transform 0.2s ease;
        -webkit-transition: color 0.3s ease, transform 0.2s ease;
        -moz-transition: color 0.3s ease, transform 0.2s ease;
        -ms-transition: color 0.3s ease, transform 0.2s ease;
        -o-transition: color 0.3s ease, transform 0.2s ease;
    }

        .footer-social a:hover {
            color: var(--flo-green);
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .footer-column .main-link {
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: var(--off-white);
        text-decoration: none;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-column ul li {
            margin: 0.25rem 0;
        }

            .footer-column ul li a {
                color: var(--off-white);
                font-size: 0.9rem;
                text-decoration: none;
                transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -ms-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
            }

                .footer-column ul li a:hover {
                    color: var(--flo-green);
                }

/* SVG decorativo */
.footer svg {
    pointer-events: none;
}

@media(max-width:1570px) {
    .footer svg.footer-svg {
        display: none;
        /* lo ocultamos en pantallas pequeñas */
    }
}

@media(max-width:1400px) {
    .footer-links {
        flex-direction: row;
    }

        .footer-links .footer-column:first-child {
            padding-left: 0 !important;
            padding-right: 0rem !important;
        }

        .footer-links .footer-column:last-child {
            padding-left: 0rem !important;
            padding-right: 0 !important;
        }
}

@media(max-width:1340px) {
    .footer-links .footer-column:first-child {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .footer-links .footer-column:last-child {
        padding-left: 0rem !important;
        padding-right: 0 !important;
    }

    .footer-links {
        gap: 1rem !important;
    }

        .footer-links .footer-column {
            max-width: 180px !important;
        }
}

@media (max-width: 1100px) {


    .footer-links .footer-column {
        max-width: 150px !important;
    }

    .footer-copy {
        max-width: 150px !important;
    }

    .footer-social {
        flex-direction: column !important;
    }

        .footer-social.initial {
            display: none !important;
        }

        .footer-social.secondary {
            flex-direction: row !important;
            justify-content: center !important;
        }

    .footer-link-copy {
        /* justify-content: space-around !important; */
    }

    .footer-short-copyright {
        display: none !important;
    }

    .footer-long-copyright {
        display: block !important;
    }

        .footer-long-copyright .footer-copy {
            max-width: 100% !important;
        }
}


@media (max-width: 768px) {
    #myShape {
        display: none;
    }

    .footer-ready {
        text-align: left !important;
    }

    .footer-content {
        padding: 2rem 1.5rem;
        /* más compacto en mobile */
    }

    .footer-column {
        border: none !important;
        padding: 0 !important;
    }

    .footer-links {
        margin-top: 10px;
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer-link-copy {
        justify-content: space-between !important;
    }

    .footer-links .footer-column:not(:first-child) {
        border-top: 1px solid var(--go-green) !important;
        padding-top: 15px !important;
    }

    .footer-social.initial {
        justify-content: center;
        padding-right: 0.5rem;
        display: none !important;
    }

    .footer-copy {
        text-align: center;
    }
}


.main-content {
    display: flex;
}

    .main-content .box {
        flex-basis: 50%;
        padding: 10px 20px;
    }

.box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.box .content {
    margin: 20px 0 0 0;
    position: relative;
}

    .box .content:before {
        position: absolute;
        content: '';
        top: -10px;
        height: 2px;
        width: 100%;
        background: #1a1a1a;
    }

    .box .content:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 15%;
        background: #f12020;
        top: -10px;
    }

.left .content p {
    text-align: justify;
}

.left .content .social {
    margin: 20px 0 0 0;
}

    .left .content .social a {
        padding: 0 2px;
    }

        .left .content .social a span {
            height: 40px;
            width: 40px;
            background: #1a1a1a;
            line-height: 40px;
            text-align: center;
            font-size: 18px;
            border-radius: 5px;
            transition: 0.3s;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
        }

            .left .content .social a span:hover {
                background: #f12020;
            }

.center .content .fas {
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .center .content .fas:hover {
        background: #f12020;
    }

.center .content .text {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}

.center .content .phone {
    margin: 15px 0;
}

.right form .text {
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #656565;
}

.right form .msg {
    margin-top: 10px;
}

.right form input,
.right form textarea {
    width: 100%;
    font-size: 1.0625rem;
    background: #151515;
    padding-left: 10px;
    border: 1px solid #222222;
}

    .right form input:focus,
    .right form textarea:focus {
        outline-color: #3498db;
    }

.right form input {
    height: 35px;
}

.right form .btn {
    margin-top: 10px;
}

    .right form .btn button {
        height: 40px;
        width: 100%;
        border: none;
        outline: none;
        background: #f12020;
        font-size: 1.0625rem;
        font-weight: 500;
        cursor: pointer;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

        .right form .btn button:hover {
            background: #000;
        }

.bottom center {
    padding: 5px;
    font-size: 0.9375rem;
    background: #151515;
}

    .bottom center span {
        color: #656565;
    }

    .bottom center a {
        color: #f12020;
        text-decoration: none;
    }

        .bottom center a:hover {
            text-decoration: underline;
        }

/* Accesibilidad: clase utilitaria para ocultar visualmente la etiqueta */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Estilos opcionales del select */
.lang-select select {
    font: inherit;
    cursor: pointer;
}

.lang-select {
    position: relative;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color-scheme: dark;
}

    .lang-select select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        border: none;
        color: var(--flo-green);
        padding: .25rem 1.5rem .25rem .25rem;
        /* Hace que el menú desplegable use tema oscuro (Chromium/Firefox) */
        color-scheme: dark;
    }

    /* Chevron simple */
    .lang-select::after {
        content: "▾";
        position: absolute;
        right: .25rem;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: var(--flo-green) !important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    /* Estilo de las opciones (funciona en muchos, no todos) */
    .lang-select option {
        color: var(--flo-green);
        /* fallback para cuando el sistema no aplica color-scheme */
        background-color: var(--deep-green);
    }

/* Quita el gris del seleccionado */
#langSelect option:checked {
    background-color: var(--deep-green) !important;
    color: var(--flo-green) !important;
}

/* Hover (cuando el navegador lo permite) */
#langSelect option:hover {
    background-color: var(--deep-green) !important;
}

#langSelect option:hover,
#langSelect option:focus,
#langSelect option:active {
    background-color: var(--deep-green) !important;
    /* o 'transparent' */
    color: var(--flo-green) !important;
}

@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0px;
    }

    .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

        .main-content .box {
            margin: 5px 0;
        }
}

.home-title {
    margin-top: 11rem;
}

.home-subtitle {
    margin-top: 11rem;
}


@media(width <=1450px) {
    .stream-navbar {
        visibility: hidden;
    }
}


@media (height < 800px) and (width >=600px) {
    .home-title {
        margin-top: 9rem !important;
    }

    /* .home-subtitle {
        margin-top: 8 rem !important;
    } */
}

@media (height >=800px) and (width >=600px) {
    .home-title {
        margin-top: 9rem !important;
    }

    /* .home-subtitle {
        margin-top: 8rem !important;
    } */
}

@media (height >=1000px) and (width >=600px) {
    .home-title {
        margin-top: 11rem !important;
    }

    .home-subtitle {
        margin-top: 11rem !important;
    }
}

@media (height >=1200px) and (width >=600px) {
    .home-title {
        margin-top: 12rem !important;
    }

    .home-subtitle {
        margin-top: 13rem !important;
    }
}


@media (height >=2500px) and (width >=600px) {
    .home-title {
        margin-top: 13rem !important;
    }

    .home-subtitle {
        margin-top: 14rem !important;
    }
}


/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #34C181 #001C15;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

*::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #001C15;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    *::-webkit-scrollbar-track:hover {
        background-color: #001C15;
    }

    *::-webkit-scrollbar-track:active {
        background-color: #34C181;
    }

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #34C181;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #005540;
        transition: width 0.2s ease-in-out;
        width: 12px;
    }

    *::-webkit-scrollbar-thumb:active {
        background-color: #001C15;
    }
