:root {
    /* --details1: #035586;
    --details2: #48E1C1; */
    --bg-color-primary: #F5F5F5;
    --bg-color-light: #fff;
    --bg-color-dark: #333;
    --bg-color-dark2: #444;
    --bg-color-blue1: #035586;
    --bg-input: #f1f1f1;
    --bg-blue: #6A75C8;
    --text-main: #333;
    --text-light: #fff;
    --text-light-2: #A2B2BB;
    --text-light-3: #6D6D6D;
    --text-dark: #000;
    --time-trans: 2s;
    --time-trans2: 1s;
    --time-trans08: 0.8s;
    --time-trans03: 0.3s;
    --border-1: #454545;
    --border-2: #707070;
    --border-3: #3C7A9F;
    --btn-bg-1: #E6E6E6;
    --width-65: 65vw;
    --width-70: 70vw;
    --width-80: 80vw;
    --width-90: 90vw;
    --width-100: 100vw;
}

:root body.delta24 {
    --details1: #035586;
    --details2: #48E1C1;
}

:root body.historicar {
    --details1: #0F192C;
    --details2: #64D5FF;
}

:root body.grupodelta { 
    --details1: #10264E;
    --details2: #FFB300;
}

@font-face {
    font-family: Charter;
    src: url(../fonts/CharterRegular.ttf);
}

*,  *:after, *:before {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-main);
}

html {
    transition: top 1s;
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-color-primary);
    overflow-y: scroll;
    overflow-x: hidden;
}

.visible {
    display: block;
}

.hide {
    display: none;
}
.on {
    opacity: 1;
    transition: opacity var(--time-trans);
}

.off {
    opacity: 0;
    transition: opacity var(--time-trans);
}

/* CABEÇALHO */
header.top {
    width: var(--width-100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    top: 0;
}

header .content {
    width: var(--width-80);
    max-width: 1370px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .content .logo, 
header .content .logo2 {
    display: flex;
    align-items: center;
}

header .content #menu {
    justify-self: flex-start;
}

header .content  ul#menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 35px;
}

header ul#menu a {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--details1);
    text-decoration: none;
}

header ul#menu.v2 a {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
}

header ul#menu a:hover {
    text-decoration: underline;
}

header .content .logo div {
    width: 275px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-right: 40px;
}

header .content .logo2 div {
    width: 275px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 40px;
}

body.delta24 header .content .logo div {
    background-image: url('../../img/blog/deltaGlobal-logo_delta24.svg');
}

body.delta24 header .content .logo2 div {
    background-image: url('../../img/blog/deltaGlobal-logo_delta24_white.svg');
}

body.grupodelta header .content .logo div {
    background-image: url('../../nova_home/img/deltaGlobal-deltagrupo-logo-color.svg');
    width: 145px;
    height: 55px;
}

body.grupodelta header .content .logo2 div {
    background-image: url('../../nova_home/img/deltaGlobal-deltagrupo-logo.svg');
    width: 170px;
    height: 55px;
}

body.historicar header .content .logo div {
    background-image: url('../../img/blog/deltaGlobal-logo_historicar.svg');
}

body.historicar header .content .logo2 div {
    background-image: url('../../img/blog/deltaGlobal-logo_historicar_white.svg');
}

header .content .logo span {
    font-size: 0.94rem;
    font-weight: 700;
}

header .content .logo2 span {
    font-size: 0.94rem;
    font-weight: 700;
}

header.normal {
    /* position: absolute; */
    position: fixed;
    background: transparent;
    padding: 60px 0;
    margin: 0px 0px 0px;
    transition: padding .3s, background .5s, margin .5s;
} 

header.excep {
    position: fixed;
    background: #fff;
    margin: -175px 0px 0px;
}

header.scrolling {
    /* position: fixed; */
    background: #fff;
    margin: 0px 0px 0px;
    padding: 12px 0;
    /* transition: padding 0.5s, ; */
    box-shadow: 0px -5px 10px var(--bg-color-dark2);
}

body.grupodelta header.scrolling {
    position: fixed;
    background-color: #fff;
    top: 0;
    padding: 12px 0;
    /* transition: padding 0.5s; */
    box-shadow: 0px -5px 10px var(--bg-color-dark2);
}

header nav {
    display: flex;
    align-items: center;
    position: relative;
}

header nav div.icon_search {
    width: 28px;
    height: 26px;
    background-color: var(--bg-color-dark);
    mask: url('../../img/icons/pesquisa.svg') no-repeat center / contain;
    -webkit-mask: url('../../img/icons/pesquisa.svg') no-repeat center / contain;
    cursor: pointer;
}

header nav div.icon_search2 {
    width: 28px;
    height: 26px;
    background-color: var(--bg-color-light);
    mask: url('../../img/icons/pesquisa.svg') no-repeat center / contain;
    -webkit-mask: url('../../img/icons/pesquisa.svg') no-repeat center / contain;
    cursor: pointer;
}

header nav div.icon_search:hover,
header nav div.icon_search2:hover {
    opacity: 0.8;
}

header nav .toSite {
    color: var(--details1);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--details2);
    margin-right: 20px;
    /* margin-bottom: 7px; */
}

header nav .toSite2 {
    color: var(--text-light);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--details2);
    margin-right: 20px;
    /* margin-bottom: 7px; */
}

header nav .toSite:hover,
header nav .toSite2:hover {
    opacity: 0.8;
} 


