*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

body{
    overflow-x: hidden;
}

nav .navbar-light .navbar-nav .nav-link{
    color: black;
}

nav.navbar-light .navbar-nav .nav-link.active{
    font-weight: 700;
}
.producto-destacado.hover:hover{
    box-shadow: 1px 1px 10px gray;
    transform: scale(1.02);
}
.img-product{
    min-height: 210px; 
    max-height: 210px; 
    width:100%; 
    object-fit: contain;
}
.rd-none{
    display: none;
}

/**
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/
/**
fondo de colores
*/
.bg-red{
   background-color: #C12B32 !important; 
}

.bg-blue-dark{
    background-color: #052B48;
}
/*
    Tipo de letra
*/


/* width */

/**
Colores
*/

.text-white{
    color: white !important;
}
.text-light{
    color: #DFDFDF !important;
}
.text-danger{
    color: #CE2027 !important;
}

.input-search::placeholder, .input-search{
    color:white;
}
/**

Tamaños de letra
*/
.font-size-44{
    font-size: 44px;
}
.font-size-42{
    font-size: 42px;
}
.font-size-34{
    font-size: 34px;
}
.font-size-32{
    font-size: 32px;
}
.font-size-30{
    font-size: 30px;
}
.font-size-26{
    font-size: 26px;
}
.font-size-25{
    font-size: 25px;
}
.font-size-24{
    font-size: 24px;
}
.font-size-23{
    font-size: 23px;
}
.font-size-22{
    font-size: 22px;
}
.font-size-21{
    font-size: 21px;
}
.font-size-20{
    font-size: 20px;
}
.font-size-19{
    font-size: 19px;
}
.font-size-18{
    font-size: 18px;
}
.font-size-17{
    font-size: 17px;
}
.font-size-16{
    font-size: 16px;
}
.font-size-15{
    font-size: 15px;
}
.font-size-14{
    font-size: 14px;
}

.font-size-13{
    font-size: 13px !important;
}

.font-size-12{
    font-size: 12px;
}

.font-size-11{
    font-size: 11px;
}
aside ul .active{
    background-color: #C12B32;
}
.header i{
    color: #E20A1A;
}
.card.producto.empresa{
    min-height: 380px;
} 
.card.producto.empresa img{
    max-width: 66px;
    max-height: 66px;
    min-width: 66px;
    min-height: 66px;
}
.header *, .header a:hover,
.header a:focus
.header a:active{
    color: #333333;
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '/';
    color: #333333;
}
.header input {
    display: none;
}
.header form:hover input{
    display: block;
}
.header form:hover button, .header form:hover i{ 
    color: white;
    background-color: #E20A1A;;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs .nav-link{
    color: #949494;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    border-color: transparent; 
}
.tab-content{
    min-height: 600px;
}
input::placeholder,
input,
textarea,
textarea::placeholder{
    font-size: 12px;
    color: #1D1D1A;
}
.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb a, .breadcrumb *{
    color: #333333;
}

.form-pre-header input, .form-pre-header input:focus {
    color: white;
}
.form-control:focus {
    border: 1px solid #ced4da;
    outline: none;
    box-shadow: none;
}
.categoria-producto a:hover,
.categoria-producto a:focus,
.categoria-producto a:active{
    color: white;
}

#heroProducto p{
    font-size: 20px;
    line-height: 30px;
}
.underline{
    text-decoration: none !important;
}

