/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*estilos generales*/
html, body{opacity: 0; font-family: "Montserrat", system-ui;}
html{position:relative; min-height:100%}
body{margin-bottom:0px;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}
.container-custom{
  padding-left: 7%; padding-right: 7%
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
html, body {
position:relative;
overflow-x:hidden;
}
.relativeZ1{position: relative; z-index: 1}
.pngrendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/*Header*/
header{position: fixed; width: 100%; left: 0; top: 0; z-index: 1000}
header .barra{
  height: 51px;
  background-color: #6e180e;
  transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header .logo{width: 142px; position: absolute; left: 15px; top: 10px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
header ul{
  padding-top: 43px; margin-bottom: 0; padding-left: 0; text-align: right; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header ul li{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 3.4px;
  text-align: left;
  color: #fff;
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px
}
header ul li.redes{margin-right: 0}
header ul li a, header ul li a:hover, header ul li a:focus{
  color: #fff; text-decoration: none;
}
header ul li a.active{font-weight: 900; text-decoration: underline;}
.c-red{
  width: 26.4px;
  height: 26.3px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
}
header .c-red i{color:#000; letter-spacing: normal;}
header ul li .arrow-dropdown{vertical-align: middle; position: relative; bottom: 2px}

@media only screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block !important}}
.dropdown-toggle::after{display: none}
header .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important}
header .dropdown-menu>li>a:hover,header .dropdown-menu>li>a:focus{
  background: #6e180e;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
}
header .dropdown-menu>li>a{
  width: 100%;
  height: 58px;
  display:block !important;padding:0;clear:both; background: #6e180e;
  opacity: 1;
  font-size: 13.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.31px;
  color: #fff !important;
  padding-top: 23px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  border-radius: 0;
  text-align: center !important;
  border-bottom: solid 0.6px rgba(166,165,168,0.56) !important;
  text-transform: uppercase;
}
header .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important}
header .dropdown-menu>li:last-child a{border:none; border-bottom: none !important}
header .dropdown-menu>li>a.one{
  border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 23px
}
header .dropdown-menu>li>a::before{display: none}
header.dos .barra{display: none}
header.dos .logo{width: 80px}
header.dos ul{padding-top: 26px}
header.dos{
  background-color: #6e180e; height: 82px
}
footer{
  background-color: #242728; padding-top: 60px; padding-bottom: 30px; position: relative; overflow: hidden
}
footer ul{padding-left: 0; margin-bottom: 0}
footer ul li{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px
}
footer ul li a, footer ul li a:hover, footer ul li a:focus{
  color: #fff; text-decoration: none;
}
footer ul li span{
  font-weight: bold; text-transform: uppercase;
}
footer ul li img{position: absolute; left: 0; top: -4px}
footer .suscribete{
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
footer .c-input{position: relative; display: inline-block;}
footer .c-input input{
  width: 247px;
  height: 35px;
  border-radius: 52px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-left: 11px
}
footer .c-input img{
  position: absolute; right: 8px; top: 2px; cursor: pointer;
}
footer *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #fff !important;
	opacity:1;
}
footer *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #fff !important;
	opacity:1;
}
footer *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #fff !important;
	opacity:1;
}
footer *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #fff !important;
	opacity:1;
}
footer .shape{
  position: absolute; top: 0; right: 0; max-width: 100%
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999; background: #fff;
}
.loader .logo{
  width: 150px;
}