header nav a.menu-burguer { display: none; position: relative;  width: 30px; height: 30px; top: 0px; right: 0; cursor: pointer; margin-left: 20px;}
header nav a.menu-burguer .burguer-left { border-radius: 10px; background-color: #333; position: absolute; height: 4px; width: 30px; top: 15px; left: 0px;  -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
header nav a.menu-burguer .burguer-right {border-radius: 10px; background-color: #333; position: absolute; height: 4px; width: 30px; top: 15px; left: 0px;  -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}

header nav a.menu-burguer .burguer-right:before {border-radius: 10px; background-color: #333; position: absolute; height: 4px; width: 30px; content: ""; top: -10px;  -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
header nav a.menu-burguer .burguer-right:after {border-radius: 10px; background-color: #333; position: absolute; height: 4px; width: 30px; content: ""; top: 10px;  -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}


header nav a.menu-burguer.v2 .burguer-left { background-color: #fff; z-index: 50;}
header nav a.menu-burguer.v2 .burguer-right { background-color: #fff; z-index: 50; }

header nav a.menu-burguer.v2 .burguer-right:before {background-color: #fff; z-index: 50;}
header nav a.menu-burguer.v2 .burguer-right:after {background-color: #fff; z-index: 50;}

header #mobile-background { width: 100vw; height: 100vh; position: fixed; background: rgba(0, 0, 0, 0.6); left: 0; top: 0; transition: opacity .5s; display: none; opacity: 0;}
header #mobile-nav { display: block; width: 350px;  height: 100vh; padding: 60px 40px 20px; position: fixed; z-index: 100; top: 0; right: -350px; background: var(--text-light); transition: right 1s;}

header #mobile-nav .close { width: 30px; height: 31px;  align-self: flex-end;  margin-bottom: 30px ; position: relative; cursor: pointer;}
header #mobile-nav .burguer-left { 
    border-radius: 10px; 
    background-color: #333; 
    position: absolute; 
    height: 4px; 
    width: 30px; 
    top: 14px; 
    left: 0px;  
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) ;
    transform: rotateZ(-45deg) scaleX(1.4) ;}
header #mobile-nav .burguer-right {
    border-radius: 10px; 
    background-color: #333; 
    position: absolute; 
    height: 4px; 
    width: 30px; 
    top: 14px; 
    left: 0px;  
    -webkit-transform: rotateZ(45deg) scaleX(1.4) ;
    transform: rotateZ(45deg) scaleX(1.4) ;    
}

header #mobile-nav span { font-size: 4.2rem; margin-bottom: 50px; }

header #mobile-nav .items-menu {display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px;}
header #mobile-nav .items-menu h4 {font-size: 1.7rem; font-weight: 700; color: var(--text-dark-1); text-transform: uppercase; text-decoration: none; cursor: pointer;}
header #mobile-nav .items-menu a {font-size: 1.2rem; font-weight: 600; color: var(--text-dark-1); text-transform: uppercase; text-decoration: none; cursor: pointer;}

#panel-search {
    width: var(--width-100);
    position: fixed;
    z-index: 110;
    top: 0;
    padding: 150px 0;
    background-color: var(--details1);
    animation: opacityOn var(--time-trans2);
}

#panel-search .wrapper-painel {
    margin: 0 auto;
    width: var(--width-80);
    height: 50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-3);
    padding-bottom: 18px;
}

#panel-search .wrapper-painel input{
    width: 100%;
    font-size: 2.625rem;
    font-weight: 700;
    color: var(--text-light);
    background-color: transparent;
    outline: none;
}

#panel-search .wrapper-painel input::placeholder{
    color: var(--text-light);
}

#panel-search .wrapper-painel img{
    cursor: pointer;
    outline: none;
}


#opacity-search {
    width: var(--width-100);
    height: 100vh;
    background-color: var(--bg-color-light);
    opacity: 0.5;
    position: fixed;
    z-index: 105;
    transition: opacity var(--time-trans);
}

/* CORPO DA PÁGINA */
#main {
    width: var(--width-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

main {
    margin-top: 160px;
    position: relative;
    width: 80vw;
    max-width: 1370px;
    display: flex;
    flex-direction: column;
}

/* TITULO */
main .title_main {
    margin-bottom: 50px;
    animation: opacityOn var(--time-trans);
}

main .title_result {
    margin-bottom: 5px;
    animation: opacityOn var(--time-trans);
}

main .amount-resultado {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 60px;
}

main .title_result h2 span {
    color: var(--details2);
}

main .title_main h2, 
main .title_result h2,
main .title_result h2 span, 
main .title h1,
main .title h2,
footer .left h2,
#head_post #content h2,
#head_post #content h1,
#post_group h2  {
    font-size: 3.23vw;
    font-weight: bold;
}

/* DESTAQUE */
main .post_destaque {
    overflow: hidden;
    position: relative;
    margin-bottom: 65px;
    animation: opacityOn var(--time-trans);
}



/* SWIPER - DESTAQUE */

.post_destaque .swiper-container {
    width: 100%;
    height: 50vh;
}

.post_destaque .swiper-wrapper {
    height: 90%;
}

.post_destaque .swiper-slide {
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background-color: var(--details2);
}


.post_destaque .swiper-slide a {
    width: 100%;
    height: 100%;
}

main .post_destaque .swiper-slide .post{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--details1);
    display: flex;
    align-items: center;
    border-radius: 10px;
}
main .post_destaque .swiper-slide .post_fixo{
    width: 100%;
    height: 100%;
    position: relative;

    display: flex;
    align-items: center;
    border-radius: 10px;
}

body.delta24 main .post_destaque .swiper-slide .post_fixo figure.img_destaque_fixo{
    background-image: url(../img/img_postfixo_delta24.jpg);
}
body.grupodelta main .post_destaque .swiper-slide .post_fixo figure.img_destaque_fixo{
    background-image: url(../../img/blog/empresa-rastreamento-veicular-gesao-de-frotas.webp);
}
body.historicar main .post_destaque .swiper-slide .post_fixo figure.img_destaque_fixo{
    background-image: url(../img/img_postfixo_historicar.jpg);
}

