/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/
.hoveSRL{
    color:rgb(0, 85, 184) !important;
    
}
.hoveSRL:hover{
    color: white !important;
}
.header-transparent {
    /*position: fixed;
    top: 0;
    right: 0;
    left: 0;*/
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
    padding: 20px 20px !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
    z-index: 10;
}
.chechObjetivos{
    font-size: 25px !important;
    color: rgb(255, 205, 0) !important;
    padding-right: 10px !important; 
}

.imgResponsabilidad{
    background-image: url('../images/layoud/RESPONSABILIDAD.png');
    width: 95px;
    height: 95px;
    background-size: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.imgResponsabilidad:hover{
    background-image: url('../images/layoud/RESPONSABILIDAD_ENC.png');
}
.imgHonestidad{
    background-image: url('../images/layoud/HONESTIDAD.png');
}
.imgHonestidad:hover{
    background-image: url('../images/layoud/HONESTIDAD_ENC.png');
}
.imgRespeto{
    background-image: url('../images/layoud/RESPETO.png');
}
.imgRespeto:hover{
    background-image: url('../images/layoud/RESPETO_ENC.png');
}
.imgLealtad{
    background-image: url('../images/layoud/LEALTAD.png');
}
.imgLealtad:hover{
    background-image: url('../images/layoud/LEALTAD_ENC.png');
}
.imgCompromiso{
    background-image: url('../images/layoud/COMPROMISO.png');
}
.imgCompromiso:hover{
    background-image: url('../images/layoud/COMPROMISO_ENC.png');
}
.imgComunicacion{
    background-image: url('../images/layoud/COMUNICACION.png');
}
.imgComunicacion:hover{
    background-image: url('../images/layoud/COMUNICACION_ENC.png');
}
.imgTrabajoEqui{
    background-image: url('../images/layoud/TRABAJO\ EN\ EQUIPO.png');
}
.imgTrabajoEqui:hover{
    background-image: url('../images/layoud/TRABAJO\ EN\ EQUIPO_ENC.png');
}
.imgVideo{
    background-image: url('../images/layoud/PLAY\ VIDEO.png') !important;
}
.imgVideo:hover{
    background-image: url('../images/layoud/PLAY\ VIDEO_EN.png') !important;
}
.contenedorAbsolu{
    position:relative;
    text-align: center;
}
.tituloProd:hover{
    color: rgb(0, 85, 184) !important;;
}
.is-valid{
    border-color: #28a745 !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
	color: #28a745;
}
.is-invalid{
    border-color: #dc3545  !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-repeat: no-repeat  !important;
    background-position: right calc(.375em + .1875rem) center  !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)  !important;
	color: #dc3545;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Estilos para la etiqueta <i> */
  .loader {
    animation: spin 1s linear infinite; /* Aplica la animación de rotación */
  }
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
   /* padding: 16px;*/
    font-size: 15px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    color: black;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    
    color: #999 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: rgb(0, 85, 184);
    color:white !important;
}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}