@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;
}
footer .social-footer {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
}

footer .social-footer li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    margin-right: 7px;
}

footer .social-footer li a {
    color: white;
}

footer .links-footer {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

footer .links-footer li {
    display: inline-flex;
    margin-left: 50px;
}

footer .links-footer li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

#cursos .card-body {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

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;
}

.heavy {
    font-weight: 900 !important;
}

.banner {
    background-color: #8c4799;
    border-radius: 10px;
    padding: 40px 50px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner p {
    width: 70%;
    font-size: 18px;
}

.banner button {
    border: none;
    color: #fff;
    background-color: #e6aa23;
    font-size: 22px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}

@media (max-height: 600px) {
    #topo #slick-slide00 img {
        min-height: 180px;
        height: 25vh !important;
        width: auto;
        border-radius: 20px 0px 0px 0px;
    }

    #topo #slick-slide01 img {
        min-height: 90px;
        height: 20vh !important;
        width: auto;
        border-radius: 20px 0px 0px 0px;
    }
}

@media (min-width: 991px) {
    header nav ul li.login a {
        background: #043c5a;
        border-radius: 15px;
        padding: 0 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;
        padding: 20px;
    }

    .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;
}

#topo .slick-slider {
    top: 48px;
}

.your-class {
    background: #e6e6e6;
}

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

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

.slide_content div {
    width: 100%;
}

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

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

.slick-dots {
    bottom: 15px !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    font-size: 12px !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #043c5a !important;
    opacity: 0.75 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

.cont_slide1 {
    color: #043c5a;
    font-weight: 900;
    font-size: 24px;
}

#topo > hr:nth-child(7) {
    margin-bottom: 83px !important;
}

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

.slick-dotted.slick-slider {
    z-index: 99 !important;
    margin-bottom: 50px !important;
}

.slick-next:before,
.slick-prev:before {
    background: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px !important;
    width: 22px !important;
}

#courses .slick-next:before,
#courses .slick-prev:before {
    color: #e6aa23 !important;
    opacity: 1 !important;
    font-size: 20px;
    background: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.--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;
}

#news .slick-next:before,
#news .slick-prev:before {
    color: #642d55 !important;
    opacity: 1 !important;
    font-size: 20px;
}

.--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;
}

.bg_banner_mob2,
.bg_banner_mob3 {
    text-align: center;
}

#services .slick-next:before,
#services .slick-prev:before {
    color: #8c4799 !important;
    opacity: 1 !important;
    font-size: 20px;
}

.--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;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50vw !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #043c5a !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 900;
}

#cursos {
    background-color: #fff;
}

#cursos .swiper-slide {
    padding: 0 10px !important;
}

#cursos .swiper-button-prev,
#cursos .swiper-button-next {
    background: #fff !important;
    opacity: 0.7;
    transition: all 0.2s;
}

#cursos .swiper-button-prev[aria-disabled="true"],
#cursos .swiper-button-next[aria-disabled="true"] {
    opacity: 0;
}

#news .swiper-button-prev,
#news .swiper-button-next {
    background: #642d55 !important;
}

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

#cursos .swiper-button-prev,
#cursos .swiper-button-next {
    background: #fff !important;
    opacity: 0.8;
}

#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;
}

#topo > section.--blue_theme_bg.pb-5.pt-5 {
    background: #3c647d !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;
}

#topo
    > section.--blue_theme_bg.pb-5.pt-5
    > div
    > div
    > div.col-10
    > button:hover {
    background: #fff !important;
    color: #043c5a !important;
}

#topo
    > div.your-class.slick-initialized.slick-slider.slick-dotted
    > button:nth-child(1) {
    position: absolute;
    left: 3%;
    z-index: 9;
    top: 40%;
    border: none;
    background: transparent !important;
    outline: none !important;
}

#topo
    > div.your-class.slick-initialized.slick-slider.slick-dotted
    > button:nth-child(1)
    i {
    color: #fff;
    font-size: 26px;
}

#topo
    > div.your-class.slick-initialized.slick-slider.slick-dotted
    > button:nth-child(3)
    i {
    color: #fff;
    font-size: 26px;
}

