body, h1, h2, h3, h4, h5, h6, p, a, span, b, input, textarea, button, .btn{
    font-family: 'Poppins', sans-serif;
}
body {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}
h1 {
    font-size: 61px;
    line-height: 91px;
    font-weight: 600;
}
.lead {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}
strong {
    font-weight: 600;
}
img {
    max-width: 100%;
}
.bg-secondary {
    background: #9D9D9D !important;
}
.bg-primary {
    background: #8FA2AF !important;
}
.bg-success {
    background: #A2BD9F !important;
}
.text-dark {
    color: #000;
}

/*header css*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
header .bg-light {
    padding: 15px 40px;
    box-sizing: border-box;
    background-color: transparent !important;
}
header .navbar-light .navbar-brand {
    font-size: 16px;
    line-height: 60px;
    padding: 0;
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav {
    margin-right: -20px;
}
header .navbar-light .navbar-nav .nav-link {
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
    color: #fff !important;
    text-transform: capitalize;
}
header .navbar-light .navbar-nav .nav-link.active {
    font-weight: 600;
}
header .navbar-light .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu[data-bs-popper] {
    padding: 0;
    right: 0;
    text-align: right;
    left: auto;
    margin: 0;
    background: no-repeat;
    border: none;
    box-shadow: none;
}
header .dropdown-menu[data-bs-popper] .dropdown-item {
    padding: 5px 0;
    background: no-repeat;
    color: #fff;
}


/*...........*/

/*cover section css*/


.text h2 {
    font-size: 45px;
    font-weight: 600;
    
}
.images {
    position: relative;
    overflow: hidden;
    transition: ease-in-out .5s;
    cursor: pointer;
}
.images>img {
    width: 100%;
}
.text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: rgba(128, 183, 255, .5);
    transition: ease-in-out .5s;
    padding-top: 40%;
    padding-bottom: 70px;
}
.images:hover .text {
    top: 0;
}
.agua h3 {
    font-size: 37px;
    font-weight: 500;
}
.content a {
    text-decoration: none;
    color: #fff;
    background-color: #4FD2B9;
    font-size: 22px;
    font-weight: 300;
    padding: 53px 17px 6px 16px;
    display: inline-block;
    border: 1px solid #fff;
}
.agua {
    display: flex;
    justify-content: center;
    text-align: center;
    
}
.content {
    padding: 10px;
}

.content a {
    text-decoration: none;
    color: #fff;
    background-color: #4FD2B9;
    font-size: 22px;
    font-weight: 300;
    padding: 53px 17px 6px 16px;
    display: inline-block;
}
.buttion a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    border: 1.5px solid #fff;
    padding: 5px 10px;
    margin-top: 10px;
    min-width: 180px;
}
.buttion a::before {
    content: "";
    background-color: #59C7FF;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    display: inline-block;
    margin-right: 10px;
    
}
.buttion a.btns::before {
    background-color: #4FD2B9;
}
.buttion a.btnn::before {
    background-color: #BFBFBF;
}
.images.over .text {
    background-color: rgba(190, 255, 241, .51);
}
.images.overs .text {
    background-color: rgba(255, 210, 158, .6);
}


.interactive {
    padding: 100px 0;
}
.interactive-content p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}
.Mapa.interactivo h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.Mapa.interactivo h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
.Mapa.interactivo p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 70px;
}
.Mapa.interactivo h2 {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    margin-top: 70px;
}
.map-image.text-end {
    margin-top: 80px;
}
.bbtn h5 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    min-width: 190px;
}
.row.Mapa.interactivos {
    margin-top: 100px;
}

.bbtn {
    display: flex;
    align-items: center;
}
.Serviço a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin-left: 30px;
    border: 1px solid #979797;
    border-radius: 60px;
    background-color: #8FA2AF;
    padding: 11px 20px 20px 40px;
    text-align: center;
    line-height: 30px;
}
.Mapa.interactivo button#dropdownMenuButton1 {
    color: #fff;
    background-color: #8FA2AF;
    border-color: #979797;
    padding: 11px 110px 10px 53px;
    border-radius: 60px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%);
    margin-left: 20px;
}
.Legenda h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.Legenda {
    text-align: left;
    margin-top: 50px;
    display: table;
    margin-left: auto;
}
.Legenda a {
    display: flex;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-top: 15px;
    align-items: center;
}
.Legenda a::before {
    content: "";
    background-color: #A2BD9F;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 15px;
}
.Legenda a.btns::before {
    background-color: #F9D668;
}
.Legenda a.btnn::before {
    background-color: #DE6F48;
    }



