
@media (max-width: 1399px) {
.imagesFest img {
    height: 170px;
    width: auto;
}
}

@media (max-width: 1199px) {
.imagesFest img {
    height: 139px;
    width: auto;
}
}


@media (max-width: 991px) {

    #beneficios .container {
        max-width: 900px;
    }

    .contenidoIzquierda p {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    #ruralvia h4 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    #ruralvia p {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .cuadroBeneficio {
        width: calc(45% - 5px);
    }


}

@media (max-width: 900px) {
    .dale h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .contenedorBeneficios {
        justify-content: space-between;
    }
    .cuadroBeneficio {
        width: calc(30% - 5px);
    }
}


@media (max-width: 700px) {
    .contenidoEvento p{
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

@media (max-width: 675px) {


    .contenidoIzquierda p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .contenidoDerecha {
        text-align: right;
        justify-content: end;
    }

    .contenidoDerecha img {
        max-width: 225px;
        width: 80%;
    }

    #ruralvia h4 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    #ruralvia p {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}


@media (max-width: 540px) {
    .inner-back p{
        font-size: 0.8rem !important;
        line-height: 1rem !important;
    }

    .flip-card-front h3 {
        font-size: 0.6rem !important;
        line-height: 0.8rem !important;
    }
}

@media (max-width: 575px) {
    #ruralvia h4 {
        margin-top: 1rem;
        padding-left: 1.5rem !important;
    }

    #ruralvia p {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
    }

    .fila-lineas{
        padding-top: 0 !important;
        display: flex;
        flex-direction: column;
        border:0 !important;
    }

    .custom-container-1000 .fila-lineas:nth-child(odd) {
        flex-direction: column-reverse;
    }   

}

@media (max-width: 535px) {
    #evento1 br,  #evento2 br {
        display: none;
    }
    .contenidoEvento{
        width: 90% !important;
    }
    
}

@media (max-width: 530px) {
    .contenidoIzquierda p {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .btnSaber{
        margin-top: 0.6rem !important;
        padding: 5px 40px 5px 15px !important;
    }
    #beneficios .container{
        margin-bottom: 1.5rem !important;
    }
    .cuadroBeneficio {
        width: calc(50% - 5px);
    }

    .flip-card-front h3 {
        font-size: 1rem !important;
        line-height: 1.2rem !important;
    }
    
}

@media (max-width: 470px) {
    .contenidoOverlay{
        background-image: url(../images/sucursal.jpg);
        position: relative;
        background-size: cover;
        background-position: center;
        flex-direction: column-reverse;
    
    }
    .cuadroSucursal img:not(:first-child){
        display: none;
    }
    .contenidoDerecha{
        text-align: center;
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .contenidoIzquierda p br{
        display: none;
    }

    .contenidoIzquierda{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

}


@media (max-width: 450px) {
    .contenidoEvento > div > img {
        max-width: 200px;
        width: 80%;
    }
    .contenidoEvento div:is(:first-child) {
        margin-right: 1rem;
    }

    .contenidoEvento div:not(:first-child) {
    
    }

}


@media (max-width: 375px) {
   .flip-card-front h3{
    font-size: 0.8rem !important;
    line-height: 1rem !important;
   }

}

