.bg-light-gray{
    background-color: #EEEEEE;
}

.bg-dark-blue {
    background-color: #1C355E;
}

.light-blue-text {
    color: #00ABC8;
}

.white-text {
    color: #FFFFFF;

    h5 {
        color: white;
    }
}

.text-center h1 {
    text-align: center;
}

.rounded-custom {
    border-radius: 10px;
}

.arrow {
    font-size: 1.25rem;
    color: #1C355E;
}

.rotate-arrow-open {
    -webkit-animation: rotate-arrow-open 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-arrow-open 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes rotate-arrow-open {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes rotate-arrow-open {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.rotate-arrow-close {
    -webkit-animation: rotate-arrow-close 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-arrow-close 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes rotate-arrow-close {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes rotate-arrow-close {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.subtitle-text {
    align-self: stretch;

    p {
        margin: 0px;
        color: #1B365D;
        font-size: 20px;
        font-weight: 400;
        line-height: 19px;
        word-wrap: normal;
    }
}

.title-img {
    display: flex;
    width: 442px;
    align-self: stretch;
    object-fit: cover;
    border-radius: 10px;
}

.menu-sostenibilidad {
    background-color: white;

    max-width: 100%;
}

.menu-title {
    background-color: #F0F3F7;
    cursor: pointer;

    a, h5 {
        color: #1B365D;
    }
}

.menu-title:nth-child(n+2) {
    font-size: 16px;
    font-weight: 400;
}

.detail-sus p {
    color: #FFFFFF;
    margin-bottom: 0 !important;
}

.collapse-a.selected {
    background-color: #1B365D;
}

.collapse-a.selected a,
.collapse-a.selected h5,
.collapse-a.selected i {
    color: white;
}


.title-hr,.title-hr-white {
    border-top: 2px solid #204071;
    width: 8%;
}

.title-hr-white {
    border-top: 2px solid #FFFFFF;
}

.plane-container {
    position: relative;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 30%;
}

.plane-text h1 {
    font-size: 3rem !important;
    color: #00ABC8;
}

.carousel-item h4, .carousel-item p {
    color: #FFFFFF;
}

.carousel-item h4 {
    align-items: center;
    display: grid;
    margin-top: 15px;
}

.carousel-item p {
    margin-top: 15px;
    text-align: justify;
}

.carousel-item .col-12.col-lg-4 {
    align-content: space-around;
    display: grid;
    margin-bottom: 2rem;
}

.carousel-indicators {
    position: initial;
    margin-right: 4px;
    margin-left: 4px;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: 0.5;
}

.carousel-indicators .active {
    background-color: #FFFFFF;
}

.title-box-2 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    border: 3px solid #FFFFFF;
    margin: 40px auto 20px auto;
    max-width: fit-content;
    padding: 0 15px;
}

.title-box-3 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
}

.bottom-col {
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
}

.bottom-col img{
    height: 150px;
    margin: 20px auto;
}

.bottom-col p {
    color: #ffffff;
    font-weight: 800;
    text-align: justify;
}

.title-sus{
    font-size: 18px;
    font-weight:800;
}


.text-sus{
    color:#ffffff
}

.slide-mobile-title {
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
}

.box-3 {
    background-color: #234a75e6;
}

.encode-sans-bold {
    font-family: 'Encode Sans', sans-serif;

    h4 {
        font-weight: 700;
    }
}

.encode-sans-title h1
{
    font-family: 'Encode Sans', sans-serif;
    font-variation-settings: 'wdth' 87.5;
    font-size: 48px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0px;

    strong:not(.text-white) {
        color: #00ABC8;
    }
}

.categoria-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    overflow-wrap: normal;
    text-wrap-mode: nowrap;
    scroll-behavior: smooth;
    gap: 12px;
}

.categoria-item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    height: 44px;
    border: 1px #00AEC7 solid;
    border-radius: 18px;
    padding: 12px;
    gap: 10px;
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
    color: white;
    background-color: #00AEC7;
}

.categoria-item.collapsed {
    color: #00AEC7;
    background-color: white;
}

.categoria-item.collapsed:hover {
    color: white;
    background-color: #00AEC7;
    transition: 150ms ease-in;
}

/* Scroll vertical biodiversidad */

.biodiversidad-container {
    overflow-y: auto;
    scroll-behavior: smooth;
    direction: rtl;
}

.biodiversidad-container::-webkit-scrollbar {
    width: 12px;
}

.biodiversidad-container::-webkit-scrollbar-track {
    background-color: #F0F3F7;
    border-radius: 8px;
}

.biodiversidad-container::-webkit-scrollbar-thumb {
    background-color: #1B365D;
    border-radius: 8px;
}

.biodiversidad-container .inner {
    direction: ltr;
}

.biodiversidad-item {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    cursor: pointer;
    color: #1B365D;
    background: #f1f1f1;
    text-align: start !important;
    font-size: 16px;
    line-height: 20px;
}

.biodiversidad-item.selected {
    color: white;
    background-color: #1B365D;
    transition: 50ms ease-in;
}

.biodiversidad-item:hover {
    color: white;
    background-color: #1B365D;
    transition: 200ms ease;
}

.scroll-btn {
    position: relative;
    background-color: white;
    color: #1B365D;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    color: #1B365D;
}

.scroll-btn:hover {
    color: #00ABC8;
}

.scroll-btn.top {
    top: -10px;
    transform: translateX(-50%);
    margin-left: 0.4rem;
}

.scroll-btn.bottom {
    bottom: -10px;
    transform: translateX(-50%);
    margin-left: 0.4rem;
}


/* Fin Scroll vertical biodiversidad */

/* Scroll horizontal biodiversidad mobile */

.biodiversidad-mobile-container {
    display: flex;
    flex-direction: row;
    max-height: 10vh;
    overflow-x: auto;
    overflow-wrap: normal;
    text-wrap-mode: nowrap;
    scroll-behavior: smooth;
    z-index: 100;
}

.biodiversidad-mobile-container::-webkit-scrollbar {
    height: 15px;
}

.biodiversidad-mobile-container::-webkit-scrollbar-track {
    background-color: #F0F3F7;
    border-radius: 8px;
}

.biodiversidad-mobile-container::-webkit-scrollbar-thumb {
    background-color: #1B365D;
    border-radius: 8px;
}

.scroll-btn.mobile {
    font-size: 9px;
    padding: 5px;
}

.scroll-btn.left {
    left: 0px;
    transform: translateX(-50%) translateY(250%);
}

.scroll-btn.right {
    right: 0px;
    transform: translateX(50%) translateY(250%);
}

.biodiversidad-mobile-item {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #F0F3F7;
    border-radius: 10px;
    align-self: center;
    display: inline-flex;
    color: #1B365D;
    font-size: 16px;
    font-weight: 700;
}

.biodiversidad-mobile-item.selected {
    color: white;
    background-color: #1B365D;
    transition: 150ms ease-in;
}


/* Fin Scroll horizontal biodiversidad mobile */

.biodiversidad-item.collapsing,
.biodiversidad-mobile-item.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

[class^='animal-container'] {
    display: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: 2px solid #E0E0E0;
    border-radius: 16px;
}

[class^='animal-container'].selected {
    display: block;
}

.animal-name {
    color: #1B365D;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}

.animal-name span {
    color: #A62733;
}

.animal-img {
    width: 345px;
    height: 203px;
    border-radius: 10px;
    align-self: stretch;
    object-fit: cover;
}

.animal-description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    word-wrap: break-word;
}

.animal-hr {
    border-top: 1px solid #E0E0E0;
    width: 80%;
}

.banner-main-threats {
    padding-left: 18px;
    padding-right: 18px;
    background: #1B365D;
    border-radius: 10px;
    border: 1px white solid;
    flex-direction: column;
    gap: 10px;
    display: inline-flex;

    .row {
        padding-top: 16px;
        padding-bottom: 16px;
        justify-content: left;
        align-items: center;
        display: inline-flex;
    }
}

.animal-main-threats {
    display: flex;
    flex-direction: column;
    justify-items: start;
    text-align: left;
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    strong {
        text-align: left;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
    }
}

.animal-main-threats.mobile {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    word-wrap: break-word;

    strong {
        text-align: center;
    }
}

.desempeno-container {

    * {
        color: white;
    }
}

ul {
    padding-left: 0px;
}

img.logo-js {
    width: 200px;
}

footer {
    margin-top: 0px !important;
}

@media screen and (max-width: 992px) {
    .encode-sans-title h1{
        font-size: 32px;
        letter-spacing: 0.64px;
        line-height: auto;
    }
    
    .subtitle-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        word-wrap: normal;
    }

    .menu-text {
        border: 1px #E0E0E0 solid;
        border-radius: 16px;
        padding: 24px;

        * {
            color: #1B365D;
        }

        p {
            margin: 0px;
        }
    }

    [class^='animal-container'] {
        border: none;
        border-radius: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 992px) {
    .border-right-lg {
        border-right: 1px solid #dee2e6!important;
    }

    .detail-img {
        height: 94px;
        width: auto;
    }

    .carousel-item .col-12.col-lg-4 {
        margin-bottom: 0rem;
    }

    .menu-text {
        border: 1px #E0E0E0 solid;
        border-radius: 16px;
        padding: 24px;

        * {
            color: #1B365D;
        }
    }
    
    .menu-title:hover {
        background-color: #1B365D;

        h5 {
            color: white !important;
        }
    }

    .menu-title:nth-child(n+2) {
        display: inline-flex;
        justify-self: start;
        transform: scale(0.9) translateX(-5.5%);
    }
}

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

    .title-box-2 {
        font-size: 2em;
    }

    .title-box-3 {
        font-size: 2em;
    }

}

@media screen and (min-width: 1200px) {
    .detail-sus p {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 1304px) {
    .categoria-container {
        justify-content: left;
    }
}