body {
    overflow-x: hidden !important;
}
 

 

@font-face {
    font-family: 'Mont-Bold';
    src: url('../fonts/Mont-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Regular';
    src: url('../fonts/Mont-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: 700 !important;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth !important;
}

body * {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    outline: none !important;
}

@media (min-width:960px) {
    .video_home {
        width: 90vw;
        height: 90vh;
    }
}

@media (max-width:959px) {
    .video_home {
        width: 90vw;
        height: 50vh;
    }
}


#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden !important;
    background-color: #313133;
    z-index: 99999;
    color: #007070;
    overflow: hidden !important;
}

.loader-icon {
    position: absolute;
    overflow: hidden !important;
    top: 40%;
    left: 45%;
    z-index: 1100;
}

body *>a {
    outline: none !important;
}

.bg_not_found {
    min-height: 80vh;
    background-color: #28282a;
}

.bg_not_found * {
    color: #009790
}

.bg_not_found h1 {
    font-size: 5em;
}

.bg_not_found h2,
.bg_not_found h3 {
    margin: 0px;
}

.voltar-inicio {
    margin-top: 35px;
    display: inline-block;
    background-color: #026c6c;
    color: #fff;
    padding: 10px 7px;
    border-radius: 15px;
    font-size: 0.9em;
}

.voltar-inicio:hover {
    background-color: #026c6c;
    color: #fff;
    padding: 10px 7px;
}

.zerar_off_canvas_close {
    position: relative !important;
    z-index: 1;
    top: 0px !important;
    right: 0px !important;
    padding: 0px !important;
}

.uk-container {
    display: flex;
    flex-direction: column;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.img-fluid {
    display: flex;
    flex-direction: column;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.img-fluid-item {
    width: auto !important;
    height: 72px;
}

.img-fluid-logo,
.img-card-logos>div>img {
    width: 100%;
    height: auto;
    max-width: 160px;
    padding: 10px;
    display: block;
}

.uk-modal-title {
    text-align: center;
}

.normal_slab {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.normal_slab .color_diferent {
    color: #b9b9b9;
}

.overflow_x_hidden {
    position: relative;
    overflow-x: hidden !important;
}

.uk-nav-center li a {
    outline: none;
} 


.color_nav {
    padding: 1em 1.5em;
    max-width: 1600px;
    margin: auto;
    box-sizing: border-box; 
    width: 90vw;
}

@media (max-width: 1450px) and (min-width:1290px){
    .color_nav {
        max-width: 85vw !important;
    }
}

@media (max-width: 959px) {
    .color_nav {
        width: 100vw;
        max-width: 1200px;
        padding: 1em 1.5em;
    }
}


.color_nav li a {
    font-weight: 900;
    font-size: calc(0.7vw +  0.2em);
    color: #fff;
    text-transform: capitalize;
    font-family: 'Mont-Regular', sans-serif;
    font-weight: 500;
}

 

.color_nav li .uk-button-text:focus::before,
.color_nav li .uk-button-text:focus { 
    color: #fff;
}

.color_nav li a:hover,
.color_nav li a:focus,
.color_nav li a:focus::before {
    font-weight: 500;
    color: #fff;
   border-bottom: 1px solid #fff;
}

.color_nav li a::before{
    border-color: #fff;
}

 

.tamanho_nav_mobile {
    min-width: 40px;
    display: block;
    margin-left: 10px;
}

.logo_left {
    padding: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(40px + 7vw);
}

.logo_right {
    padding: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(60px + 7vw);
}

.border {
    margin-right: calc(0.3em + 0.4vw) ;
    margin-left:calc(0.3em + 0.4vw);
    position: relative;
    top: 2px;
    /*abaixar um pouco o LI*/
}

.my-dropdow {
    z-index: 1020;
    /* 3 */
    box-sizing: border-box;
    min-width: 45px;
    /* 4 */
    padding: 0px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.55);
}

.uk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #009d95;
}

.bg_stick {
    background: #e3001b;
    border-bottom: #f05e22 10px solid;
    box-shadow: 0px -1px 5px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -1px 5px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -1px 5px 6px rgba(0, 0, 0, 0.3);

}

.uk-navbar-sticky {
    background: #e3001b;
}

.nav_blog {
    background: #dce1e2;
    border-bottom: 0.1em solid #fff;
}

.uk-navbar-toggle-icon {
    color: #fff;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    position: relative;
    left: -20px;
}

.uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
}

.uk-offcanvas-bar {
    background-color: #fff;
    border-left: 0.6em solid #e3001b;
}

.uk-nav-header a {
    font-size: 1em !important;
    text-transform: capitalize;
    color: #e3001b !important;
}

.img_bg_escuro {
    padding: 10px;
     
}

.uk-offcanvas-close svg {
    color: #e3001b;
}

.logo_offcanvas img {
    max-width: 100%;
    margin-top: 40px;
    width: auto;
    height: auto;
    padding-bottom: 1em;
    min-height: 100%;
    padding-bottom: 60px;
}

.logo_offcanvas {
    position: relative;
    position: relative;
    top: 0em;
    margin-top: 0em;
   
}

.uk-offcanvas-bar a {
    color: #e3001b !important;
    font-size: 1.6em;
}

.uk-offcanvas-bar li a {
    padding-bottom: 30px;
}

.z_index_nav_99 {
    z-index: 99;
}


.color_nav img { 
    height: auto !important;
}

.rouder-white{
    border-radius: 100%;
    border: 2px solid #fff;
    width: 1.4vw;
    max-width: 25px;
    height: auto;
}
 

.button-fixed {
    opacity: 0;
    z-index: 40;
    width: 100%;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;  
    padding: 10px; /* Ajustado para um melhor visual */
    border-radius: 50%; /* 100% pode ser substituído por 50% para uma borda perfeitamente circular */
    color: #fff;
    background-image: linear-gradient(135deg, #f6d365 0%, #fda085 100%); /* Gradiente laranja */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Sombras suaves */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
    transition: all 0.3s ease; /* Animação suave para transformação e sombra */
}

 

.fixed .button-fixed {
        position: fixed !important;
        opacity: 1 !important;
        z-index: 999 !important;
        right: 15px !important;
        bottom: 25px !important;
}

.button-fixed:hover {
    color: #fff;
    transform: translateY(-3px); /* Efeito de "levitar" ao passar o mouse */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.15); /* Sombras mais intensas no hover */
}

#quemsomos, #solucoes, #faq, #blog, #form_aliado{
    position: relative;
    top: -150px;
}

