@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html, body {
    margin: 0px auto;
    width: 100%;
 font-family: 'Dosis', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    /* background: #ccc; */
    overflow-x: hidden;
}

.header {
    width: 100%;
    display: inline-block;
    z-index: 9999;
    padding: 0;
    margin: 0px auto !important;
    box-shadow: 1px 6px 23px 0px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 1px 6px 23px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 1px 6px 23px 0px rgba(0, 0, 0, 0.64);
    z-index: 9999;
}
.menu-ico {
    float: right;
    display: none;
}
.sobrenav{
    background-color: #f00;
    height: 50px;
}
.header .content{
    width: 90%;
    max-width: none;
}
nav {
    float: right;
    margin: 0;
    /* width: 55%; */
    height: 104px;
    /* background: green; */
}
nav ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
nav ul li {
    margin: 0px;
    padding: 0px;
    /* float: left; */
    padding: 40px 6%;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
}
nav ul li:hover {
    /* background: #eee; */
    border-bottom: solid 4px #f00;
    /* box-sizing: border-box; */
}
nav ul li a img {
    margin: 0px;
    padding: 0px;
    /* display: inline-block; */
    /* position: relative; */
    /* float: left; */
    width: 100%;
}
nav ul li a {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 0;
    font-weight: 800;
    text-align: center;
}
nav ul li a:hover {
    color: #f00;
}
nav ul li:hover ul, nav ul li:active ul {
        opacity: 1;
        display: block;
}
nav ul li ul {opacity: 0;display: none;position: absolute;background-color: rgb(245 244 244);padding: 0px;/* display: inline-table; *//* float: left; */width: 100%;left: 0;top: 154px;margin: 0;transition: all 0.3s ease-out 0s;box-shadow: -11px 10px 12px -6px rgb(0 0 0 / 60%);-webkit-box-shadow: -11px 10px 12px -6px rgb(0 0 0 / 60%);-moz-box-shadow: -11px 10px 12px -6px rgba(0, 0, 0, 0.6);transition: all 0.3s ease-out 0s;z-index: 9999;}
nav ul li ul li {
    display: inline-block;
    width: 19%;
    padding: 0;
    transition: all 0.3s ease-out 0s;
}
nav ul li ul li a {
    text-align: left !important;
    display: block;
    padding: 0;
    font-size: 12px;
}
nav ul li ul li a span {
    text-align: left !important;
    display: block;
    padding: 30px;
    font-size: 14px;
    font-weight: 600;
    height: 100px;
}
nav ul li ul li:hover {border-bottom: none;}
nav ul li ul li a:hover {
    color: #fff;
    
}
nav ul li ul li a img {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
     transition: all 0.3s ease-out 0s;
    /* background: red; */
}
nav ul li ul li:hover img {
         
    transform: scale(1.2);
    
 
    
}
.off img {
    filter: saturate(0);
      transform: scale(1) !important;
}
nav ul li ul li a:hover {
    
}
.nav-dest{
    color: #fff;
    padding: 13px 20px;
    border-radius: 30px;
    margin: 0 0 0 40px;
}
.nav-dest:hover{
    color: #02045e !important;
}
.carrito{
    padding: 30px 20px;
}
.carrito img{
    width: 80%;
}
a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
a:hover {
    cursor: pointer;
}
h1 {
    color: #333;
    font-size: 350%;
    font-weight: 700;
    line-height: 75px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0 0 5% 0;
    text-transform: uppercase;
    font-style: italic;
}
h2 {
     color: #03045e;
     font-size: 300%;
     font-weight: 600;
     line-height: 65px;
     text-align: left;
     margin: 0 0 5% 0;
}
h3 {
    color: #333;
    font-size: 120%;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    padding-bottom: 40px;
    /* text-transform: uppercase; */
    font-style: italic;
}
h4 {
      font-size: 150%;
      margin-bottom: 20px;
}
p {
    font-size: 100%;
    color: #333;
    line-height: 20px;
    padding-top: 7px;
    font-weight: 400;
}

