.text-azul{
    color: #215aa8;
}

.btn-yellow{
    background-color: #fed925;
    border-radius: 0.5rem;
    color: #215aa8;
    border: none;
    cursor: pointer;
    padding: 0.4rem 1.6rem;
    font-weight: 600;
}

.btn-blue-outline{
    background-color: transparent;
    border-radius: 0.5rem;
    color: #215aa8;
    border: 1px solid #215aa8;
    padding: 0.4rem 1.2rem;
    font-weight: 600;

}

.carousel-control-prev{
    justify-content: left;
}

.carousel-control-next{
    justify-content: right;
}

.carousel-inner{
    padding: 0px 2rem;
}

.anuncio-header{
    width: 100%;
    background-color: #fed925;
    color: black;
    padding: 0.3rem 0;
}

.main-header-area{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.text-3{
    font-size: 2.3rem;
    line-height: normal;
}

.nav-link-custom{
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 25px;
    padding: 15px 0;
}

.pt-136{
    padding-top: 180px;
}

.main-title{
    
    line-height: normal;
}

.slider-area{
    background: #f4f4f4;
}

.slider__img__box .slide-shape.img-two{
    bottom: 90px !important;
}

.main-banner-ucc{
    background: url('/assets/img/slider/bgmainbanner.png');
    background-position: center;
    background-size: cover;
    display: grid;
    grid-template-areas: "imagen titulo"
                        "imagen parrafo";
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;

}

.second-banner-ucc{
    display: grid;
    grid-template-areas: "imagen titulo"
                        "imagen parrafo";
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;
}

.main-banner-ucc_1{
    grid-area: imagen;
}
.main-banner-ucc_2{
    grid-area: titulo;
    display: flex;
    align-items: end;
}
.second-banner-ucc_2{
    grid-area: titulo;
}
.main-banner-ucc_3{
    grid-area: parrafo;
}

.btnnavcarousel{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.text-header{
    font-size: 0.7rem;
    font-weight: 600;
}

.carousel-indicators [data-bs-target]{
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 100%;
    background-color: #808080 !important;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #fed925 !important;
}

@media (max-width: 992px) {
    .main-banner-ucc{
        grid-template-areas: "titulo"
                            "imagen"
                            "parrafo";
        grid-template-columns: 1fr;

    }
    .second-banner-ucc{
        grid-template-areas: "titulo"
                            "imagen"
                            "parrafo";
        grid-template-columns: 1fr;

    }
    .carousel-control-prev{
        display: none;
        justify-content: center;
        bottom: 1.5rem;
        left: 30%;
    }

    .carousel-control-next{
        display: none;
        justify-content: center;
        bottom: 1.5rem;
        right: 30%;
    }

    .logo_topbar{
    max-width: 60% !important;
}
}

@media (max-width: 768px) {
    .text-3{
        font-size: 1.4rem;
    }
    
}

@media (576px <= width <= 992px) {
    .img-one{
        width: 60% !important;
    }
}