@charset "UTF-8";
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css'); */

/*
Theme Name: MR2 Cultural
Theme URI: https://mr2cultural.com/
Author: Ti Indiquei
Author URI: https://tiindiquei.com.br/
Description: Fundada em 2012, a MR2 Cultural é especializada em gestão de projetos culturais e produções artísticas de uma forma geral, possuindo uma equipe altamente qualificada, com técnicos e parceiros com larga experiência nacional e internacional. Possuindo em seu portfólio diversidade de projetos e temas desenvolvidos através da música, do teatro, do circo, da mágica, da dança, da ciência, de oficinas artesanais, de oficinas de fotografia, do grafite, entre tantos outros, os artistas da MR2 Cultural são rigorosamente selecionados para que cada experiência seja única e, acima de tudo, transformadora.
Requires PHP: 7.3
Version: 1.0
Text Domain: mr2cultural
Tags: mr2, mr2 cultural, culturais, projetos, arte, cultura, produções
*/

:root {
    --primary-color-theme: #fff;
    --secondary-color-theme: #3a3a39;
    --dark-hard-color: #3a3a39;
    --dark-light-color: #919191;
    --color-white: #fff;
    --color-input: #eee;
}

.slick-slide img{
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    min-width: 680px;
    background-color: hsla(0, 0%, 100%, 0.924);
    padding: 15px;
}

.dropdown-menu[data-bs-popper] {
    left: -200%;
}

.w-75-mr2 {
    max-width: 75%;
    left: 12.5%;
    padding: 12.5% 0 6% !important;
}

