﻿header{padding-block:16px;background-color:var(--Blanco);}@media screen and (max-width:767px){header{padding-block:4px;}}input[type="search"i]::-webkit-search-cancel-button{display:none;}.header-desktop{display:flex;align-items:center;justify-content:space-between;}.header__logo{height:40px;}@media screen and (max-width:767px){.header__logo{height:32px;}}.header__logo>img{height:inherit;max-height:40px;}.header-desktop__form{display:grid;grid-template-columns:1fr min-content;min-width:320px;}@media screen and (max-width:767px){.header-desktop__form{display:none;}}.desktop-form__input{grid-column:1/3;grid-row:1/2;padding:12px 48px 12px 16px;border:1px solid var(--GrisClaro40);border-radius:8px;outline:0;font-size:16px;line-height:24px;letter-spacing:.2px;max-height:48px;}.desktop-form__input:hover{border-color:var(--GrisClaro100);}.desktop-form__input:active{border-color:var(--GrisOscuro70);outline:0;box-shadow:none;}.desktop-form__input::placeholder{color:var(--GrisClaro100);}.desktop-form__input.using-mouse:focus-visible{border-color:var(--VerdePrimario70);box-shadow:none;}.desktop-form__input.using-keyboard:focus-visible{box-shadow:0 0 0 4px var(--VerdeSecundario30);border:0;}.desktop-form__button{grid-column:1/3;grid-row:1/2;margin-left:auto;display:grid;padding:12px;}.desktop-form__button img{height:24px;width:24px;}#open-form{display:none;padding:8px;}@media screen and (max-width:767px){#open-form{display:grid;}}#open-form>img{width:32px;height:32px;}.header-mobile{display:none;position:fixed;inset:0;background-color:var(--Blanco);flex-direction:column;row-gap:32px;}.header-mobile>div{display:flex;margin-top:8px;}.header-mobile__form{width:100%;display:grid;grid-template-columns:min-content 1fr min-content;max-height:48px;}.mobile-form__button--search{grid-row:1/2;grid-column:1/-1;margin-right:auto;z-index:2;padding:12px 8px 12px 16px;max-height:inherit;}.mobile-form__input{grid-row:1/2;grid-column:1/-1;border:1px solid var(--GrisClaro40);border-radius:8px;padding:12px 48px;outline:0;font-size:16px;line-height:24px;letter-spacing:.2px;background-color:var(--GrisClaro10);max-height:inherit;}.mobile-form__input::placeholder{color:var(--GrisOscuro90);}.mobile-form__input:hover{border-color:var(--GrisClaro100);}.mobile-form__input:active{border-color:var(--GrisOscuro70);}.mobile-form__input.using-mouse:focus-visible{border-color:var(--GrisOscuro70);box-shadow:none;}.mobile-form__input.using-keyboard:focus-visible{box-shadow:0 0 0 4px var(--VerdeSecundario30);border:0;}.mobile-form__button--clear{margin-left:auto;grid-row:1/2;grid-column:1/-1;display:none;padding:12px 16px 12px 8px;max-height:inherit;}#close-form{padding:12px;max-height:48px;}#close-form>img{width:24px;height:24px;}.mobile-header__info{font-weight:400;font-size:12px;line-height:18px;letter-spacing:.1px;color:var(--GrisOscuro70);margin:0 auto;}