@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Share+Tech+Mono&display=swap");

* {
    font-family: "Lato";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline-flex;
    padding: 10px;
}

header nav ul li a {
    text-decoration: none;
    color: #043c5a;
    font-weight: 600;
    line-height: 30px;
    transition: ease all 0.4s;
    font-size: 14px;
}

header nav ul li a:hover {
    color: #043c5a;
    text-decoration: underline;
}

.menu_entrar a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    line-height: inherit;
}

.menu_entrar svg,
#topo > header > div > div > div > a svg {
    fill: #043c5a;
    width: 30px;
    height: 30px;
}

#topo > header > div > div > div > a button {
    border: 0;
    background-color: transparent;
}

@media (min-width: 991px) {
    header nav ul li.login a {
        background: #043c5a;
        border-radius: 15px;
    }
}

header nav ul li.login a:hover {
    text-decoration: none;
    background: #107070;
}

@media (max-width: 991.8px) {
    header .abrirMenu {
        width: 39px;
        float: right;
        padding-right: 60px;
        padding-left: 40vw;
        z-index: 10;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0 0 0 50vw;
    }

    header .abrirMenu div {
        width: 39px;
        height: 4px;
        background-color: #043c5a;
        margin: 8px 0;
        transition: 0.4s;
        border-radius: 10px;
    }

    header .abrirMenu.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-10px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
    }

    /* Fade out the second bar */
    header .abrirMenu.change .bar2 {
        opacity: 0;
    }

    /* Rotate last bar */
    header .abrirMenu.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-10px, -7px);
        transform: rotate(45deg) translate(-10px, -7px);
    }
}

@media (max-width: 991.8px) {
    html #wpadminbar {
        position: fixed;
    }

    header .menu {
        height: 0;
        top: 64px;
        width: 100%;
        background: #f1f1f1;
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        left: 0;
        position: fixed;
        overflow-y: scroll;
        padding: 0;
        z-index: 100;
        margin: 0;
        box-shadow: inset 0px 3px 6px #00000029;
        flex-direction: column;
    }

    header .menu.active {
        height: calc(100vh - 64px);
        padding-bottom: 20px;
        background-color: #043c5a;
    }

    header .menu.active a {
        color: #fff;
    }

    #topo header .menu.active li:nth-child(n) {
        border-bottom: 1px #fff solid;
    }

    .customize-support header .menu {
        top: 125px;
    }

    .customize-support header {
        top: 45px;
    }

    header .menu li {
        display: block;
        width: 100%;
        text-align: left;
        padding: 20px;
        height: auto;
    }

    header .menu li:first-child {
        border: 0;
    }

    header nav ul li a {
        color: #043c5a;
        font-size: 16px;
        font-weight: 500;
    }

    header nav ul li .search {
        display: none;
    }
}

header.header_landing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    padding: 10px 23px;
    box-shadow: 3px 2px 3px darkgrey;
    z-index: 999;
    min-height: 60px;
}

.navbar-light .navbar-toggler {
    border: 1px solid white !important;
}

.navbar-toggler-icon {
    filter: invert(1) !important;
}

nav {
    color: #fff;
    border-radius: 0 0 0 50vw;
    justify-content: flex-start;
}

li {
    list-style: none;
    text-decoration: none;
}

nav ul li a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.fa-user-circle {
    color: #fff;
    font-size: 28px;
}

.your-class {
    background: #e6e6e6;
}

header nav li:nth-child(5) {
    margin-right: 50px;
}

.first {
    /* min-height: 100vh !important; */
    background: url("/images/back_header.jpg") #e6e6e6 right center repeat-y;
    height: calc(100vh - 45px);
}

.secondy {
    background-size: auto !important;
    background-repeat: no-repeat;
    height: calc(100vh - 45px);
}

.thrit {
    /* min-height: 100vh !important; */
    background: url("/images/bg3.jpg");
    background-size: cover !important;
    height: calc(100vh - 45px);
}



hr {
    background-image: url("/images/linha-horizontal.png");
    height: 17px !important;
    margin: 0 auto;
}

.--orange_theme_bg {
    background: #e6aa23 !important;
    border: solid 1px transparent !important;
}

.--orange_theme {
    color: #e6aa23 !important;
    border: solid 1px transparent !important;
}

a.--orange_theme_bg:hover {
    background: #d28728 !important;
    border: solid 1px transparent !important;
}

.--wine_theme_bg {
    background: #642d55 !important;
    border: solid 1px transparent !important;
}

