.cabecera__contenedor{
    background: #F6F6F621;
    opacity: 0.5;
    line-height: 40px;
   
}
.cabecera__miga{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    
    /* Negro */
    text-decoration: none;
    color: #000000;
}

.cabecera__titulo{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    
    /* Negro */
    
    color: #2B2E39;
}

.home__titulo{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 39px;
/* identical to box height */


text-transform: uppercase;

/* GRIS OSCURO */

color: #333333;
}

/* slider */

.carousel-indicators [data-bs-target]{
    background-color: white;

}

.bg__slider{
    margin-top:150px;
 
}
.bg__sm__slider{
    margin-top:50px;
    margin-left: 70px;
}


.carousel__titulo{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    
    color: #FFFFFF;
    
   
    
  
}

   .carousel__descripcion{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    
    
    color: #FFFFFF;
 

   }




   .carousel__sm__titulo{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    /* or 121% */
    color: white;
    
    
  
}

   .carousel__sm__descripcion{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    color: #fff;


   }







.image{
    border-radius: 8px;
  
}

.contenedor{
    border-radius: 8px;
    border: 1px solid #E4E9EC; 
    overflow:hidden;  
    }
   .categorias__titulo{
    color: #4D4E4E;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
   }

   .categoria:hover .image{

    -webkit-transform:scale(1.3);

    transform:scale(1.1);
    transition:all .5s ease-in-out;
   }

