/*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, .input select{
    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;
}

.disable { 
    pointer-events: none; 
    cursor: default; 
} 

/*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 55px 0px 23px;
    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;
}

.carrito-btn{
    width: 32.48px;
    margin-left: 40px;
    display: block;
    position: relative;
}

.carrito-btn span{
    width: 21px;
    height: 21px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    top: -3px;
    right: -9px;
    border-radius: 50%;
}

.iniciar-sesion{
    width: 26.25px;
    margin-left: 40px;
    display: block;
}

/*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;

}

/*Listado productos*/
#productos h2{
    text-align: center;
    margin-bottom: 50px;
}


#productos #listado{
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
}

.bloque-producto{
    width: 100%;
    max-width: 300px;
    margin-bottom: 50px;
}

#productos .input{
    max-width: 150px;
}

/*Vista producto*/
#vista-producto .info{
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 30px auto;
}

.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;
    margin-bottom: 15px;
}

#modalProducto .price{
    font-size: 16px;
    font-weight: 700;
    color: #E6BC47;
    margin-bottom: 5px;
}

#modalProducto form{
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

#modalProducto .input{
    margin-bottom: 16px;
}

#modalProducto .input input{
    height: 45px;
    border-radius: 0px;
    border-color: #000000;
}

#modalProducto .input.number{
    max-width: 28px;
    margin: 0px 4px 16px;
}

#modalProducto .input.number input{
    padding: 0px 9px;
    height: 28px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
  
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.less, .more{
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

#modalProducto .input label{
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#modalProducto .btn{
    width: 62px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-weight: 600;
    background-color: #7E0900;
    border: none;
    margin: 0px auto;
}

/*Orden*/
#orden{
    padding-bottom: 122px;
}

