*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

input:focus,
input:focus-visible{
    outline: none;
}

.container{
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
}

.area-pagination{
    margin-top: 70px;
}

.area-pagination .swiper-pagination-bullet-active{
    transform: scale(1.4);
    background-color: #d9d9d9;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.content-single{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}

.content-single .area-imagem-thumb{
    height: 460px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-single .text-single{
    background-color: #ffffff;
    padding: 40px 60px;
    width: 80%;
    margin-top: -200px;
}

.content-single .links-breadcrumb a {
    color: #103685;
    font-size: 12px;
    text-decoration: underline;
}

.content-single .links-breadcrumb span{
    color: #103685;
    font-size: 12px;
}

.content-single h1{
    margin-top: 30px;
    color: #414141;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-single .date-time-card{
    font-size: 12px;
    font-weight: 400;
    color: #696868;
    display: flex;
    align-items: center;
}

.content-single .date-time-card .data-time{
    display: inline-block;
}

.content-single .date-time-card .data-time:first-child{
    margin-right: 30px;
}

.content-single .date-time-card .data-time:nth-child(2){
    font-size: 22px;
    color: #33CC99;
}

.content-single .date-time-card .data-time:nth-child(3){
    margin-left: 30px;
}

.content-single .text-single .excerpt_post{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    display: block;
}

.content-single .text-single .the-content{
    margin-top: 20px;
}

.content-single .text-single .the-content p{
    font-size: 16px;
    color: #414141;
    padding: 15px 0;
    line-height: 20px;
    font-weight: 400;
}

.content-single .text-single .the-content h2,
.content-single .text-single .the-content h3,
.content-single .text-single .the-content h4,
.content-single .text-single .the-content h5,
.content-single .text-single .the-content h6{
    color: #008EFF;
    font-weight: 600;
    padding: 10px 0;
}

.content-single .text-single .the-content a {
    text-decoration: underline;
    color: #414141;
    font-weight: 600;
}

.content-single .text-single .the-content .wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin: 25px auto;
}

.content-single .text-single .the-content .wp-block-image a{
    width: 100%;
}

.content-single .text-single .the-content .wp-block-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-single .text-single .the-content .wp-block-image .wp-element-caption{
    text-align: center;
    font-size: 12px;
    color: #777777;
    font-style: italic;
    margin-top: 15px;
}

.content-single .text-single .the-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 20px 20px;
}

.content-single .text-single .the-content ul li {
    margin: 5px 15px;
}

.content-single .text-single .the-content ul li::before{
    content: "\2022";
    color: #103685;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.content-single .text-single .the-content ul li a{
    font-size: 16px;
    color: #103685;
    font-weight: 500;
    transition: .3s all;
}

.content-single .text-single .the-content ul li a:hover{
    opacity: .8;
}

#audiome-container{
    margin-bottom: 30px !important;
}

@media (max-width: 1199px) {
    .content-single .text-single{
        width: 90%;
        padding: 40px 45px;
    }
}

@media (max-width: 767px) {
    .content-single .text-single{
        width: 100%;
        padding: 40px 20px;
    }

    .content-single h1{
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .content-single .text-single{
        padding: 40px 10px;
    }
}

/* 404 */
.is-404{
    padding: 100px 0;
}

.is-404 .content-404{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.is-404 .content-404 h2{
    font-size: 32px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 700;
}

.is-404 .content-404 p{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.is-404 .content-404 a{
    width: 260px;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #008EFF;
    margin-top: 60px;
    color: #ffffff;
    font-weight: 500;
}
.template-4-noticias{
    padding: 40px 0;
}

.content-4-noticias{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.template-4-noticias .content-post-destaque{
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: .3s all;
    display: block;
}

.template-4-noticias .content-post-destaque:hover{
    opacity: .8;
}

.template-4-noticias .area-imagem{
    width: 100%;
    height: auto;
}

.template-4-noticias .content-post-destaque .area-imagem{
    height: 390px;
    display: block;
}

.template-4-noticias .area-imagem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
}

.template-4-noticias .content-post-destaque .area-text{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.template-4-noticias .content-post-destaque .area-text h4{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.template-4-noticias .content-post-destaque .area-text p{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 10px;
}

.template-4-noticias .content-posts-others{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.template-4-noticias .item-post-others{
    display: grid;
    grid-template-columns: 240px 1fr;
    margin-bottom: 20px;
    transition: .3s all;
}

.template-4-noticias .item-post-others:hover{
    opacity: .8;
}

.template-4-noticias .item-post-others .area-imagem{
    height: 100%;
    padding-right: 20px;
}

.template-4-noticias .item-post-others .area-text{
    width: 100%;
}

.template-4-noticias .item-post-others .area-text h4{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.template-4-noticias .item-post-others .area-text p {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    margin-top: 10px;
}

.template-4-noticias .area-editoria-and-time{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.template-4-noticias .item-post-others .area-editoria-and-time{
    margin-top: 0;
}

.template-4-noticias .area-editoria-and-time .editoria{
    font-size: 12px;
    font-weight: 600;
    color: #008EFF;
    text-transform: uppercase;
}

.template-4-noticias .area-editoria-and-time .reading-time{
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.template-4-noticias .area-editoria-and-time .reading-time img{
    margin-right: 4px;
    width: 12px;
    height: 12px;
}

.content-4-noticias-slider{
    display: none !important;
}

.item-post-slider .area-imagem{
    height: 300px;
    display: block;
}

.template-4-noticias .item-post-slider .area-text h4{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.template-4-noticias .item-post-slider .area-text p{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 10px;
}

@media (max-width: 1199px){
    .template-4-noticias .item-post-others{
        grid-template-columns: 190px 1fr;
    }

    .template-4-noticias .content-post-destaque .area-imagem{
        height: 340px;
    }
}


@media (max-width: 991px){
    .template-4-noticias .content-4-noticias{
        display: none;
    }

    .content-4-noticias-slider{
        display: block !important;
    }
}
.confira-summits-passados{
    padding: 40px 0;
}

.confira-summits-passados .content-confira-summits-passados{
    padding: 60px 0;
    background-image: url(68332a3895d49e01ba1d.png);
    background-repeat: no-repeat;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confira-summits-passados .content-confira-summits-passados span{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.confira-summits-passados .content-confira-summits-passados h4{
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 35px;
}

.confira-summits-passados .content-confira-summits-passados a{
    background-color: #73C8FF;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

.confira-summits-passados .content-confira-summits-passados img{
    margin-right: 5px;
    width: 19px;
    height: 18px;
}

@media (max-width: 767px) {
    .confira-summits-passados .content-confira-summits-passados{
        padding: 30px 0;
    }

    .confira-summits-passados .content-confira-summits-passados h4{
        font-size: 28px;
        padding: 0 30px;
        text-align: center;
    }
}

@media (max-width: 374px) {
    .confira-summits-passados .content-confira-summits-passados h4{
        padding: 0 10px;
    }
}
.conheca-nossos-summits{
    padding: 40px 0;
}

.conheca-nossos-summits .area-title{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.conheca-nossos-summits .area-title h4{
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1B5088;
    text-align: center;
}

.conheca-nossos-summits .content-summits {
    padding: 15px 10px;
}

.conheca-nossos-summits .content-summits .list-summits .item-summit{
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 2px 1px 8px rgba(0,0,0, .6);
    transition: .4s all;
}

.conheca-nossos-summits .content-summits .list-summits .item-summit:hover{
    transform: scale(1.05);
}

@media (max-width:1199px) {
    .conheca-nossos-summits .content-summits .list-summits .item-summit{
        width: 250px;
    }
}

@media (max-width:767px) {
    .conheca-nossos-summits .content-summits .list-summits .item-summit{
        width: 240px;
    }

    .conheca-nossos-summits .area-title h4{
        font-size: 28px;
    }
}
footer{
    background-color: #000000;
    padding: 40px 0;
}

.content-footer{
    display: flex;
    flex-direction: column;
}

.content-footer .area-logos{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.content-footer .area-logos div{
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-footer .area-logos div:nth-child(1),
.content-footer .area-logos div:nth-child(5){
    flex-direction: row;
    align-items: end;
}

.content-footer .area-logos h4{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #5A92CD;
    margin-bottom: 30px;
}

.content-footer .divider{
    height: 1px;
    width: 100%;
    background-color: #555555;
    margin-top: 60px;
    margin-bottom: 30px;
}

.content-footer p {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.footer-col {
  flex: auto;
  flex-direction: column;
  align-items: center;
  text-align: left !important;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: left !important;
}

.footer-col img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  text-align: left !important;
  align-items: center;
}

.logo-grid img {
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .footer-col {
    flex: 1 1 100%;
  }
  .logo-grid {
    grid-template-columns: 1fr;
  }
  .footer-col{
        text-align: center !important;
        margin-bottom: 30px;
    }
  .footer-col h4 {
        text-align: center !important;
    }
  .logo-grid{
        display: block;
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .content-footer .area-logos div{
        height: 90px;
    }

    .content-footer .area-logos div img{
        width: 70%;
    }

    .content-footer .area-logos h4{
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .content-footer .area-logos{
        width: 320px;
        margin: auto;
        display: grid;
        grid-template: 'a a'
                       'b c'
                       'd e';
        align-items: initial;
    }

    .content-footer .area-logos h4{
        font-size: 16px;
        color: #008EFF;
    }

    .content-footer .area-logos div img{
        width: 100%;
        height: auto;
    }

    .content-footer .area-logos div{
        width: 100%;
        margin-top: 40px;
        height: auto;
    }

    .content-footer .area-logos div:nth-child(1){
        grid-area: a;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .content-footer .area-logos div:nth-child(1) img{
        width: 213px;
        height: 64px;
    }

    .content-footer .area-logos div:nth-child(2){
        grid-area: b;
    }

    .content-footer .area-logos div:nth-child(2) img{
        width: 140px;
        height: 50px;
    }

    .content-footer .area-logos div:nth-child(3){
        grid-area: c;
    }

    .content-footer .area-logos div:nth-child(3) img{
        width: 100px;
        height: 50px;
    }

    .content-footer .area-logos div:nth-child(4){
        grid-area: d;
    }

    .content-footer .area-logos div:nth-child(4) img{
        width: 130px;
        height: 40px;
    }

    .content-footer .area-logos div:nth-child(5){
        grid-area: e;
    }

    .content-footer .area-logos div:nth-child(5) img{
        width: 100px;
    }

    .content-footer p {
        font-size: 15px;
    }
}

@media (max-width:575px) {
    footer .container{
        padding: 0;
    }
}

@media (max-width:400px) {
    .content-footer .area-logos{
        width: 300px;
        justify-content: space-around;
    }

    .content-footer p {
        font-size: 14px;
    }
}
.garante-sua-inscricao{
    padding: 40px 0;
    background-color: #3E393A;
}

.garante-sua-inscricao .content-garanta-sua-inscricao{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.garante-sua-inscricao .content-garanta-sua-inscricao span{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.garante-sua-inscricao .content-garanta-sua-inscricao h5{
    color: #ffffff;
    font-weight: 800;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.garante-sua-inscricao .content-garanta-sua-inscricao a{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #06DD83;
    transition: .3s all;
    border-radius: 4px;
    margin-top: 20px;
}

.garante-sua-inscricao img{
    width: 38px;
    height: 15px;
}

.garante-sua-inscricao .content-garanta-sua-inscricao a:hover{
    opacity: .8;
}
.header-default{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
}

.header-default .area-logo{
    display: block;
    height: 65px;
    width: auto;
    cursor: pointer;
}

.header-default .area-logo img{
    height: 65px;
    width: auto;
}

.header-default .navbar-default ul{
    height: 80px;
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 5px;
}

.header-default .navbar-default ul li{
    height: 100%;
    height: 80px;
}

.header-default .navbar-default ul li:not(:last-child){
    margin-right: 10px;
}

.header-default .navbar-default ul li a{
    color: #000000; /*#000000*/
    font-weight: 600;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: .3s all;
    font-size: 16px;
}

.header-default .navbar-default ul li a:hover{
    opacity: .8;
    background-color: #eeeeee;
}

.header-default .navbar-default ul li.actived{
    background-color: #06DD83;
    color: #000000 !important;
}

.button-navbar-mobile{
    display: none;
    background-color: #008EFF;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    margin-top: -22px;
}

.button-navbar-mobile span{
    font-size: 34px;
    color: #ffffff;
}

.area-navbar-mobile{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999999;
}

.area-navbar-mobile .content-navbar-mobile{
    position: relative;
    margin-left: -250px;
    height: 100%;
    background-color: #000000;
    box-shadow: 3px 4px 8px #000000;
    width: 250px;
    transition: .3s all;
    padding-top: 20px;
}

.area-navbar-mobile .content-navbar-mobile .navbar-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area-navbar-mobile .content-navbar-mobile .navbar-mobile ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area-navbar-mobile .content-navbar-mobile .navbar-mobile ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #252525;
    padding-left: 10px;
}

.area-navbar-mobile .content-navbar-mobile .navbar-mobile ul li a{
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}

.area-navbar-mobile .content-navbar-mobile .navbar-mobile ul li.actived > a{
    color: #008EFF;
}

.area-navbar-mobile .content-navbar-mobile  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.area-navbar-mobile .content-navbar-mobile  button span{
    font-size: 26px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .header-default{
        height: 75px;
    }

    .header-default .navbar-default{
        display: none;
    }

    .button-navbar-mobile{
        display: flex;
    }
}
.header_buttons_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 23px 0;
}

.header_buttons_content .header_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;  
    padding: 8px 22px 8px 22px;
    width: 292px;
    height: 43px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    text-align: left;
    text-transform: uppercase;
}


.header-evento{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
}

.header-evento .header-evento-background-color{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
}

.header-evento .container{
    z-index: 2;
    position: relative;
}

.header-evento span{
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.header-evento h1{
    margin-top: 10px;
    font-size: 58px;
    font-weight: 800;
    color: #ffffff;
}

.header-evento p {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    display: block;
}

.header-evento a{
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 20px;
    width: auto;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    border-radius: 4px;
    transition: .3s all;
}

.header-evento a.btn-ebook {
    margin-left: 10px;
}

.header-evento a:hover{
    opacity: .8;
}

.header-evento .area-format-date{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.header-evento .area-format-date > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}

.header-evento .area-format-date > div > span:nth-child(1){
    font-size: 32px;
    font-weight: 700;
}

.header-evento .area-format-date > div > span:nth-child(2){
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

@media (max-width:991px) {
    .header-evento h1{
        font-size: 48px;
    }

    .header-evento p{
        font-size: 18px;
    }

    .header-evento span{
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header-evento h1{
        font-size: 26px;
    }

    .header-evento p{
        font-size: 15px;
    }

    .header-evento .container > span{
        font-size: 15px;
        color: #964607;
    }

    .header-evento .area-format-date > div{
        margin-right: 30px;
    }

    .header-evento .area-format-date > div > span:nth-child(1){
        font-size: 24px;
    }
    
    .header-evento .area-format-date > div > span:nth-child(2){
        font-size: 12px;
    }

    .header-evento a{
        padding: 10px 0;
        width: 100%;
        font-size: 14px;
    }
    .header-evento a.btn-ebook {
        margin-left: 0;
    }
}

@media (max-width:400px) {
    .header-evento .area-format-date > div > span:nth-child(2){
        letter-spacing: 1.8px;
        font-size: 11px;
    }

    .header-evento .area-format-date > div{
        margin-right: 20px;
    }
}
.ebook-event {
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    height: 290px;
    justify-content: center;
    margin: 0 auto 50px;
    max-width: 100%;
    position: relative;
    width: 1140px;
}

.ebook-event .ebook-event-text {
    margin-bottom: 20px;
}

.ebook-event p {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.ebook-event p strong {
    font-size: 36px;
}

.ebook-event a { 
    background-color: #222;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 30px;
}

.ebook-event a:hover {
    opacity: .9;
}

@media(max-width: 992px) {
    .ebook-event {
        margin-bottom: 30px;
        padding: 20px;
    }

    .ebook-event p strong {
        font-size: 30px;
    }
}
.noticias-mobilidade{
    padding: 40px 0;
}

.noticias-mobilidade .area-logo{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.noticias-mobilidade .area-logo img{
    width: 160px;
    height: 50px;
}

.noticias-mobilidade .content-noticias .item-noticia {
    display: flex;
    flex-direction: column;
    transition: .3s all;
}

.noticias-mobilidade .content-noticias .item-noticia:hover{
    opacity: .8;
}

.noticias-mobilidade .content-noticias .item-noticia .area-imagem{
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}

.noticias-mobilidade .content-noticias .item-noticia .area-imagem img{
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.noticias-mobilidade .content-noticias .item-noticia .area-text span{
    font-size: 10px;
    font-weight: 600;
    color: #008EFF;
    letter-spacing: 1.3px;
}

.noticias-mobilidade .content-noticias .item-noticia .area-text h6{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-top: 5px;
}

.noticias-mobilidade .area-button{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.noticias-mobilidade .area-button a{
    padding: 10px 70px;
    color: #777777;
    border: 1px solid #777777;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    transition: .3s all;
    cursor: pointer;
    background-color: transparent;
}

.noticias-mobilidade .area-button a:hover{
    opacity: .8;
}
   

@media (max-width:1199px) {
    .noticias-mobilidade .content-noticias .item-noticia .area-text h6{
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .noticias-mobilidade .content-noticias .item-noticia{
        width: 270px;
    }
}

@media (max-width:767px) {
    .noticias-mobilidade .content-noticias .item-noticia{
        width: 240px;
    }

    .noticias-mobilidade .area-button a{
        width: 100%;
        text-align: center;
    }
}
.palestrantes{
    padding: 40px 0;
    background-color: #f8f8f8;
}

.palestrantes .area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.palestrantes .area-title h3{
    font-size: 32px;
    font-weight: 800;
}

.palestrantes .area-title img{
    display: none;
}

.palestrantes.layout-reduzido .area-title img{
    display: block;
    margin-top: 15px;
}

.palestrantes .content-palestrantes ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.palestrantes.layout-reduzido .content-palestrantes ul{
    display: flex;
    grid-template-columns: initial;
}

.palestrantes .content-palestrantes ul li{
    margin-right: 30px;
}

.palestrantes .content-palestrantes ul li:last-child{
    margin-right: 0;
}

.palestrantes .content-palestrantes ul li .area-avatar{
    display: flex;
    align-items: center;
    justify-content: center;
}

.palestrantes .content-palestrantes ul li .area-avatar img{
    width: 164px;
    height: 164px;
    border-radius: 50%;
    object-fit: cover;
}

.palestrantes .content-palestrantes ul li .area-text{
    margin-top: 10px;
}

.palestrantes .content-palestrantes ul li .area-text h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.palestrantes .content-palestrantes ul li .area-text p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.palestrantes a{
    color: #777777;
    background-color: #d9d9d9;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 70px;
    border-radius: 4px;
    display: block;
    width: max-content;
    margin: 40px auto 0;
    transition: .3s all;
}

.palestrantes a:hover{
    opacity: .8;
}

@media (max-width:1199px) {
    .palestrantes .content-palestrantes ul li .area-text h5 {
        font-size: 20px;
    }

    .palestrantes .content-palestrantes ul li .area-text p {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .palestrantes .content-palestrantes ul{
        grid-template-columns: 1fr 1fr;
    }

    .palestrantes .content-palestrantes ul li{
        margin-top: 30px;
        margin-right: 0;
        padding: 0 10px;
    }

    .palestrantes.layout-reduzido .content-palestrantes ul li{
        width: 250px;
    }

    .palestrantes .content-palestrantes ul li .area-text h5 {
        font-size: 24px;
    }

    .palestrantes .content-palestrantes ul li .area-text p {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .palestrantes.layout-reduzido .content-palestrantes ul li{
        width: 300px;
    }

    .palestrantes a{
        border: 1px solid #777777;
        background-color: transparent;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:575px) {
    .palestrantes .content-palestrantes ul li{
        padding: 0 5px;
    }

    .palestrantes.layout-reduzido .content-palestrantes ul li{
        width: 200px;
    }

    .palestrantes .content-palestrantes ul li .area-avatar img{
        width: 120px;
        height: 120px;
    }

    .palestrantes .content-palestrantes ul li .area-text h5 {
        font-size: 18px;
    }

    .palestrantes .content-palestrantes ul li .area-text p {
        font-size: 12px;
    }
}
.patrocinadores{
    padding: 40px 0;
}

.patrocinadores .content-patrocinadores{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.patrocinadores .content-patrocinadores.not-form{
    grid-template-columns: 1fr;
}

.patrocinadores .content-patrocinadores .content-logos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.patrocinadores .content-patrocinadores .content-logos .area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.patrocinadores .content-patrocinadores .content-logos .area-title h3{
    font-size: 32px;
    font-weight: 800;
    color: #103685;
    margin-bottom: 15px;
}

.patrocinadores .content-patrocinadores .content-logos .logos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-around;
}

.patrocinadores .content-patrocinadores .content-logos .logos img{
    margin-top: 25px;
    margin-right: 5px;
}

.patrocinadores .content-patrocinadores .content-form{
    padding: 40px;
    background-color: #333333;
    border-radius: 8px;
    max-height: 550px;
}

.patrocinadores .content-patrocinadores .content-form .text-title{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.patrocinadores .content-patrocinadores .content-form .text-subtitle,
.patrocinadores .content-patrocinadores .content-form p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

.patrocinadores .content-patrocinadores .content-form form{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.patrocinadores .content-patrocinadores .content-form .form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.patrocinadores .content-patrocinadores .content-form .form-group input{
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    border: none;
}

.patrocinadores .content-patrocinadores .content-form .form-group button,
.patrocinadores .content-patrocinadores .content-form .form-group input[type="submit"]{
    background-color: #06DD83;
    padding: 10px 0;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}

.wpcf7-response-output{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: none !important;
}

.patrocinadores .content-patrocinadores .content-form .form-group .wpcf7-acceptance label{
    display: flex;
    align-items: start;
    justify-content: start;
}

.patrocinadores .content-patrocinadores .content-form .form-group .wpcf7-acceptance label input{
    width: initial;
    margin-right: 10px;
}

.patrocinadores .content-patrocinadores .content-form .form-group .wpcf7-acceptance label a{
    color: #ffffff;
    text-decoration: underline;
    transition: .3s all;
}

.patrocinadores .content-patrocinadores .content-form .form-group .wpcf7-acceptance label a:hover{
    opacity: .8;
}

@media (max-width:991px) {
    .patrocinadores .content-patrocinadores{
        grid-template-columns: 1fr;
    }

    .patrocinadores .content-patrocinadores .content-logos{
        margin: 40px 0;
    }
}

@media (max-width:767px) {
    .patrocinadores .content-patrocinadores .content-logos .area-title h3{
        font-size: 28px;
    }

    .patrocinadores .content-patrocinadores .content-form{
        padding: 20px;
    }
}

@media (max-width:400px) {
    .patrocinadores .content-patrocinadores .content-form .text-title{
        font-size: 18px;
    }

    .patrocinadores .content-patrocinadores .content-form .text-subtitle,
    .patrocinadores .content-patrocinadores .content-form p{
        font-size: 11px;
    }
}
.programacao{
    padding: 50px 0;
}

.programacao div h3{
    color: #103685;
    font-size: 36px;
    font-weight: 800;
    margin: 10px 0;
}

.programacao.layout-reduzido div h3{
    color: #ffffff;
    background-color: #008EFF;
    font-size: 32px;
    font-weight: 500;
    padding: 5px 25px;
    text-align: center;
    width: max-content;
    margin: auto;
}

.programacao .pre-title{
    font-weight: 600;
    font-size: 14px;
    color: #5A5A5A;
    letter-spacing: 1.4px;
}

.programacao .description{
    font-weight: 400;
    font-size: 15px;
    color: #5A5A5A;
}

.table-programacao ul{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 40px;
}

.table-programacao ul li {
    display: flex;
}

.table-programacao ul li .item-horario{
    color: #ffffff;
    min-height: 111px;
    height: auto;
    width: 200px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.table-programacao ul li .item-text{
    border-top: 1px dashed #e5e5e5;
    border-right: 1px dashed #e5e5e5;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}

.table-programacao ul li .item-text .item-title{
    padding-left: 150px;
    padding-right: 200px;
    font-size: 20px;
    font-weight: 700;
}

.table-programacao ul li:last-child .item-text{
    border-bottom: 1px dashed #e5e5e5;
}

.table-programacao ul li .item-text .item-description{
    font-size: 15px;
    font-weight: 400;
    padding-left: 150px;
    padding-right: 100px;
    margin-top: 10px;
    text-align: left;
}
.table-programacao ul li .d-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.table-programacao ul li .item-speaker {
    flex-direction: column;
    margin: 15px 0;
    max-width: 130px;
    text-align: center;
}

.table-programacao ul li .item-speaker a {
    margin-bottom: 10px;
}

.table-programacao ul li .item-speaker img {
    border-radius: 50%;
    height: 60px;   
    object-fit: cover;
    object-position: center;
    width: 60px;
}

.palestrantes{
    padding: 40px 0;
    background-color: #f8f8f8;
}

.palestrantes .area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.palestrantes .area-title h3{
    font-size: 32px;
    font-weight: 800;
}

.palestrantes .area-title img{
    display: none;
}

.palestrantes.layout-reduzido .area-title img{
    display: block;
    margin-top: 15px;
}

.palestrantes .content-palestrantes ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 10px;
}

.palestrantes.layout-reduzido .content-palestrantes ul{
    display: flex;
    grid-template-columns: initial;
}

.palestrantes .content-palestrantes ul li{
    margin-right: 30px;
}

.palestrantes .content-palestrantes ul li:last-child{
    margin-right: 0;
}

.palestrantes .content-palestrantes ul li .area-avatar{
    display: flex;
    align-items: center;
    justify-content: center;
}

.palestrantes .content-palestrantes ul li .area-avatar a {
    border: 0;
    color: initial; 
    background: none;
    font-size: initial;
    font-weight: initial;
    text-transform: none;
    padding: 0;
    border-radius: 0;
    display: block;
    width: max-content;
    margin: 0;
    transition: none;
}

.palestrantes .content-palestrantes ul li .area-avatar img{
    width: 164px;
    height: 164px;
    border-radius: 50%;
    object-fit: cover;
}

.palestrantes .content-palestrantes ul li .area-text{
    margin-top: 10px;
}

.palestrantes .content-palestrantes ul li .area-text h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.palestrantes .content-palestrantes ul li .area-text p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.palestrantes a{
    color: #777777;
    background-color: #d9d9d9;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 70px;
    border-radius: 4px;
    display: block;
    width: max-content;
    margin: 40px auto 0;
    transition: .3s all;
}

.palestrantes a:hover{
    opacity: .8;
}

@media (max-width:1199px) {
    .palestrantes .content-palestrantes ul li .area-text h5 {
        font-size: 20px;
    }

    .palestrantes .content-palestrantes ul li .area-text p {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .palestrantes .content-palestrantes ul{
        grid-template-columns: 1fr 1fr;
    }

    .palestrantes .content-palestrantes ul li{
        margin-top: 30px;
        margin-right: 0;
        padding: 0 10px;
    }

    .palestrantes.layout-reduzido .content-palestrantes ul li{
        width: 250px;
    }

    .palestrantes .content-palestrantes ul li .area-text h5 {
        font-size: 24px;
    }

    .palestrantes .content-palestrantes ul li .area-text p {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .palestrantes.layout-reduzido .content-palestrantes ul li{
        width: 300px;
    }

    .palestrantes a{
        border: 1px solid #777777;
        background-color: transparent;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:575px) {
    .palestrantes .content-palestrantes ul li{
        padding: 0 5px;
    }

    .palestrantes.layout-reduzido .content-palestrantes ul li{
        width: 200px;
    }

    .palestrantes .content-palestrantes ul li .area-avatar img{
        width: 120px;
        height: 120px;
    }

    .palestrantes .content-palestrantes ul li .area-text h5 {
        font-size: 18px;
    }

    .palestrantes .content-palestrantes ul li .area-text p {
        font-size: 12px;
    }
}

.programacao a{
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 20px;
    display: block;
    width: max-content;
    margin: auto;
    transition: .3s all;
}

.programacao a:hover{
    opacity: .8;
}

.template-4-cards-data{
    padding: 40px 0;
}

.content-4-cards-data{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.template-4-cards-data .content-first-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: .3s all;
    display: block;
    padding:45px;
}

.template-4-cards-data .content-second-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: .3s all;
    display: block;
    padding:45px;
}
.texto-acima-programacao{
    font-size: 1.2rem;
    color:white;
}
.texto-principal-programacao{
    font-size: 2.7rem;
    color:white;
}
.texto-abaixo-programacao{
    font-size: 1rem;
    color:white;
}
.bg-card{
    width:100%;
    height:392px;
}
.card-interno{
    padding:50px;
}
/*.img-ver-prog{
    max-width: 300px;
    height: auto;
    text-align: center;
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
}*/

.img-ver-prog {
    --primary-color: #000000;
    --secondary-color: #fff;
    --hover-color: #404040;
    --arrow-width: 10px;
    --arrow-stroke: 2px;

    max-width: 300px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    color: var(--secondary-color);
    padding: 8px;
    background: var(--primary-color);
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}
.img-ver-prog .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-ver-prog .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
}

@media only screen and (max-width: 1199px) {
    .content-4-cards-data {
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .bg-card{
        width:100%;
        height:auto;
    }
    .template-4-cards-data .content-first-card{
        padding: 0;
        padding-bottom:25px;
    }

    .template-4-cards-data .content-second-card{
        padding:0;
    }
    .container-cards-data{
        padding: 0;
    }
    .card-interno{
        padding:25px;
    }
    .texto-acima-programacao{
        font-size: 1.7rem;
        color:white;
    }
    .texto-principal-programacao{
        font-size: 1.8rem;
        color:white;
    }
    .texto-abaixo-programacao{
        font-size: 0.9rem;
        color:white;
    }
    .img-ver-prog {
        --primary-color: #000000;
        --secondary-color: #fff;
        --hover-color: #404040;
        --arrow-width: 10px;
        --arrow-stroke: 2px;

        max-width: 100%;
        box-sizing: border-box;
        border: 0;
        cursor: pointer;
        border-radius: 5px;
        color: var(--secondary-color);
        padding: 8px;
        background: var(--primary-color);
        display: flex;
        transition: 0.2s background;
        align-items: center;
        gap: 0.6em;
        font-weight: bold;
    }
    .img-ver-prog .arrow-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-ver-prog .arrow {
        margin-top: 1px;
        width: var(--arrow-width);
        height: var(--arrow-stroke);
        position: relative;
        transition: 0.2s;
    }
}

@media (max-width:1199px) {
    .table-programacao ul li .item-text .item-title{
        padding-left: 100px;
        padding-right: 100px;
    }

    .table-programacao ul li .item-text .item-description{
        padding-left: 100px;
        padding-right: 50px;
    }
}

@media (max-width:991px) {
    .table-programacao ul li .item-text .item-title{
        padding-left: 50px;
        padding-right: 50px;
        font-size: 16px;
    }

    .table-programacao ul li .item-text .item-description{
        padding-left: 50px;
    }
}

@media (max-width:767px) {
    .programacao.layout-reduzido div h3,
    .programacao div h3{
        color: #008EFF;
        background-color: transparent;
        font-size: 28px;
        width: auto;
        text-align: center;
        padding: 0;
    }

    .programacao div h3{
        font-size: 24px;
    }

    .programacao .pre-title{
        display: none;
    }
    
    .programacao .description{
        display: none;
    }

    .table-programacao ul li{
        display: flex;
        flex-direction: column;
    }

    .table-programacao ul li .item-horario{
        min-height: initial;
        padding: 7px 0;
        width: 100%;
        justify-content: center;
    }

    .table-programacao ul li .item-text{
        border-top:none;
        border-right: 1px dashed #e5e5e5;
        border-left: 1px dashed #e5e5e5;
        align-items: center;
        justify-content: center;
    }

    .table-programacao ul li .item-text .item-title{
        font-size: 20px;
        padding: 0 30px;
    }

    .table-programacao ul li .item-text .item-description{
        padding: 0 30px;
    }

    .programacao a{
        width: 100%;
        text-align: center;
    }
}

@media (max-width:400px) {
    .programacao div h3 {
        font-size: 24px;
    }

    .programacao a{
        font-size: 12px;
    }

    .table-programacao ul li .item-text .item-title{
        font-size: 18px;
    }

    .table-programacao ul li .item-text .item-title,
    .table-programacao ul li .item-text .item-description{
        padding: 0 20px;
    }
}
.seja-patrocinador{
    padding: 30px 0;
}

.seja-patrocinador .content-seja-patrocinador{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seja-patrocinador .content-seja-patrocinador span{
    color: #ffffff;
}

.seja-patrocinador .content-seja-patrocinador .pre-title span{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.seja-patrocinador .content-seja-patrocinador .area-title{
    margin: 10px 0;
}

.seja-patrocinador .content-seja-patrocinador .area-title span{
    font-size: 36px;
    font-weight: 800;
}

.seja-patrocinador .content-seja-patrocinador .description{
    width: 800px;
}

.seja-patrocinador .content-seja-patrocinador .description p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.seja-patrocinador .content-seja-patrocinador a{
    background-color: #69B4FA;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.seja-patrocinador .content-seja-patrocinador a span{
    display: inline-block;
    margin-right: 10px;
}

@media (max-width:991px) {
    .seja-patrocinador .content-seja-patrocinador .description{
        width: 100%;
    }
}
.ultimas-noticias{
    padding: 50px 0;
}

.ultimas-noticias .content-posts{
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.ultimas-noticias.layout-single .content-posts{
    width: 80%;
    margin: auto;
    grid-template-columns: 1fr;
}

.ultimas-noticias.layout-single .content-mais-vista{
    display: none;
}

.ultimas-noticias .content-posts h3{
    color: #0147D6;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}

.ultimas-noticias .content-posts .item-post-ultima{
    display: grid;
    grid-template-columns: 260px 1fr;
    margin-bottom: 30px;
    transition: .3s all;
}

.ultimas-noticias .content-posts .item-post-ultima:hover{
    opacity: .8;
}

.ultimas-noticias .content-posts .item-post-ultima .area-info{
    margin-left: 20px;
}

.ultimas-noticias .content-posts .item-post-ultima .area-imagem{
    width: 100%;
    height: 160px;
    display: block;
}

.ultimas-noticias .content-posts .item-post-ultima .area-imagem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.ultimas-noticias .area-editoria-and-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16px;
}

.ultimas-noticias .item-post-others .area-editoria-and-time{
    margin-top: 0;
}

.ultimas-noticias .area-editoria-and-time .editoria{
    font-size: 12px;
    font-weight: 600;
    color: #008EFF;
    text-transform: uppercase;
}

.ultimas-noticias .area-editoria-and-time .reading-time{
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ultimas-noticias .area-editoria-and-time .reading-time img{
    margin-right: 4px;
    width: 12px;
    height: 12px;
}

.ultimas-noticias .content-posts .item-post-ultima .area-text h4{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-top: 5px;
}

.ultimas-noticias .content-posts .item-post-ultima .area-text p,
.ultimas-noticias .content-mais-vista .item-post-most-view .area-info p {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    margin-top: 5px;
}

.ultimas-noticias .area-button{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ultimas-noticias .area-button a,
.ultimas-noticias .area-button button{
    padding: 10px 70px;
    color: #777777;
    border: 1px solid #777777;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    transition: .3s all;
    cursor: pointer;
    background-color: transparent;
}

.ultimas-noticias .area-button a:hover,
.ultimas-noticias .area-button button:hover{
    opacity: .8;
}

.ultimas-noticias .content-mais-vista{
    padding-left: 20px;
}

.ultimas-noticias .content-posts .content-mais-vista  h4{
    color: #0147D6;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

.ultimas-noticias .content-mais-vista .item-post-most-view{
    display: grid;
    grid-template-columns: 75px 1fr;
    margin-bottom: 20px;
}

.ultimas-noticias .content-mais-vista .item-post-most-view .area-imagem{
    display: block;
    width: 100%;
    min-height: 90px;
}

.ultimas-noticias .content-mais-vista .item-post-most-view .area-imagem img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ultimas-noticias .content-mais-vista .item-post-most-view .area-info{
    padding-left: 10px;
}

.ultimas-noticias .content-mais-vista .item-post-most-view .area-info p {
    display: none;
}

.ultimas-noticias .item-post-most-view .area-info .area-editoria-and-time .editoria,
.ultimas-noticias .item-post-most-view .area-info .area-editoria-and-time .reading-time{
    font-size: 10px;
}

.ultimas-noticias .content-mais-vista .item-post-most-view .area-info h5{
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    color: #000000;
}

@media (max-width: 991px) {
    .ultimas-noticias .content-posts{
        grid-template-columns: 1fr;
    }

    .ultimas-noticias .content-posts .content-mais-vista  h4{
        font-size: 32px;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view .area-info h5{
        font-size: 22px;
    }

    .ultimas-noticias .content-mais-vista{
        padding-left: 0;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view{
        grid-template-columns: 260px 1fr;
    }

    .ultimas-noticias .item-post-most-view .area-info .area-editoria-and-time .editoria,
    .ultimas-noticias .item-post-most-view .area-info .area-editoria-and-time .reading-time{
        font-size: 12px;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view .area-info{
        padding-left: 20px;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view .area-info p {
        display: block;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view:nth-child(4),
    .ultimas-noticias .content-mais-vista .item-post-most-view:nth-child(5){
        display: none;
    }
    
}

@media (max-width: 767px) {
    .ultimas-noticias.layout-single .content-posts{
        width: 100%;
    }

    .ultimas-noticias .content-posts .item-post-ultima{
        grid-template-columns: 1fr;
    }

    .ultimas-noticias .content-posts .item-post-ultima .area-info{
        margin-left: 0;
    }

    .ultimas-noticias .area-editoria-and-time{
        margin-top: 10px;
    }

    .ultimas-noticias .content-posts .item-post-ultima .area-imagem{
        height: 220px;
    }

    .ultimas-noticias .area-button a,
    .ultimas-noticias .area-button button{
        width: 100%;
        text-align: center;
        background-color: #d9d9d9;
        border: none;
    }

    .ultimas-noticias .content-posts .content-mais-vista  h4{
        font-size: 28px;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view{
        grid-template-columns: 1fr;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view .area-info{
        padding-left: 0;
    }

    .ultimas-noticias .content-mais-vista .item-post-most-view .area-imagem{
        height: 220px;
    }
}
.veja-como-foi{
    padding: 40px 0;
    background-color: #f8f8f8;
}

.veja-como-foi .area-title{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}

.veja-como-foi .area-title h3{
    font-size: 32px;
    font-weight: 800;
    color: #0147D6;
}

.veja-como-foi .area-title img{
    margin-top: 15px;
    width: 38px;
    height: 15px;
}

.veja-como-foi .area-video{
    width: 750px;
    margin: auto;
}

@media (max-width:991px) {
    .veja-como-foi .area-video{
        width: 100%;
    }
}

@media (max-width:767px) {
    .veja-como-foi .area-title h3{
        font-size: 24px;
    }

    .veja-como-foi .area-video iframe{
        height: 202px;
    }
}
.webstories{
    padding: 40px 0;
    background-color: #f8f8f8;
}

.webstories .area-title{
    margin-bottom: 20px;
}

.webstories .area-title h3{
    font-weight: 800;
    font-size: 32px;
    color: #0147D6;
}

.webstories .content-webstories{
    margin-bottom: 30px;
}

.webstories.layout-reduzido .content-webstories{
    padding: 0 20px;
}

.webstories .content-webstories .list-webstories{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
}

.webstories.layout-reduzido .content-webstories .list-webstories{
    display: flex;
    grid-template-columns: initial;
    justify-content: initial;
}

.webstories .content-webstories .list-webstories .item-webstory{
    height: 450px;
    width: 95%;
    display: flex;
    align-items: end;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: .3s all;
    border-radius: 2px;
}

.webstories.layout-reduzido .content-webstories .list-webstories .item-webstory{
    width: 100%;
}

.webstories .content-webstories .list-webstories .item-webstory:hover{
    opacity: .8;
}

.webstories .content-webstories .list-webstories .item-webstory .backgroud-color-webstory{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}

.webstories .content-webstories .list-webstories .item-webstory .area-title{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.webstories .area-button{
    display: flex;
    justify-content: center;
}

.webstories .area-button a,
.webstories .area-button button{
    background-color: transparent;
    border: 1px solid #777777;
    border-radius: 4px;
    padding: 10px 70px;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s all;
    cursor: pointer;
}

.webstories .area-button a:hover,
.webstories .area-button button:hover{
    opacity: .8;
}

.webstories .swiper-button-next,
.webstories .swiper-button-prev{
    background-color: #103685;
    width: 48px;
    height: 48px;
    text-align: center;
}

.webstories .swiper-button-next{
    right: 0;
}

.webstories .swiper-button-prev{
    left: 0;
}

.webstories .swiper-button-next:after, 
.webstories .swiper-button-prev:after{
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.webstories .swiper-button-next,
.webstories .swiper-button-prev{
    display: none;
}

.webstories.layout-reduzido .swiper-button-next,
.webstories.layout-reduzido .swiper-button-prev{
    display: flex;
}

@media (max-width:1199px) {
    .webstories .content-webstories .list-webstories{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:991px) {
    .webstories .content-webstories .list-webstories{
        grid-template-columns: 1fr 1fr;
    }

    .webstories .content-webstories .list-webstories .item-webstory{
        width: 290px;
        margin: 0 auto 20px;
    }

    .webstories.layout-reduzido .content-webstories .list-webstories .item-webstory{
        width: 250px;
    }

    .webstories.layout-reduzido .swiper-button-next,
    .webstories.layout-reduzido .swiper-button-prev{
        display: none;
    }

    .webstories.layout-reduzido .content-webstories{
        padding: 0;
    }
}

@media (max-width:767px) {
    .webstories .content-webstories .list-webstories{
        grid-template-columns: 1fr;
    }

    .webstories .content-webstories .list-webstories .item-webstory{
        width: 100%;
        height: 250px;
        margin: 0 auto 20px;
        padding: 0 20px;
    }

    .webstories.layout-reduzido .content-webstories .list-webstories .item-webstory{
        height: 450px;
    }

    .webstories .area-button a,
    .webstories .area-button button{
        width: 100%;
        text-align: center;
    }
}

@media (max-width:400px) {
    .webstories .content-webstories .list-webstories .item-webstory{
        height: 200px;
    }
}
