/*#region HEADER*/
header {
  height: 58px;
  width: 100%;
  background-color: var(--white);
}

.container-fluid {
  background-color: #fff;
  position: fixed;
  z-index: 500;
}

.container-fluid .container {
  display: flex;
  max-width: 1246px;
  /* max-width: 1295px; */
}

header .header-logo {
  align-self: center;
  height: 58px;
}

header .header-logo a {
  width: 150px;
  height: 58px;
  display: flex;
}

header .contenedor-menu {
  width: 100%;
  height: 58px;
  right: 0;
}

header .boton-menu {
  cursor: pointer;
  z-index: 602;
  transition: transform ease-in-out .5s;
  height: 44px;
  width: 44px;
  padding: 15px 10px 13px 12px;
}

header .contenedor-boton .boton-search,
header .contenedor-boton .boton-profile {
  height: 44px;
  padding: 10px 8px;
  cursor: pointer;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
}

header .contenedor-boton .boton-search object,
header .contenedor-boton .boton-profile object {
  height: 20px;
  width: 20px;
}

header .contenedor-boton .boton-search object,
header .contenedor-boton .boton-profile img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

header .contenedor-boton .boton-search object,
header .contenedor-boton .boton-profile .user-name {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: var(--azulCarsAndCars);
}

header .btnllamar_mvl {
  /* margin-right: 20px; */
  margin-left: 10px;
}

header .btnllamar_mvl a {
  font-size: 11px;
  display: flex;
  height: 30px;
  border: 2px solid var(--azulCarsAndCars);
  border-radius: 8px;
  color: var(--azulCarsAndCars);
  text-decoration: none;
  padding: 5px;
}
header .btnllamar_mvl a img {
  margin-right: 2px;
  width: 24px;
}
header .btnllamar_mvl a span {
  font-family: 'DM Sans';
  white-space: nowrap;
}

header .contenedor-boton {
  display: flex;
  flex-direction: row-reverse;
  height: 58px;
  align-items: center;
}

header.abierto .boton-menu {
  height: 44px;
  width: 44px;
  padding: 12px 10px;
  align-self: center;
  text-align: center;
  position: fixed;
  z-index: 1003;

}

header.abierto .container-fluid {
  position: unset;
}

header .boton-menu span {
  margin-bottom: -3px;
  display: block;
  width: 18px;
  border-radius: 3px;
  height: 1.5px;
  background: var(--primaryblue);
}

header.abierto .boton-menu span {
  margin-bottom: -8px;
  width: 25px;
}

header.abierto .boton-menu {
  margin-top: 20px;
}

header.abierto .boton-menu span {
  background: var(--primaryblue);
}

header .boton-menu span+span {
  margin-top: 7px;
}

header .boton-menu span:nth-child(3) {
  width: 11px;
}

header.abierto .boton-menu span:nth-child(1) {
  animation: ease .7s hamburger-top forwards;
  width: 23px;
}

header.abierto .boton-menu span:nth-child(2) {
  animation: ease .7s hamburger-scaled forwards;
}

header.abierto .boton-menu span:nth-child(3) {
  animation: ease .7s hamburger-bottom forwards;
  width: 23px;
}

header:not(.abierto) .boton-menu span:nth-child(1) {
  animation: ease .7s hamburger-top-2 forwards;
}

header:not(.abierto) .boton-menu span:nth-child(3) {
  animation: ease .7s hamburger-scaled-2 forwards;
}

header:not(.abierto) .boton-menu span:nth-child(3) {
  animation: ease .7s hamburger-bottom-2 forwards;
}

header .logo {
  width: 150px;
  height: 58px;
}

header a {
  flex-shrink: 0;
}

.header-menu,
.botons-menu-desktop {
  display: none;
}

header .fondo-menu-lateral {
  background-color: var(--secondaryblue);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all .3s;
}

header.abierto .fondo-menu-lateral {
  z-index: 600;
}

header .menu-lateral {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: var(--secondaryblue);
  z-index: 1000;
  transition: left ease-in-out 0.7s;
  padding: 0px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
}

header.abierto .menu-lateral {
  left: 0;
}

header .menu-lateral .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

