@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --default-font: "Nunito", sans-serif, "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Inter", sans-serif;
}

:root {
  --background-color: #f9f9f9;
  --default-color: #231f20;
  --heading-color: #3290bf;
  --blue-color: #2364aa;
  --blue-dark-color: #094074;
  --accent-color: #5adbff;
  --surface-color: #ffdd4a;
  --contrast-color: #fe9000;
}

:root {
  --nav-color: #231f20;
  --nav-hover-color: #ffdd4a;
  --nav-mobile-background-color: #f2f0e8;
  --nav-dropdown-background-color: #f2f0e8;
  --nav-dropdown-color: #231f20;
  --nav-dropdown-hover-color: #fe9000;
}


body {
    text-rendering: optimizeSpeed;
    font-family: var(--default-font);
    background-color: var(--background-color);
    font-size: 1rem;
    line-height: 1.6rem;
    color: var(--default-color)!important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-appearance: none;
    appearance: none;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased !important;
    vertical-align: baseline;
}


ul,
ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: var(--heading-color);
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    font-weight: 600;
}


a:hover {
    color: var(--blue-color);
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
}

.white {
    color: var(--background-color) !important;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-primary {
    background: var(--heading-color);
    border: 1px solid var(--blue-color);
    color: #fff;
    padding: 16px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    display: inline-block;
}

.btn-primary:hover {
    background: var(--blue-color);
    border: 1px solid var(--blue-color);
    color: #fff;
}
.link-serv-online {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.btn-cancel {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background: transparent;
    border-color: #222;
    color: #222;
}

.internas {
    margin-bottom: 100px;
}

.internas h2.post-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 15px 0;
    text-transform: none;
    letter-spacing: -1px;
    color: #333;
}

.internas h3.post-subtitle {
    font-weight: 100;
    text-transform: none;
    margin-top: 0;
    font-size: 28px;
    color: #888;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.internas h2,
.internas h3,
.internas h4 {
    text-transform: none;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 35px;
    font-weight: 500;
}

.internas h2 {
    margin-top: 50px;
}

.internas h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.internas h4 {
    margin-bottom: 10px;
    font-size: 1.28rem;
}

.blog-post .post-meta li a:hover {
    color: #bcd63a;
}

.internas .foto-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.internas .foto-caption {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 1px;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    ;
    padding: 12px 15px;
}

.internas .foto-caption p {
    margin: 0;
    color: white;
    font-weight: 100;
}

.categorias-index h4 {
    border-top: solid 3px #0582ca;
    background: #d6f0ff;
    padding: 15px 15px 20px;
    color: #035686;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.categorias-index h4:first-child {
    margin-top: 0;
}

.categorias-index a.index-teste-link {
    border: solid 1px #0582ca;
    background: #d6f0ff;
    width: 100%;
    padding: 20px 10px;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: normal;
    min-height: 100px;
    margin-bottom: 25px;
}

.navbar-brand>img {
    width: 350px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .navbar-brand>img {
        width: 280px;
        margin-top: 20px;
    }
}

@media (max-width: 360px) {
    .navbar-brand>img {
        width: 220px;
        margin-top: 20px;
    }
}

.inforodape {
    margin-bottom: 30px;
}

.list_down li {
    list-style: none; 
    position: relative; /* necessário pro ::before ficar alinhado */
    padding: 7px 0 0 25px; /* espaço para o ícone */
}

.list_down li::before {
    font-family: "Font Awesome 5 Free"; /* ou "Font Awesome 6 Free", depende da versão */
    font-weight: 900; /* alguns ícones precisam desse peso */
    content: "\f019"; /* código do ícone download */
    position: absolute;
    left: 0;
    top: 7px; /* ajuste fino pra alinhar com o texto */
}

.list_down li::before {
    color: var(--heading-color); /* cor do ícone */
    font-size: 1rem; /* tamanho do ícone */
    margin-top: -1px;
}

.list_down li:hover::before {
    color: var(--blue-color); /* cor do ícone ao passar o mouse */
}

.list_down a .preto {
    color: var(--default-color);;
}

@media (max-width: 768px) {
    .inforodape {
        text-align: center;
    }
}

.internas ul {
    list-style: disc;
    margin-left: 35px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.internas ul li {
    margin-bottom: 10px;
}


.section-title {
    margin-bottom: 80px;
}

.section-title h2 {
    color: #444;
    font-size: 48px;
    text-transform: none;
    letter-spacing: -1px;
}

.section-title p {
    padding-bottom: 60px;
    color: #444;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

.page-header {
    background-color: #daf1ff;
    background-position: 50% 90%;
    padding: 25px 0;
    margin-bottom: 40px;
    background-position: 0px -870px;
    margin-top: 0;
}

.page-header h1 {
    color: #094074;
    letter-spacing: -1px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}

ul.dadoscontato {
    color: #444;
    list-style: none;
}

ul.dadoscontato li {
    padding-bottom: 8px;
}

ul.dadoscontato li a {
    color: #444;
}

ul.dadoscontato li i.fa {
    width: 30px;
}


.internas ol {
    list-style: lower-alpha;
}

.internas ol li {
    padding-left: 15px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.preto {
    color: #111;
}

details {
    margin-bottom: 15px;
}

details[open] {
    padding-bottom: 10px;
}

.card {
    border-radius: var(--glb-fd-item-side-border-radius, 4px);
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.card-body {
    padding: 16px;
}

.widget-categories ul {
    list-style: none;
    margin-left: 0;
}

.widget-categories li.active {
    background-color: #daf1ff;
}

.widget-categories li.active a {
    color: var(--default-font);
}

.card-body .menu-lateral-item {
    padding: 20px 12px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
}

.card-body .menu-lateral-item:first-child {
    padding-top: 16px;
}

.card-body .menu-lateral-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

details summary {
    font-size: 1.55rem;
    color: var(--default-font);
    font-weight: 600;
    cursor: pointer;
    letter-spacing: -1px;
    display: list-item;
    margin-bottom: 20px;
    transition: 0.5s ease;
}

.internas ul.project-info {
    list-style: none;
}

hr {
    border-color: #8d8d8d;
}

.table-striped>tbody>tr:nth-of-type(odd)> {
    --bs-table-color-type: var(--default-color);
}

.table {
    color: var(--default-color)!important;
    --bs-table-color: var(--default-color)!important;
}


.table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
}

.table>tbody>tr>td.centralizar {
    text-align: center;
    vertical-align: middle;
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.top-bar a {
    color: #aaa;
}

.top-bar .contact-details li {
    display: inline-block;
    padding: 5px 15px;
    line-height: 32px;
    border-left: 1px solid #f2f2f2;
}

.top-bar .contact-details li:last-child {
    border-right: 1px solid #f2f2f2;
}

.top-bar .contact-details li a:before {
    color: #aaa;
}

.top-bar .contact-details li:first-child a:before {
    display: none;
}

.top-bar .contact-details li a {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    line-height: 32px;
}

ul.social-list li {
    float: right;
    border-left: 1px solid #f2f2f2;
}

ul.social-list li a {
    display: inline-block;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

ul.social-list li:first-child {
    border-right: 1px solid #f2f2f2;
}

ul.social-list li a:hover {
    background: #ff9e01;
}

ul.social-list li a i {
    font-size: 14px;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-list li a:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    color: #fff;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(40%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(40%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(40%);
    }

    50% {
        opacity: 0;
        transform: translate(-40%);
    }

    51% {
        opacity: 1;
    }
}

/* HEADER INICIO */
header {
    /* position: fixed; */
    /* top: 0;
  left: 0; */
    width: 100%;
    padding: 15px 30px;
    background: var(--heading-color);
    border-bottom: 4px solid #3d74a7;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header .logo img {
    max-height: 150px;
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
    .header .logo img {
        max-height: 38px;
    }
}

@media (min-width: 1200px) {
    .navmenu ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        gap: 30px;
    }

    .navmenu a {
        color: #fff;
        font-weight: 600;
        position: relative;
        transition: color 0.3s ease;
        font-family: var(--heading-font);
    }

    .navmenu a:hover,
    .navmenu .active {
        color: #ffd700;
    }

    .navmenu ul li.ouvidorzinho a::after, 
    .navmenu ul li.ouvidorzinho a:hover::after {
        background: none;
        color: inherit;
        background: none!important;
        border-bottom: none;
        height: 0;
    }

    .navmenu a::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 0%;
        height: 2px;
        background: #ffd700;
        transition: width 0.3s ease;
    }

    .navmenu a:hover::after,
    .navmenu .active::after {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
    }

    .navmenu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        background: #0582ca;
        padding: 80px 20px;
        transition: right 0.3s ease;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .mobile-nav-active .navmenu {
        right: 0;
    }

    .navmenu ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .navmenu a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        transition: color 0.3s;
    }

    .navmenu a:hover {
        color: #ffd700;
    }

    .navmenu ul li.ouvidorzinho a:hover {
        background: none;
        color: inherit;
        background: none;
        margin-bottom: 0;

    }
}

.header .cta-btn {
    color: #fff;
    background: #00a6fb;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s ease;
}

.header .cta-btn:hover {
    background: #ffd700;
    color: #000;
}

/* HEADER FIM */

.banner {
    text-align: center;
    color: #fff;
    height: 350px;
    background: url("../../imagens/banner-parque-mata-atlantica.jpg") no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner .overlay {
    width: 100%;
    height: 100%;
}

.intro-text {
    position: relative;
    top: 90px;
}

.banner .intro-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    -webkit-animation: fadeInUp;
    -moz-animation: rubberBand;
    -o-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.banner .intro-text h1 span {
    color: #ff9e01;
}

.banner .intro-text p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 3px;
    margin-bottom: 55px;
    -webkit-animation: bounceInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: bounceLeft;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.banner .intro-text .btn-primary {
    padding: 15px 25px;
    font-size: 16px;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    width: 130px;
}

.banner .btn-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #111;
}

/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/


#about-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
}

#about-section-2 {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

iframe {
    border: none;
}

.about-img {
    position: relative;
}

.about-img .head-text {
    position: absolute;
    left: 0;
    bottom: 5%;
    background: #fff;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.about-list h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-list li {
    margin-bottom: 5px;
    color: #444;
}

.about-list li i {
    margin-right: 10px;
    color: #f7b81b;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    border-radius: 0;
    border: none !important;
    box-shadow: none !important
}

.panel-default>.panel-heading {
    background: transparent;
    border: 1px solid #111;
    border-radius: none;
    font-weight: 400;
}

.panel-body {
    padding: 15px 10px;
    border: none !important;
    color: #111;
    font-size: 16px;
    background-color: transparent !important;
}

.panel-heading {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    color: #666;
}

.panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed {
    color: #444;
}

.panel-title a.collapsed:hover {
    color: #666;
}

.panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
}

.panel-title a.collapsed .control-icon {
    display: block;
}

.panel-title a i {
    font-size: 22px;
    padding-right: 5px;
    color: #5BB12F;
}

/* progress bar */

.skill-shortcode {
    margin-top: 40px;
}

.skill {
    padding-bottom: 10px;
}

.skill p {
    margin-bottom: 7px;
    font-size: 13px;
}

.progress {
    overflow: visible;
    height: 5px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    background: #5BB12F;
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.progress-bar-span {
    opacity: 1;
    position: absolute;
    top: -7px;
    background: #ACB2B8;
    padding: 0px 10px;
    color: #FFF;
    border-radius: 0px;
    right: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.skill:hover .progress-bar-span {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}

.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/

.call-to-action {
    background-color: rgba(255, 255, 255, 0.7);
    background: url("../../imagens/img-fundo.jpg");
    background-attachment: fixed;
    background-position: 50% 90%;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.call-to-action p {
    color: #fff;
    font-size: 70px;
    line-height: 40px;
    letter-spacing: 2px;
    font-family: 'Cookie', cursive;
}

.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.call-to-action .btn-primary:hover {
    background: transparent;
}

/* ----------------------------------*/
/* Start Team Member Section         */
/* ----------------------------------*/

#team-section {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
    color: #111;
    overflow: hidden;
}

.team-member {
    position: relative;
    overflow: hidden;
}

.team-member .team-details {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 67, 46, 0.8);
    color: #fff;
    padding: 0 2px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member .team-details h4 {
    padding-top: 15%;
    padding-bottom: 5%;
    font-size: 22px;
}

.team-member .team-details p {
    padding-bottom: 20%;
    font-size: 16px;
    color: #fff;
}

.team-member .team-details li {
    display: inline-block;
    padding-top: 20px;
}

.team-member .team-details li a {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid transparent;
    color: #111;
    font-size: 16px;
}

.team-member .team-details li:hover a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.team-details h4,
.team-details p,
.team-details li {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.team-member:hover .team-details h4,
.team-member:hover .team-details p,
.team-member:hover .team-details li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-member:hover .team-details {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.team-member:hover .team-details h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.team-member:hover .team-details p {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.team-member:hover .team-details li:nth-child(n+1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-member:hover .team-details li:nth-child(n+2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.team-member:hover .team-details li:nth-child(n+3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team-member:hover .team-details li:nth-child(n+4) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.team-member:hover .team-details li:nth-child(n+5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f2fffc;
}

.portfolio-section-2 {
    padding-top: 80px;
    padding-bottom: 120px;
}

.portfolio-section-3 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #111;
}

#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}

#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    margin-bottom: -5px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width : 550px) {

    #portfolio-list li {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) and (min-width : 551px) {

    #portfolio-list li {
        width: 49.9%;
    }
}

@media (min-width: 768px) {
    #portfolio-list li {
        width: 33.3%;
    }
}

.portfolio-item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-caption {

    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-caption h4 {
    display: inline-table;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    padding-top: 10%;
}

.portfolio-caption p {
    position: relative;
    top: 12%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 10%;
}

.portfolio-caption a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    font-size: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    position: absolute;
    top: 70%;
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}

.portfolio-caption h4,
.portfolio-caption p,
.portfolio-caption a i {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.portfolio-item:hover .portfolio-caption h4,
.portfolio-item:hover .portfolio-caption p,
.portfolio-item:hover .portfolio-caption a i {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-item:hover .portfolio-caption {
    background-color: rgba(188, 214, 58, 0.8);
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.portfolio-item:hover .portfolio-caption h4 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.portfolio-item:hover .portfolio-caption p {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.portfolio-item:hover .portfolio-caption a.link-1 i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.portfolio-item:hover .portfolio-caption a.link-2 i {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/********************************/
/* Start Service Section
/********************************/

#service-section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.services-post {
    text-align: center;
    margin-bottom: 80px;
}

.services-post a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100px;
    height: 100px;
    margin: 0 0 24px;
    line-height: 100px;
    color: #111;
    font-size: 30px;
    text-align: center;
    background: transparent;
    border: 2px solid #111;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.services-post:hover a,
.services-post a.active {
    background: #ff9e01;
    color: #ffffff;
    border: 2px solid transparent;
}

.services-post h2 {
    color: #111;
    font-weight: 400;
    margin: 0 0 14px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

/*----------------------------------------------------------*/
/* Start Fun Facts Counter Section
/*----------------------------------------------------------*/

.fun-facts {
    background: url(../images/parallax/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
}

.counter-item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    padding: 0 20px 40px 20px;
}

.counter-item p {
    padding-bottom: 10px;
    color: #111;
}

.counter-item h3 {
    text-align: center;
    margin-bottom: 0px;
    color: #111;
    text-transform: none;
    font-size: 20px;
}

.counter-item i {
    font-size: 40px;
    color: #fff;
    background: #5BB12F;
    padding: 40px 50px;
}

.timer {
    padding: 10px 0;
    color: #111;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
}

/****************************************/
/* Start Pricing Section
/****************************************/
.pricing-section {
    padding-top: 80px;
    padding-bottom: 120px;
}

.pricing {
    text-align: center;
    box-shadow: 0 0 2px #999;
}

.pricing-header {
    background: #f1f1f1;
    padding: 30px 0;
}

.pricing-header i {
    font-size: 32px;
    background: #5BB12F;
    color: #fff;
    padding: 35px;
    border-radius: 100%;
}

.pricing-body {
    padding: 30px;
}

h3.pricing-title {
    margin-bottom: 20px;
}

.pricing-body p {
    margin-bottom: 20px;
}

.pricing-body a {
    font-size: 20px;
    text-transform: none;
}

.colored-bg {
    background: #5BB12F;
}

.colored-bg i {
    border: 2px solid #fff;
}

.google-map #map {
    width: 100%;
    height: 500px;
}

/***************************************/
/* Start Client & Testimonial Section
/***************************************/

#testimonial-section {
    background: url(../images/parallax/call-to.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.testimonial-item {
    text-align: center;
}

.testimonial-item p {
    color: #fff;
    margin-left: 20%;
    margin-right: 20%;
}

.testimonial-item img {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.testimonial-item .desgnation {
    margin-top: 5px;
    margin-bottom: 30px;
}

/*******************************************/
/* Start Clients Section
/*******************************************/

#client-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.client-box ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.client-box ul li {
    list-style: none;
    float: left;
    padding: 0 1px;
    width: 20%;
}

.client-box ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border: 1px solid #cccccc;
    opacity: 1;
    width: 100%;
    padding: 30px 0;
}

.client-box ul li a img {
    width: 100%;
}

.footer-section {
    border-top: 4px solid #3d74a7;
    /* margin-top: 100px; */
    background: var(--blue-color);
    color: #fff;
    padding: 100px 0 60px;
}

.footer-section p {
    color: #fff;
}

.footer-section .section-title {
    color: #fff;
}

.footer-section .section-heading-2 span:after {
    background: #434343;
}

.footer-section .section-heading-2 .section-title:after {
    background-color: #363636;
}

.footer-section .section-heading-2 h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-address img {
    height: 150px;
    width: auto;
}

.footer-address img.logopmar {
    width: 250px;
}

.footer-address ul li {
    padding: 5px 0;
}

.footer-address ul li .fa {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.footer-address ul li a {
    color: #fff;
}

.footer-address ul li a:hover {
    color: #fff;
}

.latest-tweet .media-body {
    padding: 5px 14px 5px 6px;
}

.latest-tweet .media-body p {
    font-size: 13px;
    color: #aaa;
}

.latest-tweet h4.media-heading {
    font-size: 10px;
    color: #ff9e01;
}

.footer-social ul.social-list li {
    padding-right: 2px;
}

.footer-social ul.social-list li a i {
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.footer-social ul.social-list li a {
    background: #2e2e2e;
    color: #9d9d9d;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.footer-social ul.social-list li a:hover {
    background: #ff9e01;
    color: #000;
}

.flickr-widget li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 23.97%;
}

.flickr-widget li img {
    width: 100%;
    height: auto;
}

.copyright-section {
    border-top: 1px solid #363636;
    font-size: 12px;
    padding: 20px 0;
    background: #1d1d1d;
    color: #7f7f7f;
}

.copyright {
    font-size: 16px;
}

.copyright-section a {
    color: #7f7f7f;
}

.copyright-section a:hover {
    color: #ff9e01;
}

.copyright-menu li {
    display: inline;
    padding-left: 10px;
}

.copyright-menu li a {
    color: #7f7f7f;
    font-weight: 500;
}

.copyright-menu li a.active {
    color: #fff;
    font-size: 13px;
}

.copyright-menu li a:hover {
    color: #ff9e01;
}

.blog-post {
    margin-bottom: 40px;
}

.blog-post .post-img {
    position: relative;
}

.blog-post .post-img img {
    margin: 0 0 16px 0;
    border-radius: 3px;
    width: 100%;
}

.blog-post .post-type {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-post .post-type i {
    padding: 15px;
    background: #fff;
    font-size: 16px;
    color: #ff9e01;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    left: 48%;
}

.blog-post .post-img:hover .post-type {
    opacity: 1;
}

.blog-post .post-img:hover .post-type i {
    -webkit-animation: fadeInDownBig;
    animation: fadeInDownBig;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

h1.post-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    text-transform: none;
}

h1.post-title a {
    color: #5c5c5c;
}

.blog-post ul.post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog-post .post-meta li {
    display: inline-block;
    padding-right: 10px;
    color: #959595;
}

.blog-post .post-meta li a {
    color: #5c5c5c;
}

.blog-post .post-meta li a:hover {
    color: #ff9e01;
}

.blog-post .post-meta li i {
    color: #bcd63a;
    margin-right: 10px;
}

.blog-post p.post-content {
    margin-bottom: 30px;
}

.blog-post a.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.pagination li a {
    color: #ff9e01;
}

.pagination li a:hover,
.pagination li a:focus {
    color: #ff9e01;
}

.pagination li.active a {
    background: #ff9e01;
    border-color: #ff9e01;
}

.blog-body .pagination {
    margin-bottom: 70px;
}

.blog-body .noticias {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #20bdbc;
}

.blog-body .noticias:last-child {
    margin-bottom: 100px;
    border-bottom: none;
}

.single-blog-post {
    margin-bottom: 40px;
}

.single-blog-post .post-img {
    position: relative;
}

.single-blog-post .post-img img {
    margin: 0 0 16px 0;
    border-radius: 3px;
}

.single-blog-post .post-type {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-blog-post .post-type i {
    padding: 15px;
    background: #fff;
    font-size: 16px;
    color: #ff9e01;
    border-radius: 3px;
    position: absolute;
    top: 45%;
    left: 48%;
}

.single-blog-post .post-img:hover .post-type {
    opacity: 1;
}

.single-blog-post .post-img:hover .post-type i {
    -webkit-animation: fadeInDownBig;
    animation: fadeInDownBig;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.single-blog-post h1.post-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    padding: 10px 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
}

.single-blog-post h1.post-title a {
    color: #5c5c5c;
}

.single-blog-post .post-meta li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #959595;
}

.single-blog-post .post-meta li a {
    color: #5c5c5c;
}

.single-blog-post .post-meta li a:hover {
    color: #ff9e01;
}

.single-blog-post .post-meta li i {
    margin-right: 3px;
}

.single-blog-post .post-meta ul.pull-right li {
    border-right: 1px solid #ddd;
}

.single-blog-post .post-meta ul.pull-right li:last-child {
    border-right: none;
}

.single-blog-post .post-meta ul.pull-right li i {
    padding-left: 5px;
}

.single-blog-post p.post-content {
    margin-top: 20px;
    display: inline-block;
}

.single-blog-post p {
    margin-bottom: 40px;
}

.single-blog-post h2,
.single-blog-post h3 {
    margin-bottom: 30px;
}

.item-content-footer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-top: 30px;
}

.item-content-footer li {
    display: inline;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 10px;
}

.item-content-footer li:first-child {
    border-left: none;
    padding-left: 0;
}

.item-content-footer .rating i {
    font-size: 20px;
}

.item-content-footer .rating .active i {
    color: #ff9e01;
}

.blog-author h3 {
    color: #32313b;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 33px;
}

.blog-author .media {
    margin: 25px 0 16px 0;
    padding: 8px;
}

.blog-author .media img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    border-radius: 8px;
    border: 6px solid #f2f2f2;
}

.blog-author .media-body h4 a {
    text-transform: capitalize;
    color: #323232;
    font-size: 20px;
}

.blog-author .media-body p {
    color: #778899;
}

.blog-user {
    margin-bottom: 100px;
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px 0;
}

#comments .comments-title {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: lowercase;
    font-size: 30px;
}

#comments .comments-list li .comment-box {
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

#comments .comments-list li ul {
    margin-left: 70px;
}

#comments .avatar {
    float: left;
}

#comments .avatar img {
    width: 72px;
    height: 72px;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
}

#comments .comment-content {
    padding-left: 72px;
}

#comments .comment-content .comment-meta {
    margin-bottom: 5px;
}


.comment-content .comment-meta .comment-by {
    font-weight: 400;
    color: #323232;
    font-size: 18px;
}

.comment-content .reply-link a {
    color: #555;
    font-size: 11px;
    text-decoration: underline;
}

.comment-content .comment-date {
    color: #959595;
    font-style: italic;
    margin-bottom: 10px;
}

.comment-content p {
    margin-top: 5px;
}

#respond {
    margin-bottom: 120px;
}

#respond .respond-title {
    font-weight: 400;
    text-transform: none;
    color: #32313b;
}

#respond .form-caution {
    color: #cecece;
    font-style: italic;
    margin-bottom: 15px;
}

