body
{
    font-family:'Poppins';
}
a,a:hover
{
    color:inherit;
    text-decoration:None;
    cursor: pointer;
}
header .arriba
{
    background-color:black;
    color:white;
    padding: 5px 0;
    font-size:13px;
    font-weight:300;
}
header .arriba .flex
{
    justify-content:space-between;
}
header .arriba .flex > div:first-child
{
    display:flex;
    align-items:center;
}
header .arriba .flex > div:first-child div 
{
    padding:10px;
   
}
header .arriba .flex > div:first-child div:first-child
{
    border-right:1px solid white;
}
header .arriba .flex > div:first-child div img 
{
    margin-right:5px;
}
header .arriba .flex > div:last-child 
{
    display:flex;
    align-items:center;
}
header .arriba .flex > div:last-child > div:last-child 
{
    display:flex;
    align-items:center;
    padding-left: 20px;
}
header .arriba button
{
    background-color:#be1522;
    border:none;
    padding:5px 30px;
    font-size:12px;
    font-weight:normal;
    border-radius:6px;
    border-bottom:3px solid #910f19;
    display:flex;
    align-items:center;
}
header .arriba button img 
{
    margin-right:5px;
}
header .arriba .rrss a 
{
    display:block;
    border-right:1px solid white;
    padding:5px 10px;
}
header .arriba .rrss 
{
    display:flex;
}
header .arriba .rrss a:last-child
{
    border:None;
}
header .med
{
    padding:40px 0;   
}
header .med .flex
{
    justify-content:space-between;
}
header form input
{
    background-color:#464646;
    border:none;
    width:350px;
    padding:7px 20px;
    font-size:12px;
    color:white;
}
form *:focus
{
    outline:none;
}
header form
{
    display:flex;
    height:30px;
}
header form button
{
    background-color:#be1522;
    border:none;
    background-image:url(../img/lupa.png);
    background-repeat:no-repeat;
    background-position:center;
    width:40px;
}
header .med .flex > div:last-child
{
    display:flex;
}
header .med .flex > div:last-child > div 
{
    width:150px;
    padding: 5px 0;
    padding-left: 20px;
    height: fit-content;
    position: relative;
}
header .med .flex > div:last-child > div:first-child
{
    border-right:2px solid #be1522;
    /* padding-left: 20px; */
}
header .med .flex > div:last-child > div > a 
{
    display:flex;
    align-items:center;
    position:relative;
}
header .med .flex > div:last-child > div > a > img 
{
    margin-right:10px;
}
header .med .flex > div:last-child > div > a > span 
{
    font-size:12px;
    font-weight:bold;
}
header .med .flex > div:last-child > div > a > #cantidadc
{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:10px;
    background-color:#be1522;
    left:20px;
    top:0px;
}
.navgris
{
    background-color:#464646;
    color:white;
}
.navgris ul 
{
    display:flex;
    justify-content:center;
    width: 100%;
}
.navgris ul li 
{
    padding:10px 30px;
    font-weight:300;
    font-size:12px;
}
#S_Inicio .navgris ul li:nth-child(1)
{
    font-weight:bold;
}
ul,p 
{
    margin:0;
}
header nav 
{
    background-color:#81060f;
    color:white;
    margin-bottom:5px;
}
header nav ul 
{
    display:flex;
    font-weight:300;
    /* align-items: center; */
}
header nav ul li 
{
    background-color:#be1522;
    padding:15px 30px;
    display:flex;
    align-items:center;
    text-align:center;
    border-right:1px solid white;
    position: relative;
    display: flex!important;
}
header nav ul li:last-child
{
    border-right:none;
}
#myCarousel .item
{
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}
#myCarousel .carousel-inner
{
    height:350px;
}
#myCarousel .flex
{
    align-items:center;
    height: 100%;
    color: white;
}
#myCarousel .container
{
    /* padding-right:55%; */
}
#myCarousel .container > *
{
    max-width:500px
}
#myCarousel h2 
{
    text-transform:uppercase;
    color: white;
    padding-bottom: 0;
}
#myCarousel hr 
{
   width:200px;
   margin:15px 0;
   border:none;
   height:5px;
   background-color:#be1522;
}
#myCarousel p 
{
    text-transform:uppercase;
}
#myCarousel button
{
    margin-top:20px;
}
button
{
    background-color:#be1522;
    border:none;
    padding:10px 20px;
    border-bottom:5px solid #80111a;
}
.carousel-control
{
    width:70px;
    justify-content:center;
    display:flex;
    align-items:center;
}
.bajoSlider
{
    background-color:black;
    color:white;
    text-align:center;
    padding:15px;
    text-transform:uppercase;
    font-size:18px;
}
.bajoSlider b 
{
    font-weight:600;
}
.bajoSlider div 
{
    position:relative;
    width:fit-content;
    margin:Auto;
}
.bajoSlider div:before
{
    content:'';
    position:absolute;
    width:30px;
    height:3px;
    background-color:#be1522;
    left:-50px;
    top:12px;
}
.bajoSlider div:after
{
    content:'';
    position:absolute;
    width:30px;
    height:3px;
    background-color:#be1522;
    right:-50px;
    top:12px;
}
.bajoSlider div img 
{
    margin-right:10px;
}
.categorias .flex > div 
{
    width:49.5%;
    color: white;
}
.categorias .flex > div:first-child
{
    display:flex;
}
.categorias .flex
{
    justify-content:space-between;
}
.categorias .flex > div:first-child > div:first-child
{
    background-color:#be1522;
    color:white;
    text-transform:uppercase;
    height:350px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:0px 40px;
    width:35%;
}
.categorias button
{
    background-color:#464646;
    border-bottom:3px solid #332929;
    font-size:10px;
    padding:8px 10px;
}
.categorias b 
{
    font-size:17px;
}
.categorias hr 
{
    height:3px;
    width:20px;
    border:none;
    margin:15px 0;
    background-color:#464646;
}
.categorias .flex > div:first-child > div:last-child
{
    width:65%;
    height: 350px;
}
.categorias .flex > div:first-child > div:last-child img 
{
    width:100%;
    height:100%;
}
.categorias .flex > div:last-child > div 
{
    height:170px;
    display: flex;
    justify-content:Space-between;
}
.categorias .flex > div:last-child > div:last-child
{
    margin-top:10px;
}
.categorias .flex > div:last-child > div:first-child > div:first-child,.categorias .flex > div:last-child > div:last-child > div:last-child
{
    width:60%;
}
.categorias .flex > div:last-child > div > div
{
   background-size: cover;
    background-position: center; 
}
.categorias .flex > div:last-child > div:first-child > div:last-child,.categorias .flex > div:last-child > div:last-child > div:first-child
{
    width:38%;
}
.categorias .flex > div:last-child > div > div 
{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:20px
}
.categorias
{
    margin:40px 0;
}
.destacados
{
    background-color:#f0f0f0;
    padding:30px 0;
}
.destacados .owl-pagination
{
    display:none;
}
.productos li 
{
    background-color:white;
    margin:0 20px;
    border-bottom:2px solid #c7c7c7;
    border-right:1px solid #c7c7c7;
    /* padding-top: 40px; */
    position: relative;
}
.productos li .img
{
    height:150px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    margin-bottom: 40px;
    display: block;
    position: relative;
    margin-top: 40px;
}
.productos li .img:after
{
    content:'';
    position:absolute;
    border-bottom:1px solid #be1522;
    width:100%;
    bottom:-20px;
    left: 0;
}
.productos li > a 
{
    display:block;
}
.productos .tag
{
    position:absolute;
    width:100%;
    top: -40px;
    background-color:#464646;
    color:white;
    font-weight:bold;
    text-align:center;
    padding:5px;
    font-size:12px;
    font-weight:600;
    /* padding-top: 40px; */
}
.productos b 
{
    display:block;
    width:100%;
    text-transform:uppercase;
    font-size:12px;
}
.productos li 
{
    text-align:center;
}
.productos .precio
{
    display:block;
    font-size:20px;
    font-weight:800;
}
.productos .precio s 
{
    font-size:14px;
    font-weight:600;
}
.productos .precio b,.productos .precio span 
{
    font-size:20px;
}
.productos .botones
{
    display:flex;
    justify-content:space-around;
}
.productos button{
     font-size:12px;
    color:White;
    padding:5px 20px;
    border-bottom:0;
    margin:20px 0;
}
.destacados ul 
{
    margin:30px 0;
}
h2
{
    position:relative;
    padding-bottom:15px;
    color:Black;
    text-transform:uppercase;
}
h2:after
{
    content:'';
    position:absolute;
    width:150px;
    height:5px;
    background-color:#be1522;
    left:0;
    bottom:0;
}
h1
{
    position:relative;
    padding-bottom:15px;
    color:Black;
    text-transform:uppercase;
    text-align:center;
}
h1:after
{
    content:'';
    position:absolute;
    width:150px;
    height:5px;
    background-color:#be1522;
    left:calc(50% - 75px);
    bottom:0;
}
#myCarousel h2:after
{
    display:none;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev
{
    position:absolute;
    left:-30px;
    top:50%;
    width:35px;
    height:35px;
    background-image:url(../img/flecha_izq.png);
    background-color:transparent;
    color:transparent;
    opacity:1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next
{
    position:absolute;
    right:-30px;
    top:50%;
    width:35px;
    height:35px;
    background-image:url(../img/flecha_der.png);
    background-color:transparent;
    color:transparent;
    opacity:1;
}
.Registrate
{
    background-color:black;
    color:white;
    padding:20px 0;
    text-transform:uppercase;
    font-weight:700;
}
.Registrate .flex > div 
{
    width:45%;
}
.Registrate .flex
{
    justify-content:space-between;
}
.Registrate button
{
    width:100%;
    padding:20px;
    font-size:17px;
}
.Registrate b 
{
    font-size:25px;
}
.Herramientas
{
    background-image:url(../img/bgHerramientas.png?);
    background-color:#5f5f5f;
    background-position:center;
    background-size:cover;
    position:relative;
}
.Herramientas:after
{
    content:'';
    width:50%;
    height:100%;
    position:absolute;
    background-image:url(../img/corteRojo2.png);
    top:0;
    right:0;
    background-size:100% 100%;
}
.Herramientas .flex
{
    align-items:Center;
    color:white;
    text-transform:uppercase;
    justify-content:space-between;
    padding:50px 0;
}
.Herramientas .flex > div:first-child
{
    width:50%;
    text-align:center;
}
.Herramientas * 
{
    position:relative;
    z-index:2;
}
.Herramientas span 
{
    font-size:30px;
}
.Herramientas span b 
{
    FONT-SIZE:24PX;
    display:block;
}
.Herramientas button 
{
    font-size:17px;
    padding:20px;
    width:100%;
    margin-top:20px;
}
footer
{
    background-color:black;
    color:white;
}
footer .arriba
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
footer .arriba > div:nth-child(1)
{
    width:30%;
    font-weight:300;
    font-size:12px;
}
footer .arriba > div:nth-child(1) img 
{
    margin-bottom:20px;
}
footer .arriba
{
    padding:40px 0;
    border-bottom:2px solid #4a4a4a;
}
footer .rrss a 
{
    border-right:1px solid white;
    padding:10px;
}
footer .rrss a:last-child
{
    border-right:0;
}
footer button
{
    border-radius:6px;
}
footer .med
{
    padding:30px 0;
    display:flex;
    justify-content:space-between;
}
footer .med > div:nth-child(1),footer .med > div:nth-child(3)
{
    width:25%
}
footer .med > div:nth-child(3)
{
    padding-left:40px;
}
footer .med > div:nth-child(2)
{
    width:50%;
    padding: 0 40px;
    position: relative;
}
footer .med > div:nth-child(2):before
{
    content:'';
    position:absolute;
    width:2px;
    height:90%;
    top:5%;
    left:0;
    background-color:#4a4a4a;
}
footer .med > div:nth-child(2):after
{
    content:'';
    position:absolute;
    width:2px;
    height:90%;
    top:5%;
    right:0;
    background-color:#4a4a4a;
}
footer b 
{
    display:block;
    font-size:18px;
    position:relative;
    padding-bottom:10px;
    margin-bottom:20px;
}
footer b:after
{
    content:'';
    width:80px;
    height:3px;
    background-color:#be1522;
    position:absolute;
    bottom:0;
    left:0;
}
footer .datos li 
{
    display:flex;
    margin:10px 0;
    align-items:center;
    font-weight:300;
}
footer .datos li > div:first-child
{
    width:10%;
    text-align:center;
}
footer .datos li > div:last-child
{
    width:90%;
}
footer .categorias
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0;
}
footer .categorias li 
{
    width:45%;
    margin:5px 0;
}
footer .navegacion li 
{
    margin:10px 0;
}
footer .bajo 
{
    background-color:#be1522;
    padding:15px;
}
#S_Nosotros .sup .container
{
    box-shadow:0px 0px 30px #00000061;
    position:relative;
    padding:60px 130px;
    text-align:Center;
    width:800px;
    z-index:2;
    background-color:white;
}
p 
{
    line-height:28px;
}
#S_Nosotros .sup .container:before
{
    box-shadow:0px 0px 30px white;
    content:'';
    position:absolute;
    width:100%;
    height:40px;
    z-index:2;
    background-color:white;
    left:0;
    top: -40px;
}
#S_Nosotros .sup .container:after
{
    box-shadow:0px 0px 30px white;
    content:'';
    position:absolute;
    width:100%;
    height:40px;
    z-index:2;
    background-color:white;
    left:0;
    bottom: -40px;
}
#S_Nosotros .sup 
{
    margin:60px 0;
}
#S_Nosotros .sup
{
    position:relative;
}
#S_Nosotros .sup:before
{
    content:'';
    width:30%;
    height:80%;
    position:absolute;
    top:10%;
    background-color:#666;
    background-image:url(../img/n1.png);
    background-size:cover;
    background-position:center;
    z-index:0;
}
#S_Nosotros .sup:after
{
    content:'';
    width:30%;
    height:80%;
    position:absolute;
    top:10%;
    background-color:#666;
    background-image:url(../img/n2.png);
    background-size:cover;
    background-position:center;
    z-index:0;
    right:0;
}
#S_Nosotros #foto
{
    border-top:10px solid gainsboro;
    border-bottom:10px solid gainsboro;
    padding:0;
    margin-bottom: 60px;
}
#S_Nosotros .que
{
    width:600px;
    margin:Auto;
    text-align:Center;
}
#S_Nosotros .que h2:after
{
    left:calc(50% - 75px);
}
#S_Nosotros .que h2
{
    margin-bottom:30px;
}
.mision > div 
{
    width:50%;
    padding:30px;
}
.mision > div:first-child
{
    padding-right:90px;
    position:relative;
}
.mision > div:first-child:before
{
    content:'';
    position:absolute;
    height:70%;
    width:2px;
    background-color:#d0d0d0;
    right:0;
    bottom:0;
}
.mision > div:last-child
{
    padding-left:90px;
    text-align:right;
}
.mision > div:last-child h2:after
{
    right:0;
    left: initial;
}
.mision h2 
{
    margin-bottom:30px;
    font-weight:700;
}

.mision
{
    box-shadow:0px 0px 30px #00000061;
    position:relative;
    padding:50px 0;
    margin:50px 0;
}
.mision:before
{
    content:'';
    width:40px;
    position:absolute;
    height:100%;
    background-color:white;
    left:-30px;
    top:0;
}
.mision:after
{
    content:'';
    width:40px;
    position:absolute;
    height:100%;
    background-color:white;
    right:-30px;
    top:0;
}
.siguenos
{
    text-align:center;
    width:fit-content;
    margin:auto;
    margin-bottom:60px;
}
.siguenos h2 
{
    font-weight:700;
    margin-bottom:30px;
}
.siguenos h2:after
{
    left:calc(50% - 75px)
}
.siguenos span 
{
    display:block;
}
.siguenos a 
{
    display:block;
    margin:0 40px;
}
#SContacto
{
    background-color:#f4f4f4;
    padding:50px 0;
}
#SContacto .flex > div 
{
    width:40%;
}
#SContacto .flex
{
    justify-content:space-between;
    align-items:center;
}
#SContacto .boxs > div 
{
    margin:30px 0;
}
#SContacto hr 
{
    width:300px;
    margin:20px 0;
    height:5px;
    background-color:#be1522;
}
#SContacto .boxs > div:nth-child(2),#SContacto .boxs > div:nth-child(3),#SContacto .boxs > div:nth-child(4)
{
    display:flex;
    align-items:center;
}
#SContacto .boxs img 
{
    margin-right:20px;
}
#SContacto .boxs p 
{
    font-weight:bold;
    font-size:16px;
    line-height:20px;
}
#SContacto form input ,#SContacto form textarea
{
    width:100%;
    border:1px solid #be1522;
    padding:10px;
    margin:7px 0;
}
#SContacto form button
{
    color:white;
}
#SContacto form textarea
{
    HEIGHT:120PX;
}
#SContacto .flex > div:last-child
{
    text-align:Center;
}
#SContacto .boxs button
{
    color:white;
    font-weight:600;
    border-radius:10px;
}
.hoja
{
    padding:50px 0;
}
#S_Ubicanos .hoja > .flex > div:first-child
{
    width:40%;
    border:4px solid #be1522;
}
#S_Ubicanos .hoja > .flex > div:last-child
{
    width:55%;
    text-align:center
}
#S_Ubicanos .hoja > .flex 
{
    justify-content:space-between;
}
#S_Ubicanos h1 
{
    font-weight:800;
    font-size:24px;
}
#S_Ubicanos h1 img 
{
    display:block;
    margin:10px Auto;
}
#S_Ubicanos h1:after
{
    display:none;
}
.ubicacion > div:nth-child(1)
{
    font-weight:bold;
    text-transform:uppercase;
    font-size:20px;
}
.ubicacion > div:nth-child(2)
{
    position:relative;
    font-size:24px;
    font-weight:bold;
    text-transform:uppercase;
    margin:10px 0;
    padding:10px 0;

}
.ubicacion > div:nth-child(2):before
{
    content:'';
    position:absolute;
    width:90%;
    left:5%; 
    background-color:#be1522;
    height:2px;
    top:0;
}
.ubicacion > div:nth-child(2):after
{
    content:'';
    position:absolute;
    width:90%;
    left:5%; 
    background-color:#be1522;
    height:2px;
    bottom:0;
}
.ubicacion > div:nth-child(3) img 
{
    display:block;
    margin:20px auto;
}
#S_Noticias .hoja > .container > .flex
{
    justify-content:space-between;
}
#S_Noticias .hoja > .container > .flex > div:first-child
{
    width: 60%;
}

.noticias .img
{
    height: 345px;
    /* border:3px solid #14c8e8; */
    background-size: cover;
    background-position: center;
}
.noticias .fecha,#Noticia .fecha
{
    display:block;
    margin:20px 0;
}
.noticias h2,.der h2,#Noticia h2
{
    font-weight:bold;
    /* color: #013f7b; */
    /* 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: 100%;
    height: 3Px;
    background: #be1522;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
}

.der h2 
{
    padding-bottom:20px;
}
.der ul li
{
    position:relative;
    padding-left: 15px;
}
.der ul li:before
{
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    background:#d0514a;
    border-radius:10px;
    left:0;
    top:9px;
}
.der ul li 
{
    position:relative;
    margin: 10px 0;
}
#Noticia .img
{
    height:400px;
    /* border:3px solid #14c8e8; */
    background-size: cover;
    background-position: center;
}
#Noticia .bajoImg
{
    display:flex;
    justify-content:space-between;
    padding:20px 0;
    align-items:center
}
#Noticia .bajoImg img
{
    margin:0 10px;
}
#S_Noticias .hoja
{
    background-color: transparent;
    /* padding:40px 0; */
}
.productos
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.productos:not(.owl-carousel) li 
{
    margin:20px 0;
    width:21%;
}
#S_Productos
{
    background-color:#f0f0f0;
}
header
{
    background-color:white;
}
.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;
  flex-wrap: wrap;
  flex-direction: column;
}
#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
{
    display:flex;
    justify-content:space-between;
}
.ProductoDetalle .flex > div:first-child > div:first-child
{
    width:20%;
}
.ProductoDetalle .flex > div:first-child > div:last-child
{
    width:77%;
}
.ProductoDetalle .flex > div:first-child > div:first-child a
{
    box-shadow: 1px 3px 2px #0000002e;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    /* border: 1px solid #d29428; */
    background-color: white;
    padding:20px;
    margin-bottom: 10px;
} 
.ProductoDetalle .flex > div:first-child > div:last-child
{
  box-shadow: 1px 3px 2px #0000002e;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  /* border: 1px solid #d29428; */
  background-color: white;
}
.ProductoDetalle .flex > div:first-child a:first-child img
{
    width:initial;
    height:initial;
}
.ProductoDetalle .flex > div:first-child a img
{
  height:60px;
  margin:5px;
}
.ProductoDetalle .flex > div:last-child
{
  text-align:center;
}
.ProductoDetalle .flex h1
{
   font-weight: 700;
   font-size:30px;
   /* color: #003462; */
   text-transform: uppercase;
}
.ProductoDetalle .flex h1:after
{
    display:none;
}
.ProductoDetalle
{
    font-size:16px;
}
.ProductoDetalle .precio
{
  font-size:30px;
  padding:10px 0;
  color: #be1522;
  font-weight: bold;
}
.ProductoDetalle .precio s 
{
  font-size:16px;
  display:block;
  color:black;
}
.SubirAlCarro
{
  display:flex;
  align-items:center;
  justify-content: center;
}
.SubirAlCarro button
{
  background: #003462;
  border:none;
  color:white;
  padding:15px 30px;
  font-weight: bold;
  /* font-size: 20px; */
}
.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: #d29428!important; */
  margin:0px;
  border-radius: 0!important;
  padding: 15px 25px;
  font-weight: bold;
  color: #666;
  padding: 20px 40px;
  font-size: 16px;
}
.nav-tabs > li.active > a
{
  color: #003462;
  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: #d29428; */
  display: flex;
}
#Producto .texto
{
  text-align:left;
  font-weight:300;
  margin:20px 0;

}
#Producto .texto b 
{
  display:block;
  margin-bottom:20px;
  font-size:16px;
}
#Producto .tab-content button
{
  background-color:#003462;
  border:none;
  color:white;
  padding:10px;
  font-weight:bold;
}
#Producto .tab-content
{
  padding: 40px;
  background-color:white;
  /* border-left:1px solid #d29428; */
  /* border-right:1px solid #d29428; */
  /* border-bottom:1px solid #d29428; */
  font-size: 14px;
}
#divCarro .boton 
{/* background-color:white; */padding:5px;width:initial;font-weight: bold;color: red;width: 100%;}
#divCarro.open
{
  display:block;
}
#divCarro
{
  display:none;
  background-color: #003462;
  padding:20px;
  color: white;
  position: absolute;
  z-index: 2222;
  width: 290px;
  margin-left: -86px;
  top: 40px;
  height: initial;
}
#divCarro li 
{
  clear:both;
  margin-bottom:10px;
  font-size:12px;
  list-style: none;
  clear: both;
  text-align: left;
}
#divCarro ul:not(.total)
{
  margin-top:15px;

}
#divCarro .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
}
#divCarro b:last-child
{
  float:right;
}
#divCarro img
{
  width: 51px;
  margin-right:10px;
  float: left;
  margin-bottom: 15px;
}
#divCarro b 
{
    font-size:16px;
}
#divCarro span
{
  display:block;
  text-align: left;
  font-weight: 300!important;
  font-size: 14px;
}
#divCarro button
{
  background: white;
  border:none;
  color:white
  font-weight:bold;
  padding:5px 30px;
  width: 100%;
}
.carro2 > a > b 
{
  position:absolute;
  background-color:#145188;
  width:20px;
  height:20px;
  display:flex;
  border-radius:200px;
  align-items:center;
  justify-content:center;
  top:-10px;
  right:-10px;
}
#divCarro .boton 
{/* background-color:white; */padding:5px;width:initial;font-weight: bold;color: red;width: 100%;}
#divCarro.open
{
  display:block;
}
#divCarro .titulo
{
      background-color: #be1522;
      padding:20px;
      margin:-20px;
      margin-bottom:20px;
      font-weight:bold;
      position:relative;
      text-align:center;
      color: white;
      font-size: 16px;
}
#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 #be1522;
  padding: 15px 0;
  margin: 15px 0;
}
#divCarro li > div:first-child img
{
  padding:10px;
  border: 1px solid #be1522;
}
#divCarro ul:not(.total)
{
  margin-top:15px;

}
#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: #be1522;
  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 #be1522;
}
#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;
}
/* 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:block;}
.checkout_table a{color:#333;}
.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;display: flex;}
#pedidoFinal input, #pedidoFinal textarea{width:100%;padding:10px 15px;border: 1px solid #be1522;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: #be1522;color:#fff;margin:0 auto;text-transform:uppercase;border:none;}
#pedidoFinal input:focus, #pedidoFinal textarea:focus{border-color:#EB126D;}
/************/
#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: #003462; */
  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: #003462;
  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:#14c8e8;
  border:none;
  color:white;
  font-weight:bold;
  font-size:18px;
  padding:10px;
  width:100%;
  margin-top:10px;
}
.BajoTabla h3 
{
  margin-top:0;
  color: #003462;
  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;
  justify-content: center;
  display: none;
}
.dropdown-menu
{
  background-color:#003462;
  border:none;
  box-shadow:none;
  border-radius:0;
  color:white;
  margin-top:-10px;
}
#Producto
{
    background-color:#f0f0f0;
}
#Producto .Botones .boton 
{
    background-color:#be1522;
    color:white;
    font-size:18px;
    padding:15px;
    border-bottom:7px solid #cacaca;
    margin:10px 0;
    font-weight:600;
    position:relative;
}
#Producto .Botones .boton:first-child:before
{
    width:24px;
    height:22px;
    background-image:url(../img/icoCarro.png);
    left:20px;
    content:'';
    position:absolute;
}
#Producto .Botones .boton:nth-child(2):before
{
    width:17px;
    height:21px;
    background-image:url(../img/icoCoti.png);
    left:20px;
    content:'';
    position:absolute;
    top:17px;
}
#Producto .Botones .boton:last-child:before
{
    width:22px;
    height:22px;
    background-image:url(../img/icoWsp.png);
    left:20px;
    top:15px;
    content:'';
    position:absolute;
}
header .dropdown-menu > li > a
{
    color:white;
}
header .dropdown-menu li{
    padding:5px;
    font-size:12px;
    border:none;
    background-color:#81060f;
}
header .dropdown-menu
{
    background-color:transparent;
    margin-top:-5px;
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
  cursor: pointer;
  text-align: center;
  position: relative;
}
header.fijo
{
    position:fixed;
    width:100%;
    background-color:white;
    z-index:1111;
    box-shadow:0px 0px 10px black;
    top:0;
}
header.fijo .logo img 
{
    height:40px;
}
header.fijo .navgris, header.fijo .arriba
{
    display:none;
}
.paddingTop
{
    padding-top:150px;
}
header.fijo .med
{
    padding:15px 0;
}
/* Responsive */
@media (max-width: 768px) {
 .navbar-toggle {
      background: #000000;
      /* margin-top: -80px; */
      margin: 15px;
      /* margin-top: -57px; */
    }
    .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); */
    ;
      border-right: n;
    }
    nav ul.nav {
        /* background-color: rgb(0, 67, 149); */
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        height: fit-content!important;
        margin: 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 .arriba .flex > div:last-child > div:last-child
    {
        display:none;
    }
    header .arriba .flex
    {
        justify-content:center;
        align-items: center;
    }
    header form input
    {
        width:100%;
    }
    footer .med
    {
        flex-direction:column;
    }
    .bajoSlider div:after
    {
        display:none;
    }
    header form
    {
        margin:10px 0;
    }
    header .med
    {
        padding:20px 0;
    }
    .navgris > button
    {
        float:left;   
    }
    header > nav button
    {
        display:flex;
        align-items:center;
    }
    header > nav button > div 
    {
        margin:0 5px;
    }
    .navbar-collapse
    {
        width:100%;
        margin: 0!important;
    }
    .navgris ul
    {
        flex-wrap:wrap;
    }
    .navgris ul > li 
    {
        width:100%;
    }
    #myCarousel .flex
    {
        width:70%;
        margin:auto;
        justify-content: center;
    }
    h2 
    {
        font-size:20px;
        text-align: center;
    }
    #myCarousel p
    {
        font-size:13px;
        line-height:20px;
    }
    .categorias .flex > div
    {
        width:100%;
    }
    .categorias .flex > div:first-child > div:first-child
    {
        width:50%;
        height: 200px;
        padding: 20px;
    }
    .categorias .flex > div:first-child > div:last-child
    {
        width:50%;
        height: 200px;
    }
    .categorias .flex > div:first-child
    {
        margin-bottom:10px;
    }
    .categorias .flex > div:last-child > div:first-child > div:first-child, .categorias .flex > div:last-child > div:last-child > div:last-child{
        width:100%;
        margin-bottom: 10px;
    }
    .categorias .flex > div:last-child > div
    {
        flex-direction:column;
        height: initial;
        margin-top: 0!important;
    }
    .categorias .flex > div:last-child > div:first-child > div:last-child, .categorias .flex > div:last-child > div:last-child > div:first-child
    {
        width:100%;
        margin-bottom: 10px;
    }
    .Registrate .flex > div
    {
        width:100%;
    }
    .Registrate b
    {
        font-size:16px;
        text-align:center;
        display:Block;
        margin-bottom:10px;
    }
    .Herramientas .flex > div:first-child
    {
        width:100%;
    }
    .Herramientas span
    {
        font-size:20px;
    }
    .Herramientas button
    {
        padding:10px;
        margin-bottom:30px;
    }
    footer .arriba > div:nth-child(1)
    {
        width:100%;
    }
    footer .arriba
    {
        flex-direction:column;
    }
    footer .arriba > div
    {
        margin:20px 0;
    }
    footer .med > div:nth-child(1), footer .med > div:nth-child(3)
    {
        width:100%;
        padding: 0;
    }
    footer .med > div
    {
        width:100%;
    }
    footer .med > div:nth-child(2)
    {
        width:100%;
        padding: 20px 0;
    }
    footer .med > div:nth-child(2):before,footer .med > div:nth-child(2):after
    {
        display:none;
    }
    .productos:not(.owl-carousel) li
    {
        width:48%;
    }
    .productos
    {
        padding:0 15px;
    }
    .productos li .img
    {
        height:100px;
    }
    .productos .botones
    {
        flex-direction:column;
    }
    .productos button
    {
        width:100%;
        margin: 2px 0;
    }
    h2:after
    {
        left:calc(50% - 75px);
    }
    .hoja
    {
        padding: 20px 15px;
    }
    .ProductoDetalle .flex > div
    {
        width:100%;
    }
    .ProductoDetalle .flex > div:first-child > div:first-child a
    {
        padding:5px;
    }
    .ProductoDetalle .flex h1
    {
        font-size:20px;
    }
    #Producto .Botones .boton{
        font-size:14px;
    }
    #S_Carro
    {

        min-width:700px;
    }
    header.fijo form 
    {
        display:none;
    }
    header.fijo .med .flex
    {
        justify-content:center;
        text-align: center;
    }
    header.fijo .logo 
    {
        margin-bottom:10px;
    }
    #S_Nosotros .sup .container,#S_Nosotros .que,.mision > div:first-child,.mision > div
    {
        width:100%;
        padding: 20px!important;
        text-align: center;
    }
    .mision > div:last-child
    {
        text-align:center
    }
    .mision > div:last-child h2:after
    {
        left:calc(50% - 75px)
    }
    #S_Noticias .hoja > .container > .flex > div:first-child
    {
        width:100%;
    }
    #S_Ubicanos .hoja > .flex > div:last-child
    {
        width:100%;
    }
    #SContacto .flex > div
    {
        width:100%;
    }
    header.fijo .navbar-toggle
    {
        margin:5px 10px;
    }
}