*{
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}
video{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.lora{
    font-family: 'Lora', serif;
}
.hero-margin-top{
    margin-top: 100px; 
}
.hero-page{
    
    height: 300px; 
    background-size:cover;
}
.hero-page div{
    height: 300px; 
}
body{
    overflow-x: hidden;
}

nav .navbar-light .navbar-nav .nav-link{
    color: black;
}

nav.navbar-light .navbar-nav .nav-link.active{
    font-weight: 700;
}
.card-new{
    border: none !important;
}
.bg-light{
    background-color: #F2F2F2 !important;
}
.bg-dark{
    background-color: #131313 !important;
}
.text-naranja{
    color: #FF8800;
}
.navbar-brand{
    margin-right: 0 !important;
}
.slider-image{
    height: 100vh;
}
#sliderHero{
    height: 100vh !important;
    overflow: hidden;
}
.img-product{
    width:100%; 
    object-fit: cover;
    height: 290px !important;
}


.finish{
    width: 78px;
    height: 78px;
}


/*
    Tipo de letra
*/

.font-size-66{
    font-size: 66px;
}
.font-size-52{
    font-size: 52px;
}
.font-size-44{
    font-size: 44px;
}
.font-size-40{
    font-size: 40px;
}
.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;
}

.font-size-10{
    font-size: 10px;
}

.header i{
    color: #E20A1A;
}

.header *, .header a:hover,
.header a:focus
.header a:active{
    color: #333333;
    text-decoration: none;
}
.header input {
    display: none;
}
.header form:hover input{
    display: block;
}
.header form:hover button, .header form:hover i{ 
    color: white;
    background-color: #E20A1A;;
}

.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb a, .breadcrumb *{
    color: #333333 !important;
}

.carousel-indicators [data-bs-target]{
    height: 10px;
    width:  10px;
    border-radius: 100%;
}


.categoria-producto a:hover,
.categoria-producto a:focus,
.categoria-producto a:active{
    color: white;
}
.table-servicios td{
    border: 1px solid white;
}

input:focus-visible, input:focus{
    outline: none !important;
    box-shadow: none !important;
}
/*
input:focus,
input:active{
    border: none !important;
    box-shadow: none !important;
}
*/
#heroProducto p{
    font-size: 20px;
    line-height: 30px;
}
.underline{
    text-decoration: none !important;
}
.ul-product ul{
    list-style: none;
    padding: 0;
}
.ul-product li{
    border-top: 1px solid #80808021;
    border-bottom: 1px solid #80808021;
    padding: 8px 5px;
}
.card.producto{
    background-color: transparent;
    border: none;
}
.producto-imagen{
    height:285px;
    background-position: center; 
    background-size: cover;
}
.underline:hover{
    text-decoration: underline !important;
}

.card.categoria div div{
    height: 280px;
    background-size: cover !important;
    background-blend-mode: overlay;
    background-color: #00000075 !important;
}

.card.categoria:hover div div, .card.producto:hover .producto-imagen, .card-new:hover img {
    background-color: transparent !important;
    scale: 1.05;
    transition-duration: 0.5s;
}
.card.categoria:hover p{
    transition-duration: 0.5s;
    margin-bottom: 50px;
}
.producto-imagen {
    border: 1px solid #E6E6E6;
}
.formsearch:hover input{
    display: block !important;
}

.card.categoria:hover p{
    text-shadow: 2px 2px 4px black;
}