.uk-button-aliado, .uk-offcanvas-bar a.uk-button-aliado{
    background-color: #66BB46;
    border: 1px solid #66BB46;
    color: #fff !important;
    font-weight: bold;
    padding: 0px 5px;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}

.uk-button-aliado:hover{
    color: #fff !important;
    filter: brightness(50%);
}

/*Slider Home*/
.slider-banner {
    height: 35vw;
}

.dotnav-slider-home {
    bottom: 1em;
}

.dotnav-slider-home>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #F05E22;
    background-color: #fff;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
}

.dotnav-slider-home .uk-active>* {
    background-color: #F05E22 !important;
    border: 1px solid #F05E22 !important;
}

@media (max-width:959px) {
    .slider-banner {
        height: 120vw;
    }
}


.slider-banner div {
    height: 100%;
    background-position: center !important;
    background-size: 100% 100% !important;
}


.uk-slideshow-items {
    padding-bottom: 0px !important;
}

.arrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0px;
    position: absolute;
    left: calc(100% - 50%);
    bottom: 40px;
    z-index: 1;
    width: auto !important;
    height: 40px !important;
    transition: all ease-in-out 0.3s;
}

.arrow:hover {
    position: absolute;
    bottom: 30px;
}


.font-size-text-a1 {
    font-size: clamp(1em, 1.3vw, 1.3em);
    line-height: 150%;
  
}

.font-size-text-a2 {
    font-size: clamp(1em, 1.1vw, 1.1em);
    line-height: 150%;
   
}

.text-latin-master {
    text-align: center;
    margin-bottom: 6em;
    margin-top: 6em;
}




.icones_alepg_group img {
    width: auto;
    display: block;
    height: auto;
    min-height: 140px;
    max-height: 140px;

    margin-left: auto;
    margin-right: auto;
}

/*Distribuitor Section*/

.container_distribuitor {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1em;
    width: 100%;
    max-width: 1200px;
    border-left: 1.5em solid #BF0811;
    background-color: #F05E22;
    border-top-left-radius: 8em;
    border-bottom-left-radius: 8em;
    margin-top: 10em;
}


/*o .container_distribuitor::after ele herdou a altura do pai section */
.container_distribuitor::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60vw;
    height: 100%;
    z-index: -1;
    background-color: #F05E22;
}