main .post_destaque .swiper-slide .post_fixo figure.img_destaque_fixo{
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* opacity: 0.2; */
    border-radius: 10px;
}
main .post_destaque .swiper-slide .post_fixo .img_overlay{
    position: absolute;
    z-index: 22;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    background-color: var(--details1);
    opacity: 0.2;
}

main .post_destaque .swiper-slide .post_fixo .content_fixo {
    position: absolute;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    border-radius: 10px;
}

main .post_destaque .swiper-slide .post_fixo .box-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-left: 5%;
    flex: 1;
    height: 100%;
    z-index: 50;
}

main .post_destaque .swiper-slide .post_fixo .box-title span.light {
    width: fit-content;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #f5f5f5;
    opacity: 0.75;
}

main .post_destaque .swiper-slide .post_fixo .box-title span.bold{
    width: fit-content;
    font-size: 6.25rem;
    font-weight: 900;
    color: #f5f5f5;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0 -2px;
    opacity: 1;
}


main .post_destaque .swiper-slide .post_fixo .box-text {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 50;
}

main .post_destaque .swiper-slide .post_fixo .box-text span { padding: 0; margin: 0; color: var(--bg-color-light);}

main .post_destaque .swiper-slide .post_fixo .box-text span.light {
    font-size: 2.5625rem;
    font-weight: 400;
    line-height: 2.5625rem;
    opacity: .75;
}
main .post_destaque .swiper-slide .post_fixo .box-text span.bold {
    font-size: 4.0625rem;
    font-weight: 700;
    line-height: 3rem;
}

main .post_destaque .swiper-slide .post_fixo .box-text span:nth-child(1) { margin-left: 28.5%; margin-right: 0; }
main .post_destaque .swiper-slide .post_fixo .box-text span:nth-child(2) { margin-left: 22.5%;margin-right: 0; }
main .post_destaque .swiper-slide .post_fixo .box-text span:nth-child(3) { margin-left: 38%;margin-right: 0; }
main .post_destaque .swiper-slide .post_fixo .box-text span:nth-child(4) { margin-top: 10px; margin-left: 46.5%; margin-right: 0;}

main .post_destaque .swiper-slide .post img.img_destaque{
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 10px;
}

main .post_destaque .swiper-slide .post .content {
    position: absolute;
    z-index: 25;
    left: 50%;
    width: 47%;
    min-height: 60%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
    border-radius: 10px;
}

.post_destaque .swiper-slide .post .content .tag {
    padding: 5px;
    font-size: 0.94rem;
    font-weight: 500;
    background-color: var(--details2);
    color: var(--text-light);
}

.post_destaque .swiper-slide .post .content .title_destaque {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: var(--text-light);
}


/* BOX - POSTADOR - INICIO */
.content .postador,
.content_card .postador,
#head_post .postador {
    display: flex;
    margin-top: 20px;
}

.content .postador img.postado,
.content_card .postador img.postado,
#content-author .postador img.postado,
.comment-post .postador img.postado  {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    opacity: initial;
    margin-right: 20px;
}

#head_post .postador img.postado {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    opacity: initial;
    margin-right: 20px;
}

.content .postador .nome_data,
#head_post .postador .nome_data,
.content_card .postador .nome_data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}


.content .postador .nome,
.content_card .postador .nome {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-light);

}

#head_post .postador .nome {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-light);  
}

.content .postador .data_postagem,
#head_post .postador .data_postagem{
    color: var(--text-light-2);
    font-size: 0.81rem;
}

.content_card .postador .nome,
.content_card .postador .data_postagem {
    color: var(--text-light-3);
}

.content_card .postador .data_postagem {
    font-size: 0.81rem;
}

#head_post .postador {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#head_post .postador img.postado {
    margin-right: 0;
    margin-bottom: 25px;
}

#head_post .postador .nome_data {
    align-items: center;
}

