#header{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    margin-bottom: 0px;
}
#header .container{
    padding-bottom: 10px;
}
#header .navbar-light{
    background: #fff;
    padding: 10px 60px;
    /*background: #E1E1E3;
    color: #eee;*/
    transition: all 1s ease-in-out;
}
#header .navbar-light button{
    background: transparent;
    border: none;
}

nav{position: relative;}

#header nav .borde-header{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.iconos-header{
    margin-left: 30px;
}
.iconos-header a{
    cursor: pointer;
}
.iconos-header img{
    transition: all 0.4s ease-in-out;
}
.iconos-header img:hover{
    transform: scale(1.2);
}
#logo{
    transition: all 1s ease-in-out !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Generales                                                                                                                            */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.container-fluid{
    /*padding-right: 3%;
    padding-left: 3%;*/
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0;
}
p{
    font-family: 'Quicksand', sans-serif !important;
}
hr{
    border-top: 1px solid #ccc;
    height: 0;
    margin: 1rem 0 !important;
}
a{
  color: #333;
  line-height: 1.3;
}
a:hover{
  color: #000;
}
a:focus{
  outline: none;
  color: #000;
}
p a:not(.btn) {
text-decoration: underline;
}
img{
    border-radius: 0;
}
.btn {
    border: none;
}
.enlaces-bar,
.enlaces-bar:visited{
    background: transparent;
    text-decoration: none;
    width: 32px;
    height: 32px;
    margin: 2px;
}
.enlaces-bar:hover{
    background: transparent;
    color: #555;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Navbar                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.navbar-nav li{
    background: transparent;
    padding: 2px 6px;
    margin: 0;
}
.navbar-nav li:hover{
    background: transparent;
}
.navbar-light .navbar-nav .nav-link{
    background: transparent;
    color: rgba(0,0,0,0.5);
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-link.active{
    color: rgba(100,100,100,1.0);
    font-weight: 700;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover{
    color: rgba(0,0,0,1.0);
    padding-bottom: 4px;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: rgba(0,0,0,1.0);
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item{
    background: transparent;
    color: #3F52BD;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .show>.nav-link{
    color: #666;
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover{
    background: rgba(0,0,0,0.7);
    color: #fff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/iconos/toggle-icon.png");
}
.sub-header2{
    display: block;
    width: 100%;
    position: fixed;
    z-index: 5;
    background-color: #383535;
}
.sub-header2 form{
    margin-top: 15px;
}
.sub-header2 ul{
    margin-bottom: 0;
}
.sub-header2 form input{
    width: 92%;
    margin: 2% 4%;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  CARRITO HEADER                                                                                                                       */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.lista-carrito li .input-group:hover,
.lista-carrito li .custom-select:hover{
    border-color: #BD1DAC !important;
    box-shadow:  0.2rem 0.2rem 1rem rgb(189 29 172 / 50%);
}
/*
#informacion .bg-gris-oscuro,
#informacion .bg-gris-claro{
    height: 700px;
}*/
#carritoCompras .lista-carrito li .detalle-precio{
    background: #2F3539;
    font-family: 'PT Serif', serif;
    color: #fff;
    font-weight: 700;
    padding: 6px 12px;
    font-size: 1rem;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
#form_carrito .lista-carrito li:hover .detalle-precio,
#carritoCompras .lista-carrito li:hover .detalle-precio{
    background: #B49459;
    color: #fff;
}
#form_carrito .form-group .detalle-total,
#form_carrito .lista-carrito li .detalle-precio{
    background: #2F3539;
    font-family: 'Barlow Condensed', serif;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
#form_carrito .form-group:hover .detalle-total,
#form_carrito .lista-carrito li:hover .detalle-precio{
    background: #BD1DAC;
    color: #fff;
}
#form_carrito .lista-medio-pago li{
    overflow: hidden;
}
#form_carrito .lista-medio-pago li p{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #111;
    transition: all 0.5s ease-in-out;
}
#form_carrito .lista-medio-pago li:hover p{
}
#form_carrito .lista-medio-pago li img{
    border: 3px solid #f3f3f3;
    transition: all 0.5s ease-in-out;
}
#form_carrito .lista-medio-pago li:hover img{
    transform: scale(1.1);
    border: 3px solid #B49459;
}
#form_carrito .lista-medio-pago li .letra-mediana{
    font-size: 2.3rem !important;
}
.borde-arriba{
    border-top: 1px solid #666;
}
#form_carrito .form-group .pasos{
    background: #2F3539;
    color: #fff;
    font-size: 1rem;
    padding: 1.5rem 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
#form_carrito .form-group:hover .pasos{
    background: #BD1DAC;
}
#form_carrito .borde-arriba{
    border-top: 1px solid #aaa;
}
.form-group .form-control:focus{
    border-color: #BD1DAC !important;
    box-shadow:  0.2rem 0.2rem 1rem rgb(189 29 172 / 50%);
}
.form-group .form-control option:hover{
    background: : #BD1DAC !important;
}
.scrollable-menu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
}