.content {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
}
.slider1, .slider2, .slider3, .slider4, .slider5{
    background-size: 100%;
    background-position: right 0;
    background-repeat: no-repeat;
    height: 38vw;
    /* background: blue; */
}
.slider1{
     background-image: url("../images/slider1.jpg");
}
.slider2{
     background-image: url("../images/slider2.jpg");
}
.slider3{
     background-image: url("../images/slider3.jpg");
}
.slider4{
     background-image: url("../images/slider4.jpg");
}
.slider5{
     background-image: url("../images/slider5.jpg");
}
#slider {padding: 0;}
.slider {
    width: 100%;
    /* height: 560px; */
    /* background: blue; */
    margin: 0;
    padding: 0px 0 0 0;
}
.slider-msj {
    margin-top: 6.5vh;
    width: 80%;
}
.slider h1 {
    font-size: 520%;
    line-height: 5vw;
    text-shadow: -4px 4px 9px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-style: italic;
    font-weight: 400;
    top: 0%;
    /* margin: 10% 0 0 0; */
    position: relative;
    /* text-transform: capitalize; */
    text-align: left;
    width: 45%;
    text-transform: inherit;
    padding: 0;
}
.slider-box {
    width: 70% !important;
}
.slider-title {
    width: 7%;
    /* float: left; */
    margin: 0.8% 0 0 20px;
    position: absolute;
    /* top: 39%; */
    /* display: flow-root; */
}
.slider-title span {
    color: #fff;
    font-size: 22px;
    /* text-transform: uppercase; */
    font-weight: 100;
    padding: 20px 0;
    display: block;
    width: 60%;
}
.slider-img {
    /* float: right; */
    /* width: 100%; */
}
.slider-img img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.slider button{
    color:#fff;
    margin: 0;
}
.slider .boton{}
section {
    width: 100%;
    padding: 120px 0px;
    /* background: red; */
    display: inline-block;
}
button {
    border: 3px solid #f00;
    /* text-transform: uppercase; */
    text-align: center;
    background-color: transparent;
    color: #f00;
    display: block;
    margin: 40px 0 0 0;
    font-size: 120%;
    font-weight: 600;
    padding: 20px 50px;
    border-radius: 50px;
    transition: all 0.3s ease-out 0s;
    /* width: 100%; */
    text-transform: uppercase;
}
button:hover {
    cursor: pointer;
    /* border: 2px solid rgb(255, 255, 255); */
    /* color: #264a9b; */
    /* padding: 20px 70px; */
      transition: all 0.3s ease-out 0s;
    transform: scale(1.1);
    /* background-color: #fd6c42; */
}
.boton {
    display: inline-block;
    /* background: red; */
    /* margin: 0 auto; */
    width: 100%;
}

