﻿/*----------------------------
    Contact
----------------------------*/
.contact-info .boxes-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    overflow: hidden;
    border-radius: 10px;
}

    .contact-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .contact-box {
        background-color: #0e2346;
    }

    .contact-info .boxes-wrapper > [class*=col-]:nth-of-type(2) .contact-box {
        background-color: #3851a2;
    }

    .contact-info .boxes-wrapper > [class*=col-]:nth-of-type(3) .contact-box {
        background-color: #2d4990;
    }

.contact-info .contact-box {
    position: relative;
    padding: 30px 45px;
    height: 100%;
}

    .contact-info .contact-box .contact__title {
        font-size: 19px;
    }

    .contact-info .contact-box .contact__icon {
        font-size: 50px;
        flex: 0 0 80px;
        max-width: 80px;
    }

    .contact-info .contact-box .contact__title,
    .contact-info .contact-box .contact__icon,
    .contact-info .contact-box .time__list li,
    .contact-info .contact-box .contact__desc {
        color: #ffffff;
        font-family: 'RobotoThin';
        line-height: normal;
        margin: 0px 0px 5px;
    }

    .contact-info .contact-box .phone__number {
        font-size: 23px;
        margin-top: 5px;
        font-weight: 600;
        color: #ffffff !important;
    }

        .contact-info .contact-box .phone__number .icon-phone {
            font-size: 17px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            text-align: center;
            margin-right: 10px;
            background-color: #1ebaae;
        }

    .contact-info .contact-box .btn__white.btn__outlined {
        height: 42px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 20px;
        padding: 10px 20px;
        color: #fff;
        font-family: 'RobotoThin';
        background-color: transparent;
        transition: all 0.3s ease-in-out;
    }

        .contact-info .contact-box .btn__white.btn__outlined:hover {
            background-color: #fff;
            color: #3851a2;
            border-color: #3851a2;
        }

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.contact-panel__title {
    font-size: 24px;
}

.contact-panel__desc {
    font-size: 15px;
    line-height: 25px;
}

textarea.form-control {
    min-height: 120px;
    padding-top: 16px;
}

.contact-layout1 .contact-panel__info,
.contact-layout2 .contact-panel__info {
    position: relative;
    padding: 55px 60px;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 38%;
    max-width: 38%;
}

    .contact-layout1 .contact-panel__info:after,
    .contact-layout2 .contact-panel__info:after {
        content: "";
        position: absolute;
        top: 55px;
        bottom: 55px;
        left: 0;
        width: 3px;
        background-color: #213360;
    }

    .contact-layout1 .contact-panel__info .contact__list li,
    .contact-layout2 .contact-panel__info .contact__list li {
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .contact-layout1 .contact-panel__info .contact__list li a,
        .contact-layout2 .contact-panel__info .contact__list li a {
            color: #ffffff;
        }

        .contact-layout1 .contact-panel__info .contact__list li i,
        .contact-layout2 .contact-panel__info .contact__list li i {
            margin-right: 8px;
        }

    .contact-layout1 .contact-panel__info .contact-panel__title,
    .contact-layout2 .contact-panel__info .contact-panel__title {
        font-size: 30px;
    }

.contact-layout1 .contact-panel__form,
.contact-layout2 .contact-panel__form {
    flex: 0 0 62%;
    max-width: 62%;
}

.contact-layout3 .text__block {
    margin-top: 50px;
    padding-top: 45px;
    border-top: 2px solid rgba(231, 235, 239, 0.3);
}

    .contact-layout3 .text__block .text__block-desc {
        font-size: 17px;
    }

.contact-layout4 {
    padding: 50px;
    overflow: hidden;
    border-radius: 20px;
}

.contact-layout5 .list-items-light.list-items-layout2 li:before {
    color: #213360;
    border-color: #ffffff;
    background-color: #ffffff;
}

@media (min-width: 1300px) {
    .contact-layout5 {
        margin-right: 50px;
        margin-left: 50px;
        overflow: hidden;
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
    .contact-layout1 .contact-panel__form,
    .contact-layout2 .contact-panel__form {
        padding-right: 70px;
    }

    .contact-layout3 .contact-panel {
        margin-right: 30px;
    }

    .contact-layout5 .contact-panel {
        margin-left: 30px;
    }
}
/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
    .contact-info .contact-box {
        padding: 25px;
    }

    .contact-panel {
        padding: 20px;
    }

        .contact-panel .contact-panel__desc {
            font-size: 13px;
            line-height: 23px;
        }

    .contact-layout1 .contact-panel__info,
    .contact-layout2 .contact-panel__info {
        padding: 20px;
        margin-top: 30px;
    }

        .contact-layout1 .contact-panel__info:after,
        .contact-layout2 .contact-panel__info:after {
            top: 20px;
            bottom: 20px;
        }

    .contact-layout1 .contact-panel__info,
    .contact-layout1 .contact-panel__form,
    .contact-layout2 .contact-panel__info,
    .contact-layout2 .contact-panel__form {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
    .contact-info .boxes-wrapper {
        margin-top: -20px;
    }

        .contact-info .boxes-wrapper .contact-box {
            padding: 15px;
        }

            .contact-info .boxes-wrapper .contact-box .contact__icon {
                font-size: 40px;
                flex: 0 0 50px;
                max-width: 50px;
            }

            .contact-info .boxes-wrapper .contact-box .contact__title {
                font-size: 16px;
                margin-bottom: 10px;
            }

    .contact-layout4 {
        padding: 20px;
    }
}

/**----------------------------------------
    START: Sponsor CSS
----------------------------------------*/
.sponsor-section {
    background: #cf9c30;
}

.sponsor-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--bz-color-heading-primary);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

    .sponsor-text-wrap span {
        width: 100%;
        height: 100%;
        border-bottom: 1px solid var(--bz-color-border-1);
    }

@media only screen and (max-width: 767px) {
    .sponsor-text-wrap span {
        border: none;
        width: auto;
        height: auto;
    }
}

.sponsor-text-wrap .sponsor-text {
    display: inline-block;
    height: auto;
    border-bottom: none;
    text-align: center;
    white-space: nowrap;
    padding: 0 25px;
}

@media only screen and (max-width: 767px) {
    .sponsor-text-wrap .sponsor-text {
        white-space: inherit;
    }
}
/*******************************************************
                ADICIONAL
*******************************************************/
.portada-principal .carousel {
    position: relative;
}

.portada-principal #progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #cf9c30;
    width: 0;
    z-index: 9999;
}

