/*start header*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.resposive{
	width: 100%;
	height: auto;
}

.responsive{
	width: 100%;
	height: auto;
}

/* Tamaño del scroll */
::-webkit-scrollbar {
  width: 8px;
}

 /* Estilos barra (thumb) de scroll */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

::-webkit-scrollbar-track:hover, 
::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

body{
	overflow-x: hidden;
	width: 100%;
	background-color: white;
}

.navbar{
	justify-content: center;
	align-items: center;
	padding: 18px 48px;
	background: #5C418A;
}

.sub-navbar-market{
	background-color: #E3DCEF;
}

ul.navegador li {
  display: inline;
  padding-right: 0.5em;
  width: 100%;
}

.nav-link {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}

.nav-link:hover {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #c4c4c4;
}

.nav-link-text {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #FFFFFF;
}

.nav-link-text:hover {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #9D86C6;
}

.nav-link-text-purple{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #5C418A;
}

.nav-link-text-purple.active{
	color: #fff;
}

.nav-item-submenu-purple.active{
	border-radius: 8px;
	background-color: #9D86C6;
	/*margin: 0px 10px;*/
}

.nav-link-text-purple:hover{
	color: #fff;
}

.nav-item-submenu-purple:hover{
	border-radius: 8px;
	background-color: #9D86C6;
	color: #fff;
}

.buttons{
	  background-color: #4CAF50; /* Green */
	  border: none;
	  color: white;
	  padding: 10px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 16px;
	  margin: 2px 2px;
	  cursor: pointer;
	  border-radius: 8px;
	  /*min-width: 175px;*/
}

.buttons-hn{
	background-color: #A1B11C; /* Green */
	border: none;
	color: white;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 1px 1px;
	cursor: pointer;
	border-radius: 12px;
	/*min-width: 175px;*/
}

.buttons-landing{
	  background-color: #4CAF50; /* Green */
	  border: none;
	  color: white;
	  padding: 10px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 16px;
	  /*margin: 2px 2px;*/
	  cursor: pointer;
	  border-radius: 8px;
	  /*min-width: 175px;*/
}

.nav-link-btn{
	background-color: white;
	color: black;
	border: 1px solid #5C418A; /* Green */
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #5C418A;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
	padding: 6px 25px;
}
.nav-link-btn:hover {
	background-color: #5C418A;
	/*border: 2px solid white;*/
	color: white;
}

.nav-link-btn-purple{
	background-color: #5C418A;
	color: white;
	border: 1px solid #5C418A; /* Green */
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: white;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
	padding: 6px 25px;
}
.nav-link-btn-purple:hover {
	background-color: white;
	border: 1px solid #5C418A;
	color: #5C418A;
}
.nav-link-btn-purple:active {
	background-color: white;
	border: 1px solid #5C418A;
	color: #5C418A;
}


/*end header*/

/*start footer*/
.site-footer{
	background-color: #5C418A !important;
}

.footer-title{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.footer-subtitle{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}
.footer-title-container{
	min-width: 250px;
}

.footer-politicas{
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
/*end footer*/



/*fonts sizes*/
.fz-site-14{
	font-size: 14px;
}
.fz-site-24{
	font-size: 24px;
}

/*elements width*/
.w-sites-300{
	min-width: 300px;
}

.seccion{
	padding-top: 50px;
	padding-bottom: 50px;
}

.dropdown-uxui{
	border-radius: 10px;
	background-color: #5C418A;
}

.form-control{
	border-radius: 6px !important;
}

.search-bar-market{
	padding:10px 0px;
	width:60%;
  left: 0;
  text-align: center;
  margin:0 auto;
}

@media only screen and (max-width: 1750px) and (min-width: 1275px) {
  .search-bar-market{
  	width: 50%;
  }
}

@media only screen and (max-width: 1275px) and (min-width: 990px) {
  .search-bar-market{
  	width: 35%;
  }
}
@media only screen and (max-width: 990px){
  .search-bar-market{
  	width: 100%;
  }
}
@media only screen and (max-width: 900px){
  #form-top-options{
  	display: none;
  }
  #logoprincipal{
  	width: 125px !important;
  	margin-left: 0px !important;
  }
}
