﻿/* GERAL */

@import url('../fonts/roboto/roboto.css');

body {
    font-family: 'roboto';
}

.btn-fixed {
    position: fixed;
    border-radius: 190px;
    width: 60px;
    height: 60px;
    background: #387955;
    color: #fff;
    font-size: 38px;
    bottom: 50%;
    right: 19px;
    border: none;
}

    .btn-fixed:hover {
        background: #387955;
        color: #fff;
    }

section:not(:first-of-type) {
    padding: 90px 0px;
}

.btn-primary {
    background: #0000ff00;
    color: #000;
    border-color: #000;
    Font-size: 16px;
    font-weight: 700;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #000;
        color: #fff;
        border-color: #000;
    }


.btn-secondary {
    background: #000;
    color: #fff;
    border-color: #000;
    Font-size: 16px;
    font-weight: 700;
    color: #fff;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background: #0000ff00;
        color: #000;
        border-color: #000;
    }

.btn-loader {
    font-size: 16px;
    background-color: #D4E486;
    color: #084D43;
    font-weight: 500;
    max-width: 238px;
    margin: auto;
    margin-top: 4rem;
}
/* MODAL CONTATO */


.aceitacomunicacao input, .aceitacomunicacao label {
    width: auto !important;
    font-size: 12px;
}

.contato-lgpd {
    background: #f5f5f5;
    padding: 15px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

#modal-contato input {
    width: 100%;
    margin: 10px 0px;
}

#MensagemSucesso {
    display: none;
}

p.contato-lgpd {
    font-size: 12px;
    color: #9a9696;
}

.contato-lgpd {
    background: #f5f5f5;
    padding: 15px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

.bg-brand-logos {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    padding: 12px 30px;
}

/* Header */




#search button:hover {
    background: unset;
    color: #000;
}

a.navbar-brand {
    width: 220px;
}

#navbarSupportedContent {
    width: auto;
}

#search input::-webkit-input-placeholder {
    font-weight: 900;
}

#search input:-moz-placeholder { /* Firefox 18- */
    font-weight: 900;
}

#search input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 900;
}

#search input:-ms-input-placeholder {
    font-weight: 900;
}

.btn-face, .btn-insta {
    border: 2px solid #fff;
    background-color: #0000ff00;
    color: black;
    padding: 0px !important;
    font-size: 29px;
    margin: 0px 8px;
}

header .btn-face svg, header .btn-insta svg {
    font-size: 29px;
}

li.nav-item {
    margin: 0px 7px;
}

a.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: black;
}

a.navbar-brand {
    width: 220px;
}

    a.navbar-brand img {
        width: 100%;
    }

header nav {
    height: 82px;
    border-bottom: solid 2px #000;
}


header .categorias {
    height: 76px;
    box-shadow: 3px 3px 6px #eaf2f7;
}

    header .categorias li {
        display: inline-block;
        font-size: 24px;
        font-weight: 900;
        border-bottom: solid 2px #00ADEF;
        margin: 0px 20px;
        padding-bottom: 2px;
    }

header ul {
    margin-bottom: 0;
    padding: 0;
}

header .social-medias {
    position: absolute;
    right: 5%;
}


nav .search::after {
    display: none;
}

#search input {
    width: 100%;
    border-radius: 211px;
    border-width: 2px;
    border-color: black;
}

#search {
    height: 46px;
    max-width: 250px;
    width: 100%;
    position: relative;
}

    #search button {
        position: absolute;
        right: 28px;
        top: 12px;
        padding: 0;
        height: auto;
        border: unset;
    }


/* Footer */

.newsletter {
    height: 185px;
    background: #BBE0EF;
}

    .newsletter h2 {
        font-size: calc(28px + (32 - 28) * ((100vw - 600px) / (1600 - 600)));
        font-weight: 900;
    }

    .newsletter label {
        font-size: calc(18px + (20 - 18) * ((100vw - 600px) / (1600 - 600)));
        font-weight: 400;
    }

