/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}



/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

a{
	border:0;
	text-decoration:none;
	}

	/*

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}*/



/*elements*/
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


/*effects
	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	} */


	/*fonts */
	@font-face {
		font-family: "Poppins-Bold";
		src: url("css/Poppins-Bold.ttf");
		font-weight: bold;
	}

	@font-face {
		font-family: "Poppins-SemiBold";
		src: url("css/Poppins-SemiBold.ttf");
		font-weight: 600;
	}

	@font-face {
		font-family: "Poppins-Regular";
		src: url("css/Poppins-Regular.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: "Poppins-Light";
		src: url("css/Poppins-Light.ttf");
		font-weight: 300;
	}

	@font-face {
		font-family: "Athelas";
		src: url("css/Athelas-Regular.ttf");
		font-weight: normal;
	}

	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}		
	
	
	
	/*[BACKGROUND]*/	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 100%;
		bottom: 0px;
		background-position: 50% center; 
		background-repeat: repeat-x;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.bg-roxo{
		background: url("img/bg-roxo.jpg") top left;
		width: 100%;
		float: left;
	}
	
	.bg-footer{
		position: relative;
		background: #fff;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*[HEADER]*/
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 15px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 160px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 15px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	

	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: inline-block;
		position: relative;
		min-width: 100%;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 0 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 13px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #6a2653!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none!important;
	}

	.dropdown-content a:hover {
		background-color: #6a2653!important;
		opacity: 1;
		padding: 13px!important;
		border: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #6a2653!important;
	}
	
	
	
		
	/*agender*/
	.agender{
		float: left;
		width: 50%;
		margin: 15px 25% 30px;
		text-align: center
	}
	
	.agender a{
		background: #f1f1f1;
		color: #6a2653;
		padding: 12px;
		border-radius: 50px;
		font-size: 16px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	.agender a img{
		width: auto;
		position: relative;
		top: 5px;
	}
	
	.agender a strong{
		margin-left: 10px
	}
	
	/*header-contact*/
	.header-contact{
		float: right;
		width: 96%;
		margin: 0px 2% 0;
		background: #71a1a2;
		border-radius: 50px;
		padding: 16px 20px 22px;
		position: relative;
		top: 15px;
		text-align: center
	}
	
	.header-contact a:hover{
		opacity: 1!important
	}
	
	.header-contact a{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: 100;
	}
	
	.header-contact a#position{
		margin-right: 10px;
		width: 100%;
		float: left;
		margin-bottom: 10px;
		text-align: center
	}
	
	.header-contact a strong{
		font-style: normal;
		font-weight: 100;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.header-contact img{
		position: relative;
		top: 6px;
		margin-right: 8px
	}
	
	
	
	
/* [ARTICLE] */	
	
	
	h1{
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		color: #fff;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		margin: 50px 0;
		width: 100%;
		float: left;
	}

	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: left;
		width: 100%;
		margin: 0;
	}
		
	.about span h2{
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		color: #72afab;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 10px;
		width: 100%;
		float: left;
	}
	
	.about span h2#subtit{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		text-align: left;
		line-height: 1.2;
		font-weight: normal;
		margin: 0 0 20px;
	}
		
	.about span h2#subtit strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.about span h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		color: #72afab;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 15px 0 10px;
		width: 100%;
		float: left;
	}
		
	.about span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		color: #373435;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.about span p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.about span ul{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		list-style: none
	}
	
	.about span ul li{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #373435;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		border-bottom: 2px solid #6a2653;
		width: 100%;
		padding: 10px;
	}
	
	.about span ul li strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	/*partners*/
	.about span ul.partners{
		float: left;
		width: 100%;
		margin: 30px 0 0;
		list-style: none
	}
	
	.about span ul.partners li{
		text-align: center;
		float: left;
		border-bottom: 0;
		width: 40%;
		margin: 0 5%;
		padding: 0;
	}
		
		
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 25px 0 0;
		text-align: center;
		position: relative;
		z-index: 0
	}
	
	aside img{
		width: 300px;
	}
	
	aside a{
		float: left;
		width: 0;
		height: 0;
		border-radius: 0;
		margin: 0;
		text-align: center;
		background: url("img/bg-green.jpg") center center;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 0;
		color: #ffffff;
		line-height: 1.2;
		padding: 0;
		position: relative;
	}
		
	aside a img{
		margin-bottom: 0;
		width: 0
	}
		
	aside a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 0
	}
		
	aside a em{
		font-size: 0;
		color: #21615d;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-style: normal;
		position: relative;
		top: 0
	}
	
	
	/*collapsible*/
	aside#collapsible{
		float: left;
		width: 100%;
		margin: 0
	}

	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 0;
		width: 100%;
		text-align: center;
		outline: none;
		margin: 0;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		border: 4px solid #f6f6f6;
	}
		
	.collapsible span{
		background-color: transparent;
		color: #2e2e2e;
		font-weight: normal;
		font-size: 18px;
		padding: 15px 0;
		width: 100%;
		float: left;
		padding-left: 0;
	}
		
	.collapsible span strong{
		color: #6a2653;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		float: left;
		font-size: 27px;
		margin: 0 0 15px 0
		
	}
		
	.collapsible span:hover {
		opacity: 0.5;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: transparent;
	}
	
	.collapsible:after {
		content: url("img/icon-bottom.png");
		color: #201e1e;
		font-weight: bold;
		float: right;
		margin-left: 0;
		width: 100%;
		position: relative;
		top: -5px;
		margin-right: 0;
	}
	
	.active_c:after {
		content: url("img/icon-top.png");
	}
	
	.info {
		padding: 0 20px 20px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: transparent;
		margin-bottom: 5px;
		width: 100%;
		margin: 0;
		float: left;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #2e2e2e;
	}	
	
	.info figure{
		width: 100%;
		float: left;
		text-align: center;
		margin: 30px 0 0;
	}
	
	.info figure img{
		width: 300px;
	}
	
	.info h3 {
		padding: 10px 15px;
		font-size: 22px;
		text-align: center;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.3;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		background: #6a2653;
		color: #fff
	}
	
	.info h4 {
		padding: 10px 0;
		font-size: 20px;
		text-align: center;
		width: 100%;
		float: left;
		margin: 15px 0 -15px;
		line-height: 1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #6a2653
	}
	
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.4;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.info p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*modal*/
	.modal {
		display: none;
		position: fixed;
		z-index: 999;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%;
		overflow: none;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto 10%;
		padding: 25px 0 50px;
		border: 0;
		width: 80%;
		float: left;
		text-align: center;
		font-family: "Segoe UI", "Trebuchet MS";
		z-index: 999;
		position: relative;
		border-bottom: 5px solid #374231;
		border-radius: 45px;
	}

	.modal-content .item{ 
		width: 100%;
		float: right;
		text-align: center;
		margin: 0 0;
		overflow-y: auto; /* Adiciona a barra de rolagem quando necessário */
		max-height: 65vh; /* Ajuste conforme necessário */
		box-sizing: border-box;
		padding-right: 0;
	}
	
	/* Personalizando a barra de rolagem */
	.modal-content .item::-webkit-scrollbar {
    	width: 10px; /* Largura da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-track {
    	background: #f1f1f1; /* Cor do trilho da barra de rolagem */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb {
		background: #888; /* Cor da parte da barra de rolagem que desliza */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb:hover {
		background: #555; /* Cor quando o cursor passa sobre a barra de rolagem */
	}


	.modal-content h2 { 
		width: 100%;
		float: left;
		margin: 0 0 20px;
		font-size: 20px;
		font-weight: 300;
		line-height: 1.1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #6a2653
	}

	.modal-content p{ 
		width: 100%;
		float: left;
		margin: 15px 0 20px;
		font-weight: 300;
		line-height: 1.3;
		font-size: 15px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}
		
	.modal-content ul{
		width: 100%;
		margin: 15px 0 0;
		text-align: center;
		list-style: none;
		float: left
	}
	
	.modal-content ul li{
		width: 95%;
		margin: 0 2.5%;
		text-align: center;
		list-style: none;
		float: left;
	}
	
	.modal-content .item ul li img{ 
		width: 120px;
	}
	
	.modal-content .item h3 { 
		width: 100%;
		float: left;
		margin: 10px 0 0;
		font-size: 16px;
		line-height: 1.1;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #374231
	}
	
	.modal-content .item h3 strong { 
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.modal-content .item ul li p{
		text-align: center;
		height: auto;
		font-size: 16px;
		padding: 0 10px
	}
	
	.modal-content .item ul li a{ 
		width: 100%;
		float: left;
		margin: 0;
		font-weight: 300;
		line-height: 1.3;
		font-size: 16px;
		text-align: center;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #71a1a2
	}
	
	.close {
		color: #aaaaaa;
		float: none;
		font-size: 35px;
		font-weight: bold;
		position: relative;
		left: 0;
		top: -10px
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}	
		
	/*perfil*/
	.about span ul#perfil{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		list-style: none
	}
	
	.about span ul#perfil li{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		color: #373435;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		border-bottom: 2px solid #dbdbdb;
		width: 100%;
		padding: 20px 10px 15px;
		cursor: pointer
	}
	
	.about span ul#perfil li img{
		width: 25px;
		position: relative;
		top: 4px;
		left: -2px;
		margin-right: 15px
	}
	
	
	
	/*services*/
	.services{
		margin: 15px 0 0;
		float: left;
		width: 100%
	}
	
	.services figure{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.services figure img{
		padding: 15px 0
	}
	
	.services p{
		color: #6a2653!important
	}
	
	
	
	/*title*/
	.title{
		float: left;
		width: 30%;
		margin: 0;
		text-align: center;
		background: url("img/bg-title.jpg") bottom left;
		height: 600px;
		border-radius: 0 150px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		padding: 0 35px
	}
	
	.title h2{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 50px;
		float: left;
		width: auto;
		margin: 0 0 25px;
		font-weight: 300
	}
		
	.title p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		line-height: 1.2;
	}
	
	.title p span{
		padding: 30px 35px;
		width: 50%;
		margin: 0;
		border-bottom: 7px solid #73aeaa;
		position: relative;
		top: -20px
	}
		
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 70px 0;
		text-align: center;
	}
	
	.sidebar figure{
		float: left;
		width: 100%;
		text-align: center;
		margin: -30px 30px 0 0
	}
	
	.sidebar figure.row{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 50px
	}
	
	.sidebar figure.row p{
		font-size: 18px;
	}
	
	.sidebar p{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.2
	}
	
	.sidebar h2{
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.2;
		margin: 15px 0 0
	}
	
	.sidebar p.min{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.2
	}
	
	.sidebar p.min-b{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.2
	}
	
	
	.sidebar p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*tit*/
	.tit{
		float: left;
		width: 80%;
		margin: 120px 10%;
		text-align: center;
		color: #fff
	}
	
	.tit h2{
		line-height: 1;
		font-size: 45px;
		font-weight: lighter;
		margin: 0 0 15px;
		text-transform: uppercase;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.tit p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.4;
	}
	
	.tit a{
		font-size: 18px;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		border-radius: 50px;
		border: 2px solid #fff;
		padding: 10px 20px;
		position: relative;
		top: 45px;
	}
	
	.tit span{
		float: left;
		width: 80%;
		margin: 10px 10% 35px
	}
	
	.tit span h3{
		background: rgba(255,255,255,1.00);
		color: #000000;
		font-size: 23px;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		padding: 15px;
		border-radius: 50px;
		margin-bottom: 10px
	}
	
	.tit span p{
		font-size: 15px;
		height: auto;
		line-height: 1.3
	}
	
	/*map*/
	.map{
		float: left;
		width: 98%;
		margin: 0 1%;
		height: 400px;
		border: 0;
		border-radius: 50px;
		padding: 25px;
		filter: grayscale(100%);
		opacity: 0.7;
	}
	

	
	
	
	