/* BOX - POSTADOR - FIM */
/* PROPAGANDA */
section.propaganda {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.main_propaganda {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 60px;
}

section.main_propaganda .propaganda {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: var(--width-80);
}

section.propaganda a img,
section.main_propaganda .propaganda a img {
    /* width: 40vw; */
    max-width: 728px;
    animation: opacityOn var(--time-trans);
}

/* POSTS GROUP - BLOG E RESULTADO - INICIO */
main .post_group {
    height: auto;
    margin-bottom: 55px;
}

main .post_group .grid-posts {
    display: grid;
    width: 100%;
    height: 100%;
	grid-template-columns: 31% 31% 31%;
    grid-template-rows: 1fr 1fr;
    gap: 45px;
}

main .post_group .grid-posts a {
    text-decoration: none;
    cursor: pointer; 
}

main .post_group .grid-posts .post_card {
    width: 100%;
    background-color: var(--bg-color-light);
    /* box-shadow: 5px 5px 5px rgba(175, 175, 175, 0.1); */
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    animation: opacityOn var(--time-trans);
}

main .post_group .grid-posts .post_card:hover {
    box-shadow: 5px 5px 5px rgba(175, 175, 175, 0.1);
    transition: box-shadow var(--time-trans03);
}
main .post_group .grid-posts .post_card .img_card {
    width: 100%;
    height:50vh;
    max-height: 250px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

main .post_group .grid-posts .post_card .img_card figure {
    width: 100%;
    height:100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform ease-in-out 2s;
}

main .post_group .grid-posts .post_card .img_card figure:hover {
    transform: scale(1.1);
}

main .post_group .grid-posts .post_card .content_card {
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    min-height: 223px;

}

main .post_group .grid-posts .post_card .content_card h2,
main .post_group .grid-posts .post_card .content_card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
}

/* EBOOKS E NOTICIAS  */
main .title.ebooks_noticias {
    display: flex;
    align-items: center;
}

main .title.ebooks_noticias h4 {
    cursor: pointer;
    margin-left: auto;
    margin-right: 30px;
}

main .post_group .grid-posts .post_card .content_card .ebooks_text {
    margin: 0;
}

main .post_group .grid-posts.ebooks_noticias {
    grid-template-rows: unset;
}


/* EBOOKS E NOTICIAS - FIM */

/* POSTS GROUP - BLOG E RESULTADO - FIM */

/* PAGINAÇÃO */
main .paginacao {
    height: 5.68vh;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 76px;
}

main .paginacao a {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .paginacao a.select {
    background-color: var(--details2);
    color: var(--bg-color-light);
}

main .paginacao a.select:hover {
    opacity: 0.8;
}

/* VIDEOS EM DESTAQUES */
main .title {
    margin-bottom: 50px;
}

main .videos_destaques {
    height: 400px;
    margin-bottom: 65px;
    position: relative;
    overflow: visible;
}

main .videos_destaques a.disable {
    pointer-events: none;
    cursor: default;
}
main .videos_destaques .move_left {
    width: 100px;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 10;
    background-color: rgba(175, 175, 175, 0.5);
}

main .videos_destaques .move_right {
    width: 100px;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 10;
    background-color: rgba(175, 175, 175, 0.5);
}

main .videos_destaques .grid-destaques {
    height: 100%;
    z-index: 5;
    position: absolute;
    display: grid;
    /* grid-template-columns: 260px 260px 260px 260px 260px 260px 260px; */
    grid-template-rows: 1fr;    
    gap: 45px;
    top: 0;
    left: 0;
}

main .videos_destaques .grid-destaques .card {
    height: 100%;
    background-color: var(--details1);
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

main .videos_destaques .grid-destaques .card img.videos {
    width: 260px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.5;
    position: absolute;
    z-index: 20;
}

main .videos_destaques .grid-destaques .card .content {
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 25;
    padding: 0 35px 35px 35px;
}

main .videos_destaques .grid-destaques .card .content div.logo {
    width: 22px;
    height: 13px;
    mask: url('../img/icon_camera.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icon_camera.svg') no-repeat center / contain;
    background-color: var(--details2);
    margin-bottom: 15px;
}

main .videos_destaques .grid-destaques .card .content h3 {
    color: var(--text-light);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* FOOTER */
footer {
    width: var(--width-100);
    background-color: var(--bg-color-dark);
    color: var(--text-light);
    display: flex;
    justify-content: center;
}

footer .wrapper {
    display: flex;
    width: var(--width-80);
    max-width: 1370px;
    display: flex;
    flex-direction: column;
}

/* FOOTER - MAIS LIDAS */
footer .wrapper .mais_lidas {
    border-bottom: 1px solid var(--border-1);
    padding: 75px 0;
    display: flex;
}

footer .wrapper .mais_lidas .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

footer .left .icon {
    width: 1.6vw;
    margin-left: 5px;
}

footer .left h2 { 
    color: var(--text-light);
    margin-bottom: 5px;
}

footer .left .etiquetas {
    display: flex;
}

footer .left .etiquetas a {
    margin-right: 20px;
    padding: 4px 10px;
    background-color: var(--bg-color-dark2);
    color: var(--details2);
    font-size: 0.937rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s;
}

footer .left .etiquetas a:hover {
    opacity: 0.5;
    transition: opacity 0.3s;
}

footer .wrapper .mais_lidas .right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

footer .wrapper .mais_lidas .right .post_mais {
    width: 100%;
    border: 1px solid var(--border-2);
    overflow: hidden;
    transition: height 0.5s;
}

footer .wrapper .mais_lidas .right .post_mais:not(:last-child) {
    margin-bottom: 30px;
}

/* footer .wrapper .mais_lidas .post_mais .post_normal p {
    padding: 15px;
} */

footer .wrapper .mais_lidas .post_mais .post_normal {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
    transition: height 0.5s;
}

footer .wrapper .mais_lidas .post_mais .post_normal img {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s;
}

footer .wrapper .mais_lidas .post_mais .post_normal img.opacity  {
    opacity: 1;
    transition: opacity 0.5s;
}

footer .wrapper .mais_lidas .post_mais .post_normal div {
    position: absolute;
    z-index: 25;
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
    transition: height 0.5s;
}

/* footer .wrapper .mais_lidas .post_mais .post_normal p, */
footer .wrapper .mais_lidas .post_mais .post_normal div p{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-light);
    line-height: 1.3;
    padding: 15px 15px 15px 15px;
}


footer .wrapper .mais_lidas .post_mais .post_normal div span {
    color: var(--text-light-2);
    padding: 0px 15px 15px 15px;
    /* display: none; */
}

/* FOOTER - LINKS CONTATOS */
footer .wrapper .links_contatos {
    border-bottom: 1px solid var(--border-1);
    padding: 80px 0;
    display: flex;
}

footer .wrapper .links_contatos .links_grupo {
    flex: 1;
    display: flex;
    flex-direction: column;   
}

footer .wrapper .links_contatos h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 33px;
}

footer .wrapper .links_contatos .links_grupo .links{
    display: flex;
    justify-content: space-between;
}

footer .wrapper .links_contatos .links_grupo .left,  
footer .wrapper .links_contatos .links_grupo .right {
    min-height: 100px;
    flex: 1;
    display:flex; 
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .wrapper .links_contatos .links_grupo .left a,  
footer .wrapper .links_contatos .links_grupo .right a {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 300;
    text-decoration: none;
}

footer .wrapper .links_contatos .links_grupo .left a:hover,  
footer .wrapper .links_contatos .links_grupo .right a:hover {
    text-decoration: underline;
}

footer .wrapper .links_contatos .links_grupo .left a:not(a:last-child),  
footer .wrapper .links_contatos .links_grupo .right a:not(a:last-child) {
    margin-bottom: 30px;
}

footer .wrapper .links_contatos .newsletter {
    flex: 1;
    display: flex;
    flex-direction: column;
}

footer .wrapper .links_contatos .newsletter .input_news {
    display: flex;
}

footer .wrapper .links_contatos .newsletter .input_news input {
    width: 50%;
    padding: 17px;    
    font-size: 0.875rem;
    color: var(--text-dark);
    font-weight: 300;
    border-radius: 0;
}

footer .wrapper .links_contatos .newsletter .input_news .btn {
    background-color: var(--details2);
    padding: 18px 23px;
    color: var(--text-light);
    font-size: 0.812rem;
    cursor: pointer;
    transition: opacity 0.3s;
} 

footer .wrapper .links_contatos .newsletter .input_news .btn:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

footer .wrapper .links_contatos .contatos {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

footer .wrapper .links_contatos .contatos .row {
    display: flex;
    margin-top: 17px;
}

footer .wrapper .links_contatos .contatos p {
    font-size: 0.81rem;
    font-weight: 300;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}

footer .wrapper .links_contatos .contatos span a {
    font-size: 1.059rem;
    font-weight: 600;
    color: var(--details2);
    margin-left: 10px;
    text-decoration: none;
}

footer .wrapper .links_contatos .contatos span a:hover {
    text-decoration: underline;
}


/* FOOTER - DIREITOS */
footer .wrapper .direitos {
    border-bottom: 1px solid var(--border-1);
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

footer .wrapper .direitos .copyright {
    display: flex;
    justify-content: flex-start;
}

footer .wrapper .direitos .copyright span {
    font-size: 0.81rem;
    font-weight: 300;
    color: var(--text-light);
}

footer .wrapper .direitos .copyright a {
    font-size: 0.81rem;
    font-weight: 300;
    color: var(--details2);
}

footer .wrapper .direitos .midias {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .wrapper .direitos .midias a:not(a:first-child) {
    margin-left: 20px;
}

footer .wrapper .direitos .midias div.icon_linked,
footer .wrapper .direitos .midias div.icon_face,
footer .wrapper .direitos .midias div.icon_insta,
footer .wrapper .direitos .midias div.icon_yout {
    width: 24.5px;
    height: 24.5px;
    background-color: var(--details2);
}

footer .wrapper .direitos .midias div.icon_linked:hover,
footer .wrapper .direitos .midias div.icon_face:hover,
footer .wrapper .direitos .midias div.icon_insta:hover,
footer .wrapper .direitos .midias div.icon_yout:hover {
    opacity: 0.8;
}
 

footer .wrapper .direitos .midias div.icon_linked {
    mask: url('../../img/icons/linkedin_white.svg') no-repeat center / contain;
    -webkit-mask: url('../../img/icons/linkedin_white.svg') no-repeat center / contain;
}

footer .wrapper .direitos .midias div.icon_face {
    mask: url('../../img/icons/facebook_white.svg') no-repeat center / contain;
    -webkit-mask: url('../../img/icons/facebook_white.svg') no-repeat center / contain;
}

footer .wrapper .direitos .midias div.icon_insta {
    mask: url('../../img/icons/instagram_white.svg') no-repeat center / contain;
    -webkit-mask: url('../../img/icons/instagram_white.svg') no-repeat center / contain;
}

footer .wrapper .direitos .midias div.icon_yout {
    mask: url('../../img/icons/youtube_white.svg') no-repeat center / contain;
    -webkit-mask: url('../../img/icons/youtube_white.svg') no-repeat center / contain;
}

/* POSTAGEM COMPLETA */

#head_post {
    width: var(--width-100);
    height: 100vh;
    position: relative;
    background-color: var(--bg-color-dark);
    margin-bottom: 75px;
}

#head_post figure {
    position: absolute;
    z-index: 25;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

#head_post #content {
    position: absolute;
    z-index: 30;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #head_post img.icon {
    position: absolute;
    z-index: 30;
    bottom: 50px;
    left: calc(50% - 12px);
} */


#head_post div.icon_mouse {
    position: absolute;
    z-index: 30;
    bottom: 50px;
    left: calc(50% - 12px);
    width: 24px;
    height: 34px;
    background-color: var(--bg-color-light);
}

#head_post div.icon_mouse:hover {
    opacity: 0.8;
    transition: opacity var(--time-trans03);
}

#head_post div.icon_mouse {
    mask: url('../img/icon_mouse.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icon_mouse.svg') no-repeat center / contain;
}

#head_post div.icon_scroll {
    position: absolute;
    z-index: 35;
    bottom: 70px;
    left: calc(50% - 1px);
    width: 3px;
    height: 7px;
    background-color: var(--details2);
}

