/*///nuevo home/////////////////////////////////////////*/

.img-latam {
	width: 80px;
    height: 30px;
    position: absolute;
    margin-top: -35px;
	left: 30px;
}

@media only screen and (min-width:767px) {
.img-latam {
	width: 80px;
    height: 30px;
    position: absolute;
    margin-top: 0px;
	left: 30px;
    margin-top: 0px;

}}


.header-search-section {
  width: 100%;
  height: 510px;
  background: linear-gradient(-180deg, rgb(35, 0, 142) 0%, rgb(40, 49, 174) 100%);
  border-radius: 0px;
}

@media only screen and (min-width:370px) {
	  .header-search-section {
    height: 430px;
  }
}

@media only screen and (min-width:455px) {
	  .header-search-section {
    height: 370px;
  }
}

@media only screen and (min-width: 600px) {
  .header-search-section {
    height: 390px;
  }
}
@media only screen and (min-width: 840px) {
  .header-search-section {
    height: 325px;
  }
}

.header-search-section .header-figuras-left {
  display: none;
}
@media only screen and (min-width: 840px) {
  .header-search-section .header-figuras-left {
    display: block;
    float: left;
    height: 245px;
    width: 299px;
    margin: 26px auto 21px 26px;
  }
}

.header-search-section .header-figuras-right {
  display: none;
}
@media only screen and (min-width: 840px) {
 .header-search-section .header-figuras-right {
    display: block;
    float: right;
    height: 229px;
    width: 315px;
    margin: 32px 41px 31px auto;
  }
}

.header-search-section .header-search-content {
  position: absolute;
  width: calc(100% - 32px);
  height: 292px;
  text-align: center;
	left: 0;
	right: 0;
}
@media only screen and (min-width: 600px) {
	.header-search-section .header-search-content {
		width: calc(100% - 48px);
	}
}

.header-search-section .header-search-content .header-search-title {
	grid-column: 1 / span 4;
  margin: 16px 0px 8px 0px;
  color: rgb(255, 255, 255);
	text-align: left;
}
@media only screen and (min-width: 600px) {
	.header-search-section .header-search-content .header-search-title {
		grid-column: 1 / span 8;
	  margin: 35px 0px 20px 0px;
		text-align: center;
	}
}
@media only screen and (min-width: 840px) {
	.header-search-section .header-search-content .header-search-title {
		grid-column: 1 / span 12;
	}
}

.header-search-section .header-search-content .popular-search-content {
  margin: 0px 0px 16px 10px;
  display: block;
  text-align: left;
}

@media only screen and (min-width: 600px) {
.header-search-section .header-search-content .popular-search-content {
  display: inline-block;
    text-align: left;
  margin: 16px;
}}

.header-search-section .header-search-content .header-popular-search-title {
  height: 20px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
}

.header-search-section .header-search-content .header-popular-search-btn {
  border-radius: 4px;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent;
  margin: 5px;
  padding: 12px 16px 12px 16px;
}

.header-search-section .header-search-content .header-popular-search-btn:hover {
  border-radius: 4px;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  margin: 5px;
  padding: 12px 16px 12px 16px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}

.header-search-section .header-search-content .searchBox {
	grid-column: 1 / span 4;
  width: 100%;
  height: 44px;
  border: 1px solid rgb(45, 52, 206);
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(16, 0, 79, 0.6);
}
@media only screen and (min-width: 600px) {
	.header-search-section .header-search-content .searchBox {
		grid-column: 2 / span 6;
  }
}
@media only screen and (min-width: 840px) {
  .header-search-section .header-search-content .searchBox {
		grid-column: 3 / span 8;
  }
}

.header-search-content .searchBox form.search input#query {
   float: left;
  height: 34px;
  width: calc(100% - 58px);
  border-radius: 10px 0px 0px 10px;
  margin: 0px;
  box-shadow: 0px 4px 10px 0px rgba(16, 0, 79, 0.6);

}
@media only screen and (min-width: 600px) {
.header-search-content .searchBox form.search input#query {
   width:  calc(100% - 124px);
  }
}


.header-search-content .searchBox form.search input#query:focus {
  float: left;
  height: 34px;
  border-radius: 10px 0px 0px 10px;
  margin: 0px;
  box-shadow: 0px 5px 10px 0px rgb(16, 0, 79);
}

.header-search-content .searchBox form.search input[type=submit] {
  float: right;
  height: 44px;
  width: 46px;
  background-color: #01716D;
  color: transparent;
  border: 0px;
  border-radius: 0px 10px 10px 0px;
  background-position: center center;
  background-position-x: center;
  background-repeat: no-repeat;
  margin: 0px;
}
@media only screen and (min-width: 600px) {
 .header-search-content .searchBox form.search input[type=submit] {
    width: 112px;
    background-position: center right;
    background-position-x: 75px;
		color: #fff;
    text-align: left;
    padding-left: 16px;
  }
}

.search-populares-link {
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  display: inline-block;
	text-align: left;
}

@media only screen and (min-width: 600px) {
	.search-populares-link {
	    display: inline-block;
	}
}

.search-populares-title {
	grid-column: 1 / span 4;
	margin-top: 16px;
  margin-bottom: 56px;
  display: inline-block;
}
@media only screen and (min-width: 600px) {
	.search-populares-title {
		grid-column: 1 / span 8;
	  margin-top: 16px;
	  margin-bottom: 56px;
    display: inline-block;
	}
}
@media only screen and (min-width: 840px) {
	.search-populares-title {
		grid-column: 2 / span 10;
	}
}