.--wine_theme {
    color: #642d55 !important;
    border: solid 1px transparent !important;
}

a.--wine_theme_bg:hover {
    background: #8c469b !important;
    border: solid 1px transparent !important;
}



.--purple_theme_bg {
    background: #8c4799 !important;
    border: solid 1px transparent !important;
}

a.--purple_theme_bg:hover {
    background: #642d55 !important;
    border: solid 1px transparent !important;
}

.--purple_theme {
    color: #8c4799 !important;
    border: solid 1px transparent !important;
}











#events .swiper-button-prev,
#events .swiper-button-next {
    background: #043c5a !important;
}



#events .slick-next:before,
#servicos .slick-next:before {
    left: 0 !important;
}

.--blue_theme_bg {
    background: #3c647d !important;
    border: solid 1px transparent !important;
}

a.--blue_theme_bg:hover {
    background: #043c5a !important;
    border: solid 1px transparent !important;
}

.--blue_theme {
    color: #3c647d !important;
    border: solid 1px transparent !important;
}

.--marine_theme_bg {
    background: #043c5a !important;
    border: solid 1px transparent !important;
}

.--marine_theme {
    color: #043c5a !important;
    border: solid 1px transparent !important;
}

.--green_theme_bg {
    background: #5aa546 !important;
    border: solid 1px transparent !important;
}

.--green_theme {
    color: #5aa546 !important;
    border: solid 1px transparent !important;
}

.hr_contact {
    background-image: none !important;
    height: 1px !important;
    width: 100%;
    background: #5aa546 !important;
}

.contact_title {
    font-size: 28px;
    font-weight: bold;
}

.slick-next,
.slick-prev {
    z-index: 9 !important;
}

.slick-next:before,
.slick-prev:before {
    font-size: 50px !important;
}

.card-text {
    font-size: 14px;
}




#noticias .card-title {
    font-weight: 700 !important;
    font-size: 16px !important;
}

h3 {
    font: normal 900 45px/56px Lato !important;
}

#artigos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.div-artigos:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.div-artigos:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.div-artigos:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.div-artigos:nth-child(2) img,
.div-artigos:nth-child(3) img {
    max-height: 100px;
    object-fit: cover;
}

.div-artigos:nth-child(2),
.card,
.div-artigos:nth-child(3) .card {
    height: 100% !important;
}

.div-artigos:nth-child(n) {
    padding: 10px;
}

.tag_artigos {
    background: #5aa546;
    border-radius: 5px;
    text-align: center;
    max-width: 150px;
    max-height: 26px;
    color: #fff;
    font-weight: bold;
    margin: -10px auto;
    position: relative;
    padding: 0 10px;
}

.div-artigos:nth-child(2) .tag_artigos {
    background-color: #642d55;
}

.div-artigos:nth-child(3) .tag_artigos {
    background-color: #043c5a;
}

#faqs::-webkit-scrollbar {
    width: 10px;
}

#faqs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50vw;
}

#faqs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50vw;
}

#faqs::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 50vw;
}

#faqs {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 145px;
}

#dicas::-webkit-scrollbar {
    width: 10px;
}

#dicas::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50vw;
}

#dicas::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50vw;
}

#dicas::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 50vw;
}

#dicas {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 260px;
}

.dicas-h100 {
    max-height: 460px !important;
}

#dicas .card {
    margin: 20px 12px;
    max-height: 140px;
}

#dicas img {
    max-height: 140px;
    object-fit: cover;
}

.dicas-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%; /* Ocupa 100% da largura do contêiner pai */
    height: 3em;
    line-height: 1.5em;
}

#news .card-text,
#news > div > div:nth-child(n) > div > div > div > div > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#news > div > div:nth-child(n) > div > div > div > div > span {
    white-space: wrap;
}

#news .card-text {
    white-space: initial !important;
}

#news [aria-disabled="true"] {
    transition: 0.2s;
    opacity: 0 !important;
}

#dicas .card-body {
    display: grid;
    max-width: 100%;
}



.noticias_grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

#news {
    background: transparent !important;
}

#news .card {
    min-height: 100%;
    border-radius: 10px !important;
}

#news img {
    max-height: 100px;
    object-fit: cover;
}

#faq h2 {
    margin-bottom: 20px !important;
}

#faq p {
    border-top: 1px solid #a4a4a4;
    margin-left: 12px;
    margin-top: 5px;
}

