.cabecera__contenedor{
    background: #F5F5F5;
    height: 200px;
   
}
.cabecera__miga{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 126.19%;
    /* identical to box height, or 48px */
    text-transform: uppercase;
    
    color: #B69872;
    
}

.cabecera__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    
    /* Negro */
    
    color: #2B2E39;
}

.home__titulo{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 39px;
/* identical to box height */


text-transform: uppercase;

/* GRIS OSCURO */

color: #333333;
}

.container{
    width: 1280px;
}

.carousel-indicators [data-bs-target]{
    background-color: white;

}

.bg__slider{
    margin-top:150px;
    margin-left: 118px;
}


.carousel__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    
    color: #FFFFFF;
    
   
    
  
}

   .carousel__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    
    
    color: #FFFFFF;
    
    
 
    

   }




   .carousel__sm__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* or 121% */
    color: white;
    
    
  
}

   .carousel__sm__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
   
    color: #838282;


   }





   .image{
       width: 100%;
   height: 270px;

   }

 /*HOME*/
.titulo__destacados{
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 126.19%;
/* or 40px */


color: #131313;
}


.inicio__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    /* identical to box height, or 42px */
    
    
    color: #B69872;
}

.inicio__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    
  
    
    color: #000000;
}
 .bg-inicio{
    background-color: #F5F5F5;
 }

 .inicio {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}


.inicio__content {
    left: 200px;
    top: 150px;
    bottom: 150px;
    right: 200px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
   
}
.inicio__content__titulo{
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 130%;
/* identical to box height, or 42px */


color: #FFFFFF;
}

.inicio__content__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */

    text-align: center;

    color: #FFFFFF;
}

@media (max-width: 800px){

    .inicio__content {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
   
}
.inicio__content__titulo{
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-align: center;

}

.inicio__content__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* or 26px */

    text-align: center;

    color: #FFFFFF;
}
}

.bg-grey{
    background-color: #F5F5F5;
}

.titulo__cliente{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 42px;
text-align: center;
text-transform: uppercase;

/* Negro */

color: #2B2E39;
}



.contenido__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    
    
    color: #000000;
}
.contenido__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    /* or 24px */
    
    
    /* 1 */
    
    color: #000000;
    
}
.contenido__btn{
    font-family: 'Inter';
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    
}

.btn-inicio{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    /* 3 */

    color: #D80201;
    border: 1px solid #D80201;
    border-radius: 10px;
    background-color: white;

}
.btn-inicio:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: white;
    border: 1px solid #D80201;
    border-radius: 10px;
    background-color: #D80201;

}

.btn-banner{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #B69872;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 40px;

}
.btn-banner:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    /* 3 */

    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    background-color: #B69872;
}



 /*EMPRESA*/

.titulo__icono{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */
    
    
    color: #3FA3C9;
    
}
 .titulo__contenido{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    /* or 45px */
    
    
    color: #B69872;
    
 }


 .empresa__subtitulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    
    color: #3FA3C9;
    
 }
 .empresa__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    
    /* Negro */
    
    color: #2B2E39;
    
 }
 .empresa__descripcion{
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    
    
    color: #000000;

 }

 .bg-empresa{
    background: #FFFFFF;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.08);
     height: 450px;
     
 }
 .bg__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height */
    
    
    color: #000000;
    
 }

 .bg__descripcion{

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    
    
    color: #000000;

 }







/*PRODUCTOS*/
.card-header{
background-color: white !important;
}

.link_producto{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19px;
text-transform: uppercase;

color: #676767;
    text-decoration: none;
}
.link_producto:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    
    color: #B69872;
    text-decoration: none;
}
.link_categoria{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    
    color: #676767;
    text-decoration: none;
}
.link_categoria:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    
    color: #676767;
    text-decoration: none;
}
.categ_active{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    
    color: #B69872;
    text-decoration: none;
} 
.categ_active:hover{
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;

color: #B69872;
    text-decoration: none;
}





   /* [data-toggle="collapse"]:after {
    display: inline-block;
        
        font: normal normal normal 12px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; 
        content:"\f105";
        color:#505050;
        transition: all linear 0.25s;
        float: right;
    }  
    [data-toggle="collapse"]:active {
        display: inline-block;
        
        font: normal normal normal 12px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; 
        content:"\f107";
        color:#505050;
        transform: rotate(90deg);
        float: right;
        
    }  */


.image{
    display: block;
    width: 100%;
    height: auto;
}

.categoria{
    display: block;
    position: relative;
    width: 100%;
    
}


 .categoria__overlay{
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     opacity: 0.5;
     transition: .5s ease;
    
 
} 

.categoria__titulo {

    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    

    color: black;
    top: 20%;
    left: 55%;
    width: 100%;
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   
  }