.news {
    padding: 100px 0;
}
.news h4 {
    font-size: 45px;
    font-weight: 600;
    color: #000000;
}
.news-content h6 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    color: #000000;
}
.news-content h3 {
    font-size: 29px;
    font-weight: 400;
    color: #000000;
    margin: 25px 0 40px;
}
.news-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}
.news-content {
    margin-top: 50px;
}
.news-content h3 {
    font-size: 29px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    padding-top: 15px;
}


/*..............*/

.header-padding {
    padding-top: 90px;
    padding-bottom: 40px;
}
.ranking-heading {
    border: solid #fff;
    border-width: 1px 0;
}
.ranking-heading h1 {
    margin: 0;
    padding: 30px 0 35px;
}
.header-padding p.lead {
    margin: 30px 0 50px;
}
.global {
    padding: 40px 0 70px;
}
.filter-text {
    padding: 100px 0 20px;
}
.filter-text p {
    margin: 0;
    font-size: 18px;
}
.services {
    border: solid #989898;
    border-width: 1px 0 1px;
    padding: 50px 0;
}
.district-region.services {
    border: none;
    padding-top: 0;
}
.services .dropdown {
    display: inline-block;
    margin-left: 15px;
}
.services .dropdown-toggle {
    background-repeat: no-repeat;
    border: 1px solid #979797;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%) !important;
    color: #9D9D9D;
    border-radius: 30px;
    padding: 0 24px;
    line-height: 50px;
    width: 190px;
    text-align: left;
    position: relative;
}
.services .dropdown-toggle::after {
    background: url(../images/dropdown-icon.png) no-repeat right / 20px;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.services .dropdown-menu {
    border: none;
}
.services .dropdown-menu opdown-it {
    padding-left: 0;
    padding-right: 0;
}
.services .dropdown-item {
    padding: 5px 24px;
    color: #9D9D9D !important;
    background: none !important;
}
.switch {
    display: inline-block;
    color: #9D9D9D;
}
.switch label {
    cursor: pointer;
    margin-left: 15px;
}
.switch label .lever {
    position: relative;
    padding-right: 65px;
}
.switch label input[type="checkbox"] {
    width: auto;
    height: 0;
    opacity: 0;
    position: absolute;
}
.switch label .lever:before {
    display: inline-block;
    width: 50px;
    height: 23px;
    background-color: #EFEFEF;
    border-radius: 20px;
    position: absolute;
    right: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    content: "";
}
.switch label .lever:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 31px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    transition: ease-in-out .3s;
}
.switch label input[type="checkbox"]:checked+.lever:after {
    right: 1px;
}
.switch label input[type="checkbox"]:checked+.lever:before {
    background: #4C4C4C;
}
.switch label input[type="checkbox"]:checked+.lever {
    color: #4C4C4C;
}
.filter-sec {
    padding: 100px 0 50px;
}
.filter-btn button.btn {
    display: flex;
    color: #9D9D9D;
    padding: 3px 0;
    position: relative;
    align-items: center;
    box-shadow: none;
    font-size: 18px;
}
.filter-btn button.btn.active {
    color: #000;
    font-size: 20px;
    font-weight: 400 !IMPORTANT;
    cursor:  default;
}
.filter-btn h5 {
    font-size: 18px;
    margin: 50px 0 20px;
}
.filter-btn .color-btn:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.filter-btn .success:before {
    background: #A2BD9F;
}
.filter-btn .warning:before {
    background: #F9D668;
}
.filter-btn .danger:before {
    background: #DE6F48;
}
.filter-btn button.btn:hover {
    font-weight: 600;
}
.gallery-title{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
}
.slabs-flowers, .slabs-flowers a {
    color: #9D9D9D;
    text-decoration: none;
}
.slabs-flowers .progress {
    border-radius: 0;
    height: 8px;
    background: none;
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 100%;
    padding: 0;
}
.slabs-flowers .progress-bar.bg-success {
    background: #A2BD9F !important;
}
.slabs-flowers .progress-bar.bg-warning {
    background: #F9D668 !important;
}
.slabs-flowers .progress-bar.bg-danger {
    background: #DE6F48 !important;
}
.slabs-flowers {
    display: flex;
    border: 1px solid #9D9D9D;
    background: #FFFDFA;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
}
.slabs-flowers .number {
    font-size: 30px;
    padding: 20px 30px;
    color: #000;
    border: none;
    display: flex;
    align-items: center;
}
.slabs-flowers .color-img {
    display: flex;
    align-items: center;
    padding: 0;
    width: 200px;
}
.slabs-flowers>* {
    border-left: 1px solid #9D9D9D;
    padding: 20px 15px;
}
p.equity-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #000;
    line-height: 40px;
}
p.equity-number img {
    max-width: 40px;
}
.equity-index {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
}
.equity-index p {
    margin: 0;
}
.Lajes {
    min-width: 450px;
}
.Lajes h4 {
    color: #000;
    font-weight: 400;
}
.Lajes p {
    margin: 0;
}
.equity-index .tooltip {
    position: relative;
    opacity: 1;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.equity-index .tooltip span.tooltiptext {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 200px;
    background: rgba(239, 239, 239, 1);
    border: 1px solid #979797;
    font-size: 12px;
    padding: 20px;
    transition: ease-in-out .3s;
    color: #000;
    display: none;
}
.equity-index .tooltip span.tooltiptext span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #9D9D9D;
}
.equity-index .tooltip:hover span.tooltiptext {
    display: block;
}
.pagination {
    margin-top: 40px;
}
.pagination img {
    max-height: 20px;
}
.pagination a.page-link {
    color: #000;
    border: none;
    font-size: 20px;
}
.pagination .page-item.active .page-link {
    background: no-repeat;
    color: #A2BD9F;
}
li.page-item.prev, li.page-item.next {
    margin: 0 20px;
    position: relative;
    top: -3px;
}
.management-planning {
    min-height: 550px;
}
.management-planning p.lead {
    max-width: 470px;
    margin-bottom: 40px;
    padding: 0 15px;
}
.management-planning a img {
    max-width: 60px;
}
.contact {
    padding: 100px 0;
    color: #01223A;
}
.contact a{
    text-decoration: none;
    color: #01223A;
}
.contact-info p {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}
.contact-info p:last-child {
    margin-bottom: 0;
}
.contact-info p img {
    position: absolute;
    left: 0;
    max-width: 34px;
}
.contact-info h3 {
    margin-bottom: 40px;
    color: #01223A;
    padding-left: 30px;
}
.entities h3 {
    margin-bottom: 50px;
    color: #01223A;
    padding-left: 30px;
}
.entities .mx-auto {
    max-width: 700px;
    display: flex;
    align-items: center;
}
.entities .mx-auto p {
    padding: 0 70px;
}
.entities .mx-auto p:first-child {
    border-right: 1px solid #000;
}
.social-icon a {
    margin-left: 10px;
}
.social-icon img {
    max-height: 20px;
}
footer {
    padding: 70px 0;
    font-size: 14px;
}
footer .row {
    align-items: center;
}