#head_post div.icon_scroll {
    mask: url('../img/icon_scroll.svg') no-repeat center / contain;
    -webkit-mask: url('../img/icon_scroll.svg') no-repeat center / contain;
    animation-name: moveScroll;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#head_post #content .wrapper-title {
    width: var(--width-70);
    max-width: 1010px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: opacityOn var(--time-trans);
} 

#head_post #content .assunto {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#head_post #content .assunto span {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--details2);
    margin-right: 40px;
}

#head_post #content .assunto a {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--details2);
    margin-right: 40px;
}

#head_post #content .assunto a:hover {
    text-decoration: underline;
}

#head_post #content .assunto a:last-child {
    margin-right: 0px;
}

#head_post #content h1,
#head_post #content h2 {
    color: var(--text-light);
    text-align: center;
    margin-bottom: 30px;
    line-height: 3.6rem;
}

/* BARRA DE PROGRESSO DE LEITURA */
.reading-bar {
    position: relative;
    width: var(--width-100);
    z-index: -10;
    height: 5px;
    opacity: 0;
    /* transition: opacity var(--time-trans08); */
}

.reading-bar.position-fixed {
    position: fixed;
    margin-top: 79px;
    z-index: 30;
    opacity: 1;
    /* transition: opacity var(--time-trans08); */
    /* animation: opacityOn var(--time-trans2); */
}