.datosEntrega{
    width: 100%;
    max-width: 921px;
    margin: 34px auto 80px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.datosContainer{
    width: 100%;
    max-width: 452px;
    margin-bottom: 35px;
}

.datosContainer .top{
    text-align: center;
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 4px 0px;
}

.datosContainer .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.datosContainer .subtitle{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-top: 2px;
}

.datosContainer .flex{
    width: 100%;
    max-width: 398px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.datosContainer .flex .dato{
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 500;
    color: #A19B9B;
}

.datosContainer .flex .dato span{
    display: inline-block;
    min-width: 54px;
    margin-right: 22px;
    color: #000000;
}

.datosContainer .flex .foto{
    width: 100%;
    max-width: 74px;
    text-align: center;
}

.datosContainer .flex .foto .image{
    width: 100%;
    height: 74px;
    margin-bottom: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.linkEdit{
    font-size: 11px;
    font-weight: 500;
    color: #000000;
    text-decoration: underline;
}

.datosContainer .block{
    width: 100%;
    max-width: 366px;
    margin: 0px auto;
}

.datosContainer .block .linkEdit{
    float: right;
}

.datosContainer .radio{
    display: flex;
    align-items: center;
}

.datosContainer .radio.master{
    margin-bottom: 4px;
}

.datosContainer .radio.visa, .datosContainer .radio.Gpay{
    margin-bottom: 11px;
}

.datosContainer .label-text{
    display: flex;
    align-items: center;
    margin-left: 9px;
    font-size: 12px;
    font-weight: 500;
}

.datosContainer .radio.master .label-text::before{
    content: '';
    background-image: url('/img/master.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33px;
    height: 34px;
    margin-right: 12px;
}

.datosContainer .radio.visa .label-text::before{
    content: '';
    background-image: url('/img/visa.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31px;
    height: 24px;
    margin-right: 12px;
}

.datosContainer .radio.Gpay .label-text::before{
    content: '';
    background-image: url('/img/gpay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 22px;
    margin-right: 12px;
}

.datosContainer .radioDir{
    margin-bottom: 16px;
}

.datosContainer .radio input[type=radio]{
    display: none;
}

.datosContainer .radio .circle-radio{
    width: 21px;
    height: 21px;
    margin-right: 7px;
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datosContainer .radio input[type=radio]:checked + .circle-radio span{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
}

.datosPedido{
    width: 100%;
    max-width: 938px;
    margin: 0px auto;
}

.datosPedido .table{
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
    margin-bottom: 37px;
    padding-top: 37px;
    border-top: 1px solid #707070;
}

.datosPedido .input{
    margin-bottom: 0px;
}

.datosPedido .input.number{
    max-width: 37.66px;
    margin: 0px 6px;
}

.datosPedido .input.number input{
    border-radius: 0px;
    border-color: #000000;
    padding: 0px 10px;
    height: 37.66px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.datosPedido .table .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.datosPedido .table .head p{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.datosPedido .table li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.datosPedido .table .cell{
    display: flex;
    align-items: center;
    justify-content: center;
}

.datosPedido .less, .datosPedido .more{
    font-size: 19px;
}

.datosPedido .table .image{
    width: 106.83px;
    height: 106.83px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px;
    margin-right: 5px;
}

.datosPedido .table .title{
    font-size: 19px;
    font-weight: 700;
    color: #F14C03;
    text-align: center;
    text-transform: uppercase;
}

.datosPedido .table .description{
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    max-width: 322px;
}

.datosPedido .table .price{
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

.datosPedido .table .link{
    font-size: 15px;
}

.datosPedido .notasPedido{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.datosPedido .notasPedido .notas{
    width: 100%;
    max-width: 582px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.datosPedido .notasPedido .textarea{
    width: 100%;
    max-width: 366.79px;
}

.datosPedido .notasPedido .text{
    width: 100%;
    max-width: 200.34px;
}

.datosPedido .notasPedido .input label{
    font-size: 14px;
    text-transform: uppercase;
}

.datosPedido .notasPedido .input textarea{
    border-color: #707070;
    border-radius: 10px;
    height: 103.94px;
}

.datosPedido .notasPedido .input input{
    border-color: #707070;
    border-radius: 13px;
    height: 33.89px;
}

.datosPedido .resumenCuenta p{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.datosPedido .resumenCuenta p strong{
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
}

.datosPedido .resumenCuenta .btn{
    border: none;
    font-size: 18px;
    height: 36.46px;
    width: 162.17px;
    line-height: 36.46px;
    margin-top: 15px;
}

#modalOrden{
    max-width: 521px;
    padding: 35px 25px;
    border-radius: 38px;
}

#modalOrden .title{
    font-size: 49px;
    font-weight: 700;
    color: #F14C03;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 29px;
    line-height: 45px;
}

#modalOrden .link{
    font-size: 14px;
    display: table;
    margin: 0px auto;
}

#modalOrden .closeModal{
    top: 12px;
    right: 16px;
}

/*Resumen orden*/
#orden-resumen .datosPedido .table{
    border-top: none;
    padding-top: 41px;
}

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

.resumenPedido .dato{
    margin-bottom: 33px;
}

.resumenPedido .dato p{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.resumenPedido .dato p.pago{
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.resumenPedido .dato .pago.master::before{
    content: '';
    background-image: url('/img/master.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33px;
    height: 34px;
    margin-right: 12px;
}

.resumenPedido .dato .pago.visa::before{
    content: '';
    background-image: url('/img/visa.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31px;
    height: 24px;
    margin-right: 12px;
}

.resumenPedido .dato .pago.Gpay::before{
    content: '';
    background-image: url('/img/gpay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 22px;
    margin-right: 12px;
}

.resumenPedido .total p{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.resumenPedido .total p strong{
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
}

.linkDescarga{
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
}

/*Mi cuenta*/
.perfil{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 18px;
    margin-bottom: 38px;
}

.perfil .foto{
    width: 100%;
    max-width: 127px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.perfil .foto .image{
    width: 100%;
    height: 127px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 18px;
}

.perfil .datos{
    margin-top: 9px;
    margin-left: 49px;
}

.perfil .dato{
    margin-bottom: 27px;
    font-size: 14px;
    font-weight: 500;
    color: #A19B9B;
}

.perfil .dato span{
    font-size: 15px;
    color: #0F0E0E;
    min-width: 63px;
    margin-right: 23px;
    display: inline-block;
}

.perfil .linkEdit{
    font-size: 12px;
}

#mi-cuenta .datosEntrega{
    max-width: 927px;
    margin-bottom: 0px;
}

#mi-cuenta .datosContainer{
    max-width: 455px;
    margin-bottom: 60px;
}

#mi-cuenta .datosContainer .top{
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px;
}

#mi-cuenta .datosContainer.full{
    max-width: 100%;
}

#mi-cuenta .datosPedido .table{
    padding: 15px 0px 0px;
    border: none;
}

#mi-cuenta .datosPedido .table .date{
    font-size: 19px;
    font-weight: 500;
}

#mi-cuenta .datosPedido .table .image{
    margin-right: 8px;
}

#mi-cuenta .datosPedido .table .title{
    text-align: left;
    margin-bottom: 10px;
}

#mi-cuenta .datosPedido .table .btn{
    width: 163.19px;
    height: 36.69px;
    line-height: 36.69px;
    font-size: 18px;
}

#mi-cuenta .datosPedido .table .description{
    max-width: 255px;
}

@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 82px 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;
    }

    #orden {
        padding-bottom: 250px;
    }

    .datosEntrega{
        max-width: 1225px;
        margin-bottom: 145px;
    }

    .datosContainer{
        max-width: 600px;
    }

    .datosContainer .top{
        padding: 19px 0px;
        margin-bottom: 25px;
    }

    .datosContainer .flex{
        max-width: 539px;
    }

    .datosContainer .title{
        font-size: 23px;
    }

    .datosContainer .subtitle{
        font-size: 18px;
    }

    .datosContainer .flex .dato{
        font-size: 18px;
    }

    .datosContainer .flex .dato span{
        min-width: 75px;
        margin-right: 27px;
    }

    .datosContainer .flex .foto{
        max-width: 99px;
    }

    .datosContainer .flex .foto .image{
        height: 99px;
        margin-bottom: 29px;
    }

    .linkEdit{
        font-size: 15px;
    }

    .datosContainer .block{
        max-width: 491px;
    }

    .datosContainer .label-text{
        font-size: 18px;
    }

    .datosContainer .radio.master{
        margin-bottom: 6px;
    }

    .datosContainer .radio.visa, .datosContainer .radio.Gpay{
        margin-bottom: 14px;
    }

    .datosContainer .radio.master .label-text::before{
        width: 44px;
        height: 44px;
        margin-right: 16px;
    }

    .datosContainer .radio.visa .label-text::before{
        width: 41px;
        height: 32px;
        margin-right: 16px;
    }

    .datosContainer .radio.Gpay .label-text::before{
        width: 42px;
        height: 29px;
        margin-right: 16px;
    }

    .datosContainer .radio .circle-radio{
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .datosContainer .radio input[type=radio]:checked + .circle-radio span{
        width: 15px;
        height: 15px;
    }

    .datosPedido{
        max-width: 100%;
    }

    .datosPedido .table{
        padding-bottom: 44px;
        margin-bottom: 44px;
        padding-top: 47px;
    }

    .datosPedido .table .head{
        margin-bottom: 25px;
    }

    .datosPedido .table .head p{
        font-size: 20px;
    }

    .datosPedido .table li{
        margin-bottom: 38px;
    }

    .datosPedido .input.number{
        max-width: 49px;
        margin: 0px 8px;
    }

    .datosPedido .input.number input{
        height: 49px;
        font-size: 25px;
    }

    .datosPedido .less, .datosPedido .more{
        font-size: 25px;
    }

    .datosPedido .table .image{
        width: 139px;
        height: 139px;
        margin-right: 7px;
        border-radius: 47px;
    }

    .datosPedido .table .title, .datosPedido .table .price{
        font-size: 25px;
    }

    .datosPedido .table .description{
        max-width: 419px;
    }

    .datosPedido .table .link{
        font-size: 20px;
    }

    .datosPedido .notasPedido .notas{
        max-width: 774px;
    }

    .datosPedido .notasPedido .input label{
        font-size: 20px;
    }

    .datosPedido .notasPedido .textarea{
        max-width: 487px;
    }

    .datosPedido .notasPedido .text{
        max-width: 266px;
    }

    .datosPedido .notasPedido .input textarea{
        height: 138px;
    }

    .datosPedido .notasPedido .input input{
        height: 45px;
    }

    .datosPedido .resumenCuenta p{
        font-size: 20px;
        margin-bottom: 18px;
    }

    .datosPedido .resumenCuenta p strong{
        font-size: 25px;
    }

    .datosPedido .resumenCuenta .btn{
        font-size: 24px;
        width: 215.32px;
        height: 48.41px;
        line-height: 48.41px;
    }

    #modalOrden{
        max-width: 707px;
        padding: 56px 36px 40px;
    }
    
    #modalOrden .title{
        font-size: 67px;
        margin-bottom: 40px;
        line-height: 61px;
    }
    
    #modalOrden .link{
        font-size: 20px;
    }
    
    #modalOrden .closeModal{
        top: 17px;
        right: 21px;
    }

    #orden-resumen .pageTitle{
        margin-bottom: 62px;
    }

    #orden-resumen .datosPedido .table{
        padding-top: 46px;
        border-top: 1px solid #707070;
    }

    .resumenPedido{
        margin-bottom: 100px;
    }

    .resumenPedido .dato{
        margin-bottom: 44px;
    }

    .resumenPedido .dato p{
        font-size: 23px;
        margin-bottom: 20px;
    }

    .resumenPedido .dato p.pago{
        font-size: 18px;
    }

    .resumenPedido .dato .pago.master::before{
        width: 44px;
        height: 44px;
        margin-right: 16px;
    }

    .resumenPedido .dato .pago.visa::before{
        width: 41px;
        height: 32px;
        margin-right: 16px;
    }

    .resumenPedido .dato .pago.Gpay::before{
        width: 42px;
        height: 29px;
        margin-right: 16px;
    }

    .resumenPedido .total p{
        font-size: 20px;
    }

    .resumenPedido .total p strong{
        font-size: 25px;
    }

    .linkDescarga{
        font-size: 17px;
    }

    .perfil{
        margin: 69px auto 50px;
    }

    .perfil .foto{
        max-width: 167px;
    }

    .perfil .foto .image{
        height: 167px;
        margin-bottom: 25px;
    }

    .perfil .linkEdit{
        font-size: 16px;
    }

    .perfil .datos{
        margin-top: 15px;
        margin-left: 65px;
    }

    .perfil .dato{
        font-size: 19px;
    }

    .perfil .dato span{
        font-size: 19px;
        min-width: 78px;
        margin-right: 29px;
    }

    #mi-cuenta .datosEntrega{
        max-width: 1223px;
    }

    #mi-cuenta .datosContainer{
        max-width: 600px;
        margin-bottom: 80px;
    }

    #mi-cuenta .datosContainer .top{
        min-height: 70px;
    }

    #mi-cuenta .datosPedido .table .title{
        font-size: 20px;
    }

    #mi-cuenta .datosPedido .table .btn{
        width: 215.32px;
        height: 48.41px;
        line-height: 48.41px;
        font-size: 24px;
    }

    #mi-cuenta .datosPedido .table .description{
        max-width: 338px;
    }

    #mi-cuenta .datosContainer.full{
        margin-bottom: 206px;
    }
}