.inicio-1 .ms-skin-default .ms-bullet {
    width: 8px;
    height: 8px;
    border: solid 2px #fbf8e0;
    background: none;
    margin: 4px;
    background-position: inherit;
    border-radius: 50%
}
.inicio-1 .ms-skin-default .ms-bullet-selected {
    background-position: inherit;
    background: #fff
}
.inicio-1 .ms-bullets.ms-dir-v{right: 30px !important}
.inicio-1 .info{position: absolute; left: 0; right: 0; bottom: 130px; z-index: 1}
.inicio-1 .info .titulo{
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 24px
}
.inicio-1 .info table tr td:nth-child(1){
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #dab01e;
  padding-right: 40px
}
.inicio-1 .info table tr td:nth-child(2) button{
  width: 239px;
  height: 45px;
  padding: 8.9px 12.4px 6px 14px;
  padding-top: 5px;
  border-radius: 52px;
  border: solid 3px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 1.15px;
  text-align: left;
  color: #fff;
}
.inicio-1 .info table tr td:nth-child(2) button img{vertical-align: middle; margin-left: 20px}
.inicio-1 .barra-inferior{
  width: 100%;
  height: 79px;
  background-color: #6e180e;
  padding-top: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.inicio-1 .barra-inferior .titulo{
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: inline-block;
}
.inicio-1 .barra-inferior .titulo-2{
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #dab01e;
}
.inicio-1 .barra-inferior .line{
  height: 2px; background: #fff; width: 100%; position: absolute; right: -80px;
}
.inicio-2{
  padding-top: 47px; padding-bottom: 15px;
}
.lista-productos .item{
   width: 100%;
   height: 298px;
   border-radius: 11px;
   padding-top: 17px;
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
   box-shadow: inset 0 0 15px 10px rgba(0,0,0,0.30);
   -webkit-box-shadow: inset 0 0 15px 10px rgba(0,0,0,0.30);
   -moz-box-shadow: inset 0 0 15px 10px rgba(0,0,0,0.30);
   width: 85%;
   display: inline-block;
   margin-bottom: 60px;
}
.lista-productos .item a, .lista-productos .item a:hover, .lista-productos .item a:focus{
  text-decoration: none;
}
.lista-productos .item .titulo{
  font-size: 19px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #6e180e;
}
.lista-productos .item .subtitulo{
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #6e180e;
}
.lista-productos .item .titulo.blanco,.lista-productos .item .subtitulo.blanco{
  color:#fff
}
.lista-productos .item button{
  width: 232px;
  height: 43.7px;
  border: solid 3px #6e180e;
  background-color: #6e180e;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 21.5px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21.5px;
  margin: auto;
  padding-left: 0; padding-right: 0;
}
.lista-productos .item button .c-red{margin-left: 7px; vertical-align: middle;}
.lista-productos .item .c-red i{color:#6e180e; letter-spacing: normal;}
.portada{
  height: 75vh; background-position: 0 -80px;
}
.portada.nosotros{
  background-image: url('../img/portada-nosotros.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.portada.tienda{
  background-image: url('../img/INICIOT.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.portada.contacto{
  background-image: url('../img/portada-contacto.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;
}
.portada table{position: absolute; top: 150px; right: 0}
.portada table tr td:nth-child(1){
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #dab01e;
  padding-right: 30px
}
.portada table tr td:nth-child(2) button{
  width: 168px;
  height: 32px;
  border-radius: 52px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0; padding-right: 0;
}
.portada table tr td:nth-child(2) button img {
    vertical-align: middle;
    margin-left: 5px;
    width: 20px;
}
.inicio-1.secciones .info .titulo{font-size: 56px; margin-bottom: 0}
.inicio-1.secciones .info{bottom: 100px}
.nosotros{
  padding-top: 117px; padding-bottom: 224px; position: relative; overflow: hidden;
}
.nosotros .shape{
  position: absolute; left: 0; top: 160px;
}
.nosotros .logo{
  width: 346px; margin-bottom: 41px
}
.nosotros p{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #242728;
  width: 536px;
  max-width: 100%;
  margin-bottom: 0
}
.nosotros .row-dos{
  margin-top: 60px
}
.nosotros .item .c-icon{
  height: 136px; position: relative;
}
.nosotros .item .titulo-servicio{
  font-size: 29px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #6e180e;
  margin-top: 15px;
  margin-bottom: 69px
}
.nosotros .item .p{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #242728;
}
.nosotros .item .p a, .nosotros .item .p a:hover, .nosotros .item .p a:focus{
  color: #242728;
}
.inicio-1 .barra-inferior ul{padding-left: 0; margin-bottom: 0; position: relative;}
.inicio-1 .barra-inferior ul li{
  list-style-type: none;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.inicio-1 .barra-inferior ul li a,.inicio-1 .barra-inferior ul li a:hover,.inicio-1 .barra-inferior ul li a:focus{
  color: #fff; text-decoration: none;
}
.inicio-1 .barra-inferior .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important}
.inicio-1 .barra-inferior .dropdown-menu>li>a:hover,.inicio-1 .barra-inferior .dropdown-menu>li>a:focus{
  background: #6e180e;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
}
.inicio-1 .barra-inferior .dropdown-menu>li>a{
  width: 100%;
  height: 58px;
  display:block !important;padding:0;clear:both; background: #6e180e;
  opacity: 1;
  font-size: 13.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.31px;
  color: #fff !important;
  padding-top: 23px;
  padding-left: 15px;
  padding-bottom: 9px;
  border-radius: 0;
  text-align: left !important;
  border-bottom: solid 0.6px rgba(166,165,168,0.56) !important;
  text-transform: uppercase;
}
.inicio-1 .barra-inferior .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 85%; border-right: none !important; border-bottom: none !important}
.inicio-1 .barra-inferior .dropdown-menu>li:last-child a{border:none; border-bottom: none !important}
.inicio-1 .barra-inferior .dropdown-menu>li>a.one{
  border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 23px
}
.inicio-1 .barra-inferior .dropdown-menu>li>a::before{display: none}
.inicio-1.tienda .barra-inferior{overflow: inherit;}
.lista-productos .c-paginador{position: relative; margin-top: 24px; margin-bottom: 50px}
.lista-productos .c-paginador .line{
  background: #707070; height: 2px; width: 100%; position: absolute; left: 0; top: 12px
}
.lista-productos .paginador{text-align: center;}
.lista-productos .paginador li{list-style-type: none; display: inline-block; margin-left: 100px; margin-right: 100px; position: relative; z-index: 1}
.lista-productos .paginador li a span{
  width: 24px;
  height: 24px;
  background-color: #9c9c9c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color:#fff;
  padding-top: 1px;
  text-align: center;
}
.lista-productos .paginador li a.active span{
  background-color: #6e180e;
}
.detalle-producto{
  padding-top: 71px; padding-bottom: 98px
}
.detalle-producto .info .titulo{
  font-size: 37px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
}
.detalle-producto .info .subtitulo{
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
  margin-bottom: 27px
}
.detalle-producto .info .p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #242728;
  margin-bottom: 24px
}
.detalle-producto .info button{
  width: 232px;
  height: 43.7px;
  border: solid 3px #6e180e;
  background-color: #6e180e;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 21.5px;
  text-transform: uppercase; 
  padding-left: 0; padding-right: 0;
}
.detalle-producto .info button .c-red{margin-left: 7px; vertical-align: middle;}
.detalle-producto .info button .c-red i{color:#6e180e; letter-spacing: normal;}
.detalle-producto .info .precio{
  font-size: 23px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
  margin-bottom: 27px
}
.detalle-producto .recuadro{
  margin-top: 75px; background-color: #c8c8c8; border-radius: 11px
}
.detalle-producto .recuadro .cabecera{
  height: 73px; background-color: #606567; padding-top: 22px; padding-left: 46px;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.detalle-producto .recuadro .cuerpo{
  padding-top: 23px; padding-left: 46px; padding-right: 46px; padding-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #242728;
}
.detalle-producto .recuadro .cuerpo b{font-weight: bold;}
.detalle-producto .recuadro .derecha .cabecera, .detalle-producto .recuadro .derecha .cuerpo{padding-left: 15px}
.detalle-producto .recuadro .derecha .cabecera{border-top-right-radius: 11px}
.detalle-producto .recuadro .izquierda .cabecera{border-top-left-radius: 11px}
.galeria-producto .item{
  width: 100%;
  height: 100%;
  border-radius: 11px;
  box-shadow: inset 0 0 15px 10px rgba(0,0,0,0.30);
  -webkit-box-shadow: inset 0 0 15px 10px rgba(0,0,0,0.30);
  -moz-box-shadow: inset 0 0 15px 10px rgba(0,0,0,0.30);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}
.galeria-producto .ms-thumb{
  border-radius: 11px;
  box-shadow: inset 0 0 15px 3px rgba(0,0,0,0.30);
  -webkit-box-shadow: inset 0 0 15px 3px rgba(0,0,0,0.30);
  -moz-box-shadow: inset 0 0 15px 3px rgba(0,0,0,0.30);
}
.galeria-producto .ms-thumb img{opacity: 0}
.galeria-producto .ms-view{background: #fff !important}
.contacto{
  padding-top: 84px; padding-bottom: 70px; position: relative; overflow: hidden;
}
.contacto .titulo{
  font-size: 39px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
  margin-bottom: 13px
}
.contacto .enlace{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
  margin-bottom: 12px;
  display: inline-block;
  text-decoration: none
}
.contacto .enlace:hover,.contacto .enlace:focus{
  color: #6e180e; text-decoration: none
}
.contacto iframe{
  height: 290px;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 20px
}
.contacto form input[type=text],.contacto form input[type=email], .contacto form select, .contacto form textarea{
  width: 100%;
  height: 33px;
  border-radius: 24px;
  border: solid 1px #6e180e;
  margin-bottom: 14px;
  background: none;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.69;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
}
.contacto form textarea{
  border-radius: 24px; height: 134px; padding-top: 10px; margin-bottom: 16px; margin-top: 16px
}
.contacto form select{font-weight: bold;}
.contacto form button{
  width: auto;
  height: 33px;
  border-radius: 24px;
  border: solid 1px #141414;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.71;
  background: none;
  letter-spacing: 0.98px;
  text-align: center;
  color: #6e180e;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 24px
}
.contacto form .c-acepto{
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #6e180e;
}
.contacto form .c-acepto a, .contacto form .c-acepto a:hover, .contacto form .c-acepto a:focus{
  color: #6e180e; text-decoration: none;
}
.contacto form .c-acepto input{vertical-align: middle;}
.contacto .c-red{
  background-color: #6e180e; margin-right: 8px
}
.contacto .c-red i{
  color:#fff
}
.contacto a:hover{text-decoration: none;}
.contacto form *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #6e180e !important;
	opacity:1; font-weight: bold;
}
.contacto form *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #6e180e !important;
	opacity:1; font-weight: bold;
}
.contacto form *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #6e180e !important;
	opacity:1; font-weight: bold;
}
.contacto form *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #6e180e !important;
	opacity:1; font-weight: bold;
}
.contacto .shape{
  position: absolute; top: 160px; left: 0; max-width: 100%
}
.img-responsive{max-width: 100%}
.inicio-1 .barra-inferior ul li .arrow-dropdown{pointer-events: none}
.img-tienda{box-shadow: inset 0 0 15px 10px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: inset 0 0 15px 10px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: inset 0 0 15px 10px rgba(0, 0, 0, 0.30);
    border-radius: 11px;
    background-image: url('../img/nosotros-tienda.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center;}
.img-tienda img{opacity: 0}

/* medias */
@media (max-width:991px){
  header{display: none}
  #modalMenu .logo{width: 80px; margin-top: 5px}
  #modalMenu .cierra-menu{
    font-size: 35px; color:#fff; margin-top: 10px
  }
  #modalMenu{
    z-index: 10000; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background:#242728; padding-top: 0; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1; height: 54px; background: #6e180e
  }
  #modalMenu .menu-m .logo-modal{
    width: 90px; margin-top: 70px;
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center; padding-top: 50px; z-index: 2}
  #modalMenu ul li{
    list-style-type: none; display: block; margin-bottom: 30px
  }
  #modalMenu ul li .arrow-dropdown{position: relative; bottom: 2px}
  #modalMenu ul li a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{
    color: #fff; text-decoration: none;
  }
  #modalMenu ul li a.active{
    font-weight: 900;
  }
  #modalMenu ul li:last-child{border-right: none}
  #modalMenu .dropdown-menu{width: 100%; position:absolute;top:100%;left:0 !important;z-index:1000;float:left;min-width:160px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; margin:0px 0 0;list-style:none;font-size:16px;text-align:left;background-color:inherit;border:1px solid #ccc;border:none;border-radius:0;box-shadow:none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0; border-top-left-radius:0 !important; border-top-right-radius:0 !important; z-index:10}
  #modalMenu .dropdown-menu>li>a:hover,#modalMenu .dropdown-menu>li>a:focus{
    background: #6e180e;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0;
  }
  #modalMenu .dropdown-menu>li>a{
    width: 100%;
    height: 38px;
    display:block !important;padding:0;clear:both; background: #6e180e;
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.31px;
    color: #fff !important;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    text-align: center !important;
    border-bottom: solid 0.6px rgba(166,165,168,0.56) !important;
    text-transform: uppercase;
  }
  #modalMenu .dropdown-menu>li{margin-left: 0 !important; margin-right: 0 !important; width: 100%; border-right: none !important; border-bottom: none !important; margin-bottom: 0}
  #modalMenu .dropdown-menu>li:last-child a{border-bottom:1px solid #fff !important}
  #modalMenu .dropdown-menu>li>a.one{
    border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 12px
  }
  #modalMenu .dropdown-menu>li>a::before{display: none}
  #modalMenu .redes{
    margin-top: 20px; margin-bottom: 50px; text-align: center;
  }
  #modalMenu .redes .c-red{margin-left: 1px; margin-right: 1px}
  #modalMenu .redes .c-red i{color:#242728}
  #modalMenu .horario{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
  }
  #modalMenu .horario span{text-transform: uppercase; font-weight: bold;}
  #modalMenu .c-boton{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #dab01e;
  }
  #modalMenu .c-boton span{font-weight: 900}
  #modalMenu .c-boton button{
    width: 237px;
    height: 44.6px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    margin-top: 16px
  }
  #modalMenu .c-boton button img{margin-left: 40px}
  #modalMenu .shape{
    position: absolute;
    left: 0;
    max-width: 100%;
    right: 0;
    margin: auto;
  }
  .menu-mobile.dos .logo-modal {
    width: 50px;
    margin-top: 8px;
  }
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; background:#6e180e; height: 54px;
  }
  .menu-mobile .logo-modal{width: 90px; margin-top: 70px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
  .menu-mobile .abre-menu{
     margin-top: 17px;
  }
  .float{width: 45px; height: 45px; }
  .float .fa-whatsapp {
    font-size: 28px;
    margin-top: 9px;
  }
  .acciones{right: 20px}
  .inicio-1 .info .titulo{font-size: 40px}
  .inicio-1 .info table,.inicio-1 .info table tbody,.inicio-1 .info table tr,.inicio-1 .info table td{
    display: block; width: 100%
  }
  .inicio-1 .info table tr td:nth-child(1){font-size: 20px; padding-right: 0; padding-bottom: 20px}
  .inicio-1 .barra-inferior{position: relative; height: auto; text-align: center; padding-bottom: 28px}
  .inicio-1 .barra-inferior .izquierda{padding-left: 15px !important}
  .inicio-1 .barra-inferior .titulo{text-align: center; font-size: 16px; margin-bottom: 5px}
  .inicio-1 .barra-inferior .line {
    width: 80%;
    position: relative;
    right: 0;
    left: 0;
    display: inline-block;
    margin-top: 10px
  }
  .inicio-1 .info{bottom: 200px}
  .inicio-2{text-align: center; padding-bottom: 35px}
  .contador-3.text-right{text-align: center !important;}
  .lista-productos .item{margin-bottom: 60px}
  footer{text-align: center;}
  footer .logo{margin-bottom: 50px}
  footer .suscribete{text-align: center;}
  footer ul{display: inline-block;}
  footer .shape{left: 0; top:0; bottom: 0; right: 0; max-width: 100%; margin: auto;}
  .portada table {
    position: absolute;
    top: 121px;
    right: 15px !important;
    z-index: 2
  }
  .portada table,.portada table tbody,.portada table tr,.portada table td{display: block; text-align: center;}
  .portada table tr td:nth-child(1){padding-right: 0; font-size: 16px; text-align: center; padding-bottom: 10px}
  .inicio-1.secciones .info {
    bottom: 110px;
  }
  .inicio-1.secciones .info .titulo {
    font-size: 40px;
    margin-bottom: 0;
    text-align: center;
  }
  .portada{background-position: center; height: 50vh}
  .nosotros{padding-top: 80px; padding-bottom: 30px}
  .nosotros .c-logo-p{text-align: center;}
  .nosotros .logo{width: 240px; margin-top: 30px; margin-bottom: 30px}
  .nosotros p{text-align: center; font-size: 16px; width: 100%}
  .nosotros .row-dos {
    margin-top: 30px;
  }
  .nosotros .item .titulo-servicio{margin-top: 5px; margin-bottom: 30px; font-size: 25px}
  .nosotros .item .p{font-size: 16px; margin-bottom: 40px}
  .nosotros .item .c-icon img{height: 70px}
  .contacto{padding-top: 80px; padding-bottom: 80px}
  .contacto form textarea{margin-top: 0}
  .contacto .titulo{text-align: center; font-size: 30px}
  .contacto .enlace{display: block; text-align: center;}
  .contacto .redes{text-align: center; margin-bottom: 15px}
  .inicio-1.secciones.tienda .info{bottom: 210px}
  .inicio-1 .barra-inferior ul li{text-align: center; margin-bottom: 10px}
  .inicio-1 .barra-inferior .titulo-2{font-size: 20px}
  .dropdown-menu.show{display: block !important;}
  .inicio-1 .barra-inferior .dropdown-menu>li{margin-bottom: 0}
  .lista-productos .c-paginador{margin-top: 34px}
  .lista-productos .paginador li{margin-left: 10px; margin-right: 10px}
  .detalle-producto .info .titulo{margin-top: 30px; text-align: center;}
  .detalle-producto .info .subtitulo{font-size: 20px; text-align: center;}
  .detalle-producto .info .p{text-align: center; font-size: 16px}
  .detalle-producto .info .precio{font-size: 20px; text-align: center;}
  .detalle-producto .info{text-align: center;}
  .detalle-producto .recuadro .izquierda.sinpaddingright{padding-right: 15px !important}
  .detalle-producto .recuadro .derecha.sinpaddingleft{padding-left: 15px !important}
  .detalle-producto .recuadro .izquierda .cabecera {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .detalle-producto .recuadro .cabecera{font-size: 18px; padding-left: 15px; padding-right: 15px; text-align: center; padding-top: 25px}
  .detalle-producto .recuadro .cuerpo{padding-left: 15px; padding-right: 15px; font-size: 16px; text-align: center;}
  .detalle-producto .recuadro .derecha .cabecera {
    border-top-right-radius: 11px; border-top-left-radius: 11px
  }

}
@media (max-width:991px)
{

}

@media (min-width:768px) and (max-width:991px)
{

}

@media (min-width:992px) and (max-width:1199px)
{

}

@media (min-width:768px){

}
@media (min-width:992px){

}
@media (min-width:768px) and (max-height:800px){

}
@media (min-width:1200px) and (max-width:1299px)
{

}
@media (min-width:1300px) and (max-width:1450px)
{

}
@media (min-width:1200px) and (max-width:1499px)
{

}
@media (min-width:1500px) and (max-width:1679px)
{

}
@media (min-width:1680px) and (max-width:1920px)
{

}
@media (min-width:1200px) and (max-width:1449px){

}
@media (min-width:1200px) and (max-width:1249px){

}
@media (min-width:1200px) and (max-width:1399px){

}
@media (max-width:360px){

}
@media (min-width:992px) and (max-height:659px){

}
@media (min-width:1500px){

}