/*[FOOTER] */		
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
		
	form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1;
		color: #61234c;
		text-align: center;
		margin-bottom: 15px
	}
									
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 16px;
		color: #262626;
		padding: 16px 14px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #efefef;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-form-b.png") center left no-repeat #fff;
		padding-left: 50px;
		border-radius: 50px;
	}
	
	.calculator{
		width: 60%;
		font-family: "Poppins-Regular", sans-serif;
		margin: 10px 20%!important;
		background: #fff;
		color: #454545;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send{
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #6a2653;
		text-align: center;
		padding: 12px 18px;
		border-radius: 50px;
		font-size: 18px;
		line-height: 1
	}	
	
	
	#bg-perfil{
		background: url("img/bg-form-a.png") center left no-repeat #fff;
	}
	
	#bg-whatsapp{
		background: url("img/bg-form-c.png") center left no-repeat #fff;
	}
	
	label{
		font-size: 12px;
		margin: 15px 0 0;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #262626;
		width: 100%;
		float: left;
		font-weight: normal;
	}

	.send:hover{
		transition: 1s;
		opacity: 1;
		cursor: pointer;
		transform: scale(0.95)
	}
	
	.input::placeholder {
		color: #262626;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #262626;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #262626;
	}
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		margin: 50px 0;
		list-style: none;
	}
	
	ul.footer li{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	ul.footer li h2{
		color: #73aeaa;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 40px;
		font-weight: normal;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	ul.footer li p{
		color: #2f2f2f;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 0 0 40px;
	}
		
	ul.footer li a{
		width: 100%;
		float: left;
		text-align: left;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		margin: 0 0 25px
	}
	
	ul.footer li figure {
		width: 60%;
		float: left;
		text-align: center;
		margin: 0 20%;
		background: #73aeaa;
		border-radius: 50px;
		color: #ffffff;
		font-size: 22px;
		padding: 10px 15px;
	}
	
	ul.footer li figure img{
		width: 20px;
		position: relative;
		margin-right: 10px;
		top: 2px
	}
	
	ul.footer li span {
		width: 100%;
		float: left;
		font-size: 18px;
		color: #262626;
		margin: 8px 0;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		text-align: center
	}
	
	
	
	/*sub-footer*/
	.sub-footer{
		width: 100%;
		margin: 25px 0;
		float: left
	}
	
	.sub-footer a.ans{
		text-align: center;
		margin: 0 0 25px;
		width: 100%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #434343;
		font-size: 12px;
		line-height: 1.3;
	}
	
	.sub-footer a.ans em{
		color: #6a2653;
		font-style: normal;
	}
	
	.sub-footer a.ans strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.sub-footer a.ans img{
		width: 100px;
		float: none;
		margin-right: 0;
		position: relative;
		top: -10px
	}
	
	.sub-footer span{
		float: right;
		list-style: none;
		margin: 10px 20% 0;
		width: 60%;
	}
	
	.sub-footer span a{
		width: 45%;
		margin: 0 2.5%;
		float: left;
		text-align: center;
	}
	

		
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
}





@media only screen and (min-width: 603px) {	
	
	/*logo*/
	a.logo img{ 
		width: 220px;
	}
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
	}	
	
	.header-contact a#position{
		margin-right: 0;
		width: 50%;
		float: left;
		text-align: center
	}
			
	.modal-content ul li{
		width: 45%;
		margin: 0 2.5%;
	}
		
	/*services*/
	.services figure{
		width: 30%;
	}
		
	
	/*map*/
	.map{
		height: 250px
	}
	
	
	/*footer*/
	ul.footer li{
		width: 50%;
	}
	
	
}