#topo
    > div.your-class.slick-initialized.slick-slider.slick-dotted
    > button:nth-child(3) {
    position: absolute;
    right: 3%;
    z-index: 9;
    top: 40%;
    border: none;
    background: transparent !important;
    outline: none !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;
}

#cursos .card {
    border-radius: 5px !important;
    margin: 2px 2px;
}

#cursos h2,
#noticias h2,
.artigos_dicas h2 {
    color: #043c5a;
    margin: 15px 0 10px 12px;
    font-size: 1.3rem;
    font-weight: 600;
}

#cursos .card-title {
    font-weight: 900 !important;
    font-size: 20px !important;
}



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

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

section.contact_form > div > div > div > form > div > button {
    margin-top: 28px;
}

.slick-slider {
    z-index: 90;
}

#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: auto;
    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: 515px !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;
}

.card-title {
    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;
}

.card-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%;
}

#cursos .slick-list,
#noticias .slick-list {
    margin-left: 20px !important;
}

#cursos .slick-prev,
#noticias .slick-prev {
    left: 20px !important;
    border-radius: 100%;
    background: white;
}

.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: 10px;
}

#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;
}

#cursos .slick-next,
#noticias .slick-next,
#eventos .slick-next,
#servicos .slick-next {
    right: 0px !important;
}

.your-class .slick-next {
    right: 35px !important;
}

.your-class .slick-prev {
    left: 35px !important;
}

.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;
}

#topo .slick-slide img {
    height: 290px;
    border-radius: 20px 0px 0px 0px;
}

.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;
}

#topo
    > footer
    > div
    > div
    > div.col-4.align-self-center
    > ul
    > li:nth-child(1)
    > a {
    margin: 10px 0;
}

#topo
    > footer
    > div
    > div
    > div.col-4.align-self-center
    > ul
    > li:nth-child(n)
    > a {
    text-align: left;
}

footer {
    background: #043c5a;
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

#topo > footer > div > div > div.col-8 > div > a:nth-child(n) > img {
    height: 30px;
    margin-right: 5px;
}

#topo
    > footer
    > div
    > div
    > div.col-4.d-flex.justify-content-between.align-items-center.links_footer.mb-3
    > a:nth-child(n) {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

#topo > footer > div > div > div.col-8 > a > img {
    width: 192px;
}

.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;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: auto;
}

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

@media (min-width: 1480px) {
    #slick-slide00
        > div.container.d-flex.justify-content-start.slider_home.col-lg-4
        > div
        > div
        > img {
        width: 20vw;
        height: auto;
    }

    .cont_slide1 {
        font-size: 2vw;
    }

    #slick-slide00
        > div.container.d-flex.justify-content-start.slider_home.col-lg-4
        > div
        > div
        > button {
        font-size: 1.5vw;
    }
}


.tag-pub {
    position: absolute;
    top: 40%;
    left: 10px;
    transform: translateY(-50%);
    color: #FFFFFF;
    background-color: rgba(104, 101, 101, 0.74);
    padding: 5px 10px;
    border-radius: 5px;
}

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

    .tag-pub {
        top: 50%;
    }

    .slick-slide > div > div {
        background-position: 40% !important;
    }

    .slick-dots {
        display: none !important;
    }

    #topo > footer > div > div > div {
        align-self: start !important;
    }

    #topo > footer > div > div {
        flex-direction: column;
    }

    footer .links-footer {
        text-align: left;
    }

    footer .links-footer li {
        margin-left: 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;
    }

    .slider_home {
        justify-content: center !important;
    }

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

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

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        height: auto;
    }

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

    #cursos .slick-next,
    #noticias .slick-next,
    #eventos .slick-next,
    #servicos .slick-next {
        right: 1px !important;
    }

    #cursos .slick-prev,
    #noticias .slick-prev {
        left: 5px !important;
    }

    #topo .slick-slide img {
        object-fit: cover;
    }

    fevents .your-events {
        margin-left: 0 !important;
    }

    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;
    }

    .slide_desk {
        margin-top: 64px !important;
    }

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

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