body {
    background-image: url('./assets/images/bg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.title {
    background: #82D0F5;
    background: linear-gradient(to right, #82D0F5 0%, #0C519E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-category-section {
    font-size: 2.5rem;
    margin: 1rem 0;
    font-weight: 800;
}

.bg-gradient-mr2 {
    background: rgb(12, 81, 158);
    background: -moz-linear-gradient(90deg, rgba(12, 81, 158, 1) 0%, rgba(130, 208, 245, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(12, 81, 158, 1) 0%, rgba(130, 208, 245, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 81, 158, 1) 0%, rgba(130, 208, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c519e", endColorstr="#82d0f5", GradientType=1);
}

.menu-header-active {
    background: rgb(12, 81, 158);
    background: -moz-linear-gradient(180deg, rgba(12, 81, 158, 1) 0%, rgb(130 208 245 /3%) 98%);
    background: -webkit-linear-gradient(180deg, rgba(12, 81, 158, 1) 0%, rgb(130 208 245 /3%) 98%);
    background: linear-gradient(180deg, rgba(12, 81, 158, 1) 0%, rgb(130 208 245 /3%) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c519e", endColorstr="#82d0f5", GradientType=1);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: var(--color-white);
}

.rounded-mr2 {
    border-radius: 2rem;
    /* overflow: hidden; */
}

header {
    z-index: 3;
}

header .nav-item {
    padding: 1rem;
}

header .nav-link {
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-size: 1rem;
}

header .nav-link:hover {
    color: var(--color-white);
    opacity: .8;
}

header .navbar-brand img {
    max-width: 150px;
    filter: brightness(0) invert(1);
}

.social-header li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-header li a i {
    color: var(--color-white);
    font-size: 1.25rem;
}

.banner-home {
    position: relative;
    width: 100%;
    max-height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.banner-home .slick-dots {
    width: 100%;
}

.banner-home .content-banner {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: inherit;
    height: 100vh;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 2;
}

.banner-home .content-banner h1 {
    font-size: 4rem;
    color: var(--color-white);
    font-weight: 800;
    max-width: 50%;
    text-align: center;
}

.btn-radius-mr2 {
    border: 1px solid var(--color-white);
    border-radius: 2rem !important;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
}

.btn-radius-mr2:hover {
    border: 1px solid var(--color-white);
    color: var(--color-white);
    text-decoration: none;
    background-color: rgba(255, 255, 255, .15);
}

.counter {
    padding: 5rem 0;
}

.counter .title-section {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.counter p {
    color: var(--secondary-color-theme);
    font-weight: 900;
}

.about-mr2 img {
    top: -3rem;
    position: relative;
}

.about-mr2 h1 {
    font-weight: 700;
    color: var(--color-white);
}

.about-mr2 p {
    color: var(--color-white);
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: .95rem;
}

.about-mr2 p u {
    font-weight: 700;
}

.areas-atuacao {
    padding: 5rem 0;
}

.filter-projetos .description-project div {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.filter-projetos .crop-retangule:hover .description-project div {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.rounded-25 {
    border-radius: 25px;
    overflow: hidden;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(12, 81, 158);
    background: -moz-linear-gradient(360deg, rgba(12, 81, 158, 1) 0%, rgb(130 208 245 /3%) 98%);
    background: -webkit-linear-gradient(360deg, rgba(12, 81, 158, 1) 0%, rgb(130 208 245 /3%) 98%);
    background: linear-gradient(360deg, rgba(12, 81, 158, 1) 0%, rgb(130 208 245 /3%) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c519e", endColorstr="#82d0f5", GradientType=1);
}

.areas-atuacao .card {
    border: none;
}

.areas-atuacao .card:hover {
    animation: pulse;
    animation-duration: 2s;
}

.areas-atuacao h2 {
    font-size: 2rem;
    color: var(--color-white);
    font-weight: 700;
}

.areas-atuacao p {
    color: var(--color-white);
    font-weight: 600;
}

.areas-atuacao .card-content {
    width: 100%;
    z-index: 2;
    bottom: 15px;
    padding: 1rem;
}

.bg-dark-hard {
    background-color: var(--dark-hard-color);
}

.bg-dark-light {
    background-color: var(--dark-light-color);
}

.slide-projetos-single {
    position: relative;
}

.slide-projetos-single .ready-more-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(12, 81, 158);
    background: -moz-linear-gradient(360deg, rgba(12, 81, 158, 1) 5%, rgba(130, 208, 245, .75) 80%);
    background: -webkit-linear-gradient(360deg, rgba(12, 81, 158, 1) 5%, rgba(130, 208, 245, .75) 80%);
    background: linear-gradient(360deg, rgba(12, 81, 158, 1) 5%, rgba(130, 208, 245, .75) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c519e", endColorstr="#82d0f5", GradientType=1);
    display: flex;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0;
}

.slide-projetos-single:hover .ready-more-content {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    visibility: visible;
    opacity: 1;
}

.newspapper {
    padding: 5rem 0;
}

.newspapper h3 {
    font-size: 3.75rem;
    color: var(--color-white);
    font-weight: 800;
    line-height: 3.75rem;
    margin-bottom: 1rem;
}

.newspapper .padding-40 {
    padding: 4.75rem;
}

.newspapper img {
    border-radius: 0 2rem 2rem 0;
}

.slick-dots {
    bottom: 90px;
    width: 15%;
    left: 0px;
}

.slick-dots li.slick-active button:before {
    color: transparent;
    border: 1px solid var(--color-white);
    background-color: var(--color-white);
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    color: transparent;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.noticia-caption {
    position: absolute;
    bottom: 0;
    width: calc(100% - 2rem);
    padding: 2rem;
}

.noticia-caption h2 {
    font-size: 2.95rem;
    color: var(--color-white);
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43);
}

.noticia-caption p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: calc(100% - 180px);
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43);
}

.noticia-caption a img {
    filter: brightness(0) invert(1);
}

.noticia-caption a {
    position: absolute;
    max-width: 150px;
    bottom: 2rem;
    right: 2rem;
}

footer {
    background-color: var(--dark-hard-color);
    padding: 4rem 0;
}

footer .input-mr2:focus,
footer .input-mr2 {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-input);
    color: var(--color-input);
    margin-bottom: .25rem;
}

footer .input-mr2::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--color-input);
}

footer .input-mr2:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color-input);
    opacity: 1;
}

footer .input-mr2::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--color-input);
    opacity: 1;
}

footer .input-mr2:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-input);
}

footer .input-mr2::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-input);
}

footer .input-mr2::placeholder {
    /* Most modern browsers support this now. */
    color: var(--color-input);
}

footer h6 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: var(--color-input);
    margin-bottom: 1rem;
}

footer .nav-link:hover,
footer .nav-link {
    text-transform: uppercase;
    color: var(--color-input);
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: .25rem;
}

footer .nav-link:hover {
    opacity: .75;
}

footer .hr {
    opacity: 1;
}

footer .contato-footer {
    margin: 0;
}

footer .contato-footer li {
    margin-bottom: .5rem;
}

footer .contato-footer li a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;

}

/* FINAL INDEX */

.header_custom {
    max-height: 600px;
    height: 600px;
    width: 100%;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header_custom h1 {
    font-size: 4rem;
    color: var(--color-white);
    font-weight: 800;
    text-align: center;
    text-align: center;
}

.movie {
    position: relative;
    margin-top: -14rem;
}

.movie img {
    object-fit: cover;
    width: 800px;
}

.custom-page-content p {
    font-size: 1.15rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--secondary-color-theme);
}

