
  /*#region HEADER*/
  header {
    height: 88px;
  }

  header .logo {
    width: 177px;
  }

  .container-fluid {
    height: 88px;
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
  }

  header .contenedor-boton {
    display: none;
  }

  header .secciones {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    /* justify-content: end !important; */
    align-items: center;
    margin-top: -24px;
  }

  header .prueba {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  header .botons-menu-desktop {
    display: flex;
    flex-direction: row;
  }

  header .secciones .seccion,
  a.seccion.dl-menu
   {
    display: flex;
    text-decoration: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #383737 !important;
    margin: 10px 10px;
  }

  header .contenedor-menu .header-menu .secciones .seccion img {
    transform: rotate(90deg);
    margin-left: 8px;
  }

  header .header-menu {
    display: flex;
    flex-direction: row-reverse !important;
    margin-top: 4px;
  }

  header .botons-menu-desktop .boton-search {
    height: 44px;
    width: 44px;
    padding: 7px 10px;
    margin-right: 0px;
    cursor: pointer;
  }

  header .botons-menu-desktop .boton-search object {
    height: 20px;
    width: 20px;
  }
  
  header .botons-menu-desktop .acceso {
    background-color: var(--primaryblue);
    border-radius: 8px;
    text-decoration: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px;
    /* padding: 12px 20px; */
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: flex;
    /* visibility: hidden; */
    height: 40px;
  }

  header .botons-menu-desktop .acceso .text-acceso {
    color: var(--white);
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }

  header .telefono {
    background-color: var(--primaryblue);
    margin-right: 45px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  }

  .listado header .telefono,
  .servicios header .telefono,
  .preguntas-frecuentes header .telefono,
  .aviso-legal header .telefono,
  .politica-privacidad header .telefono,
  .politica-cookies header .telefono,
  .error header .telefono,
  .sobre-nosotros header .telefono,
  .contactar header .telefono .acceso {
    background-color: var(--primaryblue);
  }

  header .telefono svg {
    width: 11px;
    height: 11px;
    fill: var(--azul);
    margin-right: 4px;
  }

  header .telefono .numero {
    color: var(--white);
    margin-left: 4px;
    font-size: 18px;
    line-height: 18px;
  }

  /*#endregion*/
  .header-menu .dropdown {}

  .header-menu .dropdown button {
    position: relative;
    outline: none;
    width: 100%;
    background: white;
    border: none;
    padding: 8px 30px 8px 10px;
    /* padding: 8px 22px 8px 0px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    height: 88px;
  }

  .header-menu .dropdown button .nombre {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #383737;
  }

  .dropdown.show .svgdropdown {
    transform: rotate(180deg);
  }

  .header-menu .dropdown button svg {
    width: 10px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    fill: var(--azulCarsAndCars);
  }

  .header-menu .dropdown-menu {
    min-width: 100%;
    /* max-height: 270px; */
    max-height: 370px;
    margin-top: 22px;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 0px;
    border: 0;
    padding: 0;
    box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
  }

  .header-menu .dropdown-menu .dropdown-item {
    cursor: pointer;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADAAA9;
    height: 40px;
    padding: 10px 15px;
  }

  .header-menu .dropdown-menu .dropdown-item a {
    width: 100%;
    text-decoration: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383737;
  }

  .header-menu .dd-menu:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .header-menu .dd-menu:hover .svgdropdown {
    transform: translateY(-50%) rotate(180deg);
  }

  .header-menu .dropdown-menu .dropdown-item:hover a {
    color: var(--primaryblue);
  }

  .header-menu .dropdown-menu .dropdown-item.activo {
    background-color: #E4EEFF;
    ;
    color: #252627;
  }

  .header-menu .dropdown-menu .dropdown-item:hover {
    background-color: #E4EEFF;
    ;
  }

  .header-menu .buttonacceso .dropdown-menu .dropdown-item {
    height: 56px;
    width: 289px;
    padding: 16px 16px;
  }

  .header-menu .buttonacceso .dropdown-menu .dropdown-item img {
    float: right;
    margin-top: -5px;
  }

  header .boton-profile {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 1;
    margin-top: -17px;
  }

  header .boton-profile .user-name {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    color: var(--azulCarsAndCars);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 8px;
  }

  header .boton-profile img {
    height: 20px;
    width: 20px;
  }

  .logued {
    display: flex;
  }

  header .btnllamar {
    margin-right: 5px;
  }

  header .btnllamar a {
    display: flex;
    height: 40px;
    border: 2px solid var(--azulCarsAndCars);
    border-radius: 8px;
    color: var(--azulCarsAndCars);
    text-decoration: none;
    /* padding: 0 10px 0 10px; */
    padding: 7px;
    font-weight: bold;

  }
  header .btnllamar a img {
    margin-right: 5px;
    width: 24px;
  }
  header .btnllamar a span {
    line-height: 36px;
    font-family: 'DM Sans';
    white-space: nowrap;
  }

  /*#region RESULTADO HEURISTIC */
  /*region BUSCADOR HEUR HEADER */
  .botons-menu-desktop .buscador-titulo {
    width: 325px;
    margin-left: -300px;
  }

  .botons-menu-desktop .buscador-titulo .icon {
    position: absolute;
    margin-left: 17px;
    margin-top: 15px;
    z-index: 1;
    color: #fff;
  }

  .botons-menu-desktop .buscador-titulo .icon .iconsearchbanner {
    background-image: url(/public/icon/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
  }

  .botons-menu-desktop input {
    width: 325px;
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    height: 52px;
    border: #99AED5 solid 1.5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  }

  .botons-menu-desktop .iconclose {
    position: absolute;
    margin-left: calc(100% + -35px);
    margin-top: 15px;
    z-index: 1;
    color: #fff;
  }

  .botons-menu-desktop .iconclose .iconsearchcerrar {
    cursor: pointer;
    background-image: url(/public/icon/searchclose.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 20px;
    height: 20px;
  }

  /*# region RESULTADO HEURISTIC */
  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input {
    position: relative;
    top: 50px;
  }

  .botons-menu-desktop .buscador-titulo .contenedor-input input:focus,
  .contenedor-header-buscador .buscador-titulo .contenedor-input input:active {
    outline: none;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda {
    margin-top: 19px;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion {
    width: 100%;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion:last-child {
    margin-bottom: 10px;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion .titulo {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    padding: 10px 16px 0px 16px;
    color: #252627;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion .listado {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion .listado a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADAAA9;
    height: 40px;
    padding-top: 10px;
    padding: 10px 16px 0 16px;
    width: 100%;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion .listado a:hover {
    background: #E4EEFF;
    text-decoration: none;
  }

  .botons-menu-desktop .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion {}

  /*# endregion RESULTADO HEURISTIC */
  /*endregion BUSCADOR HEUR HEADER */
