/* RESET */

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}


/* FONTS */

@font-face {
    font-family: 'intro';
    src: url('/fonts/intro/Intro-Black-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('/fonts/roboto/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('/fonts/roboto/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('/fonts/roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('/fonts/roboto/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto BlackItalic';
    src: url('/fonts/roboto/Roboto-BlackItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('/fonts/roboto/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sentral-Regular';
    src: url('/fonts/sentral/Sentral-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sentral-ExtraBold';
    src: url('/fonts/sentral/Sentral-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

.font-intro {
    font-family: 'intro';
}

.font-roboto-black {
    font-family: 'Roboto Black';
}

.font-roboto-light {
    font-family: 'Roboto Light';
}

.font-roboto-italic {
    font-family: 'Roboto Italic';
}

.font-roboto-blackItalic {
    font-family: 'Roboto BlackItalic';
}

.font-roboto-bold {
    font-family: 'Roboto Bold';
}

.font-roboto-regular {
    font-family: 'Roboto Regular';
}

.font-sentral-regular {
    font-family: 'Sentral-Regular';
}

.font-sentral-extraBold {
    font-family: 'Sentral-ExtraBold';
}

.tamanho-icone {
    font-size: 16px;
}

.cor-facebook {
    color: #1950be;
    font-size: 16px;
}

.cor-instagram {
    color: #970092;
    font-size: 16px;
}

.menu-ativo {
    background-color: #062427;
}

.navbar {
    padding: 0;
}

@keyframes kf_fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0
    }
}


/* HEADER */

#header {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 890px;
}

header {
    margin-bottom: 50px;
}

#header-top {
    padding-top: 20px;
}

#fundo-branco {
    background-color: #fff;
    opacity: 0.9;
}

#whatsapp-banner {
    background-color: #12aebf;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 50px;
    display: none !important;
}

#whatsapp-banner a {
    font-size: 16px;
    font-family: 'Roboto Light';
    color: #fff;
    text-decoration: none;
}

#whatsapp-banner span {
    font-family: 'Roboto Black';
}

#whatsapp-banner i {
    font-size: 31px;
    margin-left: 20px;
    margin-bottom: 25px;
}

#form_agendar .form-label {
    font-weight: bold;
}

#form_agendar .bold-off {
    font-weight: normal !important;
}


/* BANNERS */

#banners {
    bottom: 0;
}

#banners .card {
    border: 0;
    margin-bottom: 20px;
    margin-left: 50px;
    background-color: transparent;
}

#banners img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #fff;
    cursor: pointer;
}

#logo {
    width: 100%;
    margin-bottom: 21px;
}

.infos nav ul {
    list-style: none;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

.infos nav ul li {
    margin-bottom: 5px;
    list-style: none;
    font-family: 'Roboto Light';
}

.infos nav ul li a {
    text-decoration: none;
    color: inherit;
}

.infos span {
    font-family: 'Roboto Black';
}


/* MENU PRINCIPAL */

#menu-principal {
    background-color: #12aebf;
    z-index: 794;
    position: absolute;
    margin-bottom: 50px;
}

#menu-principal .nav-item {
    margin-right: 10px;
}

#menu-principal .nav-item span {
    font-family: 'Roboto Black';
}

#menu-principal .nav-link {
    color: #fff;
    font-family: 'Roboto Light';
    padding: 15px 10px;
}

#menu-principal .nav-link:hover {
    background-color: #062427 !important;
}


/* HOME SOBRE */

#home-sobre {
    padding-top: 50px;
}

.titulo {
    font-size: 38px;
    color: #333333;
    font-family: 'Sentral-Regular';
}

.titulo span {
    font-family: 'Sentral-ExtraBold';
}

.linha {
    border-bottom: 2px solid #12aebf;
    width: 10%;
}

#home-sobre p {
    padding-top: 20px;
    color: #878787;
    font-family: 'Roboto Regular';
}


/* MOTIVOS */

#motivos {
    padding-bottom: 40px;
}

#motivos h2 {
    padding-left: 10px;
    padding-top: 20px;
    text-align: center;
    font-family: 'Roboto Bold';
    font-size: 46px;
}

