/* ESTILOS PERSONALIZADOS CONTENEDORES RODRÍGUEZ */
.logo-cr{
    height: 50px !important;
    width: auto !important;
}
.fondo-portada{
    background-image: url('../images/fondo-portada.jpg');
    background-position: bottom;
}
.fondo-separador{
    background-image: url('../images/bg-asesoramiento.jpg');
}
.titulo-servicio{
    color: #E96B21 !important;
    font-weight: 600;
}
.cc-nb-okagree{
    background-color: #E96B21 !important;
    color: #fff !important;
  }
.cc-nb-reject{
    background-color: #E96B21 !important;
    color: #fff !important;
  }
.cc-cp-foot-save{
    background-color: #E96B21 !important;
    color: #fff !important;
  }
.cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #E96B21 !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;
  }

  @media only screen and (max-width: 800px){
    .url-footer{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-terms li::after {
        content: "";
        margin: 0px;
    }
  }
