/*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');

:root {
  --main-color: #14b2d6;
}

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

::-webkit-scrollbar {
    display: none;
}


body{
	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) {
  .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 var(--main-color); /* Green */
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		font-size: 12px !important;
		line-height: 21px;
		color: var(--main-color);
		flex: none;
		order: 0;
		flex-grow: 0;
		margin: 0px 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: 2px 2px;
	  cursor: pointer;
	  border-radius: 12px;
	  /*min-width: 175px;*/
}
.nav-link-btn{
	background-color: white;
	color: black;
	border: 1px solid var(--main-color); /* Green */
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: var(--main-color);
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
}
.nav-link-btn:hover {
	background-color: var(--main-color);
	border: 2px solid white;
	color: white;
}

.nav-link-btn-purple{
	background-color: var(--main-color);
	color: white;
	border: 1px solid var(--main-color); /* 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 var(--main-color);
	color: var(--main-color);
}

/*end header*/

/*start footer*/
.site-footer{
	background-color: var(--main-color) !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;
}












