/*Estilos base*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    margin: 0px;
}

p{
    margin: 0px;
}

img{
    width: 100%;
    display: block;
}

a{
    text-decoration: none;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.btn{
    height: 43.96px;
    line-height: 43.96px;
    color: #FFFFFF;
    background-color: #F14C03;
    width: 211.79px;
    display: inline-block;
    border-radius: 14px;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.content{
    width: 100%;
    max-width: 1125px;
    margin: 0px auto;
    position: relative;
}

.input{
    margin-bottom: 23px;
    width: 100%;
}

.input label{
    display: inline-block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #070707;
}

.input input{
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #DBDBDB;
    box-shadow: none;
    margin: 0px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
}

.input textarea{
    width: 100%;
    height: 78px;
    border-radius: 14px;
    border: 1px solid #DBDBDB;
    margin: 0px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    display: block;
}

.checkbox{
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox input{
    height: 18px;
    width: 18px;
    margin: 0px 9px 0px 0px;
}

.checkbox label{
    margin: 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.redesMob{
    display: none;
}

/*Header*/
header{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 25px;
    position: absolute;
    top: 0px;
    z-index: 15;
}

header .container{
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
}

.header-logo{
    width: 139.19px;
    margin-left: 114px;
}

.header-logo img{
    filter: invert(1);
}

.menu{
    display: flex;
    align-items: center;
    height: 59px;
    padding-left: 31px;
    border-radius: 19px 0px 0px 19px;
    background-color: rgba(255, 255, 255, 0.72);
}

.menu li{
    margin-right: 47px;
    position: relative;
}

.menu a{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #242323;
}

nav{
    display: flex;
    align-items: center;
}

#fondo{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
}

#barras-menu{
    display: none;
}

.menuUser{
    height: 59px;
    display: flex;
    align-items: center;
    padding: 0px 109px 0px 17px;
    background-color: #F14C03;
}

.busqueda-btn{
    width: 26.54px;
    display: block;
    position: relative;
}

.busqueda{
    display: none;
    position: absolute;
    right: -19px;
    bottom: -77px;
    width: 397px;
}

.busqueda .input{
    margin-bottom: 0px;
    position: relative;
}

.busqueda .input input{
    height: 56px;
    border-color: #707070;
    padding-left: 60px;
    border-radius: 15px;
}

.busqueda button{
    width: 22.6px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 27px;
    margin: auto;
    border: none;
    height: max-content;
    background-color: #FFFFFF;
    z-index: 1;
}

/*Attraction*/
#attraction .swiper-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 637.36px;
    display: flex;
    align-items: flex-end;
}

#attraction .swiper-slide::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

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

#attraction .paginate-content{
    width: 100%;
    max-width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

#attraction .swiper-button-prev, #attraction .swiper-button-next{
    background-image: url('/img/arrow-swiper.png');
    width: 18.32px;
    height: 32.04px;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

#attraction .attraction-text{
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0px auto 60px;
    z-index: 1;
    color: #FFFFFF;
    text-align: center;
}

/*Lo mas pedido*/
#masPedido{
    padding: 107px 0px 126px;
}

.sectionTitle{
    font-size: 58px;
    font-weight: 700;
    color: #F14C03;
    text-align: center;
    text-transform: uppercase;
}

.iconStar{
    width: 40.53px;
    margin: 0px auto 62px;
    display: block;
}

.productContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product{
    width: 100%;
    max-width: 232.86px;
    margin-right: 40px;
}

.product:last-child{
    margin-right: 0px;
}

.product .image{
    width: 100%;
    height: 232.86px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 47px;
    margin-bottom: 19px;
}

.product .title{
    font-size: 32px;
    font-weight: 700;
    color: #F14C03;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .title .add{
    width: 26.76px;
    margin-right: 6px;
}

.product .description{
    max-width: 191px;
    font-size: 17px;
    font-weight: 300;
    color: #919191;
    text-align: center;
    margin: 0px auto 12px;
}

.product .price{
    font-size: 26px;
    font-weight: 700;
    color: #E6BC47;
    text-align: center;
}

