/* Move o conteúdo 3.5rem para baixo, porque usamos uma navbar fixa que tem altura de 3.5rem */
body {
  	padding-top: 6rem;
	font-family: "Open Sans", sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}

.navbar-light .navbar-nav .nav-link {
	color: #0088cc;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px;
}

.jumbotron {
	background-image: url("../img/banner.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.jumbotron .container {
	padding-bottom: 9rem;
    padding-top: 9rem;
}

.jumbotron h1 {
	font-weight: 600;
	font-size: 2.25rem;
    line-height: 2.5rem;
}

.jumbotron h1, .jumbotron p {
	color: #FFFFFF;
}

.jumbotron .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #2B161B;
    opacity: 0.35;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contrato {
	background-color: #f0f9ff;
}

.contrato h6 {
	color: #0284c7;
}

.contrato h2 {
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 600;
	color: #000000;
}

.contrato .bg {
	background-image: url("../img/contrato-de-manutencao-preventiva-mensal.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#contato .widget_info {
    ist-style-type: none;
    margin: 0;
    padding: 0;
}

#contato .widget_info li {
	margin: 0;
    padding: 0;
    position: relative;
	line-height: inherit;
}

#contato .widget_info li:not(:last-child) {
    padding-bottom: calc(25px / 2);
}

#contato .widget_info li, #contato .widget_info li a {
    display: flex;
    font-size: inherit;
    align-items: center;
}

#contato .widget_info li a:hover {
	text-decoration: underline;
	color: #453E3E;
}

#contato .widget_info .icon {
    display: flex;
    position: relative;
    top: var(0px, initial);
	padding-right: 10px;
}

#contato .widget_info .icon i {
    width: 40px;
    font-size: 28px;
	color: #0088cc;
}

#contato .widget_info .text {
	display: inline-block;
	font-size: 21px;
	line-height: 1.6;
    color: #453E3E;
    transition: color 0.3s;
	align-self: center;
    padding-inline-start: 5px;
}

.footer {
  	background-color: #121214;
	color: #FFFFFF !important;
}

.footer > .container {
  	padding-right: 15px;
  	padding-left: 15px;
}

code {
  	font-size: 80%;
}

.botao-whatsapp {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 1041;
    background: #25D366;
    width: 70px;
    height: 70px;
    padding-top: 15px;
    margin-left: -35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all .60s ease;
    -moz-transition: all .60s ease;
    -ms-transition: all .60s ease;
    -o-transition: all .60s ease;
    transition: all .60s ease;
    text-align: center;
}
.botao-whatsapp i {
    font-size: 40px;
    font-weight: normal;
    color: #FFFFFF;
}
.layer-lgpd {
	position:fixed;
	display:block; 
	top:0; 
	left:0;
	z-index:9998; 
	width:100%;
	height:100%; 
	background-color: rgba(0,0,0,0.7);
	overflow:auto;
}
.layer-lgpd .politica-privacidade {
	position: fixed;
	bottom: 0;
	max-width: 100%;
	z-index: 9999;
	margin: 0px;
	padding:30px;
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	display: block;
}
.layer-lgpd .politica-privacidade .texto {
	float: left;
	color: #333333;
	font-size: 16px;
	max-width: 66.666667%;
	text-align: left;
}
.layer-lgpd .politica-privacidade .texto a {
	text-decoration: underline;
}
.layer-lgpd .politica-privacidade .botao {
	float: right;
	max-width: 25%;
}
.botao-politica {
	padding: 15px;
	color: #FFFFFF;
	border: none;
	border-radius: 15px;
	background-color: #174880;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

@media (max-width: 480px){
	.jumbotron h1 {
		font-size: 1.75rem;
		line-height: 1.875rem;
	}
	.contrato .lead {
		font-size: 1.125rem;
	}
	.contrato .bg {
		display: none;
	}
	#contato .widget_info .text {
		font-size: 18px;
	}
}