@media only screen and (min-width: 1024px) {

/*[Elements] */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}


/*[BACKGROUND]*/	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 100%;
		bottom: 0px;
		background-position: 50% center; 
		background-repeat: repeat-x;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.bg-roxo{
		background: url("img/bg-roxo.jpg") top left;
		width: 100%;
		float: left;
	}
	
	.bg-footer{
		position: relative;
		background: url("img/bg-footer.jpg") top center no-repeat #fff;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*[HEADER]*/
	/*logo*/
	a.logo{
		width: 150px;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 150px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 85px 0 0!important;
		font-weight: normal;
		padding: 0!important;
		letter-spacing: -0.3px
	}	
	
	
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 250px;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 15px 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 8px 15px 7px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border: 1px solid #FFF!important;
		background-color: #6a2653!important;
		height: auto!important;
		font-weight: normal;
		text-transform: none!important;
		border-radius: 50px!important;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 2px!important; 
		text-align: left!important
	}

	.dropdown-content a:hover {
		background-color: rgba(0,0,0,0.9)!important;
		opacity: 1!important;
		padding: 8px 15px 7px!important;
		font-weight: normal;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #6a2653!important;
	}
	

		
	/*agender*/
	.agender{
		float: right;
		width: auto;
		margin: 90px 0 0 25px;
	}
	
	.agender a{
		background: #f1f1f1;
		color: #6a2653;
		padding: 15px;
		border-radius: 50px;
		font-size: 16px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	.agender a img{
		width: auto;
		position: relative;
		top: 5px;
	}
	
	.agender a strong{
		margin-left: 10px
	}
	
	/*header-contact*/
	.header-contact{
		float: right;
		width: auto;
		margin: 30px 0 0;
		background: #71a1a2;
		border-radius: 50px;
		padding: 16px 30px 16px;
		position: relative;
		top: 25px;
	}
	
	.header-contact a:hover{
		opacity: 1!important
	}
	
	.header-contact a{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: 100;
	}
	
	.header-contact a#position{
		margin-right: 40px;
		width: auto;
		float: left;
		margin-bottom: 10px;
		text-align: left
	}
		
	.header-contact a strong{
		font-style: normal;
		font-weight: 100;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.header-contact img{
		position: relative;
		top: 6px;
		margin-right: 10px
	}
	
	
		
	
/* [ARTICLE] */	
	
	
	h1{
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 80px;
		color: #fff;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 70px 0;
		width: 100%;
		float: left;
	}

	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 120px 0 60px;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: right;
		width: 55%;
		margin: 0;
	}
		
	.about span h2{
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 55px;
		color: #72afab;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 35px 0 20px;
		width: 100%;
		float: left;
	}
		
	.about span h2#subtit{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		text-align: left;
		line-height: 1.2;
		font-weight: normal;
		margin: 0 0 20px;
	}
		
	.about span h2#subtit strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
		
	.about span h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		color: #72afab;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 45px 0 10px;
		width: 100%;
		float: left;
	}
		
	.about span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		color: #373435;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.about span ul{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		list-style: none
	}
	
	.about span ul li{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		color: #373435;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		border-bottom: 2px solid #6a2653;
		width: 100%;
		padding: 20px 10px;
	}
	
	.about span ul li strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	/*partners*/
	.about span ul.partners li{
		text-align: center;
		float: left;
		border-bottom: 0;
		width: 31.3%;
		margin: 0 1% 10px;
		padding: 0;
	}

	
		
	/*aside*/
	aside{
		float: left;
		width: 43%;
		margin: 0;
		text-align: left;
		position: relative;
		z-index: 0
	}
	
	aside img{
		width: auto;
	}
	
	aside a{
		float: left;
		width: 230px;
		height: 230px;
		border-radius: 50%;
		margin: -90px 0 0 110px;
		text-align: center;
		background: url("img/bg-green.jpg") center center;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #ffffff;
		line-height: 1.2;
		padding: 35px 0;
		position: relative;
	}
		
	aside a img{
		margin-bottom: 15px;
		width: auto
	}
		
	aside a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 26px
	}
		
	aside a em{
		font-size: 14px;
		color: #21615d;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-style: normal;
		position: relative;
		top: 12px
	}
	
	
	/*collapsible*/
	aside#collapsible{
		float: left;
		width: 100%;
		margin: 0
	}

	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 0;
		width: 100%;
		text-align: left;
		outline: none;
		margin: 0;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		border: 4px solid #f6f6f6;
	}
		
	.collapsible span{
		background-color: transparent;
		color: #2e2e2e;
		font-weight: normal;
		font-size: 18px;
		padding: 25px 25px 22px 10px;
		width: 92%;
		float: left;
		padding-left: 3%;
	}
		
	.collapsible span strong{
		color: #6a2653;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		float: left;
		font-size: 27px;
		margin: 0 15px 15px 0
		
	}
		
	.collapsible span:hover {
		opacity: 0.5;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: rgba(236,236,236,1.00);
	}
	
	.collapsible:after {
		content: url("img/icon-bottom.png");
		color: #201e1e;
		font-weight: bold;
		float: right;
		margin-left: 0;
		width: 5%;
		position: relative;
		top: 28px;
		margin-right: 20px;
	}
	
	.active_c:after {
		content: url("img/icon-top.png");
	}
	
	.info {
		padding: 0 20px 20px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: transparent;
		margin-bottom: 5px;
		width: 100%;
		margin: 0;
		float: left;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #2e2e2e;
	}	
	
	.info figure{
		width: 100%;
		float: left;
		text-align: center;
		margin: 30px 0 0;
	}
	
	.info figure img{
		width: 350px;
	}
	
	.info h3 {
		padding: 10px 15px;
		font-size: 22px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.3;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		background: #6a2653;
		color: #fff
	}
	
	.info h4 {
		padding: 10px 0;
		font-size: 20px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 -15px;
		line-height: 1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #6a2653
	}
	
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.4;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.info p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	
	
	
	/*modal*/
	.modal {
		display: none;
		position: fixed;
		z-index: 999;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%;
		overflow: none;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto 10%;
		padding: 25px 0 50px;
		border: 0;
		width: 80%;
		float: left;
		text-align: center;
		font-family: "Segoe UI", "Trebuchet MS";
		z-index: 999;
		position: relative;
		border-bottom: 5px solid #374231;
		border-radius: 45px;
	}

	.modal-content .item{ 
		width: 80%;
		float: right;
		text-align: center;
		margin: 0 10%;
		overflow-y: auto; /* Adiciona a barra de rolagem quando necessário */
		max-height: 65vh; /* Ajuste conforme necessário */
		box-sizing: border-box;
		padding-right: 30px;
	}
	
	/* Personalizando a barra de rolagem */
	.modal-content .item::-webkit-scrollbar {
    	width: 10px; /* Largura da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-track {
    	background: #f1f1f1; /* Cor do trilho da barra de rolagem */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb {
		background: #888; /* Cor da parte da barra de rolagem que desliza */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb:hover {
		background: #555; /* Cor quando o cursor passa sobre a barra de rolagem */
	}


	.modal-content h2 { 
		width: 100%;
		float: left;
		margin: 0 0 20px;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #6a2653
	}

	.modal-content p{ 
		width: 100%;
		float: left;
		margin: 15px 0 20px;
		font-weight: 300;
		line-height: 1.3;
		font-size: 16px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}
		
	.modal-content ul{
		width: 100%;
		margin: 15px 0 0;
		text-align: center;
		list-style: none;
		float: left
	}
	
	.modal-content ul li{
		width: 45%;
		margin: 0 2.5%;
		text-align: center;
		list-style: none;
		float: left;
	}
	
	.modal-content ul li.max_column{
		width: 80%;
		margin: 0 10%;
	}
	
	.modal-content .item ul li img{ 
		width: 120px;
	}
	
	.modal-content .item h3 { 
		width: 100%;
		float: left;
		margin: 10px 0 0;
		font-size: 16px;
		line-height: 1.1;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #374231
	}
	
	
	.modal-content .item ul li p{
		text-align: center;
		height: auto;
		font-size: 16px;
		padding: 0 10px
	}
	
	.modal-content .item ul li a{ 
		width: 100%;
		float: left;
		margin: 0;
		font-weight: 300;
		line-height: 1.3;
		font-size: 20px;
		text-align: center;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #71a1a2
	}
	
	.close {
		color: #aaaaaa;
		float: right;
		font-size: 35px;
		font-weight: bold;
		position: relative;
		left: -45px;
		top: -10px
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}	
		
	/*perfil*/
	.about span ul#perfil{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		list-style: none
	}
	
	.about span ul#perfil li{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		color: #373435;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		border-bottom: 2px solid #dbdbdb;
		width: 100%;
		padding: 20px 10px 15px;
		cursor: pointer
	}
	
	.about span ul#perfil li img{
		width: 25px;
		position: relative;
		top: 4px;
		left: -2px;
		margin-right: 15px
	}
		
	
	
	/*services*/
	.services{
		margin: 30px 0 0;
		float: left;
		width: 100%
	}
	
	.services figure{
		float: left;
		width: 20%;
		margin: 0;
		text-align: left
	}
	
	.services figure img{
		padding: 15px 0
	}
	
	.services p{
		color: #6a2653!important
	}
	
	
	
	/*title*/
	.title{
		float: left;
		width: 30%;
		margin: 0;
		text-align: center;
		background: url("img/bg-title.jpg") bottom left;
		height: 600px;
		border-radius: 0 150px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		padding: 0 35px
	}
	
	.title h2{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 80px;
		float: left;
		width: auto;
		margin: 0 0 25px;
		font-weight: 300
	}
		
	.title p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		line-height: 1.2;
	}
	
	.title p span{
		padding: 30px 35px;
		width: 50%;
		margin: 0;
		border-bottom: 7px solid #73aeaa;
		position: relative;
		top: -20px
	}
		
	
	/*column*/
	ul.column{
		float: left;
		width: 65%;
		margin: 0 2.5%;
		list-style: none;
	}
	
	ul.column li{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		text-align: center;
		height: 600px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}

	ul.column li figure{
		font-size: 0
	}

	
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 100px 0;
		text-align: left;
	}
	
	.sidebar figure{
		float: left;
		width: auto;
		text-align: center;
		margin: -30px 30px 0 0
	}
	
	.sidebar figure.row{
		float: left;
		width: 50%;
		text-align: center;
		margin: 0
	}
	
	.sidebar figure.row p{
		font-size: 20px;
	}
	
	.sidebar p{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		line-height: 1.2
	}
	
	.sidebar h2{
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		line-height: 1.2;
		margin: 15px 0 0
	}
	
	.sidebar p.min{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.2
	}
	
	.sidebar p.min-b{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.2
	}
	
	
	.sidebar p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*tit*/
	.tit{
		float: left;
		width: 80%;
		margin: 120px 10%;
		text-align: center;
		color: #fff
	}
	
	.tit h2{
		line-height: 1;
		font-size: 45px;
		font-weight: lighter;
		margin: 0 0 15px;
		text-transform: uppercase;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.tit p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.4;
	}
	
	.tit a{
		font-size: 18px;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		border-radius: 50px;
		border: 2px solid #fff;
		padding: 10px 20px;
		position: relative;
		top: 45px;
	}
	
	.tit span{
		float: left;
		width: 31.3%;
		margin: 10px 0 35px
	}
	
	.tit span h3{
		background: rgba(255,255,255,1.00);
		color: #000000;
		font-size: 23px;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		padding: 15px;
		border-radius: 50px;
		margin-bottom: 10px
	}
	
	.tit span p{
		font-size: 15px;
		height: 90px;
		line-height: 1.3
	}
	
	/*map*/
	.map{
		float: left;
		width: 98%;
		margin: 0 1%;
		height: 400px;
		border: 0;
		border-radius: 50px;
		padding: 25px;
		filter: grayscale(100%);
		opacity: 0.7;
	}
	
	

	