.linkContainer{
    margin-top: 45px;
    display: flex;
    justify-content: flex-end;
}

.link{
    font-size: 23px;
    font-weight: 700;
    color: #7E0900;
    text-decoration: underline;
}

/*Promociones*/
#promociones{
    width: 100%;
    height: 523.48px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#promociones .btn{
    margin-bottom: 102px;
}

/*Promocion*/
#promocion{
    width: 100%;
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 53px;
}

#promocion .btn{
    margin-bottom: 82px;
}

/*Redes sociales*/
#redes{
    padding: 150px 0px 146px;
}

.redesContainer{
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.linkRed{
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 500;
    color: #737373;
}

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

.linkRed.face img{
    width: 29.02px;
    margin-right: 15px;
}

.linkRed.insta img{
    width: 28.22px;
    margin-right: 15px;
}

.instaContainer{
    width: 100%;
    max-width: 1223px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin: 0px auto;
}

.publicacion{
    width: 100%;
    max-width: 229.58px;
    margin-right: 28px;
    margin-bottom: 20px;
}

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

.publicacion .image{
    width: 100%;
    height: 214px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 8px;
}

.publicacion .description{
    height: 44px;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    color: #737373;
}

/*Footer*/
footer{
    background-color: #7E0900;
    padding: 27px 0px 0px;
}

footer .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .logoFooter{
    width: 139.33px;
    filter: invert(1);
}

footer .menu{
    height: auto;
    margin: 0px auto 35px;
    background-color: transparent;
    padding: 0px;
}

footer .menu li:last-child{
    margin-right: 0px;
}

footer .menu a{
    font-size: 13px;
    color: #FFFFFF;
}

.siguenos{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 12px auto 35px;
}

.siguenos a{
    display: block;
    width: 15.93px;
    margin-left: 12px;
}

.siguenos a img{
    display: block;
    filter: invert(1);
}

.copyright{
    padding: 5px 0px 7px;
    background-color: #FFFFFF;
}

.copyright .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.copyright .pagos{
    width: 294px;
}

.copyright p{
    font-size: 16px;
    font-weight: 300;
    color: #686868;
}

.redesFloat{
    position: fixed;
    right: 37px;
    bottom: 65px;
    z-index: 5;
}

.redesFloat .whatsapp{
    margin-bottom: 9px;
    display: block;
    width: 39.12px;
}

.redesFloat .arrowUp{
    display: block;
    width: 39.12px;
}

.redesFloat img{
    display: block;
}

/*Nosotros*/
.page{
    padding-top: 224px;
}

.pageTitle{
    font-size: 57px;
    font-weight: 700;
    color: #F14C03;
    text-align: center;
    text-transform: uppercase;
}

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

.misionVision{
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
}

.misionVision .mvContainer{
    width: 100%;
    max-width: 262px;
}

.misionVision .mvContainer .title{
    font-size: 22px;
    font-weight: 700;
    color: #F14C03;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

.misionVision .mvContainer .description{
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    text-align: center;
}

#bannerNosotros{
    width: 100%;
    height: 246px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Nosotros*/
#recomendaciones{
    padding: 73px 0px 100px;
}

#recomendaciones .servicios{
    max-width: 952px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto 97px;
}

#recomendaciones .servicio{
    width: 100%;
    max-width: 164px;
}

#recomendaciones .servicio .image{
    width: 100%;
    height: 164px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E6BC47;
}

#recomendaciones .servicio .description{
    width: 100%;
    max-width: 110px;
    margin: 32px auto 0px;
    font-size: 17px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

#recomendaciones .sectionTitle{
    font-size: 36px;
    margin-bottom: 54px;
}

.recoContainer{
    display: flex;
    flex-flow: wrap;
    max-width: 770px;
    margin: 0px auto;
}

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

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

