/* 0. Configurações Gerais
----------------------------*/
html, body {width: 100%; position: relative; padding: 0; margin: 0;}
html {scroll-behavior: smooth;}

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: #00609C;}
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;}
.light {background: #F9F9F9; box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2);}

.titulo {font-weight: 900; text-align: center; text-transform: uppercase;}

.btn {font-weight: 600; text-transform: uppercase; padding: 0.375rem 1rem;}
.btn.default {background: #00609C; color: #FFF;}
.btn.default:hover {background: #004875;}
.btn.secondary {background: #40B3E5; color: #FFF;}
.btn.secondary:hover {background: #3BC4FF;}

.whatsapp {position: fixed; bottom: 5px; right: 5px; z-index: 9;}
.whatsapp img {width: 50px; height: 50px; object-fit: contain; object-position: center;}

/* 1. Navbar
--------------*/
.navbar {background: #FFF; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
.navbar.scrolled {background: rgba(255, 255, 255, .9); box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);}
.navbar .navbar-brand .brand {width: auto; height: 80px;}
.navbar .navbar-nav .nav-item {text-align: center;}
.navbar .navbar-nav .nav-item .nav-link {text-transform: uppercase;}

/* 2. Input + Label
---------------------*/
.input {position: relative; overflow: hidden;}
.input label {position: absolute; left: 0; bottom: -20px; width: 100%; background: #EEE; border: 1px solid #CED4DA; font-size: 10px; font-weight: 600; text-transform: uppercase; margin: 0; padding: 0 0.25rem; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
.input .form-control {border-radius: 0; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;}
.input .form-control:not(textarea) {height: 40px;}
.input .form-control:focus {border-color: #50BAE7;}
.input .form-control:not(:placeholder-shown):focus {font-size: 14px; padding-top: 5px; padding-bottom: 18px;}
.input .form-control:not(:placeholder-shown):focus + label {transform: translateY(-20px);}

/* 3. Footer
--------------*/
footer {background: #01609C; color: #FFF; padding: 3px;}
footer p {font-size: 12px;}
footer a {font-weight: 600;}
footer a:hover {color: rgba(255, 255, 255, .7);}