/*

#eae2cb - BEGE
#fbbd0c - AMARELO
#eb5d0b - LARANJA
#072d3e - AZUL ESCURO
#1d9caa - AZUL TURQUEZA

*/
body{
	background-color: #fff;
	font-family: 'Ubuntu', sans-serif;
	}

/* HEADER */
header{
	background-color: #fff;
	border-bottom: 5px solid #1d9caa;
	}

/* NAVBAR SUPERIOR */
.navbar-superior{
	background-color: #072d3e;
	}

.navbar-superior a{
	color: #fff;
	}

.navbar-superior a:hover{
	color: #1d9caa;
	}

.btn-laranja{
	background-color: #eb5d0b;
	border: none;
	}

.btn-turqueza{
	background-color: #1d9caa;
	border: none;
	}

.btn-laranja:hover,
.btn-turqueza:hover{
	background-color: #072d3e;
	}

/* SLIDER */
#slider{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,226,203,1) 100%);
	border-bottom: 5px solid #072d3e;
	}

#slider h2{
	color: #072d3e;
	font-weight: 500;
	font-size: 2.5em;
	padding-bottom:1em;
	}

/* BENEFICIOS */
#beneficios{
	background-color: #fff;
	border-bottom: 5px solid #1d9caa;
	}

#beneficios h2{
	color: #1d9caa;
	font-weight: 500;
	font-size: 3em;
	padding: 1em;
	}

#beneficios h3{
	color: #072d3e;
	font-weight: 300;
	font-size: 1.5em;
	padding: 1em;
	}

#beneficios a{
	color: #072d3e;
	font-weight: 500;
	font-size: 2.2em;
	text-decoration: none;
	}

#beneficios a:hover{
	color: #1d9caa;
	}

/* PARCEIROS */
#parceiros{
	background-color: #fff;
	border-bottom: 5px solid #1d9caa;
	}

#parceiros h2{
	color: #1d9caa;
	font-weight: 500;
	font-size: 3em;
	}

/* PLANOS */
#planos{
	background-color: #fff;
	}

#planos h2{
	color: #1d9caa;
	font-weight: 500;
	font-size: 3em;
	}

#planos .card-body{
	color: #fff;
	padding: 2em 1em;
	}

#planos h5{
	font-size: 2em;
	font-weight: 300;
	}

#planos h5 span{
	color:#ffcc00;
	}

#planos .seja-gold{
	background-color: #eb5d0b;
	}

#planos .seja-platinum{
	background-color: #1d9caa;
	}

#planos .seja-black{
	background-color: #000;
	}

#planos .seja-family-black{
	background-color: #072d3e;
	}

/* APP */
#app{
	background-color: #1d9caa;
	}

#app h3{
	color: #fff;
	font-size: 3em;
	}

#app h4{
	color: #fff;
	font-size: 2em;
	}

/* CONTEUDO */
#conteudo{
	background-color: #fff;
	border-bottom: 5px solid #1d9caa;
	}

#conteudo h2{
	color: #1d9caa;
	font-weight: 500;
	font-size: 3em;
	}

#conteudo h3{
	color: #1d9caa;
	font-weight: 500;
	font-size: 2em;
	text-align: center;
	padding: 1em 0;
	}

#conteudo h4{
	color: #1d9caa;
	font-weight: 500;
	font-size: 1.8em;
	padding-top: 1em;
	}

#conteudo p{
	font-weight: 300;
	font-size: 1.4em;
	}

/* FOOTER */
footer{
	background-color: #fff;
	}

footer h3{
	color: #eb5d0b;
	font-size: 1em;
	}

.footer-copyright{
	background-color: #072d3e;
	color: #fff;
	font-weight: 300;
	}

.footer-copyright a{
	color: #fff;
	text-decoration: none;
	}

.footer-copyright a:hover{
	color: #1d9caa;
	}

.whatsapp{
	color: #072d3e;
	font-size: 1.5em;
	text-decoration: none;
	}

.ddd{
	font-size: 0.5em;
	}

	

/* SMARTPHONES */
@media only screen and (max-width: 599px) {

	.buttons-menu{padding-top: 0.8em;}

	#slider{padding-top: 1em;text-align: center;height: 354px;}
	#slider h2{font-size: 1.7em;padding-bottom:0.5em;}

	#beneficios h2{font-size: 2.5em;}
	#beneficios h3{font-size: 1.4em;}
	#beneficios img{width: 30%;}

	#parceiros h2{font-size: 2.5em;}

	#planos h2{font-size: 2.5em;}


	#conteudo h2{font-size: 2em;}
	#conteudo h3{font-size: 1.8em;}
	#conteudo h4{font-size: 1.4em;padding-top: 0.8em;}
	#conteudo p{text-align: center;}
	.navbar-superior{text-align: center;}
	}

/* TABLETS */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

/* LAPTOP / DESKTOP */
@media only screen and (min-width: 960px) and (max-width: 1280px) {

	}