#motivos p {
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
    font-family: 'Roboto Light';
    font-size: 16px;
    color: #333333;
}

#motivos .card {
    background-color: transparent;
    border: 0;
}

#motivos .card img {
    display: block;
    float: left;
    width: 100%;
}

#motivos .card img:hover {
    animation: swing;
    animation-duration: 1s;
}

#motivos .card .card-title {
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto Bold';
}

#motivos .card .card-text {
    padding-top: 0;
    text-align: left;
    font-size: 13px;
    font-family: 'Roboto Light';
}

.list-style-none {
    list-style: none;
}

.font-size-10 {
    font-size: 12px !important;
}


/* ULTIMOS ARTIGOS */

#ultimos-artigos {
    background-color: #f1f1f1;
    padding-bottom: 50px;
    padding-top: 50px;
}

#ultimos-artigos .title {
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    font-family: 'Intro';
    letter-spacing: 2px;
    color: #fff;
}


/* SOBRE */

#missao_visao .card {
    border: none;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
    height: 227px;
}

#missao_visao .card h5 {
    font-family: 'Roboto Bold';
    font-size: 30px;
}

#missao_visao .card p {
    padding-top: 0px;
    font-family: 'Roboto Light';
    color: #fff;
}

#missao_visao #missao {
    padding-top: 35px;
    background-color: #12aebf;
}

#missao_visao #visao {
    padding-top: 60px;
    background-color: #005760;
}


/* AGENDAR */

.accordion-item {
    border: 0px !important;
}

#servicos_prestados p {
    font-family: 'Roboto Light';
}

#servicos_prestados p span {
    font-family: 'Roboto Bold';
}

#servicos_prestados .accordion-body {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 15px;
}

#servicos_prestados .accordion-button {
    font-family: 'Roboto Bold';
    font-size: 14px;
}

#servicos_prestados .accordion-button i {
    color: #000;
    font-size: 10px;
    margin-right: 10px;
}

.accordion-button:not(.collapsed) {
    color: #12aebf;
    border: 0px;
    background-color: #fff;
}

.accordion-button:focus {
    border-color: #fff !important;
    box-shadow: #fff
}

#solicitar-proposta {
    display: block;
    margin: 0 auto;
    background-color: #12aebf;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: 'Roboto Black';
    font-size: 26px;
}

#solicitar-proposta:hover {
    background-color: #062427;
}


/* BLOG */

#blog {
    margin-bottom: 20px;
}

#blog a {
    text-decoration: none;
}

#blog h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    padding-left: 20px;
    font-family: 'Intro';
    letter-spacing: 2px;
    margin-top: 30px;
}

#blog span {
    font-weight: 900;
    font-size: 40px;
}

#blog .buscar {
    margin-bottom: 20px;
}

#blog .buscar button {
    background-color: #12aebf !important;
    color: #fff;
}

#blog .buscar button:hover {
    background-color: hsl(186, 87%, 54%) !important;
}

#blog .buscar input {
    padding: 22px;
    margin-right: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    font-family: 'Roboto Light', sans-serif;
    border-radius: 0;
}

#blog_list {
    padding-right: 0;
    text-decoration: none;
}

#blog_list .alert {
    font-family: 'Roboto Light', sans-serif;
    font-size: 17px;
}

.blog-card-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-card-img img {
    object-fit: cover;
}

#blog_list .card {
    text-decoration: none;
    width: 100%;
}

#blog_list .card .card-body {
    text-decoration: none !important;
    color: #24455a;
    padding: 10px;
    height: 150px;
}

#blog_list .card:hover {
    animation: pulse;
    animation-duration: 1s;
}

#blog_list .card .card-title {
    text-decoration: none;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Intro';
}

#blog_list .card .card-text {
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}

.blog-text {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: justify;
    color: #000 !important;
    margin-bottom: 5px;
}

.blog-text a {
    color: #24455a;
    text-decoration: none;
}

.blog-text a:hover {
    color: #12aebf;
}

#blog #paginacao nav {
    padding-top: 0px;
    margin-top: 30px;
}