/* body.grupodelta .reading-bar.position-fixed {
    position: fixed;
    margin-top: 115px;
    z-index: 30;
    opacity: 1;
    transition: opacity var(--time-trans08);
    //animation: opacityOn var(--time-trans2);
} */

.reading-bar .bar {
    width: 0%;
    height: 100%;
    background-color: var(--details2);
    transition: width;
}



#content_post {
    width: var(--width-100);
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#content_post .main {
    width: var(--width-70);
    max-width: 1370px;
    /* margin-bottom: 100px; */
    display: flex;
}

/* #content_post .main .  {
    width: 100%;
    display: flex;
    
} */


#content_post .main .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 55px;
}

#content_post .main .right {
    width: 37%;
    max-width: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#content_post .main .right .newsletter {
    background-color: #17284d ;
    background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    padding: 37px 35px;
    border-radius: 10px;
    position: relative;
    
 }

 #content_post .main .right .newsletter .box-logo { 
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
 }

 #content_post .main .right .newsletter h3.title {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 500;
    margin-bottom: 20px;
 }

 #content_post .main .right .newsletter p {
    font-size: 1rem;
    color: var(--details2);
    font-weight: 400;
    margin-bottom: 30px;
 }

 #content_post .main .right .newsletter .input-group {
     display: flex;
     flex-direction: column;
     gap: 5px;
 }

 #content_post .main .right .newsletter .input-group input {
    padding: 14px;
    background: #F5F5F510;
    font-size: 0.875rem;
    color: var(--text-light);
    border-radius: 6px;
 }

 #content_post .main .right .newsletter .input-group input:focus {
    border: 0;
    outline: none;
 } 
 #content_post .main .right .newsletter .input-group input::placeholder {
    color: var(--text-light);
 } 

 #content_post .main .right .newsletter button  {
     padding: 10px 30px;
     color: var(--text-light);
     background: var(--details2);
     border-radius: 6px;
     margin-top: 15px;
     font-size: 0.937rem;
 }

#content_post .main hr.hr_main {
    width: 100%;
    height: 1px;
    background-color: var(--btn-bg-1);
    margin-bottom: 60px;
}

#comment-section {
    width: var(--width-100);
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#comment-section .main {
    width: var(--width-70);
    max-width: 1370px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#btn-control {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

#btn-control button {
    padding: 11px 18px;
    display: flex;
    align-items: center;
    margin-right: 2px;
    background-color: var(--btn-bg-1);
    cursor: pointer;
}

#btn-control button:disabled {
    color: var(--text-light-2);
    cursor: default;
}

#btn-control button img {
    margin-right: 5px;
}

#btn-control button:first-child {
    border-radius: 6px 0 0 6px;
}

#btn-control button:last-child {
    border-radius: 0 6px 6px 0;
    margin: 0;
}

#content-text {
    margin-bottom: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content-text h3 {
    font-weight: 700;
    font-size: 2.625rem;
    margin-bottom: 45px;
    line-height: 1.25;
    align-self: flex-start;
}

#content-text hr {
    width: 100%;
    height: 10px;
    background-color: var(--btn-bg-1);
    margin-bottom: 55px;
}

#content-text p {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 2.25rem;
    font-family: 'Charter', Georgia, Arial;
}

#content-text img {
    width: 100%;
    max-width: 100% !important;
    margin: 45px auto 70px !important;
}

/* FORMULARIO DE COMENTÁRIOS */

#comment-form { 
    width: 100%;
    background-color: var(--bg-color-light);
    border-radius: 10px;
    padding: 60px;
    margin-bottom: 75px;
}

#comment-form h3 { 
    width: 80%;
    font-size: 2rem;
    margin-bottom: 65px;
}

#comment-form #grid-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    column-gap: 55px;
    row-gap: 32px;
}

#grid-form .item {
    display: flex;
    flex-direction: column;
}

#grid-form .item input,
#grid-form .item textarea {
    background-color: var(--bg-input);
    padding: 18px;
}

#grid-form .item label {
    font-weight: 600;
    margin-bottom: 17px;
}

#grid-form .area-text {
    grid-column: span 2;
}

#grid-form .area-submit {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
}

#grid-form .area-submit div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#grid-form .area-submit div input[name=recebe_news] {
    display: none;
}

#grid-form .area-submit div label#label_receber {
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 2px;
}

#grid-form .area-submit div label#label_receber::before {
    content: "";
    width: 12px;
    height: 12px;
    outline: none;
    border-radius: 3px;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: -30px;
    top: -1.5px;
}

#grid-form .area-submit div label#label_receber::after {
    content: "";
    width: 23px;
    height: 23px;
    outline: none;
    background-color: var(--bg-input);
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: -30px;
    top: 0px;
}