.Equity-Index {
    padding: 40px 0;
}
.grey-img img {
    max-width: 80px;
}
.ranking-heading h1 a {
    margin-left: 25px;
    margin-right: 50px;
}
.ranking-heading h1 a img {
    max-height: 44px;
}
.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.rating ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.rating ul li>a {
    color: #9D9D9D;
    text-decoration: none;
    margin-left: 30px;
    font-size: 18px;
}
.rating ul li.active a {
    font-weight: 600;
    color: #000000;
}
.rating p {
    margin: 0;
}
.Equity-Index .progress {
    height: 6px;
    border-radius: 0;
    background: #E6E6E6;
    margin: 40px 0 70px;
}
.years-tab .nav-tabs {
    background: #FFFDFA;
    border: 1px solid #979797;
    border-radius: 30px;
    justify-content: center;
}
.years-tab .nav-tabs .nav-link {
    padding: 20px 20px;
    border: none;
    background: no-repeat;
    color: #9D9D9D;
    font-size: 24px;
}
.years-tab .nav-tabs .nav-link.active {
    font-weight: 600;
}
.family-tariff {
    color: #9D9D9D;
}
.family-tariff .dropdown .dropdown-toggle {
    padding: 0;
    box-shadow: none;
    font-size: 14px;
    color: #9D9D9D;
    background: none;
}
.family-tariff .dropdown .dropdown-toggle img {
    max-width: 14px;
}
.family-tariff .dropdown .dropdown-toggle:after {
    display: none;
}
.family-tariff .dropdown .dropdown-menu {
    padding: 0 0 0 25px;
    border: none;
    position: initial !important;
    transform: none !important;
    font-size: 14px;
    color: #9D9D9D;
}
.family-tariff .dropdown .dropdown-menu a {
    font-size: 14px;
    color: #9D9D9D;
    background: none !important;
    padding: 0;
}
.family-tariff .dropdown .dropdown-menu a span:first-child {
    width: 120px;
    display: inline-block;
}
.family-tariff p {
    margin: 0;
}
.download-tariff a {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #9D9D9D;
    text-decoration: none;
    margin-bottom: 30px;
}
.download-tariff a img {
    margin-right: 20px;
    max-width: 24px;
    margin-top: 10px;
}
.download-tariff {
    margin: 50px 0;
}
.table-list {
    margin-top: 70px;
    background: #FFFDFA;
    border: 1px solid #9D9D9D;
    padding: 30px 20px;
}
.table-list caption {
    color: #000;
    font-size: 18px;
    margin-top: -70px;
    margin-bottom: 70px;
    margin-left: -25px;
    text-transform: uppercase;
}
.table-list table th, .table-list table td {
    border: 1px solid #9D9D9D;
    box-shadow: none;
    background: none;
    padding: 15px;
}
.table-list table thead, .table-list table tbody {
    border: none !important;
}
.table-list table th {
    font-weight: 400;
    font-size: 18px;
    border-top: none;
    text-align: center;
}
.table-list table td {
    color: #8FA2AF;
}
.table-list table td p {
    margin: 0;
    display: flex;
}
.table-list table td p>span {
    width: 100%;
}
.table-list table tbody tr:first-child td {
    color: #9D9D9D;
}
.table-list table tbody tr>td:first-child, 
.table-list table tbody tr>td:last-child {
    text-align: center;
}
.table-list table th:first-child, .table-list table th:last-child {
    border: none;
}
.table-list table tbody tr:first-child td:nth-child(2) {
    min-width: 204px;
}
.table-list table tbody>tr:not(:first-child) td:nth-child(2) {
    padding-left: 50px;
}
.family-dimension table tbody tr td:last-child {
    text-align: left;
}
.graph {
    margin-top: 70px;
}
.graph h5 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.graph img, .tariff-notes p {
    background: #FFFDFA;
    border: 1px solid #9D9D9D;
}
.tariff-notes p {
    padding: 30px;
}
.question {
    color: #9D9D9D;
    margin-top: 70px;
}
.question .nav-tabs {
    border: none;
    margin-top: 30px;
}
.question .nav-tabs .nav-link {
    color: #9D9D9D;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 50px;
    outline: none;
    border: none;
}
.question .nav-tabs .nav-link:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

