:root {
    --primary-color: var(--cor-gray);
    --primary-color-hover: #6c6868;
    --cor-footer: #525050;
    --cor-paloma: #838281;
    --cor-gray: #6c6868;
    --cor-hover: var(--primary-color-hover);
}

.secao-lideranva-b-lista {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.secao-lideranva-b-lista ul li {
    border: none;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 20px;
    font-family: "Kanit ExtraLight", sans-serif;
}

.secao-lideranva-b-lista ul li:hover {
    color: var(--primary-color-hover);
}

.custom-drop-menu a {
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.custom-drop-menu a:hover {
    color: var(--cor-paloma) !important;
}

.custom-drop-menu, .custom-drop-menu .hover {
    margin-top: -4px;
}

.custom-drop-menu .dropdown-menu {
    width: 200px;
    padding: 11px;
    border-radius: 3px;
}

.open > .dropdown-menu, .custom-drop-menu:hover .dropdown-menu {
    display: inline-grid;
    margin-top: -4px;
}

.disabled {
    pointer-events: none !important;
    opacity: 0.8;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

@media (max-width: 992px) {
    .social-icons-header ul {
        margin-top: -27px !important;
    }
}

@media (max-width: 600px) {
    .social-icons-header ul {
        margin-top: -37px !important;
    }
}


.formulario input, .formulario textarea, .formulario select {
    border-radius: 8px;
    padding: 20px 20px;
    margin: 0;
    background-color: #f2f2f2;
    border: 0;
    height: auto;
}

.formulario select {
    color: #adadad;
}

.is_invalid {
    border: 1px solid red !important;
}

.social-icons-header a:hover {
    filter: brightness(0.4);
}

.ver-tabela-cores {
    text-decoration: none !important;
    color: white !important;
    background: linear-gradient(to right, #364174, #009698, #566b43);
    padding: 10px 19px;
    border-radius: 20px;
    opacity: 0.9;
}

.ver-tabela-cores:hover {
    opacity: 1;
}

.isotope .portfolio-item {
    margin-bottom: 0;
}

.portfolio-item {
    margin-bottom: 50px;
    margin-right: 10px;
}

.portfolio-item-thumbnail {
    position: relative;
}

.corCartela, .portfolio-item, .isotope-item {
    width: 200px;
    height: 200px;
}

.isotope-item {
    margin: 10px;
}

@media (min-width: 1200px) {
    .portfolio-item:hover .portfolio-item-hover {
        margin: 20px;
    }
}

@media (min-width: 1200px) {
    .isotope.col-5 .isotope-item {
        width: 20%;
    }
}


.portfolio-item:hover .portfolio-item-hover {
    opacity: 0.9;
    margin: 10px;
}

.portfolio-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    border: solid 1px white;
    opacity: 0;
    text-align: center;
    color: #b6cd33;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.isotope {
    display: flex;
    padding: 100px
}


.isotope-item .nome, .isotope-item .pantone, .isotope-item .codigo {
    color: white !important;
    font-size: 20px;
    text-decoration: none !important;
}

.isotope-item a:hover {
    color: gray !important;
}


.isotope-item .nome {
    font-size: 15px;
}

.corCartela, .portfolio-item-hover {
    border-radius: 5px;
}

.corCartela {
    border: solid 1px var(--primary-color);
}

.isotope-item h5:has(.pantone) {
    margin-top: 20px;
}


#tabela-cores {
    text-align: center;
    margin-bottom: 50px;
}

#tabela-cores h2 {
    margin-top: 50px;
}

/* Slideshow container */
#sustentabilidade .slideshow-container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

#sustentabilidade .slider-sustentabilidade {
    margin: 50px 0;
}

#sustentabilidade {
    margin: 0 100px;
}

@media (max-width: 700px) {
    #sustentabilidade {
        margin: 0 !important;
    }
}

#sustentabilidade .malha {
    background: url("../i/img-capa-05.jpeg");
}

#sustentabilidade .cachoeira {
    background: url("../sustentabilidade/cachoeira02.png");
}

#sustentabilidade .rio {
    background: url("../sustentabilidade/rio-paraguai.jpg");
}