.icones_alepg_group h2{
    color: #BF0811;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

/*o banner_left_pneu_latin tambem herdou a altura do pai section, ficando uma altura responsiva */
.banner_left_pneu_latin {
    position: relative;
    background-image: url('../img/banner_left_pneu_latin.png');
    background-size: cover;
    background-position: top right;
    margin-top: auto;
    margin-bottom: 0px;
    height: calc(100% - 200px);
    /*subtrair o tamanho do h1*/
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.container_mecanico {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50vw;
    max-width: 1000px;
    height: 100%;
}

.h1_latin_master_no_brasil {
    color: #fff;
    font-weight: bold;
    font-size: clamp(3.3em, 3.8vw, 3.8em);
    line-height: 100%;
    padding-left: 1em;
}

.h2_maior_distribuidor {
    color: #fff;
    font-size: clamp(2em, 2.5vw, 2.5em);
    line-height: 100%;
    position: relative;
    top: 1em;
}

.img_destribuitor_hankook {
    margin-right: auto;
    width: 100%;
    display: block;
    max-width: 180px;
    margin-bottom: 4em;
    margin-top: 3em;
}

.list-destribuitor {
    margin-right: auto;
    max-width: 360px;
}

.list-destribuitor p {
    color: #fff;
    display: flex;
    margin-bottom: 1.5em;
    line-height: 160%;
    font-size: 1em;
    font-weight: lighter;
}

.list-destribuitor p object {
    margin-right: 0.5em;
}

.list-destribuitor p object {
    display: flex;
    align-self: flex-start;
}



.container_pneu {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1em;
    width: 100%;
    max-width: 1200px;
    z-index: 20;
}


.img_pneu_3d {
    position: relative;
    display: block;
    margin-top: auto;
    margin-left: auto;
    width: 100%;
    max-width: 550px;
    top: -290px;
    margin-bottom: -220px;
}


.button_laranja {
    background-color: #F05E22;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    padding: 0.4em;
    border-radius: 0.2em;
    transition: all ease-in-out 0.3s;
    margin-bottom: 3em;
}

.button_laranja:hover {
    background-color: #BF0811;
    color: #fff;
}


/*Solucoes*/

.bg_solucoes {
    background-color: #F8EEE7;
    padding: 4em 0px;
}

.h1_nossas_solucoes {
    color: #BF0811;
    font-size: clamp(3.3em, 3.8vw, 3.8em);
    font-weight: bold;
}

.p_nossas_solucoes {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: clamp(1.1em, 3.2vw, 1.2em);
    color: #000;
}

.solutions-card {
    perspective: 1000px;
}

.solutions-card-inner {
    transition: all 0.8s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    min-height: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.solutions-card-inner:hover {
    transform: rotateY(-180deg);
}

.solutions-card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.solutions-card-front {
    background-color: #F8EEE7;
}

.solutions-card-back {
    background-color: #F8EEE7;
    transform: rotateY(180deg);
}

.solutions-card-inner:hover img {
    opacity: 0;
}

.icones_solucoes img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-height: 4em;
    min-height: 4em;
}

.icones_solucoes p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    color: #000;
    font-weight: 100;
}

p.m-w-150 {
    max-width: 150px !important;
}

p.m-w-190 {
    max-width: 190px !important;
}

/*Section Money*/

.bg_money {
    position: relative;
    background-image: url('../img/bg_form_latin.png');
    background-size: 100% auto;
    background-position: left top;
    mix-blend-mode: multiply;

}

.logo_money_latin {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 250px;
}

.padding_top_bottom {
    padding: 6em 0px;
}

.h2_ganha {
    color: #fff;
    font-size: clamp(2em, 2.5vw, 2.5em);
}

.bg_era_comercial {
    position: relative;
    height: 140px;
    width: 100%;
}

.bg_era_comercial::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
}

.bg_era_comercial .uk-container {
    position: relative;
    z-index: 3;
}

.text-uma-nova-era {
    height: 140px;
    color: #fff;
    font-size: clamp(2em, 2.5vw, 2.5em);
}

/*Section Duvidas*/
.bg_duvidas {
    padding-bottom: 2em;
}



.button_red {
    background-color: #BF0811;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    padding: 0.4em 1.5em;
    border-radius: 0.2em;
    transition: all ease-in-out 0.3s;
    margin-top: 1.5em;
}

.button_red:hover {
    background-color: #F05E22;
    color: #fff;
}

.p-converse {
    color: #000;
    padding-bottom: 4em;
}

.h2_duvidas {
    font-size: clamp(1.3em, 1.6vw, 1.6em);
    color: #BF0811;
    text-align: center;
    padding-bottom: 1em;
}

.container_acordion {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    padding: 0px 1em;
    padding-bottom: 5em;
}

.uk-accordion>li {
    border-bottom: 2px solid #BF0811;
}

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    padding-bottom: 1em;
}

.uk-accordion-content p {
    padding-bottom: 2em;
}

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(4110%) hue-rotate(349deg) brightness(73%) contrast(109%);
}