header .menu-lateral .menu a {
  cursor: pointer;
  text-decoration: none;
  color: var(--primaryblue);
  margin: 10px 0px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

header .menu-lateral .menu a:first-child {
  margin-top: 0px;
}

header .menu-lateral .menu a:last-child {
  margin-bottom: 0px;
}

header .menu-lateral .menu a.activo {
  color: red;
}

header .menu-lateral .separador {
  width: 100%;
  background-color: var(--secondaryblue);
  height: 1px;
  margin: 30px 0px;
}

header .menu-lateral .telefono {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  background-color: var(--primaryblue);
  color: var(--white);
  border-radius: 8px;
  font-size: 18px;
}

header .menu-lateral .telefono svg {
  margin-right: 8px;
  height: 11px;
  width: 11px;
  fill: var(--white);
}

header .menu-lateral .menu a img {
  margin-left: 20px;
}

header .menu-lateral .menu .menu-lateral-prof img {
  margin-left: 0;
  margin-right: 20px;
}

header .menu-lateral .menu-lat-button {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 52px;
  background: #E4EEFF;
  /* UI Color/01 Primary/01 Enabled */
  border: 1.5px solid var(--azulCarsAndCars);
  box-sizing: border-box;
  color: var(--azulCarsAndCars);
  border-radius: 8px;
}

header .menu-lateral .button-lat-primary {
  margin-top: 52px;
  background: var(--primaryblue);
  color: #fff;
  margin-bottom: 12px;
}

header .menu-lateral .menu-lat-button-text {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  text-align: center;
  letter-spacing: -0.004em;
}

header .menu-lateral .menu-lat-social {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

header .menu-lateral .menu-lat-social img {
  width: 30px;
  height: 30px;
}

header .menu-lateral .menu-lat-social a {
  width: 60px;
}

header .menu-lateral .menu-lat-social li {
  display: inline-block;
  margin-right: 28px;
  text-align: center;
}

@keyframes hamburger-top {
  0% {
    top: 0px;
    transform: rotate(0);
  }

  50% {
    top: 5px;
    transform: rotate(0);
  }

  100% {
    top: 5px;
    transform: rotate(45deg);
  }
}

@keyframes hamburger-top-2 {
  0% {
    top: 5px;
    transform: rotate(45deg);
  }

  50% {
    top: 5px;
    transform: rotate(0deg);
  }

  100% {
    top: 0px;
    transform: rotate(0deg);
  }
}

@keyframes hamburger-bottom {
  0% {
    bottom: 0px;
    transform: rotate(0);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes hamburger-bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}

@keyframes hamburger-scaled {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes hamburger-scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

#submenumv,
#submenumv2 {
  display: none;
}

#submenumv a img,
#submenumv2 a img {
  margin-right: 20px;
  margin-left: 0;
  transform: rotate(180deg);
}

.boton-profile {
  display: none;
}

.logued {
  display: block;
  cursor: pointer;
}

.areaprivada .boton-profile {
  display: block;
}

/*#endregion HEADER*/

/*#region BUSCADOR HEUR HEADER */
#headerbuscheu {
  display: none;
}

.fondo-busqueda-header {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
}

.contenedor-header-buscador .container {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 601;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contenedor-header-buscador .container .banner-busqueda .buscador-titulo .icon {
  position: absolute;
  margin-left: 17px;
  margin-top: 15px;
  z-index: 1;
  color: #fff;
}

.contenedor-header-buscador .container .banner-busqueda .buscador-titulo .icon .iconsearchbanner {
  background-image: url(/public/icon/Search.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 21px;
}

.contenedor-header-buscador .container .banner-busqueda {
  width: 100%;
}

.contenedor-header-buscador .container .banner-busqueda .close-header-buscador {
  text-align: end;
  margin-bottom: 33px;
}

.contenedor-header-buscador .container .banner-busqueda .close-header-buscador img {
  width: 24px;
  cursor: pointer;
}

.contenedor-header-buscador .container .banner-busqueda input {
  width: 100%;
  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);
}

.contenedor-header-buscador .container .banner-busqueda .iconclose {
  position: absolute;
  margin-left: calc(100% + -35px);
  margin-top: 15px;
  z-index: 1;
  color: #fff;
}

.contenedor-header-buscador .container .banner-busqueda .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;
}

/*#endregion BUSCADOR HEUR HEADER */
/*# region RESULTADO HEURISTIC */
.contenedor-header-buscador .buscador-titulo .buscador .contenedor-input {
  position: relative;
}

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

.contenedor-header-buscador .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;
}

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

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

.contenedor-header-buscador .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;
}

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

.contenedor-header-buscador .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%;
}

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

.contenedor-header-buscador .buscador-titulo .buscador .contenedor-input .resultados-busqueda .seccion {}

#headerbuscheudk {
  display: none;
}

/*# endregion RESULTADO HEURISTIC */