#grid-form .area-submit div input[name=recebe_news]:checked + label::before {
    border: 0;
    outline: none;
    background-color: var(--details2);
    z-index: 25;
    margin: 7px 0 0 6px ;
}

#grid-form .area-submit button {
    padding: 21px 20px;
    background-color: var(--details2);
    font-size: 1.375rem;
    color: var(--text-light);
    cursor: pointer;
}

#grid-form .area-submit button:hover {
    opacity: 0.8;
    transition: opacity var(--time-trans03);
}

/* TAGS DE CATEGORIAS */

#content-categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
}

#content-categories > span,
#content-author > span, 
#content-tags > span,
#comments > span {
    min-width: 140px;
    font-weight: 600;
    font-size: 1.0625;
    margin-right: 65px;
}

#content-author > span, 
#comments > span {
    margin-top: 14px;
}

#content-categories .tags-categories > a {
    padding: 3px 9px;
    background-color: var(--details2);
    color: var(--text-light);
    font-size: 0.9375rem;
    font-weight: 500;
    margin-right: 15px;
    text-decoration: none;
}

#content-categories .tags-categories > a:hover {
    opacity: 0.8;
    transition: opacity var(--time-trans03);
}

/* TAGS NUVEM */
#content-tags { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;    
}

#content-tags .tags-nuvem > a {
    padding: 0 13px;
    border-radius: 50px;
    border: 1px solid #c2c2c2;
    background-color: transparent;
    color: var(--text-main);
    font-size: 0.8125rem;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: none;
    white-space: nowrap;
}

/* AUTOR E COMENTARIOS */

#content-author {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

#content-author > div {
    display: flex;
    flex-direction: column;
}

#content-author .postador {
    display: flex;
}

#content-author .postador,
.comment-post .postador {
    display: flex;
    margin-bottom: 26px;
}

#content-author .postador .nome_cargo,
.comment-post .postador .nome_data {
    display: flex;
    flex-direction: column;
}

#content-author .postador .nome_cargo .nome,
.comment-post .postador .nome_data .nome {
    font-weight: 500;
}

#content-author .postador .nome_cargo .cargo,
.comment-post .postador .nome_data .data {
    font-size: 0.8125rem;
    color: var(--text-light-3);
}

#content-author .postador-descricao,
.comment-post .text-comment {
    font-size: 0.8125rem;
    color: var(--text-light-3);
}

#comments {
    display: flex;
}

#comments .container-comments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#comments .container-comments button.conectese {
    background-color: var(--bg-blue);
    color: var(--text-light);
    padding: 13px;
    margin-bottom: 45px;
}

#comments #main-comments {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#main-comments .comment-post {
    margin-bottom: 30px;
}

#main-comments .hr_post {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: var(--btn-bg-1);
}

#comments .btn-mais {
    font-size: 0.8125rem;
    border-bottom: 2px solid var(--details2) ;
    padding-bottom: 5px;
    cursor: pointer;
}





#next-post {
    width: var(--width-100);
    background-color: var(--details1);
    margin-bottom: 120px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#next-post figure {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transition: transform ease-in-out 2s;
}

#next-post figure:hover  {
    transform: scale(1.1);
}

#next-post a {
    position: absolute;
    z-index: 25;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transition: transform ease-in-out 2s; */
}

#next-post .wrapper-post {
    width: var(--width-65);
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: inherit;
}

#next-post h4 { 
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--details2);
}

#next-post h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-light);
    text-align: center;
    line-height: 2.5rem;
    margin-bottom: 15px;
}

#next-post .data {
    font-size: 0.8125rem;
    color: var(--text-light-2);
}

/* POSTS GROUP - POST COMPLETO - INICIO */
#post_group {
    width: var(--width-80);
    height: auto;
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
}

#post_group h2 {
    margin-bottom: 55px;
}

#post_group .grid-posts {
    display: grid;
    width: 100%;
    height: 100%;
	grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 55px;
}

#post_group .grid-posts a {
    text-decoration: none;
}

#post_group .grid-posts .post_card {
    width: 100%;
    background-color: var(--bg-color-light);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    animation: opacityOn var(--time-trans);
}

#post_group .grid-posts .post_card:hover {
    box-shadow: 5px 5px 5px rgba(175, 175, 175, 0.1);
    transition: box-shadow var(--time-trans03);
}

#post_group .grid-posts .post_card .img_card {
    width: 100%;
    height:50vh;
    max-height: 250px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

#post_group .grid-posts .post_card .img_card figure {
    width: 100%;
    height:100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform ease-in-out 2s;
}

#post_group .grid-posts .post_card .img_card figure:hover {
    transform: scale(1.1);
}

#post_group .grid-posts .post_card .content_card {
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    min-height: 223px;
}

#post_group .grid-posts .post_card .content_card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* POSTS GROUP - POST COMPLETO - FIM */

/* KEYFRAMES */
@keyframes opacityOn {
    0% { opacity: 0;}
    100% {opacity: 1;}
}

@keyframes opacityOn05 {
    0% { opacity: 0;}
    100% {opacity: 0.5;}
}

@keyframes marginTop160 {
    0% { margin-top: 160px;}
    100% {margin-top: 100px;}
}

@keyframes marginTop100 {
    0% { margin-top: 100px;}
    100% {margin-top: 54px;}
}

@keyframes marginTop100-2 {
    0% { margin-top: 100px;}
    100% {margin-top: 70px;}
}

@keyframes moveScroll {
    0% { bottom: 70px;}
    50% { bottom: 65px;}
    100% { bottom: 70px;}
}

/* POLITICAS DE PRIVACIDADE */

