@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i);
#whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 70px;
}
#whatsapp-btn button {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s ease;
    animation: pulse 2s infinite;
}
#whatsapp-btn button:hover,
#whatsapp-btn button:focus {
    background: #ffffff;
    color: #25d366;
}
#whatsapp-btn .fa-whatsapp {
    font-size: 2em;
}
#whatsapp-btn .box-option {
    display: none;
    background-color: #eee5de;
    width: 220px;
    padding: 5px 15px;
    position: absolute;
    bottom: 5px;
    border-radius: 19px;
    border: 1px solid #d2ccc5;
    font-size: 13px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #25d366;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #25d366;
        box-shadow: 0 0 0 0 #25d366;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #20352c !important;
}
@media screen and (min-width: 992px) {
    .navbar .nav-item {
        padding: 0.5rem 0.5rem;
        margin: 0 0.25rem;
    }
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        padding: 30px 0;
    }
    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }
}
* {
    font-family: "Montserrat", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
}
a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
section {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}
.custom-toggler.navbar-toggler {
    border-color: transparent !important;
    background: #131307 !important;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.form-group label {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.form-group .form-control {
    border: 1px solid #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    font-size: 15px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: white;
    font-weight: bold;
}
.form-control:-moz-placeholder {
    color: white;
    font-weight: bold;
}
.form-control::-moz-placeholder {
    color: white;
    font-weight: bold;
}
.form-control:-ms-input-placeholder {
    color: white;
    font-weight: bold;
}
.form-control::-ms-input-placeholder {
    color: white;
    font-weight: bold;
}
.navbar__principal {
    border-bottom: 3px solid #477159;
    background: url(../imgs/bg-banner-principal.jpg) no-repeat top center;
}
.navbar__principal .logo__principal {
    width: 150px;
}
.navbar__principal ul li {
    margin: 0 10px;
}
.navbar__principal ul li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
}
.navbar__principal ul .navbar__principal__telefones {
    border-left: 2px solid #fff;
    padding: 0 5px;
    font-size: 5px;
    letter-spacing: 01;
}
.navbar__principal ul .navbar__principal__telefones a {
    font-size: 8px;
}
.navbar__principal ul .navbar__principal__telefones span {
    font-size: 10px;
}
.banner__principal {
    background: url(../imgs/bg-banner-principal.jpg) no-repeat center center;
    height: 700px;
    display: grid;
    align-items: center;
}
.banner__principal .texto__banner__principal {
    border-left: 2px solid #477159;
    padding: 0 10px;
}
.banner__principal .texto__banner__segundo {
    border-right: 2px solid #477159;
    padding: 0 10px;
}
@media (max-width: 990px) {
    .banner__principal {
        height: auto;
    }
}
.modalidades__home {
    background: url(../imgs/bg-servicos.jpg) no-repeat center center;
    background-size: cover;
    display: grid;
    align-items: center;
    height: 600px;
}
.modalidades__home h3 {
    font-weight: 700;
}
.modalidades__home .card {
    background-color: #214c44;
    min-height: 140px;
    display: grid;
    align-items: center;
}
@media (max-width: 990px) {
    .modalidades__home {
        height: auto;
    }
}
.servicos__home h3 {
    color: #214c44;
    font-weight: 600;
}
.servicos__home ul li {
    border-top: 1px solid #214c44;
    padding: 5px 0;
    margin: 5px 0;
}
.servicos__home ul li a {
    color: #214c44;
    font-weight: 500;
}
.sobre__banner__principal {
    background: url(../imgs/bg-sobre-top.jpg) no-repeat center center;
    height: 700px;
    display: grid;
    align-items: center;
}
.sobre__banner__principal .texto__banner__principal {
    border-left: 2px solid #477159;
    padding: 0 10px;
}
.sobre__banner__mid {
    background: url(../imgs/bg-sobre-mid.jpg) no-repeat top center;
    height: 700px;
    display: grid;
    align-items: center;
}
.sobre__banner__end {
    background: url(../imgs/bg-sobre-end.jpg) no-repeat top center;
    height: 700px;
    display: grid;
    align-items: center;
}
.servicos {
    background: url(../imgs/bg-servicos-interno.jpg) no-repeat center center;
    background-size: cover;
}
.servicos ul li {
    border-bottom: 2px solid #325f50;
    padding: 5px 0;
}
.servicos ul li a .fa-plus-circle {
    color: #214c44 !important;
}
.servicos ul li a:hover {
    color: #212121 !important;
}
.servicos .caixa {
    border: 1px dotted #fff;
}
.servicos .caixa p {
    font-size: 10px;
}
.contato {
    background: url(../imgs/bg-servicos-interno.jpg) no-repeat center center;
    background-size: cover;
}
.contato h5,
.contato a {
    color: #000;
}
.contato a:hover {
    color: #fff;
}
.contato .telefone {
    border-top: 1px solid #000;
    border-block: 1px solid #000;
}
.contato .formulario {
    background-color: #285449;
}
.contato .formulario .btn__enviar {
    background-color: #214c44;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
}
footer {
    background-color: #214c44;
}
footer span {
    color: #fff;
}
footer .logo__footer {
    width: 170px;
}
@media (max-width: 990px) {
    .banner__principal,
    .sobre__banner__principal,
    .sobre__banner__mid {
        height: auto;
    }
}