#blog #paginacao nav ul li a {
    font-family: 'Roboto Light', sans-serif;
    font-size: 15px;
}

#blog #paginacao {
    margin-top: 20px;
    text-align: center;
}

#blog #paginacao .pagination .active a {
    background-color: #12aebf !important;
}

#blog #paginacao .pagination a:hover {
    background-color: hsl(186, 87%, 54%);
    color: #fff;
}

#rodape {
    background-color: #062427;
    padding-top: 20px;
    color: #fff;
}

#rodape .nav-link {
    color: #fff !important;
    font-family: 'Roboto Light';
}

#rodape .nav-item {
    margin-right: 20px !important;
}

#rodape .nav-item span {
    font-family: 'Roboto Black';
}

.direitos-reservados {
    font-size: 12px;
    bottom: 0;
    margin-top: 70px;
}

.direitos-reservados a {
    color: inherit;
    font-family: 'Roboto Black';
    text-decoration: none;
}


/* POSTS */

#post {
    padding-top: 50px;
    padding-bottom: 30px;
}

#post .post_titulo {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'Roboto Black';
    letter-spacing: 2px;
}

#post .sub-titulo {
    text-align: center;
    font-size: 17px;
    text-indent: 2em;
    text-align: justify;
    line-height: 1.5;
    font-family: 'Roboto Light';
}

.img-fluid {
    max-height: 100% !important;
}

#post .slider #carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#post .slider #carousel .carousel-inner .carousel-item img {
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 34px;
    color: #12aebf;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 34px;
    color: #12aebf;
}

#post .posts-relacionados {
    margin-top: 50px;
}

#post .posts-relacionados h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    font-family: 'Roboto Light';
}

#post .posts-relacionados span {
    font-size: 40px;
    font-family: 'Roboto Black';
}


/* FORMULARIO DE CONTATO */

#contato .info {
    font-family: 'Roboto Light';
    text-align: center;
}

#contato .info span {
    font-family: 'Roboto Black';
}

#contato {
    padding-top: 50px;
    padding-bottom: 50px;
}

#form-contato {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    padding: 40px;
}

#form-contato .icone {
    background-color: transparent;
    padding: 15px;
}

#form-contato .label-textarea {
    font-family: 'Roboto Black';
    text-align: center;
}

.enviar {
    font-family: 'Roboto Black';
    background-color: #12aebf;
    color: #fff;
    padding: 12px 25px;
    margin: 0 auto;
    display: block;
}

.enviar:hover {
    animation: pulse;
    animation-duration: 1s;
    background-color: #062427;
    color: #fff;
}

#contato .contato {
    background-color: #12aebf;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

#contato .contato h1 {
    color: #fff;
    font-family: 'Roboto Black';
    font-size: 17px;
}

#contato .contato span {
    font-family: 'Roboto Black';
}

#contato .contato a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#contato .contato i {
    color: #fff !important;
    margin-right: 10px;
}

#contato .contato p {
    color: #fff;
    font-family: 'Roboto Light';
    font-size: 13px;
}

@media(max-width:575px) {
    #logo {
        width: 280px;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:768px) {
    #logo-footer {
        width: 70px !important;
        margin: 10px auto;
        display: block;
    }
    .infos nav ul {
        text-align: center;
    }
}

@media(max-width:992px) {
    #rodape .navbar-nav {
        text-align: center;
    }
    .direitos-reservados {
        text-align: center;
        margin-top: 15px;
    }
}

@media(max-width:1199px) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header {
        margin-bottom: 50px;
    }
    #icone-home {
        margin-top: 20px;
    }
}

@media(min-width:1780px) {
    #whatsapp-banner {
        display: block !important;
    }
}

button {
    text-align: center;
    font-size: 30px;
    background: #3498db;
    color: #fff;
    border: 0.25rem solid #3498db;
    padding: 10px 10px;
    margin: 1rem;
    position: relative;
    z-index: 1;
}

button:hover {
    color: #3498db;
}

button[class^="grow"]::after {
    transition: all 0.3s ease;
}

button[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

button.grow_box::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
}

button.grow_box:hover::after {
    transform: scale(1, 1);
}