.is-visible{display:flex !important}.scroll-off{overflow:hidden!important}
.link-politica{cursor: pointer;float:left;color:#FFF;text-align:center;margin: 0 0 0;font-size:1.4em;text-decoration:underline;font-weight: bold;}
.link-politica:hover{text-decoration: none;}
#box-politica{display:none;width:100%;height:100%;position:fixed;background:#00000075;z-index:999999999;text-align: center;}
#box-politica iframe{width:90%;max-width:827px;height:90%;top:5vh;position:relative;z-index:1;border:0;margin: 0 auto;}
#box-politica a{cursor: pointer;position: absolute;top:1vh;right:1vw;font-size:3vh;font-family:sans-serif;color:#FFFFFF75;}#box-politica a:hover{color:#FFF;}

#teste-var {
    width: 50px;
    position: fixed;
    z-index: 100;
    bottom: 50%;
    right: 0;
    background-color: var(--bg-color-light);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#teste-var span {
    padding: 15px;
    cursor: pointer;

}

body.modal-open { overflow: hidden !important;}

#myModal .button_close { 
    background-image: url(../../../assets/img/icons/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute; 
    margin-bottom: unset;    
    top: 15px;
    right: 15px;

 }

#myModal .button_close:hover { 
    opacity: .6;
 }

#myModal.open { 
    display: block;
    z-index: 9999999;
 }

#myModal.modalNewsLetter.news.open { 
    display: flex;
    align-items: center;
    z-index: 9999999;
 }

/* The Modal (background) */
.modal.modalNewsLetter {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  .modal.modalNewsLetter.news {
    padding-top: 10px; 
  }

.modal.modalNewsLetter .close { width: 30px; height: 31px;  align-self: flex-end;  margin-bottom: 30px ; position: fixed; cursor: pointer; top: 10px; right: 10px; background: transparent; z-index: 1000;}
.modal.modalNewsLetter .left { 
    border-radius: 10px; 
    background-color: #fff; 
    position: absolute; 
    height: 4px; 
    width: 30px; 
    top: 14px; 
    left: 0px;  
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) ;
    transform: rotateZ(-45deg) scaleX(1.4) ;}
.modal.modalNewsLetter .right {
    border-radius: 10px; 
    background-color: #fff; 
    position: absolute; 
    height: 4px; 
    width: 30px; 
    top: 14px; 
    left: 0px;  
    -webkit-transform: rotateZ(45deg) scaleX(1.4) ;
    transform: rotateZ(45deg) scaleX(1.4) ;    
}
  
  /* Modal Content */
  .modalNewsLetter .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 790px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  

  .modalNewsLetter .modal-body {
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .modalNewsLetter.news .modal-body { 
    padding: 50px;
    flex-direction: row;
    align-items: center;
  }

  .modalNewsLetter.video .modal-content {
      width: 80%;
      height: 90%;
      border-radius: 0;
  }

  .modalNewsLetter.video .modal-body {
    height: 100%;
    padding: 0;

  }

  .modalNewsLetter .modal-body > iframe {
    width: 100%;
    height: 100%;
  }

  .modalNewsLetter.news .modal-body .contentPopup {
      flex: 1.2;
  }

  .modalNewsLetter .image-top {
    flex: 1;
  }
  
  .modalNewsLetter .modal-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
  }
  
  .modalNewsLetter .modal-body p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
  }

  .modalNewsLetter .modal-body p.semibold {
    font-size: 20px;
    font-weight: 600;
  }
  
  .modalNewsLetter .modal-body p.medium {
    font-weight: 500;
  }
  
  .modalNewsLetter .modal-body form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .modalNewsLetter .modal-body form .labelInputWrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .modalNewsLetter .labelNewsletter {
    font-size: 14px;
  }
  
  .modalNewsLetter .labelInputWrapper input {
    border: 0;
    background: #f0f0f0;
    padding: 15px 10px;
    outline: 0;
  }

  .modalNewsLetter .labelInputWrapper input::placeholder {
    color: #333;
  }
  
  .modalNewsLetter .btnAssinar {
    color: white;
    background: #48e1c1;
    font-weight: 600;
    font-size: 15px;
    width: max-content;
    border: 0;
    padding: 15px 45px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .modalNewsLetter .btnAssinar:hover {
    background: #48e1c1;
    opacity: 0.8;
  }

  /* NOVO NEWSLETTER */
  .novoNewsletter {
      padding: 30px 55px;
      display: flex;
      align-items: center;
      background: #fff;
      gap: 50px;
      border-radius: 10px;
      width: 100%;
  }

  .inscreva-se {
      display: flex;
      flex-direction: column;
      gap: 14px;
      width: 100%;
  }

  .inscreva-se .title {
      font-size: 22px;
  }

  .inscreva-se .item-email {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inscreva-se .item-email label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-main);
    margin-bottom: 15px;
}

.inscreva-se .item-email input {
   padding: 18px;
   background: var(--bg-color-primary);
   font-size: 0.8125rem;
   color: var(--text-main);
   margin-bottom: 20px;
}

.inscreva-se .item-email input:focus {
   border: 0;
   outline: none;
}

.inscreva-se .emailAndButton {
    display: flex;
    align-items: center;
    gap: 20px;
}

.inscreva-se .emailAndButton button  {
    padding: 18px 45px;
    color: var(--text-light);
    background: var(--details2);
    height: 55px;
    margin-top: 10px;
}

#content-text .novoNewsletter .imgNewsletter  {
    margin: 0 !important;
    width: 150px !important;
    height: 130px;
}

@media (max-width: 720px) {
    .novoNewsletter {
        display: none;
    }
}

@media (max-width: 1365px) {
    #content-text .novoNewsletter .imgNewsletter {
        display: none;
    }
}