.card.producto-destacado{
    background-color: transparent;

}
.card.novedad{
    min-height: 600px;
}
.card.categoria img, .card.otros img, .content-client img{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card.categoria, .card.otros{
    border: none;
}
.underline:hover{
    text-decoration: underline !important;
}
.carrusel .card{
    max-width: 200px;
}
.producto{
    border: 1px solid #D8D8D8 !important;
}
.producto .card-img-top{
    border-bottom: 1px solid #D8D8D8 !important;
    min-height: 288px;
    max-height: 288px;
    object-fit: cover;
}
.producto .mas{
    width: 100%;
    height: 100%;
    background-color: #80808021;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
.card.producto{
    border: none;
}
.videos iframe{
    width: 100%;
    min-height: 450px;
}
.productos .card.producto img{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.producto .position-relative:hover .mas.position-absolute{
    display: flex;
}
.producto .mas img{
    border:none;
}
.producto p a:hover{
    color: #1D1D1A;
}
.contenedor-breadcrumb{
    background-color: #f6fbfe;
}

aside > ul > li{
    border-top: 2px solid #80808021;
}
aside > ul > li > a{
    font-weight: 700;
}

aside li a{
    color: #1D1D1A;
}

aside li a:hover{
    color: #1D1D1A;
}


.ul-empresa ul, .ul-ordenador-produccion ul {
    list-style: none;
}
.menu:hover .sub-menu{
    display: block;
} 
.menu:hover .icon-header-nav{
    transform: rotate(180deg);
}
.sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    padding: 30px 15px 20px;
    background-color: white;
    z-index: 10;
    text-transform: capitalize;
    width: 250px;
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
}
nav{
    box-shadow: 0px 0px 20px #00000029;
}
.header-page {
    height: 193px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.mb-100{
    margin-bottom: 100px;
}
.carousel-indicators{
    margin-left: auto !important;
    margin-right: auto !important;
    left: 50px !important;
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.icon-redsocial{
    font-size: 17px;
    border-radius: 100%;
    border: 1px solid #d0d0d1;
    padding: 6px 6px;
    position: relative;
    top: 3px;
    width: 33px;
    height: 31px;
    display: inline-block;
    text-align: center;
}
.breadcrumb a, .breadcrumb li{
    text-transform: capitalize;
}
@media (min-width: 50px){
    .w-sm-100{
        width: 100%;
    }
    .categoria-producto{
        bottom: 0; 
    }
    .contenedor-color{
        width: 100%;
        height: 94px;
    }

    #hilos-libertad h5{
        font-size: 1.25rem;
    }
}


@media (min-width: 720px){
    .categoria-producto{
        bottom: 120px;
    }
    .w-md-50{
        width: 50%;
    }
    .rcard{
        max-width:200px; 
        min-width:200px
    }

    .contenedor-color{
        width: 30%;
    }

    .contenedor{
        max-width: 200px;
        min-width: 200px;
        min-height: 100px;
        max-height: 100px;
    }

    #hilos-libertad h5{
        font-size: 30px;
    }

    .w-md-48{
        width: 48% !important;
    }
}

@media (min-width: 992px){

    #sliderHero, #sliderHero .row-slider, #sliderHero .carousel-item{
        min-height: 625px;
        max-height: 625px;
    }
    #sliderEmpresa, #sliderEmpresa .row-slider, #sliderEmpresa .carousel-item{
        min-height: 380px;
        max-height: 380px;
    }
    .card.producto-destacado{
        min-height: 630px;
    
    }
    .cliente {
        width: 25%;
    }
    .carrusel{
        max-width: 80%;
        margin: auto;
    }
    .form-pre-header:hover input{
        display: block;
        position: relative;
        border: 1px solid #DFDFDF;
        margin-left: 10px;
        color: #DFDFDF;
    }
    .form-pre-header:hover button{
        border: 1px solid #DFDFDF;
    }
    .form-pre-header:hover .redes-sociales{
        display: none;
    }
    #pre-header .active{
        font-weight: bold;
    }
    .productos-relacionados .card.producto
    {
        max-width: 300px;
    }

    .form-pre-header input{
        display: none;
    }
    .form-pre-header button{
        border: none;
    }

    .categoria-producto .container{
        max-width: 980px;
        
    }

    .contenedor-color{
        width: 18%;
    }

    nav.navbar-light .navbar-nav .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -31px;
        height: 3px;
        background-color: #C12B32;
        width: 60px;
        margin: auto;
    }

    #sliderHero .carousel-caption > div{
        max-width: 47%;
    }
}

@media (min-width: 1200px){
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1270px;
    }
}

@media (max-width: 992px){
    .carousel-item {
        min-height: 200px;
        max-height: 200px;
    }
    .font-size-42{
        font-size: 22px;
    }

    #sliderHero, #sliderHero .row-slider, #sliderHero .carousel-item{
        min-height: 500px;
        max-height: 500px;
    }
}

@media (max-width: 768px){
    #sliderEmpresa .row-slider {
        height: 200px;
    }
    .carousel-caption{
        max-width: 50%;
        margin-left: 0 !important;
      }
    .ul-empresa ul, .ul-ordenador-produccion ul{
        padding: 0;
    }
    .cliente {
        width: 33%;
    }
    nav ul li form button {
        background-color: #E20A1A !important;
        color: white !important;
        padding: 0.5rem !important;
    }
    .font-size-30{
        font-size: 19px;
    }
    .font-size-25{
        font-size: 19px;
    }
    #heroProducto h2{
        font-size: 19px;
    }

    .logo-header{
        max-width: 140px;
    }

    .ancho-boton{
        width: 100%;
    }

    #heroProducto p{
        font-size: 15px;
    }
    .rcard{
        max-width:50%; 
        min-width:50%;
    }
}


@media (max-width: 500px){
    .cliente {
        width: 47%;
    }

    .rcard{
        max-width:100%; 
        min-width:100%;
    }
}
