body {
	font-family: 'Poppins', sans-serif;
}

header {
	background-image: url(../img/background.png);
    background-size: cover;
    color: #FFF;
    height: 100vh;
}

#sac {
	width: 150px;
    background-color: #01276b;
    border: 5px solid #002fb2;
}

.sac {
	width: 150px;
}

.imgiso {
	position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
}

#logo {
	max-width: 100%;
}

h1 {
	font-size: 65px;
    font-weight: 900;
    line-height: 60px;
    margin-top: 80px;
}

p {
	font-size: 15px;
}

header p {
	max-width: 70%;
	margin-top: 40px;
	font-size: 20px;
}

section {
	padding: 50px 0px;
}

.comparativo {
	text-align: center;
	margin: auto;
	background-color: #061228;
	padding: 2em;
	position: relative;
	z-index: 1;
}

.comparativo > p {
	color: #fff;
	width: fit-content;
	border-radius: 3px;
	padding: 1em;
	font-size: 20px;
	margin: auto;
	cursor: pointer;
	background-color: #004ac8;
}

#problemas {
	padding: 0px;
	margin-bottom: 20px;
}

#solucao {
	padding: 50px 0px 0px 0px;
	background-color: #efefef;
}

.informacoes {
	padding: 0px;
}

h2 {
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 35px;
	color: #004ac8;
	text-transform: uppercase;
	margin-top: 50px;
}

h3 {
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 20px;
	color: #004ac8;
	text-transform: uppercase;
}

p.box {
	font-size: 20px;
	font-weight: 600;
	color: #a1a7aa;
	text-transform: uppercase;
	line-height: 25px;
}

.text-black {
	color: #061228;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.box {
	background: #FFF;
	border-radius: 10px;
	height: 10rem;
	width: 10rem;
	box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 1%), 0px 1px 31px 8px rgb(0 0 0 / 5%), 0px 1px 25px 0px rgb(0 0 0 / 8%);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	width: 90%;
	padding: 80px 0px;
	margin: auto;
}

.box:hover {
    box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 8%), 0px 8px 14px 3px rgb(0 0 0 / 3%), 0px 1px 27px 13px rgb(0 0 0 / 6%);
  }

.btn {
	text-transform: uppercase;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #0049c7;
    border: 3px solid #002fb2;
    margin-top: 30px;
    padding: 10px 15px;
}

#contato h2 {
	color: #FFFFFF;
	margin-top: 20px;
}

#contato h3 {
	letter-spacing: 3px;
}

#contato h3 span {
	color: #FFFFFF;
}

.box-contato-top {
	background-color: #061228;
	/*border-top-right-radius: 50px;*/
	/*border-top-left-radius: 50px;*/
	border-radius: 50px;
	padding: 20px 0px;
}

.box-contato-form {
	background-color: #FFFFFF;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

footer {
	background-color: #1f242b;
	padding: 0px 0px 15px 0px;
	position: relative;
	width: 100%;
}

footer p {
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-footer {
    font-size: 11px;
    color: #fff;
}

.footer-conteiner {  
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	  "side1 center side2"
	  "side1 center side2";
	align-items: center;
	justify-items: center;
}
  
.side1 { 
	grid-area: side1; 
}
  
.footercenter { 
	grid-area: center;
	display: flex;
	flex-direction: column;
    align-items: center;
}
  
.side2 { 
	grid-area: side2; 
}

.textfooter {
	text-align: center;
}

.iso {
	width: 70px;
}

/*.iso {
	position: absolute;
	right: 3%;
	top: 50%;
    transform: translateY(-50%);
	width: 5vh;
	height: 50%;
}

.iso > img {
	height: 100%;
}*/

#shadow-host-companion {
	display: none;
}

/* RESPONSIVE */
@media (max-width: 480px) {
	.imgiso {
		width: 70px;
	}

	.logo {
		text-align: center;
	}
	#logo {
		width: 60%;
		margin-top: 30px;
	}
	h1 {
		font-size: calc(15px + 5vw);
    	line-height: calc(15px + 5vw);
	    margin-top: 0;
	}
	header p {
	    max-width: 100%;
	    font-size: calc(15px + 1vw);
	    line-height: calc(15px + 2vw);
	}
	.comparativo > p {
		font-size: calc(12px + 1vw);
	}
	h2, h3 {
	    font-size: calc(15px + 1vw);
	    line-height: calc(15px + 2vw);
	    margin-top: 0px;
	}
	.h-100 {
		height: auto !important;
	}
	header .h-100 {
		height: auto !important;
	}
	.box {
		margin: 10px 5% !important;
	}
	a, #contato span {
	    font-size: calc(10px + 1vw);
	    line-height: calc(10px + 2vw);
	    letter-spacing: 0px;
	}
	footer p {
		font-size: calc(8px + 1vw);
	    line-height: calc(8px + 2vw);
	}
	section {
	    padding: 20px 0px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.logo {
		text-align: center;
	}
	#logo {
		width: 40%;
		margin-top: 30px;
	}
	h1 {
		font-size: calc(15px + 4vw);
    	line-height: calc(15px + 5vw);
	    margin-top: 50px;
	}
	.btn {
		margin-bottom: 50px;
	}
	header p {
	    max-width: 100%;
	    font-size: calc(15px + 1vw);
	    line-height: calc(15px + 2vw);
	}
	.comparativo > p {
		font-size: calc(10px + 1vw);
	}
	h2, h3 {
	    font-size: calc(15px + 1vw);
	    line-height: calc(15px + 2vw);
	    margin-top: 0px;
	}
	.h-100 {
		height: auto !important;
	}
	header .h-100 {
		height: 100% !important;
	}
	.box {
		margin: 10px 5% !important;
	}
	a, #contato span {
	    font-size: calc(10px + 1vw);
	    line-height: calc(10px + 2vw);
	    letter-spacing: 0px;
	}
	footer p {
		font-size: calc(8px + 1vw);
	    line-height: calc(8px + 2vw);
	}
	section {
	    padding: 20px 0px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.logo {
		text-align: center;
	}
	#logo {
		width: 100%;
		margin-top: 30px;
	}
	h1 {
		font-size: calc(15px + 4vw);
    	line-height: calc(15px + 5vw);
	    margin-top: 50px;
	}
	.btn {
		margin-bottom: 50px;
	}
	header p {
	    max-width: 100%;
	    font-size: calc(15px + 1vw);
	    line-height: calc(15px + 2vw);
	}
	.comparativo > p {
		font-size: calc(10px + 1vw);
	}
	h2, h3 {
	    font-size: calc(15px + 1vw);
	    line-height: calc(15px + 2vw);
	    margin-top: 0px;
	}
	.h-100 {
		height: auto !important;
	}
	header .h-100 {
		height: 100% !important;
	}
	.box {
		margin: auto !important;
		width: 100%;
	}
	a, #contato span {
	    font-size: calc(10px + 1vw);
	    line-height: calc(10px + 2vw);
	    letter-spacing: 0px;
	}
	footer p {
		font-size: calc(8px + 1vw);
	    line-height: calc(8px + 2vw);
	}
	section {
	    padding: 20px 0px;
	}
}