#sustentabilidade .mata {
    background: url("../sustentabilidade/serra_da_bodoquena.jpeg");
}

/* Slides */
#sustentabilidade .mySlides {
    padding: 80px;
    text-align: center;
    min-height: 250px;
}

/* Next & previous buttons */
#sustentabilidade .prev, #sustentabilidade .next {
    cursor: pointer;
    position: absolute;
    top: 37%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--primary-color);
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-weight: bolder;
    font-size: 25px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none !important;
}

/* Position the "next button" to the right */
#sustentabilidade .next {
    right: 18px;
}

/* Position the "next button" to the right */
#sustentabilidade .prev {
    left: 0;
}

/* On hover, add a black background color with a little bit see-through */
#sustentabilidade .prev:hover, .next:hover {
    text-shadow: -1px 0 var(--primary-color), 0 1px var(--primary-color), 1px 0 var(--primary-color), 0 -1px var(--primary-color);
    color: white;
}

/* The dot/bullet/indicator container */
#sustentabilidade .dot-container {
    text-align: center;
    padding: 20px;
    margin-top: -50px;
    margin-bottom: 100px;
    background: transparent;
}

/* The dots/bullets/indicators */
#sustentabilidade .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(169, 43, 59, 0.3);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid white;
}

/* Add a background color to the active dot/circle */
#sustentabilidade .active {
    background-color: var(--primary-color);
}

#sustentabilidade .dot:hover {
    background-color: var(--cor-footer) !important;
}

/* Add an italic font style to all quotes */
#sustentabilidade p {
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    border: solid var(--primary-color);
    border-width: 1px 1px 1px 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    text-align: center;
}

/* Add a blue color to the author */
#sustentabilidade .author {
    color: cornflowerblue;
}

#sustentabilidade .introducao {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 150px;
}

#sustentabilidade .introducao h5 {
    font-size: 30px;
    font-weight: bold;
}

@media (min-width: 1301px) {
    #sustentabilidade {
        margin-top: 100px;
    }
}

.faixa {
    pointer-events: none !important;
}

.faixa, .logotipo, .ponto{
    filter: grayscale(100);
}

.timeline .datas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.timeline .datas .data{
    margin-left:auto!important;
    margin-right:auto!important;
    min-width: 90px;
    padding-left:10px;
    padding-right: 10px;
}

.lista-custom-1 ol.gradient-list > li::before, .lista-custom-1 ol.gradient-list > li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

/*** STYLE ***/
.lista-custom-1 *,
.lista-custom-1 *:before,
.lista-custom-1 *:after {
    box-sizing: border-box;
}

main.lista-custom-1 {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 40rem;
    padding: 1rem;
}

.lista-custom-1 ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}
.lista-custom-1 ol.gradient-list > li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}
.lista-custom-1 ol.gradient-list > li::before, .lista-custom-1 ol.gradient-list > li::after {
    background: linear-gradient(135deg, #cecbcb 0%, #50504e 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}
.lista-custom-1 ol.gradient-list > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 "Montserrat";
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+1):before {
    background: linear-gradient(135deg, rgba(232, 232, 232, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+2):before {
    background: linear-gradient(135deg, rgba(231, 231, 231, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+3):before {
    background: linear-gradient(135deg, rgba(236, 236, 236, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+4):before {
    background: linear-gradient(135deg, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+5):before {
    background: linear-gradient(135deg, #f1f1f1 0%, #a9a9a9 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+6):before {
    background: linear-gradient(135deg, rgba(232, 232, 232, 0.8) 0%, rgba(201, 201, 200, 0.8) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+7):before {
    background: linear-gradient(135deg, rgba(116, 117, 116, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+8):before {
    background: linear-gradient(135deg, rgba(236, 236, 236, 0.4) 0%, rgba(150, 150, 150, 0.4) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+9):before {
    background: linear-gradient(135deg, rgba(234, 234, 234, 0.2) 0%, rgba(107, 106, 106, 0.2) 100%);
}
.lista-custom-1 ol.gradient-list > li:nth-child(10n+10):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}
.lista-custom-1 ol.gradient-list > li + li {
    margin-top: 2rem;
}