.categoria:hover .categoria__content {
    opacity: 0.78;
    width: 100%;
    height: 260px;
    background-color: #B69872;
  }



  .categoria:hover .categoria__titulo {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: white;
    position: absolute;
    top: 20%;
    left: 55%;
    width: 100%;
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
  }


.image{
    display: block;
    width: 100%;
    height: auto;
}







.categorias{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-decoration: none;
    
    color: #000000;
}
.categorias:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-decoration: none;
    
    color: #FF0000;
}










.producto{
    text-decoration: none;
}
.prodwrap{
    width: 100%;
    height: 288px;

}
.prodwrap:hover .imgoverlay{
display: block;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 190px;
width: 100%;
transition: .5s ease;
background-origin: content-box;
padding: 145px;
background: #B69872;
mix-blend-mode: normal;
opacity: 0.8;
}
.imgoverlay{
cursor:  pointer;
position: relative;
display: none;
color: white;

text-align: center

}
.imgoverlay:hover {
position: relative;
color: white;
}

.producto__categoria{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    
    
    color: #C9BB9E;
}


.productos__subtitulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    text-transform: uppercase;
    
    /* Rosa */
    
    color: #FF6600;

}

.productos__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height */
    
    
    color: #000000;

}















.producto__subtitulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #000000;
}

.img__shs{
    border-radius: 10px;
}

.aplicaciones__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    
    
    /* 1 */
    
    color: #000000;
}

.producto__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */
    
    text-transform: uppercase;
    
    color: #000000;
}
.producto__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    
    /* 1 */
    
    color: #000000;

}


.fotorama__thumb{
    border:1px solid #A5A5A5;
    padding: 10px;
}
                    /* .fotorama__img {
                        border: 1px solid black;
                    } */
.fotorama__stage {
    border: 0.5px solid #A5A5A5;
}

.fotorama__thumb-border{
  border-color: #B69872 !important;
}




  .btn-consultar{
   
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border: 1px solid #B69872;
    border-radius: 10px;
    background-color: #B69872;
  }

  .btn-consultar:hover{
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #B69872;
    text-align: center;
    border: 1px solid #B69872;
    border-radius: 10px;
    background-color: white;
  
    
  }

.colores{
    width: 210px;
    height: 120 px;  
    border-radius: 8px;
}





/*NOVEDADES*/

.categoria__novedad{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    
    color: #B69872;
}

.categoria{
    text-decoration: none;
}

.enlace_novedad{
    text-decoration: none;
}
.enlace_novedad:hover{
    text-decoration: none;
}
.numero_novedades{
    border-radius: 50%;
    padding: 5px 12px;
    background-color: #354B9C;
    color:white;
}

.link_categoria{
    font-family: 'Roboto' Medium !important;
}


.novedad__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    /* identical to box height, or 31px */
    
    
    color: #131313;
    
    
}

.novedad__textocorto{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    
    color: #131313;
}

.novedad__leermas{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    
    color: #898989;

}

.novedad__categoria{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;

    text-transform: uppercase;

    /* Negro */

    color: #000000;

}

.novedad__titulo__final{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    /* identical to box height, or 45px */
    
    
    color: #131313;
}

.novedad__categoria__final{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;

    /* ROJO */

    color: black;
}

.novedad__texto__final{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}



/*Contacto*/

.presupuesto__titulo{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;

/* Gris */

color: #757376;
}
.link{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
text-decoration: none;

color: #333333;
}
.link:hover{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #144F85;
}
.iconocom{
	color:#B69872;
}

 .bg-contacto{
background-color:#144F85 ;
line-height: 50px;
 }
 .bg-contacto__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    
   
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.bg-contacto__titulo_sm{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    
    /* identical to box height, or 125% */
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.contacto__titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    /* or 24px */
    
    
    color: #131313;
}

.contacto__descripcion{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 161%;
    /* or 26px */
    
    
    color: #545454;
}

.enlace__contacto{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    /* identical to box height, or 129% */
    
    
    color: #0F0F0F;
    
    

}


 
 .bordercont{
    
    border:1px solid #D2D2D2 !important;
 } 

  input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    
    
    
    color: #8C8C8C;

 } 
 textarea::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    
    
    
    color: #8C8C8C;
 } 


    .formulario{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
        /* identical to box height */
        
        
        /* Gris */
        
        color: #757376;
        
    }

    /* .form-control{
        border: 1px solid #B9B9B9 !important;
        border-radius: 1rem;
    } */

    .form-control:focus{
        border-color: #B69872 !important;
        box-shadow: 0 0 0 0.25rem rgba(182, 152, 114, 25%) !important;
    }


    .label{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        /* identical to box height, or 167% */
        
        
        color: #0F0F0F;
        
        margin-bottom: 5px;
    }