.portada-principal .carousel-item img {
    width: 100%;
    transform: scale(1);
}

.portada-principal .carousel-item {
    transition: opacity 1.5s ease-in-out;
}


.portada-principal .carousel-indicators {
    all: unset !important; 
    position: absolute !important;
    top: 50% !important;
    right: 10px !important; 
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important; 
    z-index: 999 !important; 
}


    .portada-principal .carousel-indicators [data-bs-target] {
        all: unset !important; 
        width: 14px !important;
        height: 14px !important;
        background-color: #fff !important; 
        border-radius: 50% !important;
        opacity: 0.5 !important;
        border: 1px solid #eeeeee !important; 
        cursor: pointer !important;
    }

    .portada-principal .carousel-indicators .active {
        opacity: 1 !important;
        background-color: rgb(238 238 238 / 54%) !important;
    }

.text-justify {
    text-align: justify;
}


.description {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
}

.portada-principal .carousel-control-prev,
.portada-principal .carousel-control-next {
    display: none;
}


.portada-principal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgb(14 35 70 / 36%), rgba(0, 0, 0, 0.1));
    z-index: 1;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    pointer-events: none;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .portada-principal .overlay {
        width: 100%;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        background: linear-gradient(to bottom, rgb(14 35 70 / 36%), rgba(0, 0, 0, 0.1));
    }
}


.portada-principal .carousel-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
    width: 45%;
}

 
    .portada-principal .carousel-caption h5 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        font-family: 'RobotoLight';
    }

    .portada-principal .carousel-caption p {
        font-size: 1.2rem;
        color: #fff;
        font-family: 'RobotoLight';
        line-height: normal;
        font-weight: 400;
    }

@media (max-width: 768px) {
    .portada-principal .carousel-caption {
        top: 0px; 
        left: 50%;
        transform: translate(-50%, 0); 
        text-align: center; 
        width: 90%; 
    }

        .portada-principal .carousel-caption h5 {
            font-size: 1rem;
        }

        .portada-principal .carousel-caption p {
            font-size: 0.8rem;
        }
}


@keyframes fadeScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotateFade {
    0% {
        opacity: 0;
        transform: rotate(-10deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

@keyframes zoomFade {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.portada-principal .carousel-caption-icons {
    position: absolute;
    top: calc(50% + 100px); 
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
    width: auto;
    font-family: 'RobotoThin';
}

    .portada-principal .carousel-caption-icons p {
        font-family: 'RobotoThin';
    }



.portada-principal .icon-box {
    width: 70px;
    height: 70px;
    background: #eee;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0e2346;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
}

    .portada-principal .icon-box:hover {
        transform: scale(1.2);
        box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4); 
        transition: transform 0.3s ease, box-shadow 0.3s ease; 
    }

.justify-items-center {
    justify-items: center;
}

@media (max-width: 768px) {
    .portada-principal .carousel-caption-icons p {
        font-size: 12px;
    }

    .portada-principal.carousel-caption-icons {
        position: absolute;
        top: calc(40% + 100px);
        left: auto;
        justify-content: center !important;
        display: flex !important;
        width: 100% !important;
    }

    .portada-principal .icon-box {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
}
.img-enlaces-interes {
    width: 150px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.event-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.event-date {
    background-color: #cf9c30;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 70px;
}

    .event-date span {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

.event-details {
    flex-grow: 1;
    margin-left: 15px;
}

.event-title {
    font-weight: bold;
    font-size: 18px;
    color: #2c3e50;
}

.event-info {
    font-size: 14px;
    color: #7f8c8d;
}

    .event-info i {
        color: #cf9c30;
        margin-right: 5px;
    }


.recent-post .media-img img {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cargo-funcionario{
    height: 40px;
    line-height: 1.3;
    margin-top: -0.22em;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}