a.logo img {
	height: 50px;
	width: auto;
}
.search-form-mobile input {
  flex-grow: 1;
  border: 1px solid var(--medium-gray);
  border-radius: 5px 0 0 5px;
  padding: 8px 10px;
  width: 70%;
}
.tituloCabecera {
	font-size: 1.2rem;
}
.tituloCabecera h1 {
	font-size: 1.2rem;
}
.bandera {
	position: fixed;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 20px;
	z-index: 1000;
}
a.mobile-search-icon {
	display: none;
}
.innerTitulo {
	position: relative;
}
.innerTitulo h2 {
  font-family: "Poppins",Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.caruselRelacionados {
	position: relative;
}
.caruselRelacionados .owl-nav {
	position: absolute;
	top: -85px;
	right: 10px;
}
.owl-carousel .owl-nav button.owl-prev {
	font-size: 50px;
	margin-right: 10px;
}
.owl-carousel .owl-nav button.owl-next {
	font-size: 50px;
}
.newsletter-form input[type="email"] {
	width: 70%;
}
.section-title {
	font-size: 1.2rem;
}
.footer-contact-item {
	text-align: left;
}
.datos-footer {
	width: 90%;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	left: 0;
	top: 0;
	animation: slideDown 0.5s ease-out;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-middle-bar {
	padding: 5px 0;
}
.main-content {
	margin-top: 100px;
}
section.cabeceraSeccion {
	margin-top: 100px;
	padding: 0px 20px;
  background-color: var(--secondary-color);
}
section.body-content {
  padding: 10px 5px 100px 5px;
  margin: 0;
}
.topGapCelular {
	margin-top: 105px !important;
}