/*Header Ceibas*/
.master-navbar-ceibas {
    height: 5.2rem;
    display: flex;
    margin-bottom: 0 !important;
    align-items: start;
    padding-left: 0 !important;
    margin-top: 0;
}

.master-navbar-ceibas li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 30rem;
    height: 100%;
    justify-content: center;
}

.master-navbar-ceibas li a {
    text-decoration: none;
    color: black;
    text-align: center;
    height: 100%;
    padding: 0 5rem 0 5rem;
    display: flex;
    align-items: center;
}

/** eventos **/
.master-navbar-ceibas li:hover,
.master-navbar-ceibas li.selected {
    border-bottom: 3px solid #108F40;
    background-color: #e0e0e0;
}

p, h1, h2, h3, h4, h5, h6, strong, li, span, a {
    font-family: "Poppins Regular";
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('../cdn/assets/fonts/Poppins/Poppins-Regular.ttf');
}

.font-poppins * {
    font-family: 'Poppins Regular';
    color: #343A40;
}

.section-background-color {
    background-color: #e6effd;
    height: 100%;
}

.btn-icon {
    background-color: #004884;
    border-radius: 50%;
    color: #ffffff;
    border: 3px solid #004884;
    cursor: pointer;
    height: 80px;
    width: 80px;

    & p {
        font-size: 2rem;
        color: #ffffff !important;
        margin: 0;
    }
}

.container-image {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;

    & img {
        border-radius: 50%;
        border: 10px solid #ffff
    }

    & .circle_one {
        z-index: 2;
        position: relative;
        left: 5%;

        & img {
            width: 350px;
            height: 350px;
        }
    }

    & .circle_two {
        position: absolute;
        left: 70%;
        top: 25%;
        z-index: 3;

        & img {
            width: 150px;
            height: 150px;
        }
    }

    & .circle_three {
        position: absolute;
        left: 15%;
        top: 10%;

        & img {
            width: 130px;
            height: 130px;
        }
    }
}

.card_info {
    position: relative;
    box-shadow: 5px 5px 5px 5px #cdcdcd;
    padding: 3rem;
    border-radius: 0.5rem;
    left: -60px;
}

.container-info-ceibas {
    height: 33rem;
}

.button_position_card {
    position: absolute;
    top: 80%;
    left: 10%;
}

.btn-close-modal {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 3rem;
    z-index: 2;
}

.card_map_ceibas {
    position: relative;
    box-shadow: 5px 5px 5px 5px #cdcdcd;
    padding: 1rem;
    border-radius: 0.5rem;
    width: 25rem;
    background-color: #fbfbdc;
    justify-self: right;

    & .container_img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;

        & img {
            width: 100%;
            height: 150px;
            object-fit: contain;
            position: relative;
            top: 0;
            left: 0;
        }
    }
}

.card_map_ceibas:hover {
    background-color: aliceblue;
}


.card-design-news:hover {
    background-color: #4d8d9d75;
}

.buttons-icons-line {
    gap: 10px;

    & span {
        color: #FFFFFF;

        & p {
            color: #FFFFFF !important;
            margin-bottom: 0;
        }
    }

    & .vr {
        border-left: 2px solid white;
        height: 100%
    }
}

.buttons-icons-line:hover {
    background-color: #004884;
}

.btn1 {
    background-color: #343A40;
}

.btn2 {
    background-color: #4d733e;
}

.btn3 {
    background-color: #1D9BF0;
}

.style-relative-video {
    position: relative;
    overflow: hidden;
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
}

.style-relative-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.style-relative-video iframe > video {
    height: 100%;
}

.style-absolute-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-video {
    display: flex;
    position: absolute;
    top: 5%;
    z-index: 9;
    flex-direction: column;
}

.height-video {
    height: 100%
}


.btn-video-pause {
    color: #FFFFFF;
    font-size: 3rem;
    background: rgba(16, 143, 64, 0.73);
    border-radius: 50%;
}

.btn-video-pause:hover, .btn-video-play:hover {
    background: rgb(112, 147, 193);
}

.btn-video-play {
    color: #FFFFFF;
    font-size: 3rem;
    background: rgba(255, 0, 0, 0.73);
    border-radius: 50%;
}

