.header-search-categoria {
  width: 100%;
  height: 76px;
  background: linear-gradient(-180deg, rgb(35, 0, 142) 0%, rgb(40, 49, 174) 100%);
  position: sticky;
  top: 35px;
  z-index: 2;
  margin-top: -1px;
}

@media only screen and (max-width: 370px) {
.header-latam-search {
  display: initial;
  height: 100%;
  width: 100%;
  max-width: 1360px;
  position: sticky;
  top: 35px;
  z-index: 3;
  grid-column: 1 / span 4;
  margin-top: -75px;
}
}

@media only screen and (min-width: 371px) {
.header-latam-search {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1360px;
  position: sticky;
  top: 35px;
  z-index: 3;
  grid-column: 1 / span 4;
  margin-top: -75px;
}
}

@media only screen and (min-width: 600px) {
.header-latam-search {
  display: inline-flex;
  grid-column: 1 / span 8;
}}

@media only screen and (min-width: 840px) {
.header-latam-search {
  grid-column: 1 / span 12;
}}

@media only screen and (max-width: 370px) {
.header-latam-search .search {
  text-align: left;
  height: 46px;
  width: 100%;
  right: 0;
  margin-top: -35px;
}}

@media only screen and (min-width: 371px) {
.header-latam-search .search {
  text-align: left;
  height: 46px;
  width: 100%;
  right: 0;
  margin-top: 16px;
}}

.goBack {
  height: 28px;
  width: 330px;
  margin-top: 25px;
}

.headerAyuda {
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 38px;
  cursor: pointer;
}

@media only screen and (min-width: 600px) {
.headerAyuda {
  margin-top: -3px;
}}

@media only screen and (min-width: 1024px) {
.headerAyuda {
  margin-top: -6px;
}}

@media only screen and (min-width: 371px) {
.headerAyudaMobile {
  display: block;
}}

@media only screen and (max-width: 370px) {
.headerAyudaMobile {
  display: block;
  margin-top: 30px;
}}

@media only screen and (min-width: 600px) {
.headerAyudaMobile {
  display: block;
}}

@media only screen and (min-width: 840px) {
.headerAyudaMobile {
  display: none;
}}

.headerAyudaDesktop {
  display: none;
}

@media only screen and (min-width: 600px) {
.headerAyudaDesktop {
  display: none;
}}

@media only screen and (min-width: 840px) {
.headerAyudaDesktop {
  display: block;
  font-size: 24px;
  width: max-content;
  margin-top: -7px;
}}

.headerAyudaDesktopV {
  display: none;
}

@media only screen and (min-width: 600px) {
.headerAyudaDesktopV {
  display: none;
}}

@media only screen and (min-width: 840px) {
.headerAyudaDesktopV {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}}

.headerAyudaTablet {
  display: none;
}

@media only screen and (min-width: 600px) {
.headerAyudaTablet {
  display: none;
}}

@media only screen and (min-width: 840px) {
.headerAyudaTablet {
  display: none;
}}

@media only screen and (max-width: 370px) {
.headerAyudaSectionMobile {
  display: block;
  margin-top: 30px;
}}
@media only screen and (min-width: 371px) {
.headerAyudaSectionMobile {
  display: block;
  margin-top: 0px;
}}

@media only screen and (min-width: 600px) {
.headerAyudaSectionMobile {
  display: none;
}}

.headerAyudaSectionDesktop {
  display: none;
}

@media only screen and (min-width: 600px) {
.headerAyudaSectionDesktop {
  display: block;
}}

.headerAyudaSection {
  display: none;
}

@media only screen and (max-width: 370px) {
.backHome {
  margin: auto 0px;
  cursor: pointer;
  height: 20px !important;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  background-color: transparent;
  border: 0px transparent;
  visibility: visible;
  z-index: 2;
  margin-top: 30px;
}
  }

@media only screen and (min-width: 371px) {
.backHome {
  margin: auto 0px;
  cursor: pointer;
  height: 20px !important;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  background-color: transparent;
  border: 0px transparent;
  visibility: visible;
  z-index: 2;
}}

.inputSearch {
  right: 0px;
  height: 34px !important;
  width: calc(100% - 54px);
  margin-bottom: 0px !important;
  position: absolute;
  visibility: hidden;
  border-radius: 10px !important;
  color: #5C5C5C;
}

@media only screen and (min-width: 600px) {
.inputSearch {
  width: calc(50% - 24px);
  visibility: visible;
}}

@media only screen and (min-width: 840px) {
.inputSearch {
  width: calc(33% - 24px);
}}

.submitSearch:focus {
  outline: none !important;
}

.submitSearch {
  height: 44px;
  width: 44px;
  background-position: right;
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  right: 10px;
  background-color: transparent;
  border: 0px transparent;
}

@media only screen and (min-width: 600px) {
.submitSearch {
  right: 0px;
  background-color: #01716D !important;
  border-radius: 0px 10px 10px 0px;
  background-position: center;
}}

@media only screen and (min-width: 840px) {
.submitSearch {
  color: white;
  width: 110px !important;
  background-position: center right;
  background-position-x: 75px;
  background-color: #01716D !important;
  border-radius: 0px 10px 10px 0px;
  text-align: left;
}}

@media only screen and (min-width: 371px) {
.closeSearch {
  cursor: pointer;
  height: 20px !important;
  margin-top: 28px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  background-color: transparent;
  border: 0px transparent;
  visibility: hidden;
  z-index: 2;
}}

@media only screen and (max-width: 370px) {
.closeSearch {
  cursor: pointer;
  height: 20px !important;
  margin-top: 28px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  background-color: transparent;
  border: 0px transparent;
  visibility: hidden;
  z-index: 2;
  margin-top: -23px;
}}
