body
{
    font-family:'Lato';
}
ul
{
    margin:0;
}
a,a:hover
{
    color:inherit;
    text-decoration:none;
}
.sinstock button
{
  border:1px solid #adadad;
  color:#686868;
  background:transparent;
  border-radius:10px;
  padding:5px 10px;
}
header .container > .flex
{
    justify-content:space-between;
    align-items:center;
}
header nav ul 
{
    display:flex;
    width:100%;
}
header nav ul li 
{
    margin: 0 7px;
    font-weight:600;
    font-size: 15px;
}
header .arriba
{
    justify-content:flex-end;
    margin-bottom:30px;
    align-items: center;
    position: relative;
}
header .arriba input
{
    background-color:transparent;
    border:none;
    border-bottom:1px solid black;
    padding:10px;
    width:300px;
    text-align:Center;

}
header .arriba button
{
    width:30px;
    height:30px;
    background-color:transparent;
    border:none;
    background-image:url(../img/lupa.png);
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
    top:10px;
}
.mensaje
{
   font-size:16px;
   text-align:Center;
   font-weight:bold;
   color:#a92b2b;
   padding:15px;
   border-radius:10px;
   border:1px solid #edc9c9;
}
#divCarro .boton 
{/* background-color:white; */padding:5px;width:initial;font-weight: bold;color: red;width: 100%;}
#divCarro.open
{
  display:block;
}
#divCarro .titulo
{
      background-color: black;
      padding:20px;
      margin:-20px;
      margin-bottom:20px;
      font-weight:bold;
      position:relative;
      text-align:center;
      color: white;
      font-size: 16px;
}
.ProductoAtributo h5 
{
  font-size: 18px!important;
  margin-bottom: 10px!important;
  margin-top: 0!important;
  width:100%;
  /* text-align: left!important; */
  text-align: center;
}
.ProductoAtributo > a .preciom 
{
  font-size:12px;
  display:block;
}
.ProductoAtributo > a .preciom s 
{
  font-size:11px;
  color:#917b6d;
}
.ProductoAtributo > a 
{
  border:1px solid;
  padding: 3px 20px;
  display:block;
  width:fit-content;
  margin-right: 5px;
  font-size: 13px;
  margin-bottom: 5px;
}
.ProductoAtributo > a.elegido
{
  border: 2px solid;
  font-weight: bold;
}
.ProductoAtributo
{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
#divCarro .titulo:before
{
  content:'';
  position:absolute;
  background-image:url(../img/flechaCarro.png);
  width:46px;
  height:18px;
  top:-18px;
  right:10px
}
#divCarro
{
  display:none;
  background-color: white;
  padding:20px;
  color: black;
  position: absolute;
  z-index: 1;
  width: 290px;
  margin-left: -86px;
  top: 60px;
  height: initial;
  right: -19px;
  box-shadow: 0px 0px 10px #0000004d;
}
#divCarro li 
{
  clear:both;
  margin-bottom:10px;
  font-size:12px;
  list-style: none;
  clear: both;
  text-align: left;
  border-bottom: 1px solid black;
  padding: 15px 0;
  margin: 15px 0;
}
#divCarro li > div:first-child img
{
  padding:10px;
  border:1px solid black;
}
#divCarro ul:not(.total)
{
  margin-top:15px;
  overflow-y: scroll;
  max-height: 350px;
}
#divCarro li > div:last-child
{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: center;
}
#divCarro li b 
{
  display:block;
  width:100%;
}
#divCarro li > div:last-child * 
{
  height:24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#divCarro li > div:last-child img 
{
  width:initial;
  height:initial;
}
#divCarro .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
  margin-bottom: 20px;
}
.carro .total
{
  display:flex;
  justify-content:space-between
}
#divCarro b:last-child
{
  float:right;
}
#divCarro img
{
  width: 59px;
  margin-right:10px;
  float: left;
  margin-bottom: 15px;
  /* max-height: 100%; */
}
#divCarro b 
{
    font-size:16px;
}
#divCarro span
{
  display:block;
  text-align: left;
  font-weight: 300!important;
  font-size: 14px;
}
.carro > a:last-child button
{
  /* background-color: white!important; */
  /* color: #056839!important; */
}
#divCarro button
{
  background: black;
  border:none;
  color: white;
  padding:5px 30px;
  width: 100%;
  margin: 4px 0;
}
.sig-cont
{
  font-weight:bold;
  font-size:18px;
}
#divCarro li > div:last-child p 
{
  background-color:white;
  padding:4px 10px;
  color:#666;
  margin:0 10px;
  border: 1px solid black;
}
#divCarro li > div:last-child img 
{
  margin-left:20px;
}
#divCarro li > div:last-child b 
{
  font-weight:normal;
  text-align:center;
  font-size:14px;
  width:100%;
  /* margin-bottom: 10px; */
}
#divCarro li > div:last-child .mod 
{
  font-size:12px;
  display: block;
  width: 100%;
  text-align: center;
}
header
{
    background-image:url(../img/bgHeader.png);
    background-size:cover;
    padding:15px 0;
}
header .arriba form
{
  margin-right:30px;
}
header .arriba > a
{
  position:relative;
}
header .arriba > a > span
{
  background-color:black;
  color:white;
  position:absolute;
  width:15px;
  height:15px;
  border-radius:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  top:-5px;
  right:-15px;
}
.carousel .carousel-inner
{
  /* position:absolute; */
  height:400px;
}
.carousel .item
{
  width:100%;
  height:100%;
  position:absolute;
  color:white;
}
.carousel h2 
{
  font-weight:800;
  font-style:italic;
  font-size:40px;
  padding-bottom: 0;
  color: white;
}
h2
{
  text-transform:uppercase;
}
.carousel .flex
{
  align-items:center;
  height:100%;
}
.carousel .caption
{
  width:50%;
  display: none;
}
.carousel hr
{
  height:4px;
  background-color:#917b6d;
  border:none;
}
.carousel p 
{
  font-weight:300;
  text-transform:uppercase;
  font-size:16px;
  margin:20px 0;
}
.carousel button
{
  background-color:white;
  border:none;
  color:black;
  border-radius:8px;
  padding:10px 30px;
  font-weight:bold;
}
.carousel-indicators li
{
    background-color:#ffffff5c;
    width:12px;
    height:12px;
    position:relative;
    margin: 0 5px!important;
    border-color:#ffffff5c;
}
.carousel-indicators li:before
{
    width:20px;
    height:20px;
    content:'';
    position:absolute;
    border:1px solid white;
    border-radius:20px;
    top:-5px;
    left:-5px;
}
.carousel-indicators li.active
{
    width:12px;
    height:12px;
    margin: 0;
    background: white;
    border-color:white;
}
.carousel .item
{
  background-size: contain;
  background-position:center;
  background-repeat:no-repeat;
  position:absolute;
}
.carousel .item a,.carousel .item div 
{
  width:100%;
  height:100%;
  display:block
}
.carousel .item * 
{
  position:relative;
}
.carousel .item:before
{
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(231,56,39,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  opacity:0.7;
  display: none;
}
.carousel h2:after
{
  display:none;
  
}
h2
{
    font-weight:bold;
    color:black;
    position:relative;
    padding-bottom:15px;
    margin-bottom:30px;
}
h2:after
{
    width:200px;
    height:4px;
    content:'';
    position:absolute;
    background:#917b6d;
    left:0;
    bottom:0;
}
#MasRecientes
{
  padding:70px 0;
  background-image:url(../img/bg2.png);
  background-size:cover;
}
.productos .img
{
  height:150px;
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  margin:20px 0;
  text-align:left;
}
.productos li 
{
  background:white;
  margin:10px;
  padding:15px;
  border-radius:15px;
  box-shadow:-5px 5px 10px #0000002e;
  transition:0.5s;
  text-align:center;
}
.productos li:Hover
{
  box-shadow:-5px 5px 10px #00000078;
}
.productos li .img span
{
  background:red;
  color:white;
  font-size:10px;
  padding:5px 20px;
  position:relative;
  left:-15px;
}


.productos .precio
{
  color:#917b6d;
  font-weight:bold;
  font-size:20px;
}
.productos .precio s 
{
  font-size:14px;
}
.productos li > div > span 
{
  font-weight:bold;
  font-size:18px;
  display:block;
  padding:10px;
  margin-bottom:15px;
  border-bottom:1px solid black;

}
.owl-theme .owl-controls .owl-buttons div
{
  opacity:1!important;
  background:transparent!important;
  position:absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev
{
  left:-60px;
  top:calc(50% - 20px);
}
.owl-theme .owl-controls .owl-buttons div.owl-next
{
  right:-60px;
  top:calc(50% - 20px);
}
.owl-pagination
{
  display:none;
}
#Familias
{
  background-color:#1e1e1e;
  background-image:url(../img/bg3.png);
  background-size:Cover;
  padding:70px 0;
}
#Familias h2 
{
  color:white;
}
#FamiliasN span 
{
  font-weight:Bold;
  font-size:16px;
  display:block;
  border-top:1px solid black;
  padding-top:10px;
}
#Familias button
{
  background:white;
  border:none;
  border-radius:10px;
  padding:15px 30px;
  font-weight:800;
  display:block;
  margin:auto;
  margin-top:30px;
}
#Newsletter 
{background:#917b6d;}
#Newsletter .flex
{
    
    color:white;
    padding:60px;
    justify-content:space-between;
}
#Newsletter .flex > div:first-child
{
    font-size:25px;
    text-transform:uppercase;
    text-align:center;
}
#Newsletter .flex > div
{
    width:45%;
    position: relative;
}
#Newsletter input
{
    width:80%;
    padding:13px;
    border:none;
    padding-left: 70px;
    position:relative;
    color: #666;
}
#Newsletter button
{
    width:20%;
    padding:13px;
    border:none;
    background:black;;
}
#Newsletter form:before
{
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    background-image:url(../img/mail.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    left: 13px;
    top: 7px;
}
#Newsletter form
{
  display:flex;
}
footer
{
  background-image:url(../img/bgFooter.png);
  background-size:cover;
  
}
footer .arriba
{
  padding:50px 0;
}
footer .flex > div 
{
  width:23%;
}
footer .flex > div img 
{
  margin-right:10px;
}
footer .flex
{
  justify-content:space-between;
}
footer b 
{
  display:block;
  font-weight:800;
  color:black;
  position:relative;
  padding-bottom:10px;
  margin-bottom:20px;
}
footer b:after
{
  width:70px;
  height:3px;
  background:#917b6d;
  content:'';
  position:absolute;
  left:0;
  bottom:0;
}
footer ul li 
{
  margin:10px 0;
  font-weight:bold;
  display:flex;
}
footer ul li > div:first-child
{
  width:20%;
  text-align:center;
}
footer ul li > div:last-child
{
  width:80%;
}
footer .abajo
{
  background:black;
  color:white;
  text-align:center;
  padding:10px;
}
#S_Nosotros .bg
{
  background-color:#1e1e1e;
  color:white; text-align:Center;
  font-size:16px;
  line-height:30px;
  padding:70px 0;
  background-image:url(../img/bg3.png);
  background-size:cover;
}
#S_Nosotros h2
{
  color:white;
}
#S_Nosotros h2:after
{
  left:calc(50% - 100px)
}
.sup
{
  background:#1e1e1e;
  color:white;
  padding:20px 0;
}
.sup.fijo
{
  position:fixed;
  width:100%;
  top:120px;
  z-index: 999;
}
.sup form
{
  display:flex;
  justify-content:space-between;
}
.sup .tit
{
  border:1px solid white;
  padding:10px 20px;
  font-size:12px;
  font-weight:bold;
}
.sup select
{
  background:transparent;
  border:1px solid white;
  padding:10px;
  font-weight:bold;
  font-size:12px;
}
.sup select option
{
  color:black;
}
.sup .tit img 
{
  margin-left:10px;
}
.sup button
{
  background:white;
  color:#1e1e1e;
  border:none;
  font-weight:bold;
}
.boxs .box 
{
  display:none;
  position:absolute;
  background:#1e1e1e;
  padding:20px;
  z-index:2;
  width: 400px;

}
.boxs .box > div 
{
  width:50%;
}
.boxs .box.abierto
{
  display:flex;
  flex-wrap:wrap;
}
.boxs input
{
  position:absolute;
  left:-9999px;
}
.boxs label 
{
  /* width:12px; */
  /* height:12px; */
  background-image:url(../img/radio.png);
  position:relative;
  top:6px;
  margin-right:5px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 2px;
}
.boxs input:checked + label 
{
  background-image:url(../img/radios.png);
}
#S_Productos .productos li 
{
  width: 22%;
  margin: 20px 1.5%;
}
#S_Productos .productos
{
  display:flex;
  flex-wrap:wrap;
  /* justify-content:space-between; */
}
.navegacion span
{
  background:#917b6d;
  color:white;
  padding:10px;
  border-radius:15px;
  text-transform:uppercase;
  font-size:11px;
  display:block;
  width:fit-content;
  margin-right:10px;
}
.navegacion span a  
{
  opacity:0.8;
  font-weight:Bold;
  margin-right:5px;
}
.navegacion
{
  display:flex;
  margin:20px 0;
}
.ProductoDetalle .flex > div:first-child a:first-child
{
  width:100%;
  margin:20px 0
}
#Producto .navproductos
{
  padding:30px 0;
  text-transform:uppercase;
  font-size:12px;
}
#Producto .navproductos span 
{
  margin:0 5px;
}
body:not(#S_Inicio) header
{
  box-shadow:0px 0px 10px #000000a1;
}
.ProductoDetalle .flex > div 
{
  width:48%;
  text-align: center;
}
.ProductoDetalle .flex
{
  justify-content:space-between;
}
.ProductoDetalle .flex > div:first-child
{
  box-shadow:0px 0px 20px #0000002e;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
.ProductoDetalle .flex > div:first-child a:first-child img
{
    width:initial;
    height:initial;
    max-height: 500px;
}
.ProductoDetalle .flex > div:first-child a img
{
  height:60px;
  margin:5px;
}
.ProductoDetalle .flex > div:last-child
{
  text-align:center;
}
.ProductoDetalle .flex h1
{
   font-weight:800;
   font-size:30px;
}
.ProductoDetalle .precio
{
  font-size:30px;
  padding:10px 0;
  color:#917b6d;
}
.ProductoDetalle .precio s 
{
  font-size:16px;
  display:block;
  color:black;
}
.SubirAlCarro
{
  display:flex;
  align-items:center;
  justify-content: center;
}
.SubirAlCarro button
{
  background:#917b6d;
  border:none;
  color:white;
  padding:15px 30px;
}
.SubirAlCarro input
{
  height:50px;
  text-align:center;
  width:70px;
  margin:0 10px;
  position: relative;
  top: 2px;
}
.Descrip
{
  display:flex;
  justify-content:space-between;
  width: 100%!important;
  padding: 70px 0;
}
.Descrip > div:first-child
{
  width:70%;
}
.nav-tabs > li > a
{
  border-color: #b3b3b3!important;
  margin:0px;
  border-radius: 0!important;
  padding: 15px 25px;
  font-weight: bold;
  color: #666;
  padding: 20px 40px;
}
.nav-tabs > li.active > a
{
  color:#917b6d;
  border-bottom:0;
  border-bottom: 1px solid white!important;
  border-color: white;
}
.nav-tabs > li
{
  float:none;
}
.nav-tabs > li.active
{
  border-bottom: 1px solid white;
  margin-bottom: -2px;
  position: relative;
  /* top: 1px; */
  border-color: white;
}
.nav-tabs
{
  border-color:#b3b3b3;
  display: flex;
}
.Descrip .tab-content
{
  line-height:25px;
  text-align:left;
  padding:40px 0;
  color:#666;
}
.eleccion input
{
  position:absolute;
  left:-9999px;
}
.eleccion
{
  position:relative;
  margin-bottom: 20px;
  margin-top:10px;
}
.eleccion label 
{
  /* width:12px; */
  /* height:12px; */
  background-image:url(../img/radioc.png);
  position:relative;
  top:6px;
  margin-right: 12px;
  background-repeat: no-repeat;
  padding-left: 27px;
  background-position: 2px;
}
.eleccion input:checked + label 
{
  background-image:url(../img/radiocs.png);
}
.Regalo span
{
  display:block;
  font-weight:300;
  color:#666;
  font-size:16px;
}
#ComoFunciona
{
  background-color:#1e1e1e;
  background-image:url(../img/bg3.png);
  background-size:cover;
  text-align:center;
  padding:40px 0;
}
#ComoFunciona h2 
{
  color:white;
}
#ComoFunciona h2:after
{
  left:calc(50% - 100px);
}
#ComoFunciona .nav-tabs
{
  background:#917b6d;
  color:white;
  text-align: center;
  display: flex;
  justify-content: center;
}
#ComoFunciona .nav-tabs li a 
{
  color:white;
  border:none;
  font-weight:normal;
  font-size:16px;
  border-left:1px solid white;
}
#ComoFunciona .nav-tabs li.active a
{
  background:transparent;
  font-weight:bold;
  border-bottom: 0!important;
}
#ComoFunciona .nav-tabs li.active
{
  border-bottom:0;
  box-shadow:0px 0px 10px #000000a1;
}
#ComoFunciona .nav-tabs li:first-child a
{
  border-left:0;
}
#ComoFunciona .tab-content
{
  background:white;
  padding:40px;
  font-size:16px;
  line-height:26px;
}
#ComoFunciona .nav-tabs li:hover a
{
  background:transparent;
}
#ComoFunciona .tab-pane .flex > div 
{
  width:48%;
}
#ComoFunciona .tab-pane .flex
{
  align-items:center;
  justify-content:space-between;
}
#ComoFunciona .carousel .item:before
{
  display:none;
}
#SContacto
{
  color:white;
  background-color:#1e1e1e;
  background-image:url(../img/bg3.png);
  background-size:cover;
  padding:40px 0;
}
#SContacto .flex > div 
{
  width:45%;
}
#SContacto .flex
{
  justify-content:space-between;
}
#SContacto h2
{
  color:white;
  text-align:left;
}
#SContacto form input,#SContacto form textarea
{
  margin:7px 0;
  width: 100%;
  border:none;
  padding:13px 20px;
  color: #666;
}
#SContacto form textarea
{

  height:120px;
}
#SContacto form input[type="submit"]
{
  background-color:#917b6d;
  color: white;
}
#SContacto .boxs div 
{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:20px 0;
  font-weight:bold;
  font-size:18px;
}
#SContacto .boxs div p 
{
  width:90%;
  margin: 0;
}
/* CHECKOUT */
.checkout{/* background:#F5F5F5; */border-top:1px solid #ccc;}
.checkout .titulo{margin-bottom:30px;}
.checkout .titulo h1{font-size:25px;color:#5f5f5f;text-transform:uppercase;}
.checkout_table tbody > tr:first-child
{
  background-color:#d53232;
  color:white;
}
.checkout_table{background:#fff;margin:0;color: #383838;}
.checkout_table tr th{font-size:13px;font-weight:600;padding:10px 15px !important;border: 1px solid #d53232;border-top: none!important;}
.checkout_table tr td{padding:15px !important;border: 1px solid #d53232;}
.checkout_table img{max-width:100px;padding:10px;border:1px solid #ccc;}
.checkout_table h3{font-size:14px;}
.checkout_table input{width:70px;border:1px solid #ccc;padding:10px;margin:0 auto;display: inline;}
.checkout_table a{color:#333;/* background: rebeccapurple; */}
.totalC{padding:15px;background:#fff;border: 1px solid #d53232;margin-top:-1px;text-align:right;margin-bottom:30px;}
.totalC p{color:#000;font-weight:600;text-transform:uppercase;font-size:20px}
.totalC span{margin-left:30px;color: #d53232;}
.continuar{font-size:13px;}
.continuar span{color: #d53232;}
.checkoutForm{margin-top:30px;}
#pedidoFinal .lineaform{margin-bottom:10px;}
#pedidoFinal .lineaform:last-of-type{margin-bottom:0}
#pedidoFinal input, #pedidoFinal textarea{width:100%;padding:10px 15px;border: 1px solid #917b6d;background:#fff;line-height:normal;font-size:13px;transition:all .3s ease;color: #666;}
#pedidoFinal textarea{resize:none;height:120px;}
#pedidoFinal input[type="submit"]{width:auto;background: #917b6d;color:#fff;margin:0 auto;text-transform:uppercase;border:none;}
#pedidoFinal input:focus, #pedidoFinal textarea:focus{border-color:#EB126D;}
#pedidoFinal select
{
  padding: 10px 15px;
    border: 1px solid #917b6d;
    background: #fff;
    line-height: normal;
    font-size: 13px;
    transition: all .3s ease;
    color: #666;
    margin-right:10px;
}
/************/
#checkout
{
    padding:30px 0;
}
#checkout h2 
{
    text-align:center;
    margin-bottom:30px;
}
.titulos-carro
{
  display:flex;
  border-bottom:1px solid black;
  text-align:center;
}
.titulos-carro > p 
{
  width:20%;
  font-weight:bold;
  font-size:20px;
  color: #917b6d;
  padding:20px;
}
.productos-agregados li 
{
  padding:20px 0;
  display:flex;
  border-bottom: 1px solid black;
}
.productos-agregados li > div:last-child
{
  border:none;
}
.productos-agregados li > div 
{
  width:20%;
  text-align:center;
  border-right: 1px solid black;
  padding:0 20px;
}
.productos-agregados li > div:nth-child(5)
{
  color: #917b6d;
  font-weight:bold;
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productos-agregados li > div:nth-child(4)
{
  display:flex;
  justify-content: center;
}
.productos-agregados li > div:nth-child(4) button
{
  background:transparent;
  border:none;
  font-weight:bold;
  color:#14c8e8;
  font-size: 34px;
}
.productos-agregados li > div:nth-child(4) input
{
  text-align:center;
  width: 50px;
}
.productos-agregados li > div:nth-child(3) h3
{
  font-size: 16px;
}
.BajoTabla 
{
  padding:50px 0;
}
.BajoTabla > div
{
  width:45%;
}
.BajoTabla 
{
  justify-content:space-between;
}
.BajoTabla input
{
  width:100%;
  margin-top:30px;
}
.BajoTabla p 
{
  text-transform:uppercase;
  font-weight:bold;
}
.BajoTabla button
{
  background-color: #917b6d;
  border:none;
  color:white;
  font-weight:bold;
  font-size:18px;
  padding:10px;
  width:100%;
  margin-top:10px;
}
.BajoTabla h3 
{
  margin-top:0;
  color: #917b6d;
  font-size:20px;
  font-weight:bold;
  margin-bottom:20px;
}
.BajoTabla span
{
  float:right;
}
.BajoTabla > div:last-child p 
{
  font-size:20px;
  border-top:1px solid #c7c7c7;
  padding:10px 0;
}
.total.mini_seccion
{
  font-weight:bold;
  font-size:18px;
}
#S_Carro h2 
{
  text-align:center;
}
#S_Carro h2:After
{
  left:calc(50% - 100px);
}
.BajoTabla select
{
  width:100%!important;
  padding:10px;
  margin-bottom:30px;
}
#Galeria
{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
#Galeria li 
{
  width:23%;
  height:200px;
  background-size:Cover;
  background-position:center;
  margin:15px 0;
  transition:0.5s;
  border-radius:15px;
}
#Galeria li:hover
{
  transform:scale(1.1);
}
#Galeria li div 
{
  width:100%;
  height:100%;
}
.fancybox-caption-wrap
{
  top:0;
  bottom:initial;
}
.fancybox-caption
{
  text-align:center;
  font-size: 20px!important;
}
.Cotizar
{
  margin:20px 0;
  position: relative;
}
.boxcotiza select
{
  margin-bottom:10px;
}
.boxcotiza
{
  display:none;
  position:absolute;
  width:300px;
  left:calc(50% - 150px);
  margin-top: 10px;
  border: 1px solid #917b6d;
  padding: 10px;
  background:white;
  z-index: 111;
}
.boxcotiza.abierto
{
  display:block;
}
.relacionados
{
  background:#101010;
  background-image:url(../img/bg3.png);
  padding:50px 0;
}
.relacionados h2 
{
  color:white;
}
#S_Noticias .hoja > .container > .flex
{
    justify-content:space-between;
}
#S_Noticias .hoja > .container > .flex > div:first-child
{
    width: 70%;
}
#S_Noticias .hoja > .container > .flex > div:last-child
{
    width: 25%;
}
.noticias .img
{
    height: 350px;
    border: 3px solid #917b6d;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.noticias .fecha,#Noticia .fecha
{
    display:block;
    margin:20px 0;
}
.noticias h2,.der h2,#Noticia h2
{
    font-weight:bold;
    color: #917b6d;
    text-transform:uppercase;
    font-size:24px;
    margin-bottom:20px;
    position:relative;
    margin-top:0;
}
.noticias p 
{
    font-size:14px;
    line-height:23px;
    margin-bottom:20px;
}
.noticias li:first-child
{
    padding-top:0;
}
.noticias button
{
    background:transparent;
    border:none;
    font-weight:bold;
    padding:0;
}
.noticias li 
{
    margin-bottom:40px;
    padding: 40px 0;
    position: relative;
}
.noticias li:after
{
    width:150px;
    height:6px;
    background:black;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
}
.der h2:after
{
    width:120px;
    height:6px;
    background:black;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
}
.der h2 
{
    padding-bottom:20px;
}
.der ul li
{
    position:relative;
    padding-left:20px;
}
.der ul li:before
{
    content:'';
    position:absolute;
    width:8px;
    height:8px;
    background:#917b6d;
    border-radius:10px;
    left:0;
    top:9px;
}
.der ul li 
{
    position:relative;
    margin: 10px 0;
}
#Noticia .img
{
    height: 300px;
    border:3px solid #917b6d;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#Noticia .bajoImg
{
    display:flex;
    justify-content:space-between;
    padding:20px 0;
    align-items:center
}
#Noticia .bajoImg img
{
    margin:0 10px;
}
#S_Noticias .hoja
{
  padding:70px 0;
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
  cursor: pointer;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
   #divCarro ul:not(.total)
  {
    margin-top:15px;
    overflow-y: scroll;
    max-height: 250px;
  }
  .ProductoDetalle .flex > div:first-child a:first-child img
  {
    max-height:300px;
  }
 .navbar-toggle {
      background: #000000;
      /* margin-top: -80px; */
      margin: 18px;
      margin-top: -61px;
      margin-right: 0;
    }
    .navbar-toggle span {
      background: white;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li li
    {
      padding:5px!important;
      font-size:12px;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    }
    nav ul.nav {
        background-color: black;
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        height: fit-content!important;
        margin-right: 0;
        padding-right: 0;
    }
    nav ul li a
    {
        color: white!important;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
        /* background-color: rgb(0, 67, 149)!important; */
        border-radius: 0;
    'padding:;;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      border-top: none;
      color: #09365f;
    }
    .flex
    {
      flex-direction:column;
    }
    header .container > .flex
    {
      flex-direction:row;
    }
    header .container > .flex > div:first-child{
      width:30%;
    }
    header .container > .flex > div:last-child
    {
      width:60%;
    }
    header .arriba input
    {
      width: 80%;
      margin-bottom: 20px;
    }
    header .arriba form
    {
      margin-right:0;
    }
    #divCarro
    {
      top:120px;
    }
    #divCarro .titulo:before
    {
      right:95px;
    }
    .carousel h2
    {
      font-size:20px;
    }
    .carousel p 
    {
      font-size:14px;
    }
    .carousel .caption
    {
      width:100%;
    }
    .carousel .flex
    {
      justify-content:center;
      display: none;
    }
    h2
    {
      font-size:22px;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-prev
    {
      left: -20px;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-next
    {
      right: -20px;
    }
    #Newsletter .flex > div
    {
      width:100%;
      font-size:px;
    }
    #Newsletter .flex > div:first-child
    {
      font-size:14px;
      margin-bottom:10px;
    }
    #Newsletter .flex
    {
      padding:60px 20px;
    }
    footer .flex > div
    {
      width:100%;
      margin:20px 0;
    }
    .ProductoDetalle .flex > div
    {
      width:100%;
    }
    .SubirAlCarro button
    {
      font-size:12px;
      padding:10px;
    }
    .Descrip
    {
      flex-direction:column-reverse;
    }
    .Descrip > div:first-child
    {
      width:100%;
      margin-top:20px;
    }
    .nav-tabs > li > a
    {
      padding:20px
    }
    #S_Carro
    {
      min-width:700px;
    }
    .BajoTabla
    {
      flex-direction:column-reverse;
    }
    .sup form
    {
      flex-wrap:Wrap;
    }
    .sup form .boxs
    {
      width:48%;
      margin:5px 0;
      font-size:12px;
    }
    .sup .tit
    {
      font-size:10px;
    }
    #S_Productos .productos li{
      width:100%;
    }
    #ComoFunciona .nav-tabs
    {
      flex-direction:column;
    }
    #ComoFunciona #sec1 .flex > div
    {
      width:100%;
    }
    #S_Noticias .hoja > .container > .flex
    {
      flex-direction:column-reverse;
    }
    #S_Noticias .hoja > .container > .flex > div 
    {
      width:100%!important;
      margin-bottom:30px;
    }
    #Galeria li
    {
      width:48%;
      margin:5px 0;
    }
    #SContacto .flex > div
    {
      width:100%;
    }
    .sup.fijo
    {
      position:initial;
      top:initial;
    }
    .carousel .carousel-inner
    {
      height: 120px;
    }
    .carousel-indicators
    {
      display:None;
    }
    .carousel .item
    {
      background-size:100% 100%;
    }
    #MasRecientes
    {
      padding-top:20px;
    }
}
header.fijo
{
  position:fixed;
  z-index:11111;
  background-color:white;
  width:100%;
  top:0;
}
.paddingTop
{
  padding-top:200px;
}
header.fijo .container > .flex > div:first-child img 
{
  height:70px;
}
header .container > .flex > div:first-child img
{
  transition:0.5s;
  position:relative;
}
.regalo img 
{
  width:200px;
}
.modal-content img
{
  max-width: 100%;
}
.zonae a 
{
  color:white;
  font-size:12px;
}
.zonae
{
  text-align:left;
  float: none!important;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
  background: #917b6d;
  width: fit-content;
  padding: 5px 40px;
  color: white;
}
.modal
{
  z-index:11111111;
}
.carousel-indicators
{
  background:#00000063;
  width:fit-content;
  margin:auto;
  padding:5px 20px;
}
#Exito_Total > div 
{
    display:flex;
    justify-content:flex-end;
}
#Exito_Total > div > div 
{
    width:150px;
    font-size:20px;
}
#S_CompraExitosa
{
    min-width:600px;
}
@media (min-width: 1200px)
{
.container {
    width: 1300px;
}
}