/* MOLINA 2003 ESTILOS PERSONALIZADOS */
html {
    scroll-behavior: smooth;
}
.color-corporativo{
    color: #FF9000 !important;
}
.blanco{
    color: white;
}
.altura-titulo{
    height: 100px;
    overflow: hidden;
}

.capa-imagen{
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #30374B;
}
@media screen and (max-width: 800px){
    .ocultar-movil{
        display: none;
    }
}
.clausula-formulario{
    line-height: 20px !important;
    margin-top: 20px;
}
.clausula-formulario p{
    font-size: 12px !important;
}
.clausula-formulario h5{
    font-size: 14px !important;
    font-weight: bold;
}
.clausula-formulario-b{
    line-height: 18px !important;

}
.clausula-formulario-b p{
    font-size: 10px !important;
}
.clausula-formulario-b h5{
    font-size: 12px !important;
    font-weight: bold;
}

.whatsapp-bg {
    background: #43C654;
}

.whatsapp-bg:hover {
    background: #2BB73D;
}
.caja-servicio{
    height: 240px;
    overflow: hidden;
}
.cookieconsent-com---palette-light .cc-nb-okagree{
    background-color: #FF9000 !important;
    color: #fff !important;
  }
  .cookieconsent-com---palette-light .cc-nb-reject{
    background-color: #FF9000 !important;
    color: #fff !important;
  }
  .cookieconsent-com---palette-light .cc-cp-foot-save{
    background-color: #FF9000 !important;
    color: #fff !important;
  }
  .cookieconsent-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #FF9000 !important;
  }
  .cookieconsent-com---palette-light .cc-cp-foot-byline{
    color: #F2F2F2 !important;
  }
  .cookieconsent-com---palette-light .cc-cp-foot-byline a{
    color: #F2F2F2 !important;
     pointer-events: none;
     cursor: default;
     text-decoration: none;
  }