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

    .btn{
        font-size: 48px;
        width: 358px;
        height: 74px;
        line-height: 74px;
    }

    header{
        padding-top: 25px;
    }

    header .container{
        max-width: 85.7%;
        align-items: center;
    }

    .header-logo {
        width: 151px;
        margin-left: 0px;
    }

    nav{
        justify-content: flex-end;
        flex-direction: column-reverse;
        align-items: flex-start;
        position: fixed;
        top: 0px;
        right: -100%;
        background-color: #F14C03;
        width: 576px;
        height: 100vh;
        z-index: 15;
        -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;
    }

    .menuUser{
        height: auto;
        padding: 0px;
        margin-top: 108px;
        margin-left: 75px;
    }

    .busqueda-btn{
        width: 49.35px;
    }

    .busqueda-btn img{
        filter: invert(1);
    }

    .menu{
        align-items: flex-start;
        flex-direction: column;
        margin-top: 87px;
        margin-left: 75px;
        background-color: transparent;
        height: auto;
        padding-left: 0px;
    }

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

    .menu a{
        font-size: 35px;
        font-weight: 700;
        color: #F5F1F1;
    }

    .redesMob{
        width: 100%;
        max-width: 439px;
        margin-left: 75px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .redesMob .follow{
        width: 100%;
        max-width: 140.52px;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }

    .redesMob .follow p{
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
        margin-bottom: 15px;
    }

    .redesMob .faceMob{
        width: 52.26px;
    }

    .redesMob .instaMob{
        width: 50.82px;
    }

    .redesMob .whatsMob{
        width: 56.96px;
    }

    #barras-menu{
        display: block;
        border-radius: 50%;
        cursor: pointer;
        width: 85px;
        height: 85px;
        background-color: #F14C03;
        position: relative;
        margin: 0px;
        z-index: 15;
    }

    #barras-menu.close{
        position: fixed;
        top: 60.5px;
        right: 38px;
    }
    
    #barras-menu span {
        background: #FFFFFF;
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: 42.5px;
        width: 57.51px;
        margin: auto;
        transition: transform 0.5s linear;
        -webkit-transition: transform 0.5s linear;
    }
    
    #barras-menu span::before {
        top: -15px;
        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: -15px;
        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: #FFFFFF;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: 57.51px;
    }
    
    #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-container{
        overflow: visible;
    }

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

    #attraction .attraction-text{
        margin-bottom: 0px;
        bottom: -35px;
    }

    #attraction .swiper-pagination{
        bottom: 45px;
    }

    #attraction .paginate-content{
        display: none;
    }

    #attraction .swiper-pagination{
        display: flex;
    }

    .swiper-pagination-bullet{
        width: 25px;
        height: 25px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .swiper-pagination-bullet-active{
        background-color: rgba(241, 76, 3, 0.5);
    }

    #masPedido{
        padding: 151px 0px 120px;
    }

    .sectionTitle{
        font-size: 61px;
    }

    .iconStar {
        width: 44.04px;
        margin: 0px auto 48px;
    }

    .product{
        max-width: 277px;
    }

    .product .image{
        height: 278px;
    }

    .product .title{
        font-size: 37px;
    }

    .product .title .add{
        width: 31.89px;
    }

    .product .description{
        font-size: 18px;
    }

    .product .price{
        font-size: 30px;
    }

    .linkContainer{
        margin-top: 65px;
        justify-content: center;
    }

    #promociones{
        height: 993px;
    }

    #promociones .btn{
        margin-bottom: 118px;
        font-size: 59px;
        width: 421px;
        height: 88px;
        line-height: 88px;
    }

    #redes{
        padding: 165px 0px 146px;
    }

    .redesContainer{
        margin-bottom: 56px;
    }

    .linkRed{
        font-size: 28px;
    }

    .linkRed.face img{
        width: 37.56px;
    }

    .linkRed.insta img{
        width: 36.52px;
    }

    .publicacion{
        max-width: 193px;
        margin-right: 23px;
        margin-bottom: 22px;
    }

    .publicacion:nth-child(3n){
        margin-right: 0px;
    }

    .publicacion:nth-child(4n){
        margin-right: 23px;
    }

    .publicacion .image{
        height: 179px;
    }

    .redesFloat{
        display: none;
    }

    footer{
        padding-top: 60px;
    }

    footer .menu{
        display: none;
    }

    footer .logoFooter{
        width: 246.26px;
    }

    .siguenos{
        font-size: 25px;
    }

    .siguenos a{
        width: 31.1px;
    }

    .copyright{
        padding: 15px 0px 26px;
    }

    .copyright .content{
        justify-content: center;
    }

    .copyright .pagos{
        width: 494px;
        margin-bottom: 30px;
    }

    .copyright p{
        font-size: 16px;
        max-width: 290px;
        text-align: center;
    }

    .page{
        padding-top: 271px;
    }

    .pageTitle{
        font-size: 55px;
    }

    #nosotros .pageTitle{
        margin-bottom: 55px;
    }

    .misionVision{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 13px;
    }

    .misionVision .mvContainer{
        margin-bottom: 45px;
        text-align: center;
    }

    .misionVision .mvContainer .title{
        font-size: 28px;
    }

    .misionVision .mvContainer .description{
        font-size: 20px;
        line-height: 23px;
    }

    #bannerNosotros{
        height: 378px;
    }

    #recomendaciones{
        padding: 128px 0px 140px;
    }

    #recomendaciones .servicios{
        width: 100%;
        max-width: 489px;
        flex-flow: wrap;
        margin: 0px auto 85px;
    }

    #recomendaciones .servicio{
        max-width: 220px;
        margin-bottom: 57px;
    }

    #recomendaciones .servicio .image{
        height: 220px;
    }

    #recomendaciones .servicio .description{
        margin-top: 33px;
        font-size: 26px;
    }

    #recomendaciones .sectionTitle{
        font-size: 49px;
        margin-bottom: 58px;
    }

    .recoContainer{
        width: 100%;
        max-width: 590px;
        margin: 0px auto;
    }

    .recoContainer .recomendacion{
        margin-right: 0px;
        margin-bottom: 0px;
        max-width: 100%;
    }

    .recoContainer .recomendacion .user .userImg{
        width: 101px;
        height: 99px;
        margin-right: 34px;
    }

    .recoContainer .recomendacion .user{
        margin-bottom: 25px;
    }

    .recoContainer .recomendacion .user .name{
        font-size: 31px;
        margin-bottom: 22px;
    }

    .recoContainer .recomendacion .user .city{
        font-size: 19px;
    }

    .recoContainer .recomendacion .description{
        margin-bottom: 25px;
    }

    .recoContainer .recomendacion .star{
        width: 28.59px;
        height: 27.36px;
    }

    .categoriasMenu{
        margin: 33px auto 50px;
    }

    .categoriasMenu li{
        width: 134.26px;
        margin-right: 30px;
        display: flex;
        justify-content: center;
        flex-flow: wrap;
    }

    .categoriasMenu li.active::after{
        bottom: 0px;
        margin-top: 10px;
        position: relative;
    }

    .categoriasMenu li a{
        font-size: 17px;
    }

    .menuContainer{
        justify-content: center;
    }

    .menuContainer .product{
        max-width: 156px;
        margin-right: 21px;
        margin-bottom: 30px;
    }

    .menuContainer .product:nth-child(3n){
        margin-right: 0px;
    }

    .menuContainer .product:nth-child(4n){
        margin-right: 21px;
    }

    .menuContainer .product .image{
        height: 155px;
        border-radius: 25px;
        margin-bottom: 10px;
    }

    .menuContainer .product .title{
        font-size: 18px;
        margin-bottom: 13px;
    }

    .menuContainer .product .title .add{
        width: 17.84px;
    }

    .menuContainer .product .description{
        display: none;
    }

    .menuContainer .product .price{
        font-size: 16px;
    }

    #contacto{
        padding-bottom: 155px;
    }

    .contactoContainer{
        justify-content: center;
        margin-bottom: 0px;
    }

    .contactoContainer .sucursales{
        max-width: 474.41px;
    }

    .contactoContainer .title{
        font-size: 37px;
    }

    .map{
        margin-bottom: 70px;
    }

    .map iframe{
        height: 541px;
    }

    .contactoContainer .formulario{
        max-width: 584px;
    }

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

    .input input{
        height: 50px;
        font-size: 18px;
    }

    .contactoContainer .tel{
        max-width: 255px;
    }

    .contactoContainer .email{
        max-width: 100%;
    }

    .contactoContainer .btn{
        height: 50px;
        width: 240px;
        line-height: 50px;
        margin: 32px auto 0px;
    }

    .modal{
        max-width: 523px;
        border-radius: 28px;
    }

    #modalProducto .container{
        justify-content: center;
    }

    #modalProducto .image{
        max-width: 396px;
        height: 352px;
        border-radius: 0px;
        margin-bottom: 24px;
    }

    #modalProducto .text{
        max-width: 316px;
        text-align: center;
    }

    #modalProducto .title{
        font-size: 38px;
    }

    #modalProducto .description{
        font-size: 12px;
    }

    .closeModal{
        right: 21px;
        top: 16px;
        width: 26.77px;
    }
}

