
/*------------------------------------------------------------------- 767px ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 575px) and (max-width: 767px) {
.slider{
    padding-top: 0px;
}

.about{
    padding-top: 0px;
    padding-bottom: 30px;
}

.about .container .wrapreverse{
    flex-wrap: wrap-reverse;
}

}

@keyframes muestraMenu{
    from{opacity: 0;}
    to{opacity: 1;}
}





@media only screen and (min-width: 290px) and (max-width: 575px) {
    
    h1, h2, h3{
        font-size: 60px;
        line-height: 60px;
    }

    .slider{
        padding-top: 0px;
    }

    .carousel-item img {
        height: 290px;
    }
    .carousel-caption{
        position: absolute;
        left: 40px;
        width: 240px;
    }
    .carousel-caption span{    
        font-size: 21px;
        line-height: 19px;
    }
    .carousel-caption h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .carousel-caption p {display: none;}

    .verMas {
        width: 130px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .verMas1{
        width: 220px;
        margin-bottom: 10px;
    }

    #carouselExampleCaptions a.carousel-control-next {
        display: none;
    }
    #carouselExampleCaptions a.carousel-control-prev {
        display: none;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .about{
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .about .about_box span {
        margin-top: 20px;
    }

    .about .container .wrapreverse{
        flex-wrap: wrap-reverse;
    }

    .mapa{
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .about .about_box{
        text-align: left;
    }

    .contact{
        padding-top: 50px;
    }

    .titlepage {
        padding-bottom: 30px;
    }

    .mapa inframe{
        width: 346px;
        margin: 10px;
    }

    .banner{
        height: 200px;
    }

}


/*------------------------------------------------------------------- 1350px x 768px ---------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1350px) {
    .carousel-inner {
            height: 500px;
        }
}