@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }

body {
	
    margin: 0;
    padding: 0;
    
}






/* Frase final */


.FraseFinal {
	
	width: 100%;
	height: auto;
	background-color: #c1ddef;
	padding-bottom: 90px
	
}



.Title-FraseFinal {
	
	font-family: 'Lato', sans-serif;
	color: #006fb8;
	font-size: 26px;
	font-weight: 900;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 15px;

}


.Texto-FraseFinal {
	
	font-family: 'Lato', sans-serif;
	color: #053051;
	font-size: 16px;
	width: 95%;
	font-weight: 400;
	text-align: left;
	padding-left: 80px;
	padding-right: 80px;
	margin-top: 50px;
	line-height: 25px;
	
}


.Texto-FraseFinal p { height: 12px }


.Boton-FraseFinal {
	
	width: auto;
	height: auto;
	padding: 12px;
	border-radius: 2px;
	border: 1px solid #006fb8;
	font-family: 'Lato', sans-serif;
	margin-top: 60px;
	font-size: 12px;
	cursor: pointer;

}

.Boton-FraseFinal:hover {
	
	border: 1px solid #006fb8;
	background-color: #006fb8;
	color: #fff;
	transition: all 0.5s;

}



.Boton-Whatss-Index {
	
	padding: 12px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	background-color: #166f25;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: 360px;
	text-align: center;

}


.Boton-Whatss-Index:hover {
	
	background-color:  #c1ddef;
	transition: all 0.5s;
	border: 1px solid #166f25;
	color: #166f25
	
}




@media (max-width:808px) {


/* Frase final */


.FraseFinal {
	
	width: 100%;
	height: auto;
	background-color: #c1ddef;
	
}

.Title-FraseFinal {
	
	color: #006fb8;
	font-size: 22px;
	font-weight: 900;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 15px;

}


.Texto-FraseFinal {
	
	color: #053051;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
	padding-right: 20px;
	padding-left: 20px;
}


.Boton-FraseFinal {
	
	width: auto;
	height: auto;
	padding: 12px;
	border-radius: 2px;
	border: 1px solid #006fb8;
	margin-top: 60px;
	font-size: 12px;
	cursor: pointer;

}

.Boton-FraseFinal:hover {
	
	border: 1px solid #006fb8;
	background-color: #006fb8;
	color: #fff;
	transition: all 0.5s;

}



.Boton-Whatss-Index {
	
	padding: 12px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	float: left;
	background-color: #166f25;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: 60px;

}


.Boton-Whatss-Index:hover {
	
	background-color:  #c1ddef;
	transition: all 0.5s;
	border: 1px solid #166f25;
	color: #166f25
	
}


	
}




@media (max-width:560px) {

/* Frase final */


.FraseFinal {
	
	width: 100%;
	height: auto;
	background-color: #c1ddef;
	margin-top: 1200px
	
}

.Title-FraseFinal {
	
	color: #006fb8;
	font-size: 22px;
	font-weight: 900;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 15px;

}


.Texto-FraseFinal {
	
	color: #053051;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
		padding-right: 20px;
	padding-left: 20px;
}


.Boton-FraseFinal {
	
	width: auto;
	height: auto;
	padding: 12px;
	border-radius: 2px;
	border: 1px solid #006fb8;
	margin-top: 60px;
	font-size: 12px;
	cursor: pointer;

}

.Boton-FraseFinal:hover {
	
	border: 1px solid #006fb8;
	background-color: #006fb8;
	color: #fff;
	transition: all 0.5s;

}



.Boton-Whatss-Index {
	
	padding: 12px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 2px;
	float: left;
	background-color: #166f25;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: 60px;

}


.Boton-Whatss-Index:hover {
	
	background-color:  #c1ddef;
	transition: all 0.5s;
	border: 1px solid #166f25;
	color: #166f25
	
}

	
}