.custom-page-content .parent-page {
    padding: 5.5rem;
    color: var(--color-white);
}

.custom-page-content .parent-page .title-page {
    font-size: 3rem;
    font-weight: 700;
}

.custom-page-content .parent-page ul li,
.custom-page-content .parent-page p {
    font-size: 1.15rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    color: var(--color-white);
}

.custom-page-content .parent-page ul li {
    margin-bottom: 1rem;
}

.custom-page-content img {
    margin-top: -2rem;
}

.pilares .footer-section p {
    font-weight: 600;
    color: var(--secondary-color-theme);
}

.pilares .footer-section p u {
    font-weight: 800;
}

.mudanca img {
    border-radius: 0 2rem 2rem 0;
}

.mudanca h2 {
    font-size: 3rem;
    color: var(--color-white);
    font-weight: 800;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.mudanca .padding-60 {
    padding: 0 6.75rem;
}

.crop-retangule {
    max-height: 445px;
    overflow: hidden;
}

/* PROJETOS */

.projetos {
    padding: 5rem 0;
}

.projetos .title-bold {
    font-size: 1.85rem;
}

.project-list.text-description {
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.25rem;
}

.header-contato h1 {
    font-size: 3.5rem;
}

.contato h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    color: var(--color-white);
    font-weight: 800;
    text-align: center;
}

.contato .input-mr2 {
    color: var(--color-input);
}

.contato .input-mr2::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--color-input);
}

.contato .input-mr2:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color-input);
    opacity: 1;
}

.contato .input-mr2::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--color-input);
    opacity: 1;
}

.contato .input-mr2:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-input);
}

.contato .input-mr2::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-input);
}

.contato .input-mr2::placeholder {
    /* Most modern browsers support this now. */
    color: var(--color-input);
}