/*[FOOTER] */		
	
	/*form*/
	form{
		float: right;
		width: 80%;
		margin: 0;
		text-align: center;
	}
		
	form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1;
		color: #61234c;
		text-align: right;
		margin-bottom: 25px
	}
									
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 16px;
		color: #262626;
		padding: 16px 14px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #efefef;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-form-b.png") center left no-repeat #fff;
		padding-left: 50px;
		border-radius: 50px;
	}
	
	
	.calculator{
		width: 60%;
		font-family: "Poppins-Regular", sans-serif;
		margin: 10px 20%!important;
		background: #fff;
		color: #454545;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send{
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #6a2653;
		text-align: center;
		padding: 12px 18px;
		border-radius: 50px;
		font-size: 18px;
		line-height: 1
	}	
 
	label{
		font-size: 12px;
		margin: 15px 0 0;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #262626;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		margin: 140px 0;
		list-style: none;
	}
	
	ul.footer li{
		float: left;
		width: 50%;
		margin: 0;
		text-align: left;
	}
	
	ul.footer li h2{
		color: #73aeaa;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		font-weight: normal;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	ul.footer li p{
		color: #2f2f2f;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 0 0 40px;
	}
		
	ul.footer li a{
		width: 100%;
		float: left;
		text-align: left;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		margin: 0 0 25px
	}
	
	ul.footer li figure {
		width: auto;
		float: left;
		text-align: center;
		margin: 0;
		background: #73aeaa;
		border-radius: 50px;
		color: #ffffff;
		font-size: 22px;
		padding: 10px 15px;
	}
	
	ul.footer li figure img{
		width: 20px;
		position: relative;
		margin-right: 10px;
		top: 2px
	}
	
	ul.footer li span {
		width: 100%;
		float: left;
		font-size: 18px;
		color: #262626;
		margin: 8px 0 0 12px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		text-align: left;
	}
	
	
	/*sub-footer*/
	.sub-footer{
		width: 100%;
		margin: 70px 0 25px;
		float: left
	}
	
	.sub-footer a.ans{
		text-align: left;
		margin: 0;
		width: 60%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #434343;
		font-size: 14px;
		line-height: 1.3;
	}
	
	.sub-footer a.ans em{
		color: #6a2653;
		font-style: normal;
	}
	
	.sub-footer a.ans strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.sub-footer a.ans img{
		width: 120px;
		float: left;
		margin-right: 35px;
		position: relative;
		top: -20px
	}
	
	.sub-footer span{
		float: right;
		list-style: none;
		margin: 10px 0 0;
		width: 15%;
	}
	
	.sub-footer span a{
		width: 45%;
		margin: 0 2.5%;
		float: left;
		text-align: center;
	}
		
		
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
			
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

