/*
 *
 *  * EENDA
 *  * Marketing, Desarrollo & Consulting
 *  * www.eenda.com
 *  * © 2023
 *
 */


@media (min-width: 1400px){ /* XXL */

    .mini-card .card .card-body{
        margin-top: 0;
    }

}

@media (max-width: 1399px){ /* XL */

    .mini-card .card .card-body{
        margin-top: 0;
    }

    .mini-card .card .card-body .card-title{
        font-size: .9rem!important;
    }

    #novedades .carousel-control-next,
    #novedades .carousel-control-prev{
        top: 40%;
        bottom: 50%;
    }
}

@media (max-width: 1199px){ /* LG */


}

@media (max-width: 991px){ /* MD */

    h2{
        font-size: 2.5rem;
    }

    img.logo{
        width: 168px;
    }

    #buscar{
        position: sticky;
        top: 0;
        z-index: 1021;
        background-color: var(--blanco);
    }

    #buscar span.phone-texto,
    #buscar span.write-texto{
        display: none;
    }

    #novedades .carousel-control-next,
    #novedades .carousel-control-prev {
        top: 35%;
    }

    #btn-scroll-to-top{
        bottom: 5rem;
        right: 2.9rem;
    }

    .card .card-footer h3 {
        font-size: 1.3rem;
        font-weight: 300;
    }

    .btn-group-lg>.btn, .btn-lg{
        font-size: 1.15rem;
    }

}


@media screen and (max-width: 767px){ /* SM */

    h2{
        font-size: 2rem;
    }

    a.social-icon img{
        width: 22px;    
    }

    #novedades .carousel-control-next,
    #novedades .carousel-control-prev {
        top: 30%;
    }

    .card .card-body .card-text{
        font-size: .95rem;
    }

    .card .card-footer h3 {
        font-size: 1.2rem;
        font-weight: 300;
    }

    #formulario h3 {
        font-size: 1.3rem;
    }

}


@media screen and (max-width: 576px){ /* XS */

    #buscar .social-icon img{
        width: 25px;    
    }

    h4{
        font-size: 1.3rem;
    }
}