.inputsearch{
    display: none;
    border: 0;
    border-bottom: 1px solid #CECECE;
    width: 200px !important;
    left: -190px;
    top: -5px;
    border-radius: 0;
    outline: none !important;
}
.inputsearch:focus{
    box-shadow: none;
    outline: none;
}
.producto .mas{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
.producto .position-relative:hover .mas.position-absolute, 
.card-new .position-relative:hover .mas.position-absolute{
    display: flex !important;
}
.producto .mas img{
    border:none;
}
.producto p a:hover{
    color: #1D1D1A;
}
.contenedor-breadcrumb{
    background-color: #f6fbfe;
}

.navbar-light .navbar-nav .nav-link.text-white{
    color: white !important;
}


.navbar-light .navbar-nav .nav-link{
    color: black !important;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.rboder{
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    border: 2px solid #E20A1A;  
}
.carousel-indicators{
    position: absolute;
    bottom: 20px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.ul-ordenador-produccion li{
    margin-bottom: 10px;
}

.ul-empresa ul, .ul-ordenador-produccion ul {
    list-style: none;
}

.ul-empresa ul li:before{
    content: url('../images/check.png');
    position: relative;
    top: 10px;
}

.ul-ordenador-produccion ul li:before{
    content: url('../images/check2.png');
    position: relative;
    top: 10px;
}
.logo{
    padding: 5px;
    background-color: white;
}
.breadcrumb-item + .breadcrumb-item::before{
    content:'/'
}
#sliderHero{
    box-shadow: 0px 3px 6px #00000029;
}
#sliderCalidad, #sliderCalidad .carousel-item{
    min-height: 200px;
    max-height: 200px;
}

.breadcrumb{
    margin-top: 110px;
}

.logo-header{
    width: 165px;
}



@media (max-width: 1028px){
    .breadcrumb{
        margin-top: 150px;
    }

    .font-size-52{
        font-size: 30px;
    }
}

@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;
    }
    #sliderHeroEmpresa .carousel-indicators {
        left: 0;
        right: 0;
        bottom: 0;
    }
}


@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;
    }

    #sliderHeroEmpresa .carousel-indicators{
        bottom: 10px;
    }
    .w-md-48{
        width: 48% !important;
    }
}

@media (min-width: 992px){
    .content-hero{
        max-width: 50%;
    }
    .nav-item:hover a::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        transition-duration: 2s;
        bottom: 0;
        left: 0;
        background-color: black;
    }


    .logo-header{
        min-height: 43px
    }

    #sliderHero, #sliderHero img, #sliderEmpresa, #sliderEmpresa .carousel-item{
        min-height: 100vh;
        max-height: 100vh;
    }
    #sliderCalidad, #sliderCalidad .carousel-item{
        min-height: 250px;
        max-height: 250px;
    }
    .form-pre-header:hover input{
        display: block;
        position: relative;
        border: 1px solid white;
        margin-left: 10px;
        color: white;
    }
    .form-pre-header:hover button{
        border: 1px solid white;
    }
    .form-pre-header:hover .redes-sociales{
        display: none;
    }
    #pre-header .active{
        font-weight: bold;
    }
    .form-pre-header input{
        display: none;
    }
    .form-pre-header button{
        border: none;
    }
    .logo{
        padding: 20px;
        background-color: white;
        position: absolute;
        bottom: -101px;
    }
    .categoria-producto .container{
        max-width: 980px;
        
    }

    .contenedor-color{
        width: 18%;
    }
    
    #sliderHero .carousel-caption{
        left: 0%;
        right: 0%;
        min-width: 100%;
        top: 30%;
    }
}

@media (max-width: 992px){
    nav{
        background-color: black;
        position: static !important;
    }
    .navbar-light .navbar-toggler{
        background-color: white;
    }
    #sliderHero{
        height: 80vh !important;
    }

    .carousel-caption{
        max-width: 60%;
    }
}




@media (max-width: 768px){
    .breadcrumb {
        margin-top: 90px;
    }
    .font-size-52{
        font-size: 25px;
    }
    .font-size-66{
        font-size: 40px;
    }
    .ul-empresa ul, .ul-ordenador-produccion ul{
        padding: 0;
    }
    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;
    }

    .ancho-boton{
        width: 100%;
    }

    #heroProducto p{
        font-size: 15px;
    }
    .rcard{
        max-width:50%; 
        min-width:50%;
    }
}




@media (max-width: 600px){
    .carousel-caption {
        max-width: 80%;
    }

    #sliderHero{
        height: 60vh !important;
    }

    .logo-header{
        max-width: 130px;
    }
}

@media (max-width: 600px){
    #sliderHero{
        height: 45vh !important;
    }

    .logo-header{
        max-width: 130px;
    }
}


@media (min-width: 1023px){

}

@media (min-width: 1200px){
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1270px;
    }
    .card-service{
        height: 400px;
    }


}

@media (min-width: 1400px){
    .carousel-caption{
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
        min-width: 100%;
    }
}