.recoContainer .recomendacion .user{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recoContainer .recomendacion .user .userImg{
    width: 63px;
    height: 63px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E6BC47;
    margin-right: 21px;
}

.recoContainer .recomendacion .user .name{
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}

.recoContainer .recomendacion .user .city{
    font-size: 13px;
    font-weight: 300;
    color: #686868;
}

.recoContainer .recomendacion .description{
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    margin-bottom: 15px;
}

.recoContainer .recomendacion .qualification{
    margin-bottom: 15px;
}

.recoContainer .recomendacion .star{
    width: 21.38px;
    height: 20.46px;
    background-image: url("/img/star-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    display: inline-block;
}

.recoContainer .recomendacion .border{
    width: 100%;
    height: 10px;
    background-color: #7E0900;
    border-radius: 10px;
}

/*Menu*/
.categoriasMenu{
    display: flex;
    max-width: 875px;
    margin: 29px auto 45px;
}

.categoriasMenu li{
    width: 112.5px;
    position: relative;
    margin-right: 40px;
    text-align: center;
}

.categoriasMenu li:last-child{
    margin-right: 0px;
}

.categoriasMenu li.active::after{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #7E0900;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.categoriasMenu li a{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.menuContainer{
    display: flex;
    flex-flow: wrap;
    max-width: 840px;
    margin: 0px auto 107px;
}

.menuContainer .product{
    max-width: 185px;
    margin-right: 33px;
    margin-bottom: 25px;
}

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

.menuContainer .product .image{
    height: 185px;
    margin-bottom: 16px;
}

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

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

.menuContainer .product .description{
    font-size: 13px;
    line-height: 16px;
}

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

/*Contacto*/
#contacto .pageTitle{
    margin-bottom: 63px;
}

.contactoContainer{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 48px;
}

.contactoContainer .sucursales{
    width: 100%;
    max-width: 482px;
}

.contactoContainer .title{
    font-size: 33px;
    font-weight: 600;
    color: #F14C03;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.contactoContainer .subtitle{
    font-size: 20px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contactoContainer .direccion{
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    line-height: 35px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.contactoContainer .direccion::before{
    content: "";
    width: 17.41px;
    height: 23.22px;
    background-image: url("/img/direccion.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.contactoContainer .telefono{
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    line-height: 35px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contactoContainer .telefono::before{
    content: "";
    width: 20.99px;
    height: 20.99px;
    background-image: url("/img/telefono.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3px;
}

.contactoContainer .formulario{
    width: 100%;
    max-width: 562px;
}

.contactoContainer .formulario form{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.contactoContainer .tel{
    width: 100%;
    max-width: 246px;
}

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

.contactoContainer .btn{
    width: 207px;
    height: 43px;
    line-height: 40px;
    font-size: 29px;
    border: none;
}

.map{
    width: 100%;
    margin-bottom: 96px;
}

.map iframe{
    width: 100%;
    height: 430px;
}

/*Modal producto*/
.modal{
    display: none;
    width: 100%;
    max-width: 596px;
    padding: 37px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 45px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 20;
    box-sizing: border-box;
}

.closeModal{
    position: absolute;
    right: 27px;
    top: 30px;
    width: 18.17px;
}

#modalProducto .container{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#modalProducto .image{
    width: 100%;
    max-width: 206px;
    height: 205px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 47px;
}

#modalProducto .text{
    width: 100%;
    max-width: 291px;
}

#modalProducto .title{
    font-size: 26px;
    font-weight: 700;
    color: #F14C03;
    margin-bottom: 16px;
}

#modalProducto .description{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

@media screen and (min-width: 1600px) {
    .content{
        max-width: 1245px;
    }

    header{
        padding-top: 38px;
    }

    .header-logo{
        width: 209px;
        margin-left: 171px;
    }

    .menu{
        height: 76px;
        padding-left: 28px;
    }

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

    .menuUser{
        height: 76px;
        padding: 0px 90px 0px 35px;
    }
    
    .busqueda-btn{
        width: 31.25px;
        display: block;
    }

    #attraction .swiper-button-prev, #attraction .swiper-button-next{
        width: 27.5px;
        height: 48.11px;
    }

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

    #attraction .attraction-text{
        margin: 0px auto 90px;
    }

    .btn{
        height: 66px;
        line-height: 66px;
        width: 318px;
        font-size: 45px;
    }

    .redesFloat{
        right: 70px;
        bottom: 90px;
    }

    .redesFloat .whatsapp{
        margin-bottom: 14px;
        width: 58.74px;
    }
    
    .redesFloat .arrowUp{
        width: 58.74px;
    }

    #masPedido{
        padding: 128px 0px 190px;
    }

    .sectionTitle{
        font-size: 64px;
    }

    .iconStar{
        width: 60.86px;
    }

    .product{
        max-width: 283px;
        margin-right: 29px;
    }

    .product .image{
        height: 283px;
        margin-bottom: 24px;
    }

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

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

    .product .description{
        font-size: 21px;
        margin: 0px auto 15px;
    }

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

    .link{
        font-size: 30px;
    }

    #promociones{
        height: 786px;
    }

    #promociones .btn{
        margin-bottom: 152px;
    }

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

    .linkRed{
        font-size: 34px;
    }
    
    .linkRed.face{
        margin-right: 80px;
    }

    .linkRed.face img{
        width: 39.71px;
    }
    
    .linkRed.insta img{
        width: 38.61px;
    }

    .publicacion{
        max-width: 280px;
        margin-right: 34px;
    }

    .publicacion .image{
        height: 261px;
    }

    footer{
        padding: 42px 0px 0px;
    }

    footer .menu{
        margin: 0px auto 50px;
    }

    footer .menu a{
        font-size: 21px;
    }

    footer .logoFooter{
        width: 209px;
    }

    .siguenos{
        font-size: 21px;
        margin: 19px auto 50px;
    }
    
    .siguenos a{
        width: 23.9px;
        margin-left: 17px;
    }

    .copyright{
        padding: 9px 0px;
    }

    .copyright .pagos{
        width: 441px;
    }

    .copyright p{
        font-size: 24px;
    }

    .page{
        padding-top: 336px;
    }

    .pageTitle{
        font-size: 84px;
    }

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

    .misionVision{
        margin-bottom: 124px;
    }

    .misionVision .mvContainer{
        max-width: 394px;
    }

    .misionVision .mvContainer .title{
        font-size: 35px;
        margin-bottom: 24px;
    }

    .misionVision .mvContainer .description{
        font-size: 25px;
        line-height: 29px;
    }

    #bannerNosotros{
        height: 370px;
    }

    #recomendaciones{
        padding: 109px 0px 150px;
    }

    #recomendaciones .servicios{
        max-width: 100%;
        margin-bottom: 218px;
    }

    #recomendaciones .servicio{
        max-width: 189px;
    }

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

    #recomendaciones .servicio .description{
        max-width: 148px;
        margin: 38px auto 0px;
        font-size: 23px;
    }

    #recomendaciones .sectionTitle{
        font-size: 55px;
        margin-bottom: 70px;
    }

    .recoContainer{
        max-width: 100%;
    }

    .recoContainer .recomendacion:nth-child(2n){
        margin-right: 90px;
    }

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

    #promocion{
        height: 448px;
        margin-bottom: 140px;
    }

    #promocion .btn{
        margin-bottom: 120px;
    }

    .categoriasMenu{
        max-width: 100%;
        margin: 57px auto 90px;
    }

    .categoriasMenu li{
        width: 149px;
        margin-right: 70px;
    }

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

    .menuContainer{
        max-width: 100%;
    }

    .menuContainer .product{
        max-width: 283px;
        margin-right: 29px;
    }

    .menuContainer .product .image{
        height: 283px;
        margin-bottom: 24px;
    }

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

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

    .menuContainer .product .description{
        font-size: 21px;
        line-height: 25px;
        margin: 0px auto 15px;
    }

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

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

    .contactoContainer .title{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .map{
        margin-bottom: 148px;
    }

    .map iframe{
        height: 501px;
    }

    .modal{
        max-width: 892px;
        padding: 56px;
    }

    #modalProducto .image{
        max-width: 308px;
        height: 307px;
    }

    #modalProducto .text{
        max-width: 435px;
    }
    
    #modalProducto .title{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .closeModal{
        width: 27.2px;
    }
}