.wpcf7-not-valid-tip {
    background-color: #f002;
    border: 1px solid #f00;
    border-radius: 13px;
    margin-top: 6px;
    padding: 0 12px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.wpcf7-response-output {
    background-color: #f902;
    border: 1px solid #f90;
    border-radius: 13px;
    margin-top: 6px;
    padding: 0 12px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.header-single::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #0007;
}

.content-header {
    position: relative;
    z-index: 1;
}

.custom-page-content.single h2 {
    font-weight: bold;
    font-size: 1.75rem;
    color: #555;
    margin-bottom: 1rem;
}

.custom-page-content.single p {
    font-weight: 400;
    font-size: 1rem;
}

.custom-page-content.single blockquote {
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #e8e2e2;
    border-left: 5px solid #666;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-page-content.single blockquote p {
    font-weight: 700;
    margin-bottom: 0;
}

.navbar-nav .dropdown-menu.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.navbar-nav .dropdown-menu li:first-child {
    display: block;
    width: 100%;
    flex: none;
}

.navbar-nav .dropdown-menu li {
    padding: 0;
    border-bottom: .75px solid #9797975c;
    display: flex;
    flex-direction: column;
    flex-basis: 33.333%;
    width: 33.333%;
    max-width: 100%;
}

.navbar-nav .dropdown-menu a {
    color: #3a3a39 !important;
    text-transform: none;
    font-weight: 500;
    font-size: .78rem;
    padding: .25rem 0;
	text-wrap-mode: nowrap;
}

.navbar-nav .dropdown-menu li a.nav-link:hover {
    color: #000 !important;
}

.navbar-nav .dropdown-menu .header-link.text-dark a {
    color: #0C519E !important;
    text-transform: uppercase;
/*     cursor: default; */
    font-weight: 900;
}

@media screen and (max-width: 1440px) {
    .newspapper h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .banner-home .content-banner h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1199px) {
    .banner-home .content-banner h1 {
        max-width: 95%;
        font-size: 4rem;
    }

    .banner-home .content-banner {
        height: 100%;
    }

    .about-mr2 img {
        top: 0;
    }

    .newspapper .padding-40 {
        padding: 2rem;
    }

    .newspapper h3 {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }

    .noticia-caption p {
        max-width: 100%;
    }

    .noticia-caption {
        bottom: 4rem;
    }

    .noticia-caption a {
        bottom: -2rem;
    }

    header .navbar-brand img {
        max-width: 90px;
    }

    footer .ps-5 {
        padding-left: 0rem !important;
        justify-content: center;
    }

    footer h6 {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    footer .wpcf7 {
        margin-bottom: 2rem;
    }

    .custom-page-content .parent-page .title-page {
        font-size: 2rem;
    }

    .custom-page-content .parent-page ul li, .custom-page-content .parent-page p {
        font-size: 1rem;
        line-height: 1rem;
    }

    .mudanca h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .mudanca .padding-60 .mb-5 {
        margin-bottom: 0rem !important;
    }
    
    .mudanca .padding-60 {
        padding: 0 2.75rem;
    }

    .counter .title-section {
        font-size: 4rem;
    }

}

@media screen and (max-width: 991px) {
    .custom-page-content .parent-page {
        padding: 2rem;
    }

    .custom-page-content .parent-page .title-page {
        font-size: 2rem;
    }

    .custom-page-content .parent-page ul li,
    .custom-page-content .parent-page p {
        font-size: 1rem;
        line-height: 1.15rem;
    }

    .mudanca h2 {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .mudanca .padding-60 {
        padding: 0 1.75rem;
    }

    .mudanca .mb-5 {
        margin-bottom: 1rem !important;
    }

    .counter .title-section {
        font-size: 3rem;
    }

    footer .ps-5 {
        padding-left: 0rem !important;
        justify-content: center;
    }

    footer h6 {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    footer img {
        max-width: 180px !important;
    }

    footer a.navbar-brand {
        text-align: center;
        margin: 3rem auto 0;
    }

    footer .wpcf7 {
        margin-bottom: 2rem;
    }

    footer .menu-footer li,
    footer .contato-footer li {
        text-align: center;
    }

    footer .social-header li {
        margin-right: 0 !important;
    }

    .dropdown-menu {
        min-width: 100%;
    }

    .navbar-nav .dropdown-menu li {
        flex-basis: 100%;
        width: 100%;
    }

    .navbar-collapse {
        background-color: #fff;
        border-radius: 12px;
        padding: .75rem 0;
    }

    header .nav-link {
        color: var(--dark-hard-color);
        padding: .5rem 0;
        text-transform: none;
        font-weight: 600;
    }

    header .nav-item {
        padding: 0 1rem;
    }

    header .social-header li a i {
        color: var(--dark-hard-color);
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .nav-link:focus,
    .nav-link:hover {
        color: var(--dark-hard-color);
    }

    header .nav-link:hover {
        color: var(--dark-hard-color);
    }

    .banner-home .content-banner h1 {
        max-width: 95%;
        font-size: 3.5rem;
    }

    .banner-home .content-banner {
        height: 100%;
    }

    .banner-home .slick-dots {
        bottom: 50px;
    }

    .about-mr2 img {
        top: 0rem;
    }

    .areas-atuacao .card-content h2 {
        font-size: 5rem;
    }

    .areas-atuacao .card-content.cta-content h2 {
        font-size: 3rem;
    }

    .areas-atuacao p {
        font-size: 1.75rem;
    }

    .areas-atuacao .card-content.cta-content p {
        font-size: 1.25rem;
    }

    .areas-atuacao .title-category-section {
        font-size: 2rem;
    }

    .projetos-leis-incentivo .slick-dots {
        bottom: -30px;
        width: 100%;
        left: 0px;
    }

    .projetos-leis-incentivo .slick-dots li.slick-active button:before {
        background-color: #4f4f4f;
    }

    .projetos-leis-incentivo .slick-dots li button:before {
        border-color: #4f4f4f;
    }

    .newspapper h3 {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .newspapper .padding-40 {
        padding: 2.75rem;
    }

    .noticias-slide a {
        font-size: 1rem;
    }

    .noticias-slide .slick-dots {
        bottom: 40px;
        left: 1rem;
    }

    .noticia-caption p {
        max-width: 100%;
    }

    .noticia-caption {
        bottom: 60px;
    }

    .noticia-caption a {
        max-width: 90px;
        bottom: -2rem;
    }

    .noticia-caption a img {
        border-radius: 0;
    }

    .header-contato h1 {
        font-size: 2.5rem;
    }

    .contato h1 {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }

    .header_custom h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .banner-home .content-banner h1 {
        max-width: 95%;
        font-size: 1.25rem;
        margin-top: 1rem;
    }

    .banner-home .content-banner {
        height: 100%;
    }

    .btn-radius-mr2 {
        font-size: .75rem;
        margin-top: 0 !important;
    }

    header .navbar-brand img {
        max-width: 85px;
    }

    .main-header-menu {
        /* max-width: calc(100% - 15px); */
        position: absolute !important;
    }

    .counter {
        padding: 3rem 0;
    }

    .about-mr2 img {
        top: 0;
    }

    .areas-atuacao .card-content.cta-content h2 {
        font-size: 2rem;
    }

    .areas-atuacao {
        padding: 5rem 0 0;
    }
    
        .areas-atuacao p {
        font-size: 1rem;
    }
    
        .areas-atuacao .card-content h2 {
        font-size: 2rem;
    }

    .areas-atuacao .card {
        margin-bottom: 1rem;
    }

    .areas-atuacao .card.p-5 {
        padding: 1rem !important;
    }

    .title-category-section {
        font-size: 1.5rem;
    }

    .projetos-incentivo-slide.mt-5 {
        margin-top: 1rem !important;
    }

    .projetos-leis-incentivo .slick-dots {
        bottom: -30px;
        width: 100%;
        left: 0px;
    }

    .projetos-leis-incentivo .slick-dots li.slick-active button:before {
        background-color: #4f4f4f;
    }

    .projetos-leis-incentivo .slick-dots li button:before {
        border-color: #4f4f4f;
    }

    .newspapper h3 {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .newspapper .padding-40 {
        padding: 2.75rem;
    }

    .noticias-slide a {
        font-size: 1rem;
    }

    .noticia-caption p {
        max-width: 100%;
    }

    .noticia-caption {
        bottom: 60px;
    }

    .noticia-caption a {
        max-width: 90px;
        bottom: -2rem;
    }

    .newspapper img {
        border-radius: 0 0 2rem 2rem;
    }

    .noticia-caption a img {
        border-radius: 0;
    }

    footer .ps-5 {
        padding-left: 0rem !important;
        justify-content: center;
    }
    
    footer .pe-5 {
        padding-right: 0rem !important;
        justify-content: center;
    }

    footer h6 {
        font-size: 1.50rem;
        line-height: 1.75rem;
    }

    footer .wpcf7 {
        margin-bottom: 2rem;
    }

    footer img {
        max-width: 180px !important;
        margin-top: 2rem;
    }

    footer .menu-footer li,
    footer .contato-footer li {
        text-align: center;
    }

    footer .social-header li {
        margin-right: 0 !important;
    }

    /* QUEM SOMOS */
    .header_custom {
        height: 390px;
        background-size: inherit;
    }

    .movie {
        margin-top: -7rem;
    }

    .custom-page-content .parent-page {
        padding: 2rem;
    }

    .custom-page-content img {
        top: -2rem;
        position: relative;
        max-width: 90%;
        margin: auto;
        display: block;
    }

    .mudanca .padding-60 {
        padding: 0 2rem;
    }

    .mudanca h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-top: 1rem;
    }

    .mudanca .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mudanca img {
        border-radius: 0 0 2rem 2rem;
    }

    /* LEIS DE INCENTIVO  */

    .header_custom h1 {
        font-size: 1.75rem;
    }

    .header_custom h3 {
        text-align: center;
        font-size: 1.25rem;
    }

    .pilares {
        padding: 0;
    }

    .dropdown-menu {
        min-width: 100%;
    }

    .navbar-nav .dropdown-menu li {
        flex-basis: 100%;
        width: 100%;
    }

    .navbar-collapse {
        background-color: #fff;
        border-radius: 12px;
        padding: .75rem 0;
    }

    header .nav-link {
        color: var(--dark-hard-color);
        padding: .5rem 0;
        text-transform: none;
        font-weight: 600;
    }

    header .nav-item {
        padding: 0 1rem;
    }

    header .social-header li a i {
        color: var(--dark-hard-color);
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .nav-link:focus,
    .nav-link:hover {
        color: var(--dark-hard-color);
    }

    .contato h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .contato .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .contato .btn-radius-mr2 {
        font-size: 1.25rem;
        margin-top: 1rem !important;
    }

}

.projetos-incentivo-slide .slick-next{
	right: 25px;
}

.projetos-incentivo-slide .slick-prev{
	left: 25px;
}

.projetos-incentivo-slide .slick-prev, .projetos-incentivo-slide .slick-next {
    width: 45px;
    height: 45px;
    background: #1d63aa;
    border-radius: 6px;
	z-index: 1;
}

.projetos-incentivo-slide .slick-prev:before, .projetos-incentivo-slide .slick-next:before {
    font-size: 25px;
    margin-top: 4px;
	line-height: 2;
}

.movie i.fa{
	position: absolute;
    z-index: 2;
    border: 3px solid white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #16193075;
    text-align: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

li.header-link {
    display: block !important;
    width: 100% !important;
    flex: none !important;
}