#respond form {
    margin-top: 20px;
}

.sidebar .section-heading-2 {
    margin-bottom: 30px;
}

.sidebar .section-heading-2 h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #32313b;
    font-weight: 400;
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #6a6a6a;
    font-size: 14px;
    padding: 5px 8px;
    background: #f2f2f2;
    margin: 0 1px 5px 0;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    background: #ff9e01;
    color: #fff;
}

.contact {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 100px;
}

.form-control {
    border-radius: 0;
    border: 2px solid #00bebd;
}

.contact .form-group {
    margin-bottom: 25px;
}

textarea {
    width: 100%;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact .form-group input.form-control:focus {
    border-color: #b2d71b !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact .form-group textarea.form-control:focus {
    border-color: #b2d71b !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.main-details .inner-details {
    margin-left: 30px;
}

.container-documentos {
    margin-top: 50px;
    margin-bottom: 50px;
}

.documentos-aposentadoria {
    background-color: #3e6f6e;
    color: #fff;
    padding: 1.5rem;
    text-align: center;
    width: 100%;
}

.text-documentos-aposentadoria {
    font-size: 2rem;
    letter-spacing: 1.5px;
}

.button-documentos-aposentadoria {
    background-color: #fff;
    color: #3e6f6e;
    margin-top: 8px;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50rem;

}

/* OUVIDORIA INTERNA */
.ouvidoria {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ouvidoria img {
    width: 150px;
    margin-left: 20px;
    margin-right: 20px;
}

.ouvidoria h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ouvidoria p {
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .ouvidoria {
        display: block;
        text-align: center;
    }
}

.custom-mobile-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff; /* Ícone branco */
}

.custom-mobile-btn:hover {
  background-color: rgba(255, 255, 255, 0.1); /* um leve hover opcional */
  border-color: #fff;
  color: #fff;
}

.custom-mobile-btn i {
  color: #fff; /* Garante que o ícone use branco */
}
