/* General */

body
{
    font-family:'Raleway';
    color:#323232;
}
.bajo
{
  min-height:30px;
}
.idioma a 
{
  font-size:13px;
}
.right
{
  float:right;
}
.text_center
{
  text-align:center;
}
.text_left
{
  text-align:left;
}
p 
{
  font-size:16px;
  line-height:32px;
}
h3,.h3
{
  font-weight:bold;
  font-size:20px;
  margin-top:30px;
}
h2,.h2,h1,.h1
{
    font-weight:bold;
    text-align:center;
    font-size:28px;
    margin-top:0;
}
nav.Productos
{
    font-size:13px;
    margin-bottom: 30px;
    font-weight:300;
}
nav.Productos a:last-child:after
{
    display:none;
}
nav.Productos a:after
{
    content:'>';
    font-weight:bold;
    margin: 0 8px;
    margin-right: 3px;
}
a,a:hover,a:link,a:visited
{
    text-decoration:none;
    color:inherit;
}
/* Fin General */
/* Header */
header
{
    margin-bottom:30px;
    background-color: #323231!important;
    color: white;
}
header .row .col-md-4:nth-child(2),header .row .col-md-4:nth-child(1),header .row .col-md-4:nth-child(3)
{
    text-align:center;
}
header .row .col-md-4:nth-child(1),header .row .col-md-4:nth-child(3)
{
    padding:50px 0;
}
header .row .col-md-4:nth-child(2)
{
    padding:30px 0;
    position:  relative;
    z-index: 2;
}
header .row .col-md-4 b 
{
    display:block;
    font-size:14px;
    margin-bottom:5px;
    color: white;
}
.carro b 
{
  margin-bottom:0!important;
}
header .rrss img 
{
    margin:5px;
}
header .cont_carro span
{
    margin-left:10px;
    font-size:13px;
    font-weight:bold;
    color: white;
}
header .cantidad
{
    display: inline-table;
    background-color:#d9bcaa;
    color:#323231;
    font-weight:bold;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    top: -7px;
    left: -3px;
}
header nav ul li 
{
    padding:20px 37px;
    font-weight:bold;
    color:#323231;
    font-size:15px;
    background-color: white;
}
header nav ul ul li
{
  padding:10px;
}
.dropdown-menu > li > a
{
  padding:0;
}
header nav ul
{
    display:flex;
    justify-content: center;
    width:100%;
}
/* Fin Header */
/* Inicio */
#myCarousel2 .item
{
    height:400px;
    background-size:cover;
    background-position:center;
}
.Slider
{
    background: rgba(217,188,170,1);
background: -moz-linear-gradient(left, rgba(217,188,170,1) 0%, rgba(217,188,170,1) 52%, rgba(50,50,50,1) 57%, rgba(50,50,50,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,188,170,1)), color-stop(52%, rgba(217,188,170,1)), color-stop(57%, rgba(50,50,50,1)), color-stop(100%, rgba(50,50,50,1)));
background: -webkit-linear-gradient(left, rgba(217,188,170,1) 0%, rgba(217,188,170,1) 52%, rgba(50,50,50,1) 57%, rgba(50,50,50,1) 100%);
background: -o-linear-gradient(left, rgba(217,188,170,1) 0%, rgba(217,188,170,1) 52%, rgba(50,50,50,1) 57%, rgba(50,50,50,1) 100%);
background: -ms-linear-gradient(left, rgba(217,188,170,1) 0%, rgba(217,188,170,1) 52%, rgba(50,50,50,1) 57%, rgba(50,50,50,1) 100%);
background: linear-gradient(to right, rgba(217,188,170,1) 0%, rgba(217,188,170,1) 52%, rgba(50,50,50,1) 57%, rgba(50,50,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9bcaa', endColorstr='#323232', GradientType=1 );
}
.BajoSlider .col-md-6
{
    height:450px;
    background-size:cover;
    background-position:bottom;
    width:48%;
    margin:2% 1%;
   
}
.BajoSlider .col-md-6 a 
{
    border:2px solid white;
    color:White;
    padding:7px 15px;
    position:absolute;
    bottom:20px;
    right:20px;
}
.BajoSlider
{
    margin-bottom:70px;
}
.productos_home .iconos
{
    float:right;
    margin-top:7px;
}
.productos_home li .img
{
    text-align:center;
}
.productos_home li .img img 
{
    height: initial;
    width: initial;
    /* display: initial; */
    max-height:  100%;
}
.productos_home li.item .cont 
{
    border:1px solid #f3f3f3;
    padding:10px;
}
.productos_home li.item
{
    margin:0;
    border:none;
}
.productos_home li 
{
    border:1px solid #f3f3f3;
    margin:10px;
    padding:20px;
}
.productos_categoria li 
{
    margin: 10px 0;
    padding: 0;
    border: none;
}
.productos_categoria li .cont 
{
        border: 1px solid #f3f3f3;
        margin: 0 10px;
        margin-bottom: 10px;

        padding:10px;
}
.productos_home li h3
{
    font-weight:bold;
    font-size:14px;
    text-align:center;
}
.productos_home li .precio
{
    font-size:21px;
}
.productos_home
{
    margin-top:50px;
    display:  flex;
    flex-wrap: wrap;
}
.productos_homeli .iconos
{
    float:right;
    margin-top:5px;
}
.productos_home li .iconos img
{
    margin:0 5px;
}
.productos_home li .img 
{
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-theme .owl-controls .owl-page span
{
    background: #d9bcaa!important;
    border: 2px solid #323231;
    width: 14px!important;
    height: 14px!important;
    opacity:1!Important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{
background:#323231!important;
}
.bgNT
{
    background-image:url(../img/bg1.png);
    height:550px;
    background-size:100%;
    padding-top: 45px;
    margin-top:80px;
    margin-bottom: -30px;
}
.bgNT .p1
{
    width: 45%;
    margin-left: 10%;
    float: left;
}
.bgNT .titulo
{
    font-size:46px;
}
.bgNT .p1 .titulo
{
    background:#d9bcaa;
    display: inline;
    padding-right: 20px;
}
.bgNT .p2
{
    width: 35%;
    float:right;
    margin-right:5%;
    color:#d9bcaa;
}
.bgNT .p1 .img
{
    height: 325px;
    margin-top:20px;
    background-size:cover;
    background-repeat: no-repeat;
}
.bgNT .p2 .titulo
{text-align:center;margin-top:7px;}
.bgNT .p2 .titulo b 
{
    background:#323232;
    padding:10px
}
.bgNT .p2 .bajo
{
    margin-top: 131px;
    display: flex;
    align-items: center;
}
.bgNT .p2 .bajo span
{
    font-size:16px;
    font-style:italic;

    line-height:28px;
    font-weight:300;
}
.Newsletter
{
    background:#FAF0EA;
    padding:80px 0;
    margin-top:30px;
}
.Newsletter b 
{
    font-size:20px;
    display:block;
}
.Newsletter span
{
 font-weight:300;
 font-size:15px;   
}
.Newsletter form input
{
    float:left;
    height:50px;
    width:85%;
    background:transparent;
    font-style:italic;
    font-size:16px;
    font-weight:300;
    padding:10px 20px;
    border:2px solid #323232;
}
.Newsletter form button
{
    width:15%;
    float:right;
    background:#323232;
    border:2px solid #323232;
    height:50px;
    background-image:url(../img/newsletter.png);
    background-position:center;
    background-repeat:no-repeat;
}
/* Fin Inicio */
/* Footer */
footer
{
    background:#323231;
    text-align:center;
    color:white;
    font-weight:300;
    padding:50px 0;

}
footer nav
{
    width:60%;
    margin:auto;
}
footer nav ul
{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
footer nav ul li 
{
    margin:10px 20px;
    text-align:center;
    font-size:12px;
}
footer #webpay
{
    margin:50px 0;
}
footer button
{
    font-weight:bold;
    background:transparent;
    border:1px solid #d9bcaa;
    color:#d9bcaa;
    font-size:12px;
    padding:5px 20px;
    margin:15px;
}
footer .iconos img
{
    padding-right:20px;
    float:left;
}
footer .iconos .col-md-3
{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
footer .iconos
{
    display:flex;
    align-items:center;
}
footer .iconos
{
    font-size:14px;
    text-align:left;

}
footer .iconos span
{
    font-size:12px;
    color:#d9bcaa;
    padding-left: 64px;
    flex-wrap:;
}
/* Fin Footer */
.navbar-nav > li > a:hover
{
  transition:0.5s;
  transform:scale(1.05);
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
  cursor: pointer;
  
}
.izq .navbar-toggle
{
  display: block;
}
.izq .navbar-collapse.collapse
{
    display:none!important;
}
.navbar-collapse.collapse.in
{
    display:block!important;
}
.izq button
{
    padding:0;
    margin: 0;
    color: #bbb;
}
.izq > li 
{
    margin:15px 0;
}
.izq > li a 
{
    font-weight:bold;
    font-size:15px;
}
.izq li li
{
    margin:10px 0;
    border-bottom:1px solid #e9e9e9;
    padding:5px 0;
}
.izq li li a
{
    font-weight:300;
}
#DetalleProducto .col-md-5 a img
{
    height: 100px;
    margin: 2.5% 2.5%;
    float: left;
}
#DetalleProducto .col-md-5 a:first-child img
{
    width:100%;
    height:initial;
    float: none;
}
#DetalleProducto .stock
{
    display:block;
    margin-top:10px;
    margin-bottom:30px;
}
#SubirAlCarro input
{
    width:20%;
    text-align:center;
    border:none;
    background:transparent;
}
#SubirAlCarro a
{
    width:80%;
    border:none;
    color:white;
    font-weight:bold;
    height:35px;
    background:#323231;
}
#SubirAlCarro button
{
  background:transparent;
  border:none;
  width:100%;
  padding:7px
}
#SubirAlCarro
{
    border:1px solid #323231;
    width: 70%;
    display:flex;
    margin-bottom:30px;
}
#DetalleProducto .descripcion
{
    line-height:28px;
    margin-bottom:60px;
}
.carro .boton 
{background-color:white;padding:5px;width:initial;color:#8fba08;}
.carro.open
{
  display:block;
}
.carro
{
  display:none;
  background-color: #d9bcaa;
  padding:20px;
  color: #323231;
  position: absolute;
  z-index: 1;
  width: 290px;
  margin-left: -86px;
}
.carro li 
{
  clear:both;
  margin-bottom:10px;
  font-size:12px;
  list-style: none;
  clear: both;
  text-align: left;
}
.carro ul:not(.total)
{
  margin-top:15px;

}
.carro .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
}
.carro b:last-child
{
  float:right;
}
.carro img
{
  width: 51px;
  margin-right:10px;
  float: left;
  margin-bottom: 15px;
}
.carro span
{
  display:block;
  text-align: left;
  font-weight: 300!important;
  font-size:20px;
}
.carro button
{
  background:#323231;
  border:none;
  color:#d9bcaa;
  font-weight:bold;
  padding:5px 30px;
}
/* Contacto */
#Contacto
{
  margin-top:50px;
}
#Contacto > .row
{
  display:flex;
}
#Contacto .col-md-5 
{
  background-size:cover;
  background-position:center;
}
#Contacto .col-md-7
{
  background:#d9bcaa;
}
#Contacto form 
{
  padding:70px;
}
#Contacto textarea
{
  height:150px;
}
#Contacto button
{
  border: 1px solid #323232;
  background:transparent;
  font-weight:bold;
  padding:10px 50px;
  float:right;
}
#Contacto input,#Contacto textarea,#Contacto select
{
  background:transparent;
  border:1px solid #323232;
  width:100%!important;
  padding:10px;
}
#Contacto form label
{
  font-weight:normal;
}
#Contacto .lineaform
{
  margin:20px 0;;
}
/* Fin Contacto */
.puntoventa
{
  margin-top:50px;
}
.puntoventa .img 
{
  height:312px;
  margin-bottom:10px;
}
.puntoventa b 
{
  display:block;
}
.puntoventa span
{
  display:block;
  text-align:center;
}
.eventos .img img 
{
  max-height:100%;
}
.eventos .img 
{
  height: 200px;
}
.eventos b 
{
  display:block;
}
.eventos
{
  text-align:center;
  margin-top:40px;
}
.eventos span
{
  display:block;
  text-align:center;
  margin-bottom:20px;
}
.eventos a
{
  font-weight:bold;
  border:1px solid #32323a;
  padding:5px 40px;
}
#Publicacion > span
{
  font-size:16px;
  display:block;
  margin-bottom:30px;
}
.campana b 
{
  display:block;
}
.campana 
{
  text-align:  center;
  margin-top:50px;
}
.campana img
{
  height:100%;
}
.campana img
{
  height:300px;
  text-align:center;
}
.campanas .col-md-6
{
  height:500px;
  background-size:cover;
  background-position:center;
}
.modal-header{border:none;}
.modal .lineaform{padding:10px 0;clear:both;}
.modal label{font-weight:normal;}
.modal input,.modal textarea{width:100%;border: 1px solid black;padding: 10px;}
.modal h2{text-align:center;}
.modal .lineaform button
{
  background-color:black;
  color:white;
  border:none;
  float:right;
  padding:10px 30px;
}
/* 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{background:#fff;margin:0;}
.checkout_table tr th{font-size: 14px;/* font-weight:600; */padding:10px 15px !important;border:1px solid #ddd;color: black;}
.checkout_table tr td{padding:15px !important;border:1px solid #ddd;}
.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:block;}
.checkout_table a{color:#333;}
.total{padding:15px;background:#fff;border:1px solid #ddd;margin-top:-1px;text-align:right;margin-bottom:30px;}
.total p{color:#000;font-weight:600;text-transform:uppercase;font-size:20px}
.total span{margin-left:30px;color: #323231;}
.continuar{font-size:13px;color:#333;}
.continuar span{color: #323231;}
.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 #ccc;background:#fff;line-height:normal;font-size:13px;transition:all .3s ease;}
#pedidoFinal textarea{resize:none;height:120px;}
#pedidoFinal input[type="submit"]{width:auto;background: #323231;color:#fff;margin:0 auto;text-transform:uppercase;border:none;}
#pedidoFinal input:focus, #pedidoFinal textarea:focus{border-color:#323231;}

/* FIN CHECKOUT */
/* Responsive */
@media (max-width: 768px) {
  #Contacto > .row
  {
    display:block;
  }
  #Contacto .col-md-5
  {
    height:300px;
  }
 .navbar-toggle {
      background: #dabead;
      margin-top: 0px;
    }
    .navbar-toggle span {
      background: #fff;
    }
    .izq .navbar-toggle span 
    {
      background:transparent;
      color:white;
    }
    .izq .navbar-toggle
    {
      padding:5px;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
    }
    header nav ul {
        background-color: rgb(217, 189, 171);
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block;
        width: 100%;
    }
    nav ul li a
    {
        /* color:white; */
        border-bottom: 1px solid rgb(193, 178, 169);
        /* background-color: rgb(181, 4, 4)!important; */
        border-radius: 0;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      border-top: none;
      color: #323231;
    }
    .cont_carro
    {
      text-align:center;
      /* clear: both; */
      width: 70%;
      float: left;
      margin-top: -10px;
    }
    .carro
    {
      margin-left: 0;
      width: 100%;
    }
    #myCarousel2 .item
    {
      height: 180px;
      background-size: 100%;
      background-repeat: no-repeat;
    }
    .Slider
    {
      background:transparent;
    }
    .BajoSlider .col-md-6
    {
      /* width: 40%; */
      /* margin: 15px; */
      height: 166px;
    }
    .BajoSlider .col-md-6 a
    {
      font-size:  12px;
      bottom: 64px;
    }
    .productos_home
    {margin-top:20px}
    .bgNT .p1,.bgNT .p2
    {
      width:100%;
      margin: 0;
      float: none;
      background-image: url(../img/bg1.png);
    }
    .bgNT .p1
    {
      background-position:left;
      padding:20px;
    }
    .bgNT .titulo
    {
      font-size:30px;
    }
    .bgNT .p1 .img
    {
      background-size:100%;
    }
    .bgNT .p2
    {
      background-position:right;
    }
    .bgNT
    {
      height:initial;
      background: transparent;
    }
    .bgNT .p2 .titulo
    {
      margin-top:0;
    }
    .bgNT .p2 .bajo
    {
      margin-top:30px;
      padding-bottom: 74px;
    }
    .productos_home li.item .cont
    {height:400px;}
    .productos_home li .img
    {
      height:200px;
    }
    footer .iconos
    {
      display:block;
    }
    footer .iconos .col-md-3
    {
      margin:20px 0;
    }
    .cont_carro.fijo
    {
      width:100%;
    }
}
/* FIN RESPONSIVE */
.dropdown-menu
{
  width:250px;
}
.descuento b 
{
  background:#323231;
  color:white;
  font-size:15px;
  padding:5px;
}
.descuento s 
{
  font-size:17px;
}

.ProductoAtributo a {
    font-size: 13px;
    border: 1px solid;
    padding: 5px;
    margin: 10px;
}
.ProductoAtributo a.color {
    border-radius: 100px;
    margin-right: 10px;
}
.ProductoAtributo a {
    border: 1px solid black;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
}
.ProductoAtributo a.noSeleccion {
  opacity:0.5
}
.ProductoAtributo
{
    margin-bottom:20px;
}
/* Despacho */
ul.ciudades {
    padding: 0 !important;
}
ul.ciudades li div 
{
  width:50%;
  padding:5px 10px;
  text-align:center;
}
ul.ciudades li {
    padding-left: 15px;
    display:flex;

}

ul.ciudades li:nth-of-type(odd) {
    background-color: rgba(216, 216, 216, 0.5);
}
.center
{
  float:none;
  margin:auto;
}
.cont_carro.fijo
{
  position:fixed;
  top:0;
  z-index:1;
  background:white;
  padding:10px 80px;
  right:0;
  box-shadow:0px 0px 10px #0000001f;
}