/*Responsive Ipad*/
@media screen and (max-width: 835px) {
    .content{
        max-width: 668px;
    }

    .input{
        margin-bottom: 30px;
    }

    .input label{
        font-size: 22px;
        margin-bottom: 11px;
    }

    .input input, .input select, .input textarea{
        height: 75px;
        font-size: 19px;
    }

    .input.tel{
        max-width: 378px;
    }

    .input.email{
        max-width: 446px;
    }

    .input textarea{
        height: 205px;
    }

    header .container{
        max-width: 692px;
        align-items: center;
    }

    nav{
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0px;
        right: -100%;
        background-color: #FF6A87;
        width: 616px;
        height: 100vh;
        z-index: 12;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    nav.show{
        right: 0px;
    }

    .menu{
        flex-direction: column;
        margin-top: 200px;
        margin-left: 96px;
    }

    .menu li{
        margin-right: 0px;
        margin-bottom: 57px;
    }

    .menu a{
        color: #FFFFFF;
        font-size: 27px;
        font-weight: 700;
    }

    .idioma{
        position: relative;
        margin-left: 96px;
        width: 156px;
        height: 48px;
        font-size: 21px;
        line-height: 48px;
    }

    .idioma span{
        width: 7px;
        height: 14px;
    }

    #barras-menu{
        display: block;
        border-radius: 8px;
        cursor: pointer;
        width: 76px;
        height: 76px;
        background-color: #FFFFFF;
        position: relative;
        margin: 0px;
        z-index: 13;
    }

    #barras-menu.close{
        position: fixed;
        top: 31px;
        right: 38px;
    }
    
    #barras-menu span {
        background: #000;
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: 38px;
        width: 51.38px;
        margin: auto;
        transition: transform 0.5s linear;
        -webkit-transition: transform 0.5s linear;
    }
    
    #barras-menu span::before {
        top: -18px;
        transform-origin: left top 0;
        -webkit-transform-origin: left top 0;
        transition: transform 0.5s ease 0s, width 0.5s ease 0s, top 0.5s ease 0s;
        -webkit-transition: transform 0.5s ease 0s, width 0.5s ease 0s, top 0.5s ease 0s;
    }
    
    #barras-menu span::after {
        bottom: -18px;
        transform-origin: left bottom 0;
        -webkit-transform-origin: left bottom 0;
        transition: transform 0.5s ease 0s, width 0.5s ease 0s, bottom 0.5s ease 0s;
        -webkit-transition: transform 0.5s ease 0s, width 0.5s ease 0s, bottom 0.5s ease 0s;
    }
    
    #barras-menu span::after, #barras-menu span::before {
        background-color: #000;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: 51.38px;
    }
    
    #barras-menu.close span {
        width: 59px;
        background-color: transparent;
    }
    
    #barras-menu.close span:before, #barras-menu.close span:after {
        width: 59px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    
    #barras-menu.close span:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #barras-menu.close span:after {
        bottom: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #attraction .swiper-slide{
        height: 448px;
    }

    #sobre-nosotros{
        padding: 84px 0px 119px;
    }

    #sobre-nosotros .title{
        font-size: 30px;
    }

    #sobre-nosotros .info{
        justify-content: center;
    }

    #sobre-nosotros .info .separador{
        display: none;
    }

    #sobre-nosotros .info .block{
        max-width: 350px;
        margin-bottom: 30px;
    }

    #sobre-nosotros .info .block .title{
        font-size: 16px;
    }

    #sobre-nosotros .info .block .description{
        font-size: 16px;
    }

    #servicios{
        padding: 119px 0px 178.5px;
    }

    #servicios .title{
        font-size: 30px;
        margin-bottom: 69px;
    }

    .servicio{
        max-width: 300px;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center;
        flex-flow: wrap;
    }

    .servicio .text{
        max-width: 464px;
    }

    .servicio .name{
        text-align: center;
        font-size: 20px;
    }

    .servicio .price{
        font-size: 21px;
    }

    .servicio .description{
        line-height: 25px;
        max-height: 174px;
        margin-bottom: 84px;
    }

    .servicio .image{
        max-width: 426px;
        height: 384px;
    }

    #servicios .paginate-content{
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 647px;
        margin: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    
    #servicios .swiper-button-prev, #servicios .swiper-button-next{
        width: 54px;
        height: 54px;
        background-image: url("/img/slider-arrow.png");
        background-position: center;
        background-size: 22.61px 25.45px;
        border-radius: 50%;
        background-color: #FFFFFF;
        box-shadow: 2.83px 2.83px 2.83px rgba(63, 63, 63, 0.2);
    }

    #porque-nosotros{
        padding: 178.5px 0px 160px;
    }

    #porque-nosotros .title{
        font-size: 60px;
        margin-bottom: 85px;
    }

    #porque-nosotros .info{
        max-width: 477px;
    }

    #porque-nosotros .info .block{
        max-width: 222px;
        margin-bottom: 47px;
    }

    .block .image{
        height: 222px;
    }

    #porque-nosotros .text{
        font-weight: 700;
        max-width: 504px;
        margin: 53px auto 0px;
    }

    #galeria{
        padding: 160px 0px 161px;
    }

    #galeria .title{
        font-size: 60px;
        margin-bottom: 48px;
    }

    .link-red{
        width: 39.02px;
    }

    .redes{
        margin-bottom: 100px;
    }

    .galeria-content{
        max-width: 530px;
        justify-content: space-between;
    }

    .galeria-content .image{
        margin-right: 0px;
        margin-bottom: 26px;
        max-width: 256px;
        height: 256px;
    }

    #testimonios .info{
        justify-content: center;
    }

    #testimonios .info .block{
        max-width: 350px;
        margin-bottom: 30px;
    }

    #testimonios .info .separador{
        display: none;
    }

    #testimonios .info .block .title{
        font-size: 30px;
    }

    #testimonios .info .block .comment, #testimonios .info .block .name{
        font-size: 18px;
    }

    #contacto{
        padding: 60px 0px 67px;
    }

    #contacto .content{
        justify-content: center;
    }

    #contacto .contacto-form{
        max-width: 545px;
        border: none;
    }

    #contacto .title{
        font-size: 60px;
        margin-bottom: 34px;
        text-align: center;
    }

    #contacto .description{
        font-size: 20px;
    }

    .contacto-form form{
        max-width: 100%;
    }

    .contacto-form .btn{
        margin-top: 29px;
        height: 78px;
        line-height: 78px;
        font-size: 26px;
    }

    .contacto-form .btn::after{
        width: 57.75px;
        height: 55.35px;
        right: 85px;
    }

    .contacto-form .terminos{
        margin: 33px auto 0px;
        font-size: 15px;
        max-width: 328px;
    }

    #contacto .mapa{
        width: 100%;
        margin-top: 80px;
    }

    #contacto .mapa iframe{
        width: 100%;
        height: 353px;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    #contacto .mapa .datos{
        margin-bottom: 30px;
        font-size: 20px;
    }

    footer .menu{
        margin-top: 0px;
        margin-left: 0px;
    }

    footer ul {
        margin-right: 150px;
        margin-bottom: 30px;
    }

    footer ul.menu li{
        margin-bottom: 15px;
    }

    footer .redes{
        margin-bottom: 39px;
    }

    .redes-float{
        right: 40px;
    }

    .modal{
        max-width: 426px;
        padding: 50px 31px 34px;
    }

    .modal .title{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .closeModal{
        width: 27px;
    }
}