#Baixo-tab:before {
    background: #A2BD9F;
}
#Neutro-tab:before {
    background: #F9D668;
}
#Alto-tab:before {
    background: #DE6F48;
}

.question .tab-content {
    margin-top: 30px;
}
.library {
    padding-bottom: 90px;
}
.library-ratting {
    justify-content: flex-end;
    margin-bottom: 100px;
    margin-top: -20px;
}
.pdf-sec {
    padding-bottom: 50px;
}
.pdf-sec.years-tab .nav-tabs {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.years-tab .tab-content a {
    color: #9D9D9D;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.years-tab .tab-content p {
    margin-bottom: 40px;
}
.years-tab .tab-content p img {
    max-width: 50px;
}
.years-tab .tab-content .row .col {
    margin-top: 90px;
}
.recommendations {
    padding: 100px 0;
}
.recommendations p {
    margin: 0;
}
.Equity-Index.evolution {
    padding-top: 100px;
}
.district-region.services .dropdown-toggle {
    background: #8FA2AF;
    color: #fff;
    width: 270px;
    font-size: 18px;
}
.district-region.services .dropdown-toggle::after {
    background: url(../images/dropdown-icon-wht.png) no-repeat right / 20px;
}
.district-region span {
    display: inline-block;
    min-width: 170px;
    font-size: 18px;
}
.district-region>.col:not(:first-child) {
    margin-top: 40px;
}
.library-btn {
    margin-top: 100px;
    margin-bottom: 100px;
}
.library-btn a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
}
.library-btn a img {
    max-height: 50px;
    margin-left: 20px;
}
.essential-water {
    padding: 70px 0;
}
.essential-water a {
    color: #F9D052;
    text-decoration: none;
}
.essential-water .library-btn {
    margin-bottom: 40px;
}
.essential-water .library-btn a {
    color: #fff;
}
.entities.text-center h3 {
    padding-left: 0;
}




