/* 00 - Configurações Gerais
=-----------------------------=*/
@font-face {
	font-family: 'Quicksand';
	src: url(../fonts/quicksand.ttf) format('truetype');
}

html, body {width: 100%; position: relative; padding: 0; margin: 0;}
html {scroll-behavior: smooth;}
body {font-family: 'Quicksand', sans-serif;}

p:last-child {margin: 0;}
i {font-style: italic;}
b {font-weight: bold;}
a {color: inherit;}
a, button {transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
a:hover {text-decoration: none;}
button:focus {outline: none;}
img {width: 100%; height: auto; object-fit: contain; vertical-align: middle;}

h1, h2, h3, h4, h5, h6, p, a, i, b, span, em, small {-webkit-font-smoothing: antialiased;}
h1 {font-size: 26px;}
h2, h3, h4, h5, h6 {font-size: 20px;}
p {font-size: 16px; line-height: 1.5;}

footer {background: #1370d0; color: #fff;}
footer p {font-size: 11px; line-height: 15px; padding: 5px 0; margin: 0 auto; font-weight: bold;}

.section {padding: 45px 0; position: relative;}
.section.light {background: #FDFDFD; box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2);}

.titulo {font-weight: 700; text-transform: uppercase; color: #1370D0;}

.btn {font-weight: 600; text-transform: uppercase; padding: 0.375rem 1rem;}
.btn.default {background: #1370D0; color: #FFF;}
.btn.default:hover {background: #147AE2;}

.whatsapp {position: fixed; bottom: 5px; right: 5px; z-index: 9;}
.whatsapp img {width: 50px; height: 50px; object-fit: contain; object-position: center;}

.error-template {text-align: center; padding: 45px 0;}
.error-template .btn {margin: 10px 15px;}

.italic {font-style: italic;}

.anchor {position: absolute; top: -100px;}

.nopadding {padding: 0;}

.whatsapp {position: fixed; bottom: 15px; right: 15px; z-index: 9;}
.whatsapp a {display: flex; display: -ms-flexbox; width: 75px; height: 75px; background: #25D366; border-radius: 100%; padding: 15px; position: relative; box-sizing: border-box;}
.whatsapp a::before, .whatsapp a::after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background: transparent; border: 5px solid #25D366; border-radius: 100%; animation: growingCircle 1s infinite; z-index: -1;}
.whatsapp a::after {animation-delay: .6s;}
.whatsapp a:hover {opacity: .75;}
.whatsapp a img {width: 100%; height: 100%; object-fit: contain; object-position: center; margin-left: 2px;}

@keyframes growingCircle {
	from {width: 100%; height: 100%;}
	to {width: 125%; height: 125%;}
}

/* 1. Navbar
=----------------*/
.navbar {background: #fff; box-shadow: 0px 0px 3px #ddd;}
.navbar .navbar-nav .nav-item {text-align: center;}
.navbar .nav-link {font-weight: 600;}
.navbar .navbar-brand {width: 320px;}

/* 2. Painel
--------------*/
#painel {padding: 10px;}
#painel .carousel {box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .4);}
#painel .carousel img {height: 350px; object-fit: cover;}
#painel .carousel .background {background: linear-gradient(45deg, #048cd3, #005b8a); color: #FFF; padding: 15px;}
#painel .carousel .background .text {width: 100%;}
#painel .carousel .background .text h1 {font-size: 36px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 1rem 0;}
#painel .carousel [data-slide] {width: auto; background: transparent; border: 0;}
#painel .carousel [data-slide] > span {background: unset;}
#painel .carousel [data-slide]::before {font-family: 'Font Awesome 5 Free'; font-size: 38px; font-weight: 900; color: #FFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#painel .carousel [data-slide="prev"]::before {content: '\f104';}
#painel .carousel [data-slide="next"]::before {content: '\f105';}

/* 3. Rodapé
=----------------*/
#rodape .box {background: #eee; padding: 20px; text-align: center; min-height: 180px; border-radius: 5px; box-shadow: 0px 5px 5px #aaa; transition: .7s;}
#rodape .box .social a {font-size: 26px;}
#rodape .box .social a:not(:last-child) {margin: 0 0.5rem 0 0;}