@media (max-width: 646px) {
    #cursos .slick-next,
    #noticias .slick-next,
    #eventos .slick-next,
    #servicos .slick-next {
        right: 5px !important;
    }

    .icons_content,
    .icons_contentNews {
        height: 42px;
    }

    #cursos > div > div > div > h3 > div,
    #noticias > div > div > div > h3 > div,
    #eventos div div div h3 > div {
        width: 84px !important;
        height: 84px !important;
    }

    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 .slick-next,
    #servicos .slick-next {
        right: 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");
    }

    #slick-slide01 p,
    #slick-slide02 p {
        font-size: 16px !important;
    }

    #slick-slide01
        > div.container-fluid.d-flex.justify-content-start.slider_home {
        height: 100%;
    }

    #slick-slide02
        > div.container-fluid.d-flex.justify-content-start.slider_home {
        height: 100%;
    }

    footer .links-footer li {
        margin: 0;
    }

    #slick-slide01
        > div.container-fluid.d-flex.justify-content-start.slider_home
        > div
        > .teste
        > img,
    #slick-slide02
        > div.container-fluid.d-flex.justify-content-start.slider_home
        > div
        > .teste
        > img {
        height: 100px !important;
    }

    #slick-slide01 .teste,
    #slick-slide02 .teste {
        align-self: end;
        margin-bottom: 20px;
    }

    .bg_banner_mob3 {
        background-color: #642d55c8;
    }

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

    #slick-slide00 > div.slider_home {
        align-self: top;
    }

    .logo_banner {
        width: 200px;
        height: 200px !important;
    }

    .slick-track .blue_button {
        font-size: 16px;
        padding: 6px 40px;
    }
}

.courses-section .course-card {
    display: flex;
    flex-direction: column;
    height: 300px !important;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
}

.course-training {
    padding: 10px;
    height: 160px !important;
    width: 290px !important;
    border-radius: .5rem !important;
}


.swiper-slide a {
    text-decoration: none;
}

.course-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 8px;
}

.course-img-top {
    width: 100% !important;
    height: 160px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.course-img-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(200, 200, 200, 0.1));
    z-index: 1;
}

.course-body {
    padding: 10px 10px;
    width: 100%;
    background: transparent; 
    color: #fff;
    position: relative;
    z-index: 2;
}
.course-title {
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.1rem * 2); /* Limita a altura a duas linhas */
}

.course-text {
    text-align: left;
    font-weight: 300;
    color: #fff;
    font-size: .8rem !important;
    line-height: 1rem;
    height: calc(1rem * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-img {
    height: 150px;
}

#course-news {
    color: #043c5a;
    margin: 15px 0 0 12px;
    font-size: 22px;
    font-weight: 700;
}

.img-4-3 {
    width: 100%;
    height: 330px;
    aspect-ratio: 4 / 3;
    object-fit: cover; /* Ajusta a imagem para preencher o contêiner sem distorcer */
}

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

    section h3 {
        font-size: 35px;
    }

    #cursos > div > div > div > h3 > div,
    #noticias > div > div > div > h3 > div,
    #eventos div div div h3 > div {
        width: 104px !important;
        height: 104px !important;
        top: -15px !important;
    }

    .icons_contentServices {
        height: 56px;
    }

    .icons_contentEvents {
        height: 50px;
    }

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

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

    #cursos > div > div > div .sub-title,
    #cursos div div div h3,
    #noticias > div > div > div .sub-title,
    #noticias div div div h3 {
        padding-left: 95px !important;
    }
}

#servicos .card-body {
    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: 5px 0px !important;
    /* width: 343px; */
    border: solid transparent 1px !important;
}

#cursos .swiper-image {
    max-height: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    filter: brightness(0.5) opacity(0.9);
}

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

.slick-track {
    display: flex !important;
    height: 100vh;
}

.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;
}

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

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

#cursos > div > div > div.col-md-4 > h3 {
    line-height: 40px;
}

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

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

#topo .slick-slide img {
    object-fit: cover;
}

#topo div.container-fluid.slider_home div > div > img {
    margin-top: 0px !important;
}

.bg_banner_mob2 {
    padding-top: 0 !important;
}