/*Responsive css*/
@media (max-width: 1439px){
    .table-list table td {
        font-size: 13px;
    }

    .table-list table th, .table-list table td {
        padding: 10px;
    }
    .table-list table tbody tr:first-child td:nth-child(2) {
        min-width: 174px;
    }
    .table-list table tbody>tr:not(:first-child) td:nth-child(2) {
        padding-left: 40px;
    }
}

@media (max-width: 1199px){
    .text h2, .news h4 {
        font-size: 40px;
    }
    h1 {
        font-size: 50px;
        line-height: 80px;
    }
    .header-padding {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .library {
        padding-bottom: 70px;
    }
    .content a {
        font-size: 18px;
    }
    .agua h3 {
        font-size: 30px;
    }
    .interactive-content p {
        font-size: 20px;
        line-height: 36px;
    }
    .district-region>.col:not(:first-child) {
        margin-top: 30px;
    }
    .district-region span {
        min-width: 140px;
        font-size: 16px;
    }
    .district-region.services .dropdown-toggle {
        width: 210px;
        font-size: 16px;
    }
    .library-btn a {
        font-size: 20px;
    }
    .library-btn a img {
        max-height: 40px;
    }
    .news-content h3 {
        font-size: 24px;
        padding-top: 0;
    }
    .lead {
        font-size: 20px;
        line-height: 36px;
    }
    .management-planning p.lead {
        max-width: 420px;
        margin-bottom: 30px;
    }
    .management-planning {
        min-height: 400px;
    }
    .management-planning a img {
        max-width: 50px;
    }
    .years-tab .nav-tabs .nav-link {
        padding: 15px 30px;
        font-size: 20px;
    }
    .ranking-global .services .row>* {
        margin-bottom: 30px;
    }
    .ranking-global .services {
        padding-bottom: 20px;
    }
    .filter-btn {
        margin-bottom: 50px;
    }
    .slabs-flowers .color-img {
        width: 165px;
        min-width: 165px;
    }
    p.equity-number, .Lajes h4 {
        font-size: 20px;
    }
    .slabs-flowers .number {
        font-size: 24px;
    }
    .switch label {
        margin-left: 0;
    }
    p.text-center.grey-img {
        text-align: left !important;
    }
    .Slabs_of_Flowers .rating {
        margin-top: 50px;
    }
    .ranking-heading h1 a {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 991px){
    header {
        position: inherit;
        height: 60px;
    }
    header .bg-light {
        background: #A2BD9F !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding: 0 25px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        color: #fff;
        box-shadow: none;
    }
    header .navbar-light .navbar-nav .nav-link {
        padding: 0;
        line-height: 40px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-right: 0;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
    .text h2 {
        font-size: 36px;
    }
    .content {
        padding: 10px 5px;
    }
    .content a {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .text {
        padding-top: 15%;
    }
    .buttion a {
        padding: 2px 10px;
        margin-top: 5px;
    }
    .row.Mapa.interactivos {
        margin-top: 40px;
    }
    .Mapa.interactivo h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .Mapa.interactivo h4 {
        font-size: 20px;
    }
    .map-image.text-end {
        margin-top: 0px;
    }
    .Mapa.interactivo p {
        margin-bottom: 30px;
    }
    .district-region span {
        min-width: 120px;
        font-size: 14px;
    }
    .district-region.services .dropdown-toggle {
        width: 190px;
        font-size: 14px;
    }
    .library-btn {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .news-content {
        padding: 0 !important;
    }
    .interactive, .news, .contact, .recommendations {
        padding: 70px 0;
    }
    .news-content {
        margin-top: 40px;
    }
    .management-planning {
        min-height: 320px;
    }
    .entities .mx-auto p {
        padding: 0 50px;
    }
    .Equity-Index.evolution {
        padding-top: 70px;
    }
    .Equity-Index .library-btn {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .Lajes {
        min-width: 270px;
    }
    .equity-index {
        width: 300px;
    }
    .filter-text {
        padding: 70px 0 20px;
    }
    .filter-sec {
        padding: 70px 0 50px;
    }
    .table-list table thead th:not(:first-child) {
        min-width: 170px;
    }
    .family-dimension table thead th:not(:first-child) {
        min-width: 420px;
    }
    .table-list table tbody tr:first-child td:last-child {
        text-align: center !important;
    }
    .family-dimension table tbody tr:first-child td:last-child {
        text-align: left !important;
    }
}

@media (max-width: 767px){
    h1 {
        font-size: 36px;
        line-height: 56px;
    }
    .text {
        padding-top: 30%;
        padding-bottom: 30%;
    }
   .text h2, .news h4 {
        font-size: 36px;
    }
    .lead {
        font-size: 18px;
        line-height: 32px;
    }
    .services .dropdown-toggle {
        padding: 0 20px;
        line-height: 44px;
    }
    .services .dropdown-toggle::after {
        top: 12px;
    }
    .district-region>.col:not(:first-child) {
        margin-top: 20px;
    }
    .library-btn {
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .Legenda a::before {
        margin-right: 10px;
    }
    .Legenda {
        margin-left: 0;
    }
    .entities .mx-auto p {
        padding: 0 20px;
    }
    footer .social-icon.text-end {
        text-align: left !important;
        margin-top: 20px;
    }
    .contact-info p img {
        position: absolute;
        left: 0;
        max-width: 30px;
    }
    .library-btn a {
        font-size: 14px;
    }
    .library-btn a img {
        max-height: 30px;
        margin-left: 10px;
    }
    .library-ratting {
        justify-content: flex-start;
        margin-bottom: 70px;
        margin-top: -20px;
    }
    .rating ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .rating ul li>a {
        font-size: 16px;
        margin: 6px 0;
        display: block;
    }
    .pdf-sec.years-tab .nav-tabs{
        width: 100%;
    }
    .years-tab .nav-tabs {
        flex-direction: column;
        border-radius: 0;
    }
    .switch label {
        cursor: pointer;
        margin-left: 0;
    }
    footer {
        padding-bottom: 20px;
    }
    .slabs-flowers {
        flex-direction: column;
    }
    .slabs-flowers .color-img {
        width: 100%;
        min-width: 100%;
        border: none;
    }
    .slabs-flowers .number {
        padding: 20px 15px;
    }
    .equity-index {
        width: 100%;
    }
    .question .nav-tabs .nav-link {
        margin-right: 20px;
    }
    .Slabs_of_Flowers .rating {
        flex-direction: column;
        justify-content: flex-start;
        text-align: start;
    }
    .Slabs_of_Flowers .rating>* {
        width: 100%;
    }
    .Slabs_of_Flowers .rating ul {
        margin-top: 10px;
    }
    .Equity-Index .progress {
        margin: 40px 0 50px;
    }
    .table-list {
        margin-top: 50px;
    }
    .tariff-notes p {
        padding: 20px;
    }
}