/*Responsive Mobile*/
@media screen and (max-width: 500px) {

    .content{
        max-width: 75.61%;
    }

    .input{
        margin-bottom: 22px;
    }

    .input label{
        font-size: 13px;
    }

    .input input, .input select, .input textarea{
        height: 41px;
        font-size: 11px;
    }

    .input.tel{
        max-width: 209px;
    }

    .input.email{
        max-width: 246px;
    }

    .input textarea{
        height: 113px;
    }

    header .container{
        max-width: 325px;
    }

    nav{
        width: 100%;
    }

    #barras-menu{
        width: 46px;
        height: 46px;
    }

    #barras-menu span{
        width: 31px;
        top: 23px;
    }

    #barras-menu span::before{
        top: -10px;
    }

    #barras-menu span::after{
        bottom: -10px;
    }

    #barras-menu span::after, #barras-menu span::before{
        width: 31px;
    }

    #barras-menu.close{
        top: 41px;
        right: 48px;
    }

    #barras-menu.close span {
        width: 29px;
    }
    
    #barras-menu.close span:before, #barras-menu.close span:after {
        width: 29px;
    }

    .menu{
        margin-top: 144px;
        margin-left: 46px;
    }

    .menu li{
        margin-bottom: 45px;
    }

    .menu a{
        font-size: 23px;
    }

    .idioma{
        margin-left: 0px;
        position: absolute;
        bottom: 49px;
        left: 46px;
        width: 100px;
        height: 31px;
        line-height: 31px;
        font-size: 14px;
    }

    .idioma span{
        width: 5px;
        height: 9px;
    }

    #attraction .swiper-slide{
        height: 270px;
    }

    #sobre-nosotros{
        padding: 50px 0px 63px;
    }

    #sobre-nosotros .title{
        font-size: 32px;
        margin-bottom: 28px;
    }

    #sobre-nosotros .info .text{
        margin-bottom: 100px;
    }

    #sobre-nosotros .info .text p{
        font-size: 12px;
    }

    #sobre-nosotros .info .images{
        justify-content: center;
    }

    #sobre-nosotros .info .image{
        max-width: 187px;
        height: 168px;
        margin-bottom: 10px;
    }

    #servicios{
        padding: 73px 0px 71px;
    }

    #servicios .content{
        max-width: 83.61%;
    }

    #servicios .title{
        font-size: 32px;
        margin-bottom: 52px;
    }

    .servicio{
        max-width: 100%;
        margin-bottom: 0px;
    }

    .servicio .text{
        max-width: 100%;
    }

    .servicio .name{
        font-size: 30px;
        margin-bottom: 22px;
    }

    .servicio .description{
        font-size: 12px;
        min-height: 216px;
        margin-bottom: 30px;
    }

    .servicio .image{
        max-width: 100%;
        height: 300px;
    }

    #porque-nosotros{
        padding: 71px 0px 35px;
    }

    #porque-nosotros .title{
        font-size: 32px;
        margin-bottom: 52px;
    }

    #porque-nosotros .info{
        max-width: 300px;
    }

    #porque-nosotros .info .block{
        max-width: 134px;
        margin-bottom: 42px;
    }

    .block .image{
        height: 134px;
    }

    #porque-nosotros .text{
        margin-top: 35px;
        font-size: 12px;
    }

    #galeria{
        padding: 71px 0px 174px;
    }

    #galeria .title{
        font-size: 32px;
        margin-bottom: 27px;
    }

    .redes{
        margin-bottom: 60px;
    }

    .link-red{
        width: 23.54px;
    }

    .galeria-content .image{
        max-width: 145px;
        height: 145px;
        margin-bottom: 15px;
    }

    #contacto{
        padding: 58px 0px 27px;
    }

    #contacto .title{
        font-size: 32px;
        margin-bottom: 5px;
    }

    #contacto .description{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .contacto-form form{
        margin-bottom: 0px;
    }

    .contacto-form .btn{
        height: 44px;
        font-size: 15px;
        line-height: 44px;
        margin-top: 0px;
    }

    .contacto-form .btn::after{
        width: 31.9px;
        height: 30.57px;
        right: 26px;
    }

    .contacto-form .terminos{
        max-width: 240px;
        margin-top: 25px;
        font-size: 11px;
    }

    #contacto .mapa{
        margin-top: 55px;
    }

    #contacto .mapa iframe{
        height: 197px;
        margin-bottom: 43px;
    }

    #contacto .mapa .datos{
        font-size: 12px;
        margin-bottom: 21px;
    }

    footer .redes{
        max-width: 137px;
    }

    footer .link-red{
        width: 30.41px;
    }

    footer ul{
        margin-right: 0px;
    }

    footer .links li a{
        font-size: 10px;
    }

    .copyright, .developed, .developed a{
        font-size: 10px;
    }

    .redes-float{
        right: 22px;
    }

    .redes-float a{
        margin-right: 0px;
    }

    .redes-float .whatsapp, .redes-float .messenger{
        width: 28.16px;
    }

    .modal{
        max-width: 340px;
        padding: 40px 25px 32px;
    }

    .modal .title{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .closeModal{
        width: 22px;
        right: 30px;
        top: 19px;
    }
}