/*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;
	height: 99px;

	background: #FFFFFF;
}

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

 @media only screen and (max-width: 1450px) {
 	.headelogo{
 		width:125px !important;
 		height: auto !important;
 	}
  .nav-link{
    font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		font-size: 13px !important;
		line-height: 21px;
		color: #455A64;
		flex: none;
		order: 0;
		flex-grow: 0;
		margin: 0px 8px;
  }
  .nav-link-btn{
		background-color: white;
		color: black;
		border: 1px solid #5C418A;
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		font-size: 12px !important;
		line-height: 21px;
		color: #5C418A;
		flex: none;
		order: 0;
		flex-grow: 0;
		margin: 0px 0px;
	}
}

 @media only screen and (max-width: 1270px) {
 	.headelogo{
 		width:100px !important;
 		height: auto !important;
 	}
}

.padding-nabitem{
	/*padding: 10px 0px;*/
}


.nav-link {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #455A64;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 8px;
}


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


.buttons{
	  background-color: #4CAF50; /* 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-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;*/
}

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

.nav-link-btn-purple{
	background-color: #5C418A;
	color: white;
	border: 2px 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;
}

.nav-link-btn-green{
	background-color: #A1B11C;
	color: white;
	border: 2px solid #A1B11C; /* 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;
}

.nav-link-btn-purple:hover {
	background-color: white;
	border: 2px solid #5C418A;
	color: #5C418A;
}

.nav-link-btn-green:hover {
	background-color: white;
	border: 2px solid #A1B11C;
	color: #A1B11C;
}


/*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;
}