.categorias__menu{
    color: #4D4E4E;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.categorias__menu:hover{
    color: #3044B5;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.activecategoria_menu{
    color: #3044B5;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.activecategoria_menu:hover{
    color: #3044B5;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}


.producto__categoria{
    color: #4D4E4E;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
}
.producto__titulo{
    color: var(--Azul, #3044B5);
font-family: 'Open Sans';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.producto__descripcion{
    color: #4D4E4E;
font-family: 'Open Sans';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}

.titulo__producto{
    color: var(--Azul, #3044B5);
font-family: 'Open Sans';
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.fotorama__thumb{
  border-radius: 8px;
    
    
}
                    /* .fotorama__img {
                        border: 1px solid black;
                    } */
.fotorama__stage {
  border-radius: 8px;
    
}

.fotorama__thumb-border{
  border-color: #3044B5 !important;
  border-radius: 8px;
  
}

 /*HOME*/
.bg-grey{
    background-color: #F5F5F5;
}


.titulo__page{
    color: var(--Negro, #000);
font-family: 'Open Sans';
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;

}
.titulo__cliente{
    font-family: 'Open Sans';
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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    /* identical to box height */
    
    
    
    /* Gris */
    
    color: black ;
}
.contenido__descripcion{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    /* or 189% */
    
    
    /* Gris */
    
    color: black ;
    
}
.contenido__btn{
    font-family: 'Open Sans';
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    
}

.btn-inicio{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    
    text-decoration: none;
    color: #FFFFFF;
  border-radius: 8px;
background: #3044B5;

}
.btn-inicio:hover{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    
    background: white;

    color: #3044B5;
    border: 1px solid #3044B5;
}




 /*EMPRESA*/


 .titulo__contenido{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    /* identical to box height */
    
    
    /* Gris */
    
    color: #353535;
    
 }


 .empresa__subtitulo{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    
    color: #3FA3C9;
    
 }
 .empresa__titulo{
    color: #0F0F0F;
    font-family: 'Open Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    
 }
 .empresa__descripcion{
    
    color: #0F0F0F;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 189.5%;
    
 }

 .bg-empresa{
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.08);
     height: 420px;
     
 }
 .bg__titulo{
    color: #3044B5;

            font-family: 'Open Sans';
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
 }
 .bg__descripcion{
    color: #333;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
 }






/*PRODUCTOS*/











.aplicaciones{
    display: block;
    position: relative;
    width: 100%;
    
}


 .aplicaciones__overlay{
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     opacity: 0.5;
     transition: .5s ease;
    
 
} 

.aplicaciones__titulo {
    position: absolute;
    color: #FFF;
    
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    left: 50%;
    right: 24.65%;
    top: 80%;
    bottom: 13.19%;
    width: 60%;
   
    text-align: center;
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   
  }

/*NOVEDADES*/

.enlace_novedad{
    text-decoration: none;
}
.categoria__novedad{
    color: var(--Rojo, #A32638);
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.categoria{
    text-decoration: none;
}



.novedad__titulo{
    color: #333;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    
}

.novedad__textocorto{
    color: #333;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}

.novedad__leermas{
    color: #898989;
    font-family: 'Open Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.novedad__categoria{
    font-family: 'Open Sans';
    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: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    /* identical to box height, or 45px */
    
    
    color: #131313;
}

.novedad__categoria__final{
    color: var(--Rojo, #A32638);
    font-size: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.novedad__texto__final{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}


.calidad__titulo{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 35px;

/* Gris */

color: #353535;
}
.calidad__descripcion{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 22px;
/* or 138% */


/* Gris */

color: #353535;
}

.bg__certificados{
    background: #F2F7FA;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
   
}






.certificado__descripcion{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;
/* identical to box height */


/* Gris */

color: #353535;
}


/*Contacto*/

.presupuesto__titulo{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;

/* Gris */

color: #757376;
}
.link{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
text-decoration: none;

color: #333333;
}
.link:hover{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;


color: #144F85;
}
.iconocom{
	color:#1A478D
    ;
}

 .bg-contacto{
background-color:#144F85 ;
line-height: 50px;
 }
 .bg-contacto__titulo{
    font-family: 'Open Sans';
    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: 'Open Sans';
    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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    /* identical to box height */
    
    
    /* Gris */
    
    color: #757376;
}

.contacto__descripcion{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 161%;
    /* or 26px */
    
    
    color: #545454;
}

.enlace__contacto{
   font-size: 16px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
line-height: 21px;
    
    text-decoration:none;

}


 
 .bordercont{
    
    border:1px solid #D2D2D2 !important;
 } 

 /* input::placeholder{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    
    
    
    color: #8C8C8C;

 } */
 /* textarea::placeholder{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    
    
    
    color: #8C8C8C;
 } */
 .btn-consulta{
    color: #fff;
    border-radius: 8px;
    background: #3044B5;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
   
    }
    .btn-consulta:hover{
    color: #3044B5;
    background-color: white;
    border: 1px solid #3044B5;
    font-size: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
	
    }

    .btn-ficha{
       
        color: #3044B5;
        background-color: white;
        border: 1px solid #3044B5;
        font-size: 16px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        border-radius: 8px;
        text-decoration: none;
        
      }
      .btn-ficha:hover{
        color: #fff;
        background-color: #3044B5;
        border-color: #3044B5;
       
        text-align: center;
        font-size: 16px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        text-decoration: none;
       
        
      }

    .formulario{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px; 
        color: black;
        
    }

    /* .form-control{
        border: 1px solid #B9B9B9 !important;
        border-radius: 1rem;
    } */

    .form-control:focus{
        border-color: rgb(48, 68, 181) !important;
        box-shadow: 0 0 0 0.25rem rgb(48, 68, 181, 25%);
    }


    .label{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        /* identical to box height, or 167% */
        
        
        color: #0F0F0F;
        
        margin-bottom: 5px;
    }

    .form-label{
        font-family: 'Open Sans', sans-serif;
   }
     .custom-file-button input[type=file]::-webkit-file-upload-button {
       display: none;
   }
   .custom-file-button input[type=file]::file-selector-button {
       display: none;
   }
   /* input[type="file"] {
   display: none;
   } */
   .custom-file-button:hover label {
       cursor: poOpen Sans;
   }
   
   #inputGroupFile{
       /*border-radius: 6px;*/
       border-top-left-radius: 6px !important;
       border-bottom-left-radius: 6px !important;
       border-left: 1px solid #E6E6E6 !important;
       border-right: none !important;
       border-top-right-radius: 0px !important;
       border-bottom-right-radius: 0px !important;
      
       font-family: 'Open Sans';
       font-style: normal;
       font-weight: 300;
       font-size: 13px;
       line-height: 44px; 
       color: black;
   }

   .input-group-text{
    background-color: #F5F5F5 !important;
   }



