/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 19, 2021, 3:45:47 PM
    Author     : PedroMendes
*/


@font-face {
    font-weight: 300;
    font-family: "EBGaramond";
    src: url('/componentes/assets/fonts/EBGaramond/EBGaramond-Regular.ttf') format('truetype');
}

@font-face {
    font-weight: 600;
    font-family: "EBGaramond";
    src: url('/componentes/assets/fonts/EBGaramond/EBGaramond-Bold.ttf') format('truetype');
}
@font-face {
    font-weight: bold;
    font-family: "EBGaramond";
    src: url('/componentes/assets/fonts/EBGaramond/EBGaramond-Bold.ttf') format('truetype');
}

@font-face {
    font-weight: 300;
    font-family: "OpenSans";
    src: url('/componentes/assets/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-weight: 600;
    font-family: "Open Sans";
    src: url('/componentes/assets/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-weight: bold;
    font-family: "OpenSans";
    src: url('/componentes/assets/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}


.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 1 !important;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

footer {
    z-index: 10;
    position: relative;
    padding-top: 0 !important;
    background-color: #D9D9D6;
}


footer .topo {
    /* margin-top: auto; */
    color: #000000;
}

footer .topo .menuR ul {
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .nav-link {
    padding: 0 !important;
}

footer .topo .menuR > ul > li > .nav-link {
    color: #173f35;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "EBGaramond";
    font-weight: 500;
}

footer .topo .menuR ul .nav-item {
    padding-bottom: 10px;
}

footer .topo .menuR ul .nav-item > ul a,
footer .meio .menuM .nav-item > ul a {
    font-size: 1.25rem;
    text-align: left;
    color: #666666;
    padding-bottom: 5px;
    padding-top: 5px;
}
footer .topo .menuR ul .nav-item > ul a:hover {
    color: #173f35;
}
@media only screen and (max-width: 768px) {
    footer .topo .menuR ul .nav-item > ul a,
    footer .meio .menuM .nav-item > ul a {
        font-size: 16px;
    }
}



footer .topo .menuR ul .nav-link {
    text-align: left;
    color: #666666;
    /* padding-bottom: 5px;
    padding-top: 5px; */
}

@media only screen and (min-width: 1200px)
{
    .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    }
    footer .topo .menuR ul .nav-link {
        font-size: 20px;
        font-size: 1.25rem;
    }
   
}

@media only screen and (min-width: 1200px)
{
    footer .topo .menuR > ul > li > .nav-link {
        font-size: 29px;
        font-size: 1.8125rem;
    }
}

footer .topo .menuR > ul > li {
    margin-bottom: 30px;
}

footer .meio {
    margin-top: 80px;
    color: #000000;
}
footer .meio .meio-wrapper {
    display: flex;
}
footer .meio .meio-wrapper .meio-sec {
    flex: 1;
}

footer .meio .menuM {
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .meio .menuM > li {
    /* margin-bottom: 30px; */
}

footer .meio .menuM > li > .nav-link {
    color: #173f35;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "EBGaramond";
    font-weight: 500;
}
footer .meio .menuM .nav-link {
    text-align: left;
    color: #666666;
    /* padding: 5px;
    padding-bottom: 0px;
    padding-top: 0px; */
    font-size: 15px;
    font-size: 0.9375rem;
}

footer .meio .menuM ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .meio .menuM ul {
    display: flex;
    flex-wrap: wrap;
}

footer .meio .menuM > li li {
    position: relative;
    display: inline-block;
}

footer .meio .menuM > li li:not(:last-child) {
    padding-right: 10px;
    margin-right: 5px;
}

footer .meio .menuM > li li:not(:last-child)::after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 50%;
    bottom: 0;
    border-right: 1px solid #666666;
    margin: auto;
}

@media only screen and (min-width: 1200px)
{
    footer .meio .menuM > li > .nav-link {
        font-size: 29px;
        font-size: 1.8125rem;
    }
}

footer .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
footer .justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

@media only screen and (min-width: 992px)
{
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.menuActivo {
    position: relative;
    display: inline-block;
}

.menuActivo > div {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 10px;
    height: 10px;
    background-color: #173f35;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

footer .meio .social {
    text-align: left;
}


.footer-lp .social {
    padding-top: 40px;
}

.footer-lp .social a {
    color: #666666;
    /* margin-left: 15px; */
    font-size: 18px;
    font-size: 1.125rem;
}
@media only screen and (min-width: 1200px)
{
    .footer-lp .social a {
        width: 20px;
        font-size: 22px;
        font-size: 1.375rem;
    }
}



footer .meio .social a {
    color: #666666;
    /* margin-left: 15px; */
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (min-width: 1200px)
{
    footer .meio .social a {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.fab, .far {
    font-weight: 400;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}

footer .copy {
    color: #666666;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 60px;
}

footer .copy .menuP {
    margin-left: 5px;
    display: inline-block;
}

footer .copy .menuP ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .copy .menuP ul li {
    position: relative;
    padding: 0px;
    margin-right: -2px;
    display: inline-block;
}

footer .copy .menuP ul .nav-link {
    /* padding: 0px;
    padding-left: 5px;
    padding-right: 5px; */
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
}

footer .copy .menuP ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 5px;
}
footer .copy .menuP ul li:not(:last-child)::after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px solid #666666;
}

footer .copy .nota {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
}


footer .meio .meio-wrapper .meio-sec.social-media a {
    width: 25px;
}


footer .meio-sec.social-media i.fab.cb-twitterX {
    width: 100%;
    height: 100%;
    position: relative;
}
footer .meio-sec.social-media i.fab.cb-twitterX::before {
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/temas/carregosa/img/TwitterX.svg);
}


@media only screen and (max-width: 768px) {
    footer.fp-section,
    footer .fp-tableCell {
        height: auto !important;
        padding: 50px 0;
    }
    footer .fp-tableCell {
        padding-bottom: 20px !important;
    }

    footer .topo .menuR > ul {
        flex-wrap: wrap;
    }
    footer .topo .menuR > ul > li {
        flex: auto;
    }
    footer .copy {
        margin-bottom: 0;
        margin-top: 60px;
    }

    footer .meio .meio-wrapper {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    footer .meio .meio-wrapper .meio-sec {
        flex: auto;
    }
    footer .meio .meio-wrapper .meio-sec.empty {
        display: none;
    }
    footer .meio .meio-wrapper .meio-sec.social-media {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    footer .topo .menuR > ul {
        padding-top: 30px;
        flex-direction: column;
    }

    footer .meio {
        margin-top: 0px;
    }
    footer .meio .meio-wrapper {
        flex-direction: column;
    }
    footer .meio .meio-wrapper .meio-sec {
        margin-bottom: 30px;
        width: 100%;
    }

    footer .copy {
        /* padding: 0 15px; */
        margin-bottom: 30px;
    }
}