.logo {
    width: 180px;
    /* float: left; */
    padding: 0;
    position: absolute;
    left: 4%;
    top: 8px;
    z-index: 9999;
}
.logo img {
    display: block;
    width: 100%;
    margin: 0px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    display: block;
    text-align: center;
}
.center-full{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* formulario */
.formulario, .formulario-contacto {
    width: 70%;
    padding: 80px 0;
    display: block;
    margin: 0 auto;
}
.formulario-contacto {
    width: 60%;
}
#formulario {
    width: 100%;
}
#formulario input, .custom-file-upload, textarea {
    font-size: 16px;
    color: #333;
    text-align: left;
    border-radius: 10px;
    border: none;
    padding: 20px 20px;
    margin: 10px 0;
    width: 100%;
     font-family: Nunito, sans-serif;
}
textarea {}
input:focus {
    box-shadow: -11px 10px 12px -6px rgb(0 0 0 / 60%);
    -webkit-box-shadow: -11px 10px 12px -6px rgb(0 0 0 / 60%);
    -moz-box-shadow: -11px 10px 12px -6px rgba(0, 0, 0, 0.6);
}
#formulario #botonenviar {
    text-align: center;
    font-size: 22px;
    border-radius: 50px;
    background-color: #00c5b4;
    color: #fff;
    margin: 80px 0;
}
#formulario #botonenviar:hover{
    background-color: #06e4d1;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: solid 2px #00c5b4;
    display: inline-block;
    /* padding: 6px 12px; */
    cursor: pointer;
    width: 30%;
    float: left;
    text-align: center;
}
/* fin formulario */
.oculta {
    display: none;
}
.muestra {
    display: block;
}
footer {
    background-image: url("../images/bk-footer.jpg");
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #333333;
}
footer{
    /* background-color: #fff; */
    padding: 50px 0 0;
}
footer, footer h3 {
    color: #fff !important;
    font-weight: 600;
}
footer h3 {
    text-align: center;
}
footer .col-1-3 {
    color: #fff;
    padding: 0px 4% 0 0;
}
footer p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    /* margin: 40px 0; */
    padding: 50px 0 0;
}
footer .content{
    display: block;
}
footer nav{
      margin: 10px 0px 50px;
    
}
footer nav ul li a{
    color: #eee;
}
footer .logo{}
footer .logo img{
    display: block;
    margin: 0 auto;
}
.social {
    /* width: 22%; */
    /* float: right; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* position: relative; */
    /* right: 10%; */
    margin: 0 2% 0 0;
}
.social ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
.social ul li {
    /* display: inline-block; */
    width: 40px;
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* float: left; */
    /* height: 100%; */
    margin: 0 0 0 10px;
    /* background: green; */
    /* justify-content: normal; */
}
.social ul li:hover {
       opacity: 1;
}

.social ul li img {
    display: block;
    margin: 4px 10px 0;
    width: 100%;
    /* height: 10%; */
    /* position: relative; */
}
.social-tit{
    color: #fff;
    opacity: 1 !important;
    font-style: italic;
    font-weight: 600;
    font-size: 110%;
    text-align: right;
    /* display: block; */
    width: auto !important;
    margin: 12px 0px 0 0 !important;
    /* display: block !important; */
    float: left;
}
.shadow{
     box-shadow: rgb(0 0 0 / 60%) -10px 10px 43px 0px;
}
.rounded{
    border-radius: 10px;
}
.bk-grey{
    background-color: #eee;
}
.resta-h{
    transform: translateY(-360px);
}
#encabezado{
    height: 694px;
    display: flex;
    align-items: center;
}
#encabezado h1{
    margin: 0 0 0 0;
    width: 50%;
    font-size: 500%;
}
#encabezado h2{
    font-size: 140%;
}
#titulo h1{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 300%;
}
.col-1-1{
    
    width: 100%;
}
.col-1-2{
    float: left;
    width: 50%;
}

footer .logo{
     margin: 0 auto;
     float: none;
     position: relative;
     left: 0;
     top: 0;
}
address{
    color: #333;
    display: block;
    text-align: center;
    font-weight: 300;
    font-style: initial;
    line-height: 20px;
    font-size: 100%;
    margin: 40px auto;
}
#copy{
    background-color: #222;
}
.copy{
    /* width: 100%; */
    /* float: right; */
}
.copy h1{
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 230%;
    font-weight: 500;
    padding: 0;
    margin: 0 0 2% 0;
    /* text-align: left; */
}
.box-copy{
    background-color: #f00;
    padding: 20px 40px 30px;
    position: absolute;
    width: 70%;
    /* margin: 0 auto; */
    left: 15%;
}
.box-copy p{
    color: #fff;
    font-size: 140%;
    font-style: italic;
    line-height: 130%;
    font-weight: 600;
    text-align: center;
}
#servicios{
    margin: 0;
    background-color: #eee;
    padding: 0;
    background-image: url("../images/bandera-vert.png");
    background-position: 0 0;
    background-repeat: repeat-y;
    /* FONT-VARIANT: JIS04; */
    background-size: 100%;
}