.row-chart-parent {


    & .col-parent {
        border-right: 2px solid #4a6357;
        display: flex;
        justify-content: center;

    }
}

.row-chart-parent .col-parent:last-child {
    border-right: none;
}

.row-chart-child .col {
    display: flex;
    justify-content: center;
}

.doughnut-chart {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doughnut-chart__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.doughnut-chart__inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
}

.doughnut-chart__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
}

.btn-chart__1 {
    background-color: #bb181b;
    width: 100%;

    & .circle-chart__circle p {
        color: #bb181b !important;
        margin-bottom: 0;
        font-size: 1.5rem;
    }
}

.btn-chart__2 {
    background-color: #f59f32;
    width: 100%;

    & .circle-chart__circle p {
        color: #f59f32 !important;
        margin-bottom: 0;
        font-size: 1.5rem;
    }
}

.btn-chart__3 {
    background-color: #f9e523;
    width: 100%;

    & .circle-chart__circle p {
        color: #000000 !important;
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    & .text-content__circle p {
        color: #000000 !important;
    }
}

.btn-chart__1 > span p,
.btn-chart__2 > span p,
.btn-chart__3 > span p {
    font-weight: bold;
    font-size: 1.2rem;
}

.circle-chart__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50% 0 50% 50%;
    background-color: #ffffff;
}


.buttons-chart-line {
    gap: 10px;


}

.text-content__circle p {
    color: #FFFFFF !important;
    margin-bottom: 0;
}

.vr {
    border-left: 2px solid white;
    height: 100%
}

/* Estilos tabs */
.tabs-ceibas__vertical,
.tabs-ceibas__vertical_100 {
    display: flex
}
.tabs-ceibas__vertical .tab-content .tab-pane p{
    font-size: 1rem !important;
}

.tabs-ceibas__vertical_100 .nav {
    height: 100%;
    width: 200px;
}

.tabs-ceibas__vertical .nav,
.tabs-ceibas__vertical_100 .nav {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ccc;
}

.tabs-ceibas__vertical .nav-tabs .nav-item > .nav-link,
.tabs-ceibas__vertical_100 .nav-tabs .nav-item > .nav-link {
    width: 100%;
    height: 100%;
    box-shadow: 1px 0 4px rgb(0 0 0 / 20%);
    background-color: #FFFFFF !important;
    color: #108F40 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0;
}

.tabs-ceibas__vertical .nav-tabs .nav-item > .nav-link.active,
.tabs-ceibas__vertical_100 .nav-tabs .nav-item > .nav-link.active {
    background-color: #108e3f !important;
    color: #ffffff !important;
    border: none;

}

.tabs-ceibas__vertical .nav-tabs .nav-item > .nav-link.active::after {
    content: '';
    position: relative;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #108e3f;
    z-index: 2;
}

.tabs-ceibas__vertical .nav-tabs .nav-item a, .tabs-govco .nav-tabs .nav-item a:focus, .tabs-govco .nav-tabs .nav-item a:hover,
.tabs-ceibas__vertical_100 .nav-tabs .nav-item a, .tabs-govco .nav-tabs .nav-item a:focus, .tabs-govco .nav-tabs .nav-item a:hover {
    font-size: 15px;
    font-weight: bold;
    color: #108e3f !important;
    text-transform: none !important;
    margin-left: 0;
    border-radius: 0;
    background-color: #E5EEFB !important;
    border: none;
}


.tabs-ceibas__vertical .tab-content,
.tabs-ceibas__vertical_100 .tab-content {
    width: 100%;
    border-radius: 0 0 10px 0;
}

.tabs-ceibas__vertical_100 .tab-content .tab-pane {
    padding-left: 2rem;
    padding-right: 2rem;
}

.card-design-tabs {
    background-color: #108e3f;
    color: white !important;
    border-radius: 10px 10px 0 0;
}

.card-design-tabs .card-body {
    padding: 1rem;
}

.card-design-tabs .card-body p {
    font-size: 1.25rem;
    font-weight: bold;
    color: white !important;
    margin-bottom: 0;
}