/*********************************************************/
/*	STYLE CSS										 	 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
html, body {width:100%; height:100%; background-color: #000; font-family: "Lato", sans-serif;}
/*********************************************************/
:root {
	--laranja: #F29728;
	--azul: #172233;
}

.esquerda {width: 47%; float: left;}
.direita {width: 47%; float: right;}

.aparecer {display: none !important;}

.bgcover {background-repeat: no-repeat; background-size: cover; background-position: center center;}
.bg100  {background-repeat: no-repeat; background-size: 100%; background-position: center center;}

h1, h2, h3 {font-family: "Rubik", sans-serif; font-weight: 800;}
p {color: #fff; font-size: 1.1em; line-height: 30px;}
span {color: var(--laranja);}

.botao-branco {background-color: #fff; padding: 10px 30px; border-radius: 10px; font-weight: 700; font-size: 1.1em; cursor: pointer;}
.botao-branco:hover {background-color: #000; color: #fff;}

.botao {background-color: var(--laranja); padding: 10px 30px; border-radius: 10px; font-weight: 700; font-size: 1.1em; cursor: pointer; color: #fff;}
.botao:hover {background-color: #000; color: #fff;}
/*********************************************************/
/*	TOPO & RODAPE										 */
/*********************************************************/
header {width: 100%; height: 100%; display: table; background-position: bottom;}
header h1 {color: #fff; font-size: 2.6em; padding: 80px 0 40px 0;}
header p {color: #fff;}
header .logo {width: 235px; height: 120px;}
header .social li {float: left; color: #fff; font-size: 1.6em; padding-right: 20px;}
header .social li:hover {color: var(--laranja);}
header .esquerda {padding-top: 10%;}
/*********************************************************/
footer {width: 100%; display: table; text-align: center; }
footer .logo {width: 235px; height: 120px; margin: 0 auto 20px auto; display: inline-block;}
footer .social {padding-bottom: 20px;}
footer .social li{display: inline-block; font-size: 1.6em; color: #fff; padding: 0 10px;}
footer .social li:hover {color: var(--laranja);}
footer .texto {font-size: 1.4em; font-weight: 800; color: #fff;}
/*********************************************************/
.fim {padding-bottom: 20px; }
.fim p {color: #fff; font-size: 0.9em;}
.fim a {color: #fff;}
.fim a:hover {color: var(--laranja);}
/*********************************************************/
.tela-1 {width: 100%; display: table; padding: 80px 0;}
.tela-1 h1 {color: #fff; padding-bottom: 40px; font-size: 2em;}
.tela-1 h2 {color: var(--laranja); font-size: 1.4em; padding-bottom: 10px;}
.tela-1 i {padding-right: 10px;}
.tela-1 li {width: 100%; display: table; padding-bottom: 25px;}
.tela-1 .quadro {width: 100%; padding: 30px; border-radius: 10px; border: 2px solid var(--azul);}
.tela-1 .texto {padding-left: 40px;}
.tela-1 .esquerda {padding-top: 60px;}
.tela-1 .direita {width: 53%;}
/*********************************************************/
.tela-2 {width: 100%; display: table; padding: 40px 0 80px 0; position: relative;}
.tela-2 h1 {color: #fff; padding-bottom: 40px; font-size: 2em; text-align: center;}

.tela-2 .imagem {width: 850px; height: 500px; margin: auto;}
.tela-2 .quadro-e {position: absolute; left: 0; top: 80%;}
.tela-2 .quadro-d {position: absolute; right: 0; top: 10%;}
.tela-2 li {padding: 10px 20px; color: #fff; font-family: "Rubik", sans-serif; border: 1px solid var(--azul); border-radius: 10px; background-color: rgba(10, 24, 34, 0.8); margin-bottom: 20px;}
/*********************************************************/
.tela-3 {width: 100%; display: table; padding: 40px 0; background-color: var(--laranja); background-image: url(../images/bg1.png); background-attachment: fixed;}
.tela-3 h1 {font-size: 1.8em; padding-bottom: 20px;}
.tela-3 p {color: #000;}
/*********************************************************/
.tela-4 {width: 100%; display: table; padding: 80px 0; text-align: center;}
.tela-4 h1 {font-size: 2em; color: #fff; padding-bottom: 40px;}
.tela-4 .texto {width: 60%; margin: auto;}
/*********************************************************/
.tela-5 {width: 100%; display: table; padding: 40px 0; min-height: 500px; background-image: url(../images/bg2.jpg); background-position: center center;}
.tela-5 h1 {font-size: 2em; padding-bottom: 80px; text-align: center; color: #fff}
.tela-5 h2 {font-size: 1em; color: #fff; text-align: center; padding-bottom: 10px;}
.tela-5 h3 {color: var(--laranja); font-size: 1.4em; font-weight: 700; padding-bottom: 10px;}
.tela-5 h3:hover {color: #fff;}
.tela-5 i {color: #fff; font-size: 2em; height: 80px; width: 80px; border-radius: 50%; margin: auto; border: 2px solid var(--azul);background-color: rgba(10, 24, 34, 0.8); display: flex; justify-content: center; align-items: center;}
.tela-5 i:hover {color: var(--laranja);}
.tela-5 p {line-height: 25px;}

.tela-5 .quadro {width: 31%; float: left; margin: 0 1% 40px 1%; min-height: 180px;}
.tela-5 .icone {width: 30%; float: left; }
.tela-5 .texto {width: 68%; float: right;}
/*********************************************************/
.modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); }
.modal h2 {text-align: center; color: var(--laranja); margin-bottom: 30px;}
.modal .input {border: 1px solid var(--azul); padding: 10px; width: 100%; border-radius: 10px; font-family: "Rubik", sans-serif; }
.modal label {display: block; padding-bottom: 5px; color: #fff; padding-left: 10px; font-family: "Rubik", sans-serif; font-size: 0.9em; font-weight: 300;}
.modal-content { background-color: #000; margin: 5% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 650px; border-radius: 10px;}
.close { color: #aaa; float: right; font-size: 28px; font-weight: bold; }
.close:hover, .close:focus { color: var(--laranja); text-decoration: none; cursor: pointer; }
/*********************************************************/
.tela-6 {width: 100%; padding-bottom: 40px; text-align: center;}
.tela-6 h1 {font-size: 2em; padding-bottom: 60px; color: #fff;}
.tela-6 .quadro {width: 75%; margin: auto; height: 120px;}
/*********************************************************/
.tela-7 {width: 100%; display: table; padding: 20px 0 60px 0; background-color: #fff; margin-bottom: 30px;}
/*.tela-7 .esquerda {min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 48%;}
.tela-7 .direita {min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 50%;}*/
.tela-7 .esquerda {width: 70%; margin: auto; float: none;}
.tela-7 .direita {width: 55%; margin: 0 auto 20px auto; float: none;}
.tela-7 p {color:#000;}
.tela-7 i {color: var(--laranja); font-size: 1.2em; padding-right: 20px;}
/*********************************************************/
.interno {height: auto !important; padding-bottom: 30px; background-position: bottom;}
/*********************************************************/
.coberturas {width: 100%; text-align: center; padding: 20px 0; display: flex;align-items: stretch; flex-wrap: wrap;}
.coberturas li {width: 19%; font-size: 0.9em; min-height: 140px;}
.coberturas i {width: 100%; font-size: 3em; padding: 0 0 20px 0; }
/*********************************************************/