/* 0. Configurações Gerais
----------------------------*/
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; color: #000000;}
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;}

.section {padding: 45px 0;}

.subtitulo {text-transform: uppercase; text-align: center; color: #000000; letter-spacing: 4px;}
.titulo {font-weight: 600; text-align: center; text-transform: uppercase;}

.btn {font-weight: 600; text-transform: uppercase; padding: 0.375rem 1rem; border-radius: 0px;}
.btn.default {background: #000000; color: #FFF;}
.btn.default:hover {box-shadow: 0 1px 7px 0 #000000;}
.btn.default {background: #baa360; color: #FFF;}
.btn.default:hover {box-shadow: 0 1px 7px 0 #baa360;}

.anchor-holder {position: relative;}
.anchor-holder .anchor {position: absolute; top: -122.72px; visibility: hidden; backface-visibility: hidden;}

.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: rgb(0, 0, 0); transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;}
.navbar.scrolled {background: rgba(255, 255, 255, .95); color:#000;box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.15);}
.navbar .navbar-brand .brand {width: 200px;}
.navbar .navbar-nav .nav-item {text-align: center;}
.navbar .navbar-nav .nav-item .nav-link {font-weight: 600; text-transform: uppercase; color:#baa360;}

/* 2. Painel
--------------*/
#painel {background: #d8c99c;}
#painel .carousel {border-radius: 0 0 150px 150px; overflow: hidden;}
#painel .carousel img {height: calc(100vh - 122.72px); object-fit: cover;}
#painel .carousel .carousel-caption {top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .75); z-index: 0;}
#painel .carousel .carousel-caption h1 {font-size: 36px; font-weight: 900; text-transform: uppercase; line-height: 1.5; letter-spacing: 1px;}

/* 3. Footer
--------------*/
footer {background: #000000; color: #FFF; padding: 5px 0;}
footer p {font-size: 12px;}
footer a {font-weight: 900;}
footer a:hover {color: inherit; opacity: .75;}