#servicios .content{
    margin: 0 auto;
    width: 70%;
    padding: 110px 0 100px;
    /* background: green; */
    display: table;
}
.servicio{
    width: 96%;
    background: #fff;
    /* background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(255,255,255,1) 72%); */
    display: flex;
    padding: 20px 20px;
    /* justify-content: space-evenly; */
    align-content: center;
    flex-direction: column;
    margin: 0 auto 4%;
    border-bottom: solid 8px #f00;
    transition: all 0.15s ease-out 0s;
}
.servicio:hover{
    cursor: pointer;
      transform: scale(1.1);
      box-shadow: 1px 6px 23px 0px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 1px 6px 23px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 1px 6px 23px 0px rgba(0, 0, 0, 0.64);
    
    
}
.servicio .imagen{
    width: 70%;
    display: inline-table;
    margin: 0 auto 10px;
}
.servicio .imagen img{
    display: block;
    margin: 0 auto;
    /* height: 100px; */
    width: 60%;
}
.servicio h3{
    width: 100%;
    text-align: center;
    padding: 0;
}
.col-1-1 .servicio{
    width: 98%;
}
.col-1-1 .servicio img{
    width: 28%;
}
.flexslider2 img, .owl-carousel img{
    
}
.flexslider2 img:hover, .owl-carousel img:hover{
    cursor: pointer;
    
}
.catalogos {
        width: 50%;
        margin: 30px auto !important;
}
.promos{
     margin: 30px auto !important;
}
#frente {
    background-image: url("../images/frente.jpg");
    background-size: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 540px;
}
.contacto{
    width: 100%;
}
.ig, .wa{
     background-size: 100%;
     background-position: center;
     background-repeat: no-repeat;
     transition: all 0.3s ease-out 0s;
     /* width: 60%; */
     padding: 40px 0;
     margin: 0 0 100px 0;
}
.ig:hover, .wa:hover{
     background-size:110%;
     transition: all 0.3s ease-out 0s;

}
.ig{
    background-image: url("../images/bk-ig.jpg");
   
}
.ig img, .wa img{
    display: block;
    /* padding: 60px; */
    margin: 0 auto;
    width: 15%;
}
.wa{
    background-image: url("../images/bk-wa.jpg");
}
.mapa{
    width: 100%;
    height: 350px;
    display: inline-block;
}
.direccion{
    padding: 40px 0;
    /* text-align: center !important; */
}
.direccion h2{
    margin-top: 5%;
    text-align: center;
}
.direccion p{
    text-align: center;
    font-size: 140%;
    font-weight: 600;
}
.promociones li{
    height: 76vh !important;
}
.promociones img {
    height: 100% !important;
    margin: 0 auto !important;
    width: auto !important;
}
#contacto{
    padding: 30px 0;
}
#contacto h1{
    font-size: 220%;
    padding: 0;
    margin: 0 0 1%;
}
.descarga{
    text-transform: uppercase;
    text-align: center;
    font-size: 170%;
    color: #fff;
    background: #cc0404;
    padding: 40px;
    display: table;
    margin: 80px auto;
    font-weight: 600;
    /* font-style: inherit; */
    /* align-items: inherit; */
    line-height: 50%;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 40%) -10px 10px 17px 0px;
}
.descarga:hover{
    background-color: red;
    cursor: pointer;
    }
.descarga:before{
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f005';
    margin: 0 20px 0 0;
    color: rgba(255, 255, 255, 1);
}

.wapp {
    position: fixed;
    right: 30px;
    bottom: 10px;
    width: 100px;
    height: auto;
    z-index: 9999;
    /* transform: translateX(-100px); */
}
.wapp img {
    display: block;
    width: 100%;
    margin: 0;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	text-align:center;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}