/*Responsive Celular*/
@media screen and (max-width: 500px) {
    .content{
        max-width: 80.92%;
    }

    header{
        padding-top: 16px;
    }

    header .container {
        max-width: 80.92%;
    }

    .header-logo{
        width: 81px;
    }

    nav{
        width: 100%;
    }

    .menuUser{
        margin-top: 60px;
        margin-left: 54px;
    }

    .busqueda-btn{
        width: 35.47px;
    }

    .menu{
        margin-top: 62px;
        margin-left: 54px;
    }

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

    .menu a{
        font-size: 26px;
        line-height: 31px;
    }

    .redesMob{
        margin-left: 54px;
        max-width: 313px;
    }

    .redesMob .follow{
        max-width: 105px;
    }

    .redesMob .follow p{
        font-size: 18px;
    }

    .redesMob .faceMob{
        width: 37.56px;
    }

    .redesMob .instaMob{
        width: 37.56px;
    }

    .redesMob .whatsMob{
        width: 40.94px;
    }

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

    #barras-menu span{
        width: 23.32px;
        top: 19px;
    }

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

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

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

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

    #barras-menu.close{
        top: 40px;
    }

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

    .swiper-pagination-bullet{
        width: 13px;
        height: 13px;
    }

    #attraction .attraction-text{
        bottom: -20px;
    }

    .btn{
        width: 192px;
        height: 40px;
        font-size: 26px;
        line-height: 40px;
    }

    #attraction .swiper-pagination {
        bottom: 21px;
    }

    #masPedido{
        padding: 80px 0px 101px;
    }

    .sectionTitle{
        font-size: 33px;
    }

    .iconStar{
        width: 23.61px;
        margin: 6px auto 25px;
    }

    .productContainer .swiper-container{
        width: 197px;
    }

    .product .image{
        height: 197px;
        margin-bottom: 15px;
    }

    .product .title{
        font-size: 27px;
    }

    .product .title .add{
        width: 22.64px;
    }

    .product .description{
        font-size: 14px;
        margin-bottom: 11px;
    }

    .product .price{
        font-size: 23px;
    }

    .linkContainer{
        margin-top: 34px;
    }

    .link{
        font-size: 17px;
    }

    #promociones{
        height: 603px;
    }

    #promociones .btn{
        width: 226px;
        height: 47px;
        line-height: 47px;
        font-size: 32px;
        margin-bottom: 59px;
    }

    #redes{
        padding: 118px 0px 89px;
    }

    .redesContainer{
        margin-bottom: 35px;
    }

    .linkRed{
        font-size: 16px;
    }

    .linkRed.face{
        margin-right: 47px;
    }

    .linkRed.face img{
        width: 20.13px;
    }

    .linkRed.insta img{
        width: 19.58px;
    }

    .instaContainer{
        justify-content: center;
    }

    .publicacion{
        max-width: 135px;
        margin-right: 16px;
        margin-bottom: 34px;
    }

    .publicacion:nth-child(2n){
        margin-right: 0px;
    }

    .publicacion:nth-child(3n){
        margin-right: 16px;
    }

    .publicacion .image{
        height: 125px;
    }

    .publicacion .description{
        font-size: 12px;
        height: 26px;
        line-height: 14px;
    }

    footer .logoFooter{
        width: 156.28px;
    }

    .siguenos{
        font-size: 17px;
    }

    .siguenos a{
        width: 19.74px;
    }

    .copyright{
        padding: 30px 0px 35px;
    }

    .copyright .pagos{
        width: 317px;
        margin-bottom: 26px;
    }

    .copyright p{
        font-size: 14px;
        max-width: 270px;
    }

    .page{
        padding-top: 150px;
    }

    .pageTitle{
        font-size: 40px;
    }

    .misionVision{
        margin-bottom: 44px;
    }

    .misionVision .mvContainer{
        margin-bottom: 36px;
    }

    .misionVision .mvContainer .title{
        font-size: 23px;
        margin-bottom: 18px;
    }

    .misionVision .mvContainer .description{
        font-size: 15px;
        line-height: 17px;
    }

    #bannerNosotros{
        height: 243px;
    }

    #recomendaciones{
        padding: 70px 0px 87px;
    }

    #recomendaciones .servicios{
        max-width: 295px;
        margin-bottom: 44px;
    }

    #recomendaciones .servicio{
        max-width: 132px;
        margin-bottom: 34px;
    }

    #recomendaciones .servicio .image{
        height: 132px;
    }

    #recomendaciones .servicio .description{
        margin-top: 19px;
        font-size: 16px;
    }

    #recomendaciones .sectionTitle{
        font-size: 30px;
        margin-bottom: 50px;
    }

    .recoContainer .recomendacion .user{
        margin-bottom: 12px;
    }

    .recoContainer .recomendacion .user .userImg{
        width: 51px;
        height: 51px;
        margin-right: 17px;
    }

    .recoContainer .recomendacion .user .name{
        font-size: 17px;
        margin-bottom: 11px;
    }

    .recoContainer .recomendacion .user .city{
        font-size: 10px;
    }

    .recoContainer .recomendacion .description{
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .recoContainer .recomendacion .star{
        width: 17.44px;
        height: 16.69px;
    }

    .categoriasMenu{
        margin: 35px auto 30px;
    }

    .categoriasMenu li{
        width: 89px;
    }

    .categoriasMenu li.active::after{
        margin-top: 3px;
    }

    .categoriasMenu li a{
        font-size: 12px;
    }

    .menuContainer .product{
        max-width: 140px;
        margin-right: 15px;
    }

    .menuContainer .product:nth-child(2n){
        margin-right: 0px;
    }

    .menuContainer .product:nth-child(3n){
        margin-right: 15px;
    }

    .menuContainer .product .image{
        height: 140px;
        margin-bottom: 9px;
    }

    .menuContainer .product .title{
        font-size: 17px;
    }

    .menuContainer .product .title .add{
        width: 16.03px;
    }

    .menuContainer .product .price{
        font-size: 13px;
    }

    #contacto{
        padding-bottom: 53px;
    }

    #contacto .pageTitle{
        margin-bottom: 45px;
    }

    .contactoContainer .title{
        font-size: 25px;
    }

    .contactoContainer .telefono{
        margin-bottom: 20px;
    }

    .contactoContainer .sucursales{
        margin-bottom: 30px;
    }

    .map{
        margin-bottom: 48px;
    }

    .map iframe{
        height: 292px;
    }

    .input{
        margin-bottom: 14px;
    }

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

    .input input{
        height: 28px;
        font-size: 10px;
    }

    .contactoContainer .btn{
        margin-top: 7px;
        width: 123px;
        height: 26px;
        font-size: 16px;
        line-height: 26px;
    }

    .modal{
        padding: 0px;
        padding-bottom: 50px;
    }

    #modalProducto .image{
        max-width: 100%;
        height: 368px;
    }

    #modalProducto .text{
        max-width: 330px;
    }

    #modalProducto .title{
        font-size: 40px;
    }

    .closeModal img{
        filter: invert(1);
    }
}