.elementor-kit-7{--e-global-color-primary:#042E5D;--e-global-color-secondary:#0D234F;--e-global-color-text:#101010;--e-global-color-accent:#9A6733;--e-global-color-9ef39dc:#02152C;--e-global-color-92eb703:#FAC04D;--e-global-color-6a4c8e5:#F7F7F7;--e-global-color-4e7c2ea:#303E61;--e-global-typography-primary-font-family:"Raleway Regular";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Raleway Regular";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway Regular";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway Regular";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Raleway Regular", Sans-serif;font-size:20px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Raleway Regular", Sans-serif;font-size:20px;}.elementor-kit-7 h1{font-family:"Raleway Regular", Sans-serif;font-size:46px;}.elementor-kit-7 h2{font-family:"Raleway Regular", Sans-serif;font-size:38px;}.elementor-kit-7 h3{font-family:"Raleway Regular", Sans-serif;font-size:28px;}.elementor-kit-7 h4{font-family:"Raleway Regular", Sans-serif;font-size:24px;}.elementor-kit-7 h5{font-family:"Raleway Regular", Sans-serif;font-size:20px;}.elementor-kit-7 h6{font-family:"Raleway Regular", Sans-serif;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:32px;}.elementor-kit-7 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    font-size: 62.5%

}

html, body{
    width: 100%;
    overflow-x: hidden;
    margin: 0;


}

[data-elementor-type="wp-post"]{
    overflow: hidden;

}

h1, h2, h3, h4, h5, h6 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;

    
}


/* BORDAS ARREDONDADAS */
    .containerpost, .containerpost img, .elementor-post__thumbnail, .elementor-post__thumbnail img, .elementor-post, .elementor-widget-theme-post-featured-image img, .cardblogprincipal, .e-loop-item, .cardblog, .diferenciais .e-con-inner, .containercards .elementor-image-box-content::before, .containercards .elementor-image-box-wrapper, .containersobre .elementor-image-box-wrapper::before, .containersobre .elementor-image-box-img, .containercards .elementor-image-box-img img{
	border-radius: 15px !important;
}

.elementor-button, .elementor-share-btn, .elementor-post__read-more, .cardblogprincipal h3::before, .e-loop-item .elementor-widget-heading:nth-last-child(1) div, .localizacao .rota{
	border-radius: 500px !important;
}

#retangulo{
    rx: 500px !important
}

/* BORDAS ARREDONDADAS */






/*Botão*/
.elementor-kit-7 .elementor-button{
    animation: 3.4s cubic-bezier(0,.3,1,.8) 2s infinite normal none running textura;
    background-image: linear-gradient(140deg, #9A6733, #FAC04D
,#9A6733, #FAC04D
);
    background-size: 400% 200%;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2) !important;
    width: 345px;
    text-shadow: 1px 1px 4px #00000040;
    letter-spacing: .03em;
    transition: .3s;
    margin-top: 1.5em;
}

.elementor-kit-7 .elementor-button:hover{
    transform: translatey(-3px);
}

.elementor-kit-7 .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.elementor-kit-7 .elementor-button-icon{
    line-height: 0;
    order: 2
}

@keyframes textura{
    0% {
    background-position: 100% 0;
    }
    50% {
    background-position: 50% 0;
    }   
    100% {
    background-position: 1% 0;
    }
}
/*Botão*/



/* Cookies */

/* Cor da Borda */
#cookie-notice{
    display: flex;
    justify-content: center;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-primary);
}

.cookie-notice-hidden{
    border: 0 !important
}

.cookie-notice-container{
    font-family: 'Inter';
    font-size: 15px;
    padding: .3em 0 !important;
}

/* Botão OK do cookie */
.cn-set-cookie {
    background: var(--e-global-color-primary) !important;  /* cor de fundo */
    color: #F7f7F7 !important;       /* texto */
    border: 1px solid var(--e-global-color-primary) !important; /* borda */
    border-radius: 500px !important; /* arredondado */
    box-shadow: none !important;
}

/* Botão OK hover / active */
.cn-set-cookie:hover,
.cn-set-cookie:focus,
.cn-set-cookie:active {
    background: #f7f7f7 !important;
    color: #0d0d0d !important;
    border: 1px solid #0d0d0d !important;
    box-shadow: none !important;
}

/* Botão Política de Privacidade */
.cn-more-info {
    background: #f7f7f7 !important;
    color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 500px !important;
    box-shadow: none !important;
}

/* Hover / active */
.cn-more-info:hover,
.cn-more-info:focus,
.cn-more-info:active {
    background: #0d0d0d !important;
    color:  #f7f7f7 !important;
    border: 1px solid  #0d0d0d !important;
    box-shadow: none !important;
}
@media (max-width: 1024px){
    .cookie-notice-container{
        font-size: 14px;
        width: 300px !important;
        padding: .3em !important;
    }
    
    #cn-notice-text{
        line-height: 1.2em;
    }
    .cn-close-icon{
        top: 12px;
        right: 2px;
    }
    
    .cookie-notice-container{
        font-size: 14px;
    }
}

@media (max-width: 767px){
    .elementor-kit-7 .elementor-button{
        width: 100%;
    }
}

.titulos h2, .titulos h3, .titulos p {
    opacity: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.mjfeoenergiasidrolandia.com.br/wp-content/uploads/2025/02/Raleway-Regular.eot');
	src: url('https://www.mjfeoenergiasidrolandia.com.br/wp-content/uploads/2025/02/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://www.mjfeoenergiasidrolandia.com.br/wp-content/uploads/2025/02/Raleway-Regular.woff2') format('woff2'),
		url('https://www.mjfeoenergiasidrolandia.com.br/wp-content/uploads/2025/02/Raleway-Regular.woff') format('woff'),
		url('https://www.mjfeoenergiasidrolandia.com.br/wp-content/uploads/2025/02/Raleway-Regular.ttf') format('truetype'),
		url('https://www.mjfeoenergiasidrolandia.com.br/wp-content/uploads/2025/02/Raleway-Regular.svg#RalewayRegular') format('svg');
}
/* End Custom Fonts CSS */