footer .logo {
    width: 104px;
}

footer ul li {
    display: inline-block;
    margin: 0px 15px;
}

    footer ul li a {
        font-size: 15px;
        font-weight: 500;
        color: black;
        text-decoration: none;
    }

footer .copy {
    font-size: 14px;
    border-top: solid 2px #000;
    text-align: center;
    padding: 12px 0px;
    margin-top: 3rem;
}

footer {
    padding: 50px 100px 0px;
}

    footer ul {
        margin: 0;
        padding: 0;
    }

    footer .wraper-footer {
        max-width: 890px;
        margin: auto;
        flex-wrap: wrap;
    }

.newsletter input#Email {
    border-radius: 200px;
    border: unset;
    padding-left: 20px;
    height: 100%;
    width: 100%;
}

.newsletter button {
    position: absolute;
    right: 0;
}

.newsletter form {
    max-width: 400px;
    position: relative;
    height: 40px;
    width: 100%;
}

/* STYLES */
#topo-home .wraper-image {
    position: relative;
    max-width: 1038px;
    width: 100%;
    height: 636px;
    background: url(/site/img/img-destaque.jpg);
    border-radius: 12px;
    background-size: cover;
    background-position: center;
}

    #topo-home .wraper-image img {
        border-radius: 12px;
        margin: auto;
    }

#topo-home .brown > .wraper-image .wraper-text {
    padding: 35px;
    border-radius: 12px;
    background: rgb(234,242,247);
    background: -moz-linear-gradient(0deg, rgba(234,242,247,0.5634628851540616) 0%, rgba(255,255,255,0.9023984593837535) 100%);
    background: -webkit-linear-gradient(0deg, rgba(234,242,247,0.5634628851540616) 0%, rgba(255,255,255,0.9023984593837535) 100%);
    background: linear-gradient(0deg, rgba(234,242,247,0.5634628851540616) 0%, rgba(255,255,255,0.9023984593837535) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=“#eaf2f7”,endColorstr=“#ffffff”,GradientType=1);
    position: absolute;
    bottom: -113px;
    display: block;
    max-width: 94%;
    left: 3%;
}

#topo-home h1 {
    font-size: calc(32px + (52 - 32) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
}

#topo-home .wraper-side {
    width: 100%;
    max-width: 590px;
    padding: 28px 70px;
}

#topo-home h2 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: solid 2px #000;
    padding-bottom: 10px;
}

#topo-home .tag {
    font-size: 16px;
    font-weight: 700;
    color: #00ADEF;
}

#topo-home h3 {
    font-size: calc(16px + (18 - 16) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
    margin-top: 13px;
}

#topo-home li {
    border-bottom: solid 1px #FFF;
    /* margin: 1rem 0px; */
    padding: 1.4rem 0px;
}

#topo-home .wraper-side img {
    border-radius: 8px;
    max-width: 150px;
}

#topo-home .brown {
    background: #FFE2D8;
    border-radius: 12px;
}

#topo-home ul {
    padding: 0;
    margin: 0;
}

#topo-home .container-fluid {
    width: 90%;
}

#topo-home .wraper-side .wraper-text {
    margin-right: 21px;
}

#capacitacao h2 {
    font-size: calc(40px + (55 - 40) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
    margin-bottom: 2rem;
}

#capacitacao img {
    border-radius: 12px;
}

#capacitacao .wraper-text {
    max-width: 300px;
    margin-left: 4rem;
}

.btn {
    border-radius: 200px;
    padding: 0.375rem 1.5rem;
}

#breadcrumb {
    list-style: none;
    padding: 0;
    margin-top: 60px;
}

    #breadcrumb li {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
    }

        #breadcrumb li svg {
            margin: 0px 10px;
        }



#blog-detalhes h1 {
    font-size: calc(40px + (52 - 40) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
    margin-bottom: 42px;
}

#breadcrumb li.active {
    color: #00ADEF;
}

#blog-detalhes .line, #eventos .line {
    border-top: solid 2px #000;
    margin-top: 30px;
    margin-bottom: 42px;
}

#sugestao .line {
    border-top: solid 2px #000;
    margin-top: 30px;
    margin-bottom: 20px;
}

#blog-detalhes img {
    margin-bottom: 75px;
    border-radius: 12px;
}

#blog-detalhes, #blog, #eventos, #topo-home {
    background-image: linear-gradient(180deg, white 22%, #eaf2f7 1%);
}

#conheca, #contato {
    background-image: linear-gradient(180deg, white 45%, #eaf2f7 1%);
    padding-bottom: 170px;
}

.blog-box .wraper-text {
    max-width: 425px;
    margin: auto;
}

.blog-box img {
    border-radius: 12px;
    margin: auto;
    display: block;
}

.blog-box .tag {
    font-size: 18px;
    font-weight: 700;
    color: #00ADEF;
    margin-top: 10px;
    margin-bottom: 2px;
    display: block;
}

.blog-box h3 {
    font-size: 22px;
    font-weight: 900;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-box a.veja {
    font-size: 16px;
    color: #000000;
}

.blog-box .icon {
    border-radius: 0 !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.blog-box .wraper-image {
    position: relative;
}

#blog h1 {
    font-size: calc(60px + (75 - 60) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
}

#blog p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px;
    border-bottom: solid 2px #000;
    margin-bottom: 30px;
}

.page-list li {
    list-style: none;
    background-color: white;
    /* padding: 11px; */
    border-radius: 200px;
    width: 40px;
    height: 40px;
    color: black;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .page-list li.active {
        background-color: #00adef;
    }

.page-list ul {
    display: flex;
    justify-content: center;
}

.page-list {
    margin-top: 5rem;
}

#blog .row > div, #sugestao .row > div {
    margin-bottom: 2rem;
}

header {
    margin-bottom: 95px;
}


#eventos h1 {
    font-size: calc(46px + (52 - 45) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
}


#eventos .tag {
    font-size: 18px;
    font-weight: 700;
    color: #00ADEF;
}

#eventos h2 {
    font-size: 28px;
    font-weight: 900;
    color: #000;
}

#eventos p {
    font-size: 16px;
}

#eventos .box {
    padding: 35px;
    background: #fff;
    margin-bottom: 20px;
}

#eventos .wraper-text {
    margin-left: 50px;
}

#conheca h1 {
    font-size: calc(46px + (52 - 45) * ((100vw - 600px) / (1600 - 600)));
    font-weight: 900;
    text-align: center;
    margin-bottom: 2rem;
}

#conheca p {
    font-size: 18px;
}

#conheca .wraper-text {
    max-width: 635px;
    margin: auto;
    margin-bottom: 42px;
}


#contato h1 {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 3rem;
}

#contato h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#contato p {
    font-size: 18px;
    margin-bottom: 4px;
}

#contato input {
    border-radius: 200px !important;
}

#contato textarea {
    border-radius: 11px !important;
}

#contato .form-group {
    margin: 10px 0px;
}

#contato select {
    border-radius: 200px !important;
}

@media(max-width:998px) {

    #topo-home .wraper-side {
        margin-top: 7rem;
    }

    #topo-home .brown {
        flex-direction: column;
    }

    #eventos .box {
        flex-direction: column;
    }


    #eventos .wraper-text {
        margin: 20px 0px 0px;
    }

    #search {
        margin: 15px auto;
    }

    #navbarSupportedContent {
        width: 100%;
    }

    header {
        margin-bottom: 40px;
    }

        header .categorias li {
            margin: 10px 20px;
        }

        header .social-medias {
            position: relative;
            right: 0;
            display: none !important;
        }

        header .categorias {
            overflow: scroll;
            white-space: normal;
            height: auto;
        }


        header nav {
            height: auto;
        }

    #contato .wraper-box {
        margin-top: 3rem;
    }

    .newsletter .container {
        flex-direction: column;
        text-align: center;
    }

    .newsletter form {
        margin-top: 2rem;
    }

    footer ul li {
        display: block;
        margin: 10px 0px;
    }

    .newsletter {
        height: auto;
        padding: 50px 0px;
    }

    footer .social-medias {
        margin-top: 40px;
    }

    #capacitacao .wraper-text {
        max-width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 2rem;
    }
}