#topo
    > div.your-class.slick-initialized.slick-slider.slick-dotted
    > ul
    > li:nth-child(n) {
    display: none !important;
}

@media (min-width: 768px) {
    #slick-slide01,
    #slick-slide03,
    #slick-slide05,
    #slick-slide07,
    #topo
        > div.your-class.slick-initialized.slick-slider.slick-dotted
        > div
        > div
        > div:nth-child(2n + 11) {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 20px;
    }

    .course-body {
        padding: 0 15px !important;
    }

    .course-img-top {
        height: 240px !important;
    }

    #artigos {
        display: block;
    }

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

    .noticias_grid {
        display: block !important;
    }

    .noticias_grid a {
        text-decoration: none !important;
    }

    #slick-slide00,
    #slick-slide02,
    #slick-slide04,
    #slick-slide06,
    #topo
        > div.your-class.slick-initialized.slick-slider.slick-dotted
        > div
        > div
        > div:nth-child(2n + 10) {
        display: none !important;
    }
}

.slide_desk {
    margin-top: 88px;
    width: auto;
}


.swiper-slide > div.secondy,
.slider_home,
.slider_home .row,
.slider_home .row > * {
    height: auto !important;
    /* height: calc(30vh - 10px) !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;
}

@media only screen and (min-width: 1441px) {
    .swiper-slide > div.secondy,
    .slider_home,
    .slider_home .row,
    .slider_home .row > * {
        
    }
}

#swiper-wrapper-10d10fdbc5c4792a6c
    > div.swiper-slide.swiper-slide-active
    > div.secondy.d-none.d-md-block
    > div.container-fluid.slider_home
    > div
    > div.col-md-8.col-lg-6.col-12
    > div
    > div
    > p {
    color: #fff;
}

/* Icons dots slider */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: #d9d9d9;
    width: 8px;
    height: 8px;
    opacity: 1;
}

/* Icons dots slider active */
.swiper-pagination-bullet-active {
    background: #686868 !important;
}

/* icons arrow */
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
}

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

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

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

#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;
}

.bg_banner_mob2 {
    height: calc(50vh - 88px) !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    text-align: left;
    padding-bottom: 0 !important;
    height: min-content !important;
}

@media (min-width: 1280px) {
    .slide_desk {
        max-width: 1280px;
    }
}

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

    .banner {
        flex-direction: column;
    }

    .banner p,
    .banner button {
        width: 100%;
    }

    .banner button {
        margin-top: 15px;
    }

    div.container-fluid.slider_home div > div > img {
        max-width: 250px;
    }

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

@media (max-height: 625px) {
    #topo div.container-fluid.slider_home div > div > img {
        width: max-content !important;
        height: 100px !important;
    }

    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;
}

.slider_home {
    position: absolute;
    top: 50px !important;
    left: 10px !important;
    display: flex !important;
    align-items: center !important;
}

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

.banner1-text {
    font-size: 1rem;
    color: #ffffff;
}

.bg_banner_mob2 {
    display: flex;
    align-items: center;
    justify-content: space-around !important;
    gap: 10px;
}

.bg_banner_mob2 img,
.bg_banner_mob2 p {
    flex: none;
}

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

@media (max-width: 767px) {
    .swiper {
    }

    .bg_banner_mob2 img {
        width: 10% !important;
        /* display: none !important; */
    }

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

    .swiper-slide > div.secondy,
    .slider_home,
    .slider_home .row,
    .slider_home .row > * {
        height: calc(50vh - 10px) !important;
    }

    .bg_banner_mob2 {
        display: flex;
        align-items: center !important;
        justify-content: space-around !important;
        gap: 10px;
        width: 100% !important;
    }

    .slider_home {
        position: absolute;
        display: block !important;
        top: 10px !important;
        left: 0 !important;
        transform: translateX(0%) !important;
        width: 100%;
        height: 100%;
    }

    .mobile.d-block.d-md-none .bg_banner_mob2 {
        /* flex-direction: column;
        align-items: center;
        text-align: center; */
        flex-direction: row;
        align-items: center;
        text-align: center;
        margin-top: 50px;
        /* margin-left: 20px; */
        padding-left: 20px;
        justify-content: start !important;
    }

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

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