.uk-open>.uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
    filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(4110%) hue-rotate(349deg) brightness(73%) contrast(109%);
}


/*Card_blog*/


.bg_blog {
    background-color: #FEFCF9;
    padding: 5em 0px;
}

.bg_blog h2 {
    text-align: center;
    color: #BF0811;
}

.uk-slider-container {
    width: 100%;

}

.my-uk-slider {
    width: 100%;
}

.news_slider {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto !important;

}

.news_slider li {
    display: block;
    padding: 3em;
}

.card_blog {
    display: block;
    box-sizing: border-box;
    box-shadow: 0em 0em 5px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100%;
    padding: 0.9em 1em;
    position: relative !important;
    border-radius: 1em;
    color: #000;
    transition: all ease-in-out 0.6;
    width: 100%;
    min-height: 150px;

}

.card_blog>.img_container,
.card_blog>.img_container img {
    border-radius: 1em !important;
}

.card_blog>.img_container {

    position: relative !important;
    height: calc(4vw + 6em);
    width: 100%;

}

.card_blog>p {
    padding-top: 1em;
    border-top: 2px solid #E75C2D;
    min-height: 100px;
}

.card_blog>p span {
    font-size: 1.2em;
    color: #BF0811;
    display: block;
    margin-bottom: 1em;
}

.card_blog:hover {
    text-decoration: none;
}


/*Form*/

.bg_form {
    background-image: url('../img/bg_form_latin.png');
    padding: 7em 0px;
}

.error-message {
    display: block;
    color: yellow;
    font-size: 0.8rem;
    margin: 1em 0px;
    font-weight: bold;
}

.p_text_converse {
    margin: 2em;
    color: #fff;
    font-size: clamp(1.4em, 1.6vw, 1.6em);
    text-align: center;
}

.container_form {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 1em;
}

.container_form input  {
    padding: 1.7em 1em;
    border-radius: 0.5em;
    box-sizing: border-box;
}

.container_form select {
    color: #888;
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    min-height: 60px;;
}

.uk-textarea{
    border-radius: 0.5em;
}

.button_verde {
    border: 0px solid transparent;
    background-color: #66BB46;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    padding: 0.4em 1.5em;
    border-radius: 0.2em;
    transition: all ease-in-out 0.3s;
    margin-top: 1.5em;
}

.button_verde:hover {
    background-color: #fff;
    color: #66BB46;
}

/*------------Footer------------*/
.footer {
    background-color: #1E1C18;
    padding: 20px 0px;
    min-height: 100%;
}

.container_footer {
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 1em;

}

.footer .uk-icon {
    color: #007070;
    margin: 0px 0px;
}

.footer h6,
.footer h5,
.footer h4 {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: #fff;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

.rodape_item2 {
    max-width: 100%;
}

.rodape_item2 .logo-branco {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-bottom: 30px;
}

.rodape_item2 h4 {
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.rodape_item2 h6 {
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.rodape_item2 h6 span{
    margin-right: 10px;
}

.rodape_item2 {
    position: relative;
}

.logo-grate-place {
    width: 100%;
    max-width: 175px;
    height: auto;
}

.width-borda-direita {
    width: 100%;
    max-width: 150px;
}

.borda-footer {
    width: 100%;
    height: 270px;
    position: relative;
    left: -15px;
}

.overflow_x_hidden {
    overflow-x: hidden !important;
}

.borda-footerMobile {
    width: 105% !important;
    max-width: 105% !important;
    height: 100px;
    position: absolute;
    left: 0px;
}

.notPadding {
    border-bottom: 50px solid #fff;
}

.copyright {
    color: #fff;
}

/*------------------------------------------------------------*/

/*BLOG*/

.blog-hr {
    padding-top: 2em;
    color: #000;
}

.blog-container hr {
    border-color: #E30613;
}

.blog-container h1 {
    font-weight: bold;
    color: #E30613;
    margin-bottom: 5px;
}

.blog-container h3 {
    font-style: italic;
    margin-top: 0px;
    color: #000;
}

.data {
    padding-top: 4em;
    padding-bottom: 6em;
    font-style: italic;
    color: #000;
}

.text-blog-left {
    margin-right: auto;
    max-width: 450px;
    color: #000;
    line-height: 150%;
}

.foto-legend {
    font-style: italic;

    color: #000;
}


.blog-container h2 {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.main {
    padding-top: 4em;
    padding-bottom: 4em;
}

.main p {  
    color: #000;
    line-height: 150%;

}

.red-icon.uk-icon > * {
    color: red !important; /* Cor do ícone */
}