@media(max-width:600px) {

    header .categorias li {
        margin: 13px 0px;
        width: 100%;
        text-align: center;
    }

        header .categorias li:first-of-type {
            margin: 0px 0px 13px;
            width: 100%;
        }

        header .categorias li:last-of-type {
            margin: 13px 0px 0px;
            width: 100%;
        }

    header .categorias {
        box-shadow: unset;
    }

    #topo-home .container-fluid {
        width: 100%;
    }

    .blog-box {
        margin: 1.4rem 0px;
    }

    #topo-home .wraper-side .wraper-text {
        margin-right: 9px;
    }

    #topo-home .wraper-side img {
        height: 60px;
        align-self: center;
    }

    section:not(:first-of-type) {
        padding: 20px 0px;
    }



    #topo-home .brown > .wraper-image .wraper-text {
        padding: 20px;
        bottom: -300px;
        position: relative;
        top: -55px;
    }

    #topo-home .brown {
        background: none;
    }

    #topo-home .wraper-image {
        position: relative;
        max-width: 1038px;
        width: 100%;
        height: auto;
        background: unset;
        border-radius: 12px;
        background-size: cover;
        background-position: center;
    }

    #topo-home .wraper-side {
        margin-top: -42px;
        padding: 20px 8px;
        position: relative;
        background: #FFE2D8;
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
    }

    .form-group.col-md-12.d-flex.justify-content-between.align-items-center.mt-3.mb-3 {
        flex-direction: column;
    }

    #conheca, #contato {
        background-image: linear-gradient( 180deg, white 65%, #eaf2f7 1%);
        padding-bottom: 170px;
    }

    footer .wraper-footer {
        flex-direction: column;
    }

    footer {
        padding: 50px 0px 60px;
    }

    .btn-fixed {
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        font-size: 18px;
    }

        .btn-fixed svg {
            margin-right: 10px;
        }

    footer ul {
        margin: 40px 0px 0px;
    }
}

#sugestao h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}


#sugestao {
    background-color: #eaf2f7;
}


#blog-home h1 {
    border-top: 1px solid black;
    padding-top: 15px;
}

#blog-home {
    background-color: #eaf2f7;
}


a#CatDropdown {
    font-size: 20px;
}

.titleultimosestudos {
    color: #212529;
    text-decoration: none;
}

.anoStyle {
    color: #000;
    text-decoration: none;
}

.categoria-area-home {
    margin-bottom: 40px;
}

    .categoria-area-home .owl-nav {
        position: absolute;
        top: 50%;
        width: 106%;
        display: flex;
        justify-content: space-between;
        left: -3%;
        margin-top: -25px !important;
    }

        .categoria-area-home .owl-nav button {
            background-color: white;
            display: flex;
            align-items: center;
            height: 40px;
            width: 40px;
            padding: 5px;
            justify-content: center;
            border-radius: 200px;
            font-size: 20px;
            color: #6bbd91;
        }

        .categoria-area-home .owl-nav svg {
            top: 1px;
            position: relative;
            left: -2px;
        }

.noStyleBread {
    text-decoration: none;
    color: #00ADEF;
}

.video-blog {
    width: 100% !important;
}

label.error {
    font-size: 12px;
    display: block;
    margin: 0 0 0 5px;
    color: #ff0000;
}