#faq button {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#faq .collapse__acordeon {
    margin: 0 12px;
    padding-bottom: 10px;
}

#faq svg {
    fill: #043c5a;
    transition: all 0.5s;
}

#faq button[aria-expanded="false"] svg {
    transform: rotate(0deg);
}

#faq button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.noticias_slide:nth-child(n + 5) {
    display: none;
}

.noticias_slide a,
.div-artigos a,
#dicas a {
    text-decoration: none;
    color: #000;
}

.content-public {
    margin-top: 140px;
    min-height: calc(100vh - 60px);
}

.public-image {
    width: 100%;
    max-height: 150px;
    min-height: 100px;
    object-fit: cover;
}

.public-link {
    text-decoration: none;
    color: #043c5a;
    font-weight: 600;
    line-height: 30px;
    transition: ease all 0.4s;
    font-size: 14px;
}

#eventos .slick-prev,
#servicos .slick-prev {
    left: -5px;
}



.grid_icon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min-content;
    height: min-content;
}

.icons_content {
    width: auto;
    height: 82px;
}

.icons_contentNews {
    width: auto;
    height: 72px;
}

.icons_contentEvents {
    width: auto;
    height: 65px;
}

.icons_contentServices {
    width: auto;
    height: 76px;
}

section > div > div > div.col-10 > h2 {
    font-size: 36px;
}

.icons_content1 {
    width: 34px;
    height: 34px;
}

hr {
    background-image: url("/images/linha-horizontal.png");
    height: 17px !important;
    opacity: 1 !important;
}

.sub-title {
    font-size: 20px;
    letter-spacing: 0px !important;
    color: #7c7c7c !important;
    /* min-width: 306px; */
}

#eventos .sub-title {
    color: #5a5a5a !important;
}

#eventos > div > div > div .sub-title,
#eventos div div div h3,
#servicos > div > div > div .sub-title,
#servicos div div div h3 {
    padding-left: 115px;
}

.linha-vertical {
    background-image: url("/images/linha-vertical.png");
    height: 900px;
    background-repeat: no-repeat;
    background-position: center 50px;
}

.contact_form {
    background: #e6e6e6;
}

input {
    border-radius: 5px;
    border: 1px solid #707070;
    min-height: 37px;
}

textarea {
    border: 1px solid #707070;
    border-radius: 5px;
}

.blue_button {
    background: #043c5a;
    color: #fff;
    border-radius: 10px;
    border: transparent 1px solid;
    padding: 6px 70px;
    font-weight: bold;
    font-size: 18px;
}

.blue_button:hover {
    background: #3c647d;
    border: transparent 1px solid;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    color: #fff;
    text-decoration: none;
}

.btn_saiba {
    border-radius: 6px;
    font: normal normal bold 15px/18px Lato;
    padding: 5px 34px;
}

.area_tematica {
    font: normal normal 900 20px/24px Lato;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px 0px;
}

.card {
    height: min-content !important;
    position: relative;
}

div[vw].enabled {
    margin-right: 0 !important;
}



@media (max-width: 991px) {
    header.header_landing {
        padding: 0;
    }

    section.contact_form > div > div > div > div > div.--green_theme_bg {
        display: flex !important;
    }

    .grid-responsive {
        display: grid !important;
        grid-row-start: 1;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 2;
        justify-self: right;
    }

    .grid_icon {
        width: auto !important;
    }

    .first {
        background: url("/images/back_header.jpg");
        background-size: 100vw;
    }

    .teste {
        margin-left: 0 !important;
    }

    .card {
        width: auto !important;
        height: min-content !important;
        margin: 0 5px;
    }


    #eventos .slick-prev,
    #servicos .slick-prev {
        left: -15px;
    }



    header .menu.active {
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
    }

    #topo > header > nav > ul > a > img {
        background-image: radial-gradient(#043c5a 10px, white 1px);
        border-radius: 50%;
        margin-top: 15px;
    }

    .div-artigos > .card > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #artigos img {
        max-height: 100% !important;
        max-width: 50% !important;
    }

    .tag_artigos {
        display: none;
    }

    #news .card,
    #news img {
        max-height: 100%;
    }

    #news img {
        max-height: 140px;
    }
}

@media (max-width: 646px) {
    .icons_content,
    .icons_contentNews {
        height: 42px;
    }



    section h3 {
        font-size: 28px !important;
    }

    .row > * {
        flex-shrink: 1 !important;
    }

    header .abrirMenu {
        padding-left: 10vw;
    }

    body #eventos > div > div > div > div:nth-child(1) {
        padding-left: 115px !important;
    }

    #eventos .slick-prev,
    #servicos .slick-prev {
        left: 0;
        top: 260px;
    }

    #eventos div div div h3 > div {
        left: 0 !important;
    }

    .secondy {
        background: url("/images/bg2_mob.jpg");
    }

    .thrit {
        background: url("/images/bg3_mob.jpg");
    }

    .first {
        background-image: url("/images/bg_mob1.jpg");
        background-repeat-y: no-repeat;
        background-repeat-x: repeat;
        background-size: contain;
        background-position: bottom;
    }

}

@media (max-width: 1200px) {
    .sub-title {
        font-size: 16px;
    }

    section h3 {
        font-size: 35px;
    }



    .icons_contentServices {
        height: 56px;
    }

    .icons_contentEvents {
        height: 50px;
    }

    #noticias > div > div > div > h3 > div {
        top: 25px !important;
    }

    .icons_content,
    .icons_contentNews {
        height: 62px !important;
    }


}

#servicos .card-body {
    /* min-height: 308px !important; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box !important;
    background: #ffffff 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 2px 5px #00000029 !important;
    border-radius: 20px 0px !important;
    /* width: 343px; */
    border: solid transparent 1px !important;
}



.swiper-text {
    min-height: 75px;
}


.hr_oculto {
    margin-top: 120px;
    margin-bottom: 80px;
    width: 100%;
}

#servicos > div > div > div > h3 > div {
    position: absolute;
    left: 0;
    top: -30px;
}

#noticias > div > div > div > h3 > div {
    position: absolute;
    left: 0;
    top: 15px;
}



#eventos div div div h3 > div {
    position: absolute;
    left: 0px;
    top: -30px;
}





#eventos > div > div > div > div:nth-child(1) {
    padding-left: 120px !important;
}

@media (max-width: 767px) {
    #artigos {
        display: block;
    }

    #artigos img {
        max-height: 100px;
        object-fit: cover;
    }

    .noticias_grid {
        display: block !important;
    }
}

.item-padrao .tag {
    background: #ffffff;
    box-shadow: -1px 2px 1px #00000059;
    border-radius: 0px 0px 0px 20px;
    width: 142px;
    right: 0;
    top: 18px;
    position: absolute;
    text-align: center;
    color: #e6aa23;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    height: 31px;
    line-height: 31px;
    display: none !important;
}

.w-iconbox.iconpos_top {
    text-align: center;
    margin: 0 auto;
}

.secondy {
    background-size: cover !important;
    height: calc(100vh - 45px);
}



#topo div.container-fluid.slider_home div > div > img {
    object-fit: contain !important;
}

.logo {
    width: 200px;
}

#artigos .card {
    min-height: 100%;
}

#dicas .card {
    margin: 0 10px 10px 10px !important;
}

@media (max-width: 767px) {
    .logo {
        max-width: 100%;
    }



    .secondy {
        background-position: 0 60% !important;
    }


}

@media (max-height: 625px) {


    header .abrirMenu {
        padding-left: 5vw !important;
        padding-right: 50px !important;
    }
}

.card {
    border-radius: 10px !important;
}

.secondy.d-none.d-md-block {
    position: relative;
}

.secondy.d-none.d-md-block > .bg-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.secondy.d-block.d-md-none .bg-image-mobile {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.slide_content {
    background: transparent;
    padding: 10px;
    border-radius: 8px;
}

.logo-slide {
    max-width: 100%;
    height: auto;
    width: 20%;
}

.item-padrao .tag {
    background: #ffffff;
    box-shadow: -1px 2px 1px #00000059;
    border-radius: 0px 0px 0px 20px;
    width: 142px;
    right: 0;
    top: 18px;
    position: absolute;
    text-align: center;
    color: #e6aa23;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    height: 31px;
    line-height: 31px;
    display: none !important;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
}

.card-body {
    padding: 15px;
}

.card-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.card-text {
    font-size: 12px;
    color: #666;
}

.side {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 100px);
    margin-left: 30px;
}

.mais-dicas {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
}

#dicas {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 200px) !important;
}

@media (max-width: 767px) {
    .side {
        margin-left: 5px;
    }

    .mobile.d-block.d-md-none > a > img {
        object-fit: cover !important;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 100px) !important;
    }

    .logo-slide {
        max-height: 100px;
        width: 20%;
    }

    .w-90 {
        width: 90%;
    }
}
