:root{
    --rojo-guinda: #8e2c2d;
    --gris-claro: #3c3c3b;
    --rojo-guinda-oscuro: #3d1a1b;
    --dorado: #b98d68;
    --gris-tierra: #d6cfc4;
    --cafe: #6f4e37;
    --gris-claro: rgb(224, 223, 223);
}





/* ***** Componente Slider Nacional ***** */
.carousel {
    position: relative;
}
.carousel-item {
    position: relative;
}
.cs-inner{
    height: 100% !important;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--rojo-guinda);
}
#carouselNacional{
    background-image: url(../img/recursos_componentes/ILUSTRACION.png);
    width: 100%;
    height: 86vh;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#carouselEstatal{
    background-image: url(../img/recursos_componentes/ILUSTRACION-RED.png);
    width: 100%;
    height: 86vh;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#carouselAguila_w{
    background-image: url(../img/recursos_componentes/aguila-comunicacion.jpeg);
    width: 100%;
    height: 86vh;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#carouselAguila_red{
    background-image: url(../img/recursos_componentes/Textura-aguila-rojo.png);
    width: 100%;
    height: 86vh;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.containerLeftSlide{
    position: relative;
    width: 50%;
    height: 100%;
}
@keyframes slideIzq {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.container-logo-slide, 
.container-titulo-slide, 
.container-text-slide, 
.container-btn-slide {
    animation: slideIzq 1s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
.container-logo-slide, 
.container-titulo-slide, 
.container-text-slide, 
.container-btn-slide {
    width: 100%;
    padding-left: 15vh;
    transform: translateX(-100%); /* Posicionar fuera del contenedor */
}
.container-titulo-slide, 
.container-text-slide, 
.container-btn-slide {
    padding-top: 4vh;
}
.logo-morena, .logo-morena-estatal{
    width: 45%;
    padding-top: 19vh;
    animation-delay: 0.4s;
}
.titulo-slide, 
.text-slide, 
.titulo-slide2, 
.text-slide2 {
    color: var(--rojo-guinda) !important;
    animation-delay: 0.6s;
}
.titulo-slide {
    left: 0;
}
.titulo-slide-estatal, 
.titulo-slide2-estatal {
    color: white;
    left: 0;
    font-weight: 700;
    font-size: 35px;
    animation-delay: 0.6s;
}
.titulo-slide, 
.titulo-slide2{
    font-weight: 700;
    font-size: 35px;
}
.text-slide,
.text-slide2, 
.text-slide-estatal, 
.text-slide2-estatal {
    font-size: 1.3rem !important;
    color: white;
}
.btn-slide{
    width: 30%;
    /* background-color: black; */
    padding: 13px;
    /* border-radius: 10px; */
    cursor: pointer;
    animation-delay: 0.8s;
}
.text-color-a{
    color: white !important;
}
.containerRightSlide{
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
}
.containerdiv{
    position: absolute; 
    z-index: 2;
    transition: all 0.8s ease;
}
.containerRightSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 10px;
}
.containerRightSlide img {
    transition: transform 0.5s, opacity 0.5s;
}
.containerRightSlide img {
    animation: slideIn 1s ease-out;
    animation-fill-mode: forwards;
}
@keyframes slideIn {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
.container-img-1{
    right: 8vh;
    width: 26%;
    height: 22vh;
    top: 16vh;
}
.img-1{
    width: 100%;
    height: 22vh;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-1 {
    animation-delay: 0.4s;
}
.container-img-2{
    width: 15%;
    height: 12vh;
    right:40vh;
    top: 17vh;
}
.img-2{
    width: 100%;
    height: 12vh;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-2 {
    animation-delay: 0.6s;
}
.container-img-3{
    right: 38vh;
    width: 35%;
    height: 30vh;
    top: 32vh;
}
.img-3 {
    width: 100%;
    height: 30vh;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-3 {
    animation-delay: 0.8s;
}
.container-img-4{
    right: 17vh;
    width: 19%;
    height: 15vh;
    top: 55vh;
}
.img-4{
    width: 100%;
    height: 15vh;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-4 {
    animation-delay: 0.10s;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute; 
    bottom: 20px;
    top: auto !important; 
    transform: none !important; 
    z-index: 10; 
    width: auto; 
    height: auto; 
    cursor: pointer; 
    padding: 0; 
}

.carousel-control-prev {
    right: 70px; 
    left: auto; 
}

.carousel-control-next {
    right: 20px; 
    left: auto; 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: block;
    width: 30px; 
    height: 30px;
    background-size: cover; 
    background-repeat: no-repeat; 
    filter: none; 
    opacity: 1; 
}


@media (max-width: 768px){
    .containerLeftSlide, .containerRightSlide {
        width: 100%;
        float: none;
    }
    .container-img-1, 
    .container-img-2, 
    .container-img-3, 
    .container-img-4 {
        position: relative;
        width: 80%;
        margin: 10px auto;
        height: auto;
    }
}
.carousel-control-prev {
    right: 70px;
}
.carousel-control-prev-icon{
    background-image: url(../img/recursos_componentes/arrow-left.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    filter: unset !important;
    opacity: 7;
}
.carousel-control-next-icon{
    background-image: url(../img/recursos_componentes/arrow-right.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    filter: unset !important;
    opacity: 7;
}
.container-tituloslide2,
.container-text-slide2,
.container-btn-slide2 {
    width: 100%;
    padding-right: 15vh;
    padding-top: 4vh;
    transform: translateX(100%);
}
.container-tituloslide2, 
.container-text-slide2, 
.container-btn-slide2 {
    animation: slideIn 1s ease-out;
    animation-fill-mode: forwards;
}
.container-tituloslide2 {
    animation-delay: 0.4s;
}
.container-text-slide2 {
    animation-delay: 0.6s;
}
.container-btn-slide2  {
    animation-delay: 0.8s;
}
.container-imgleft-slide2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.imgleft-slide2{
    width: 50%;
    height: 44vh;
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    object-fit: cover;
    margin-top: 16vh;
}
.p-top{
    padding-top: 20vh !important;
}
.containerLeftSlide img {
    transition: transform 0.5s, opacity 0.5s;
    object-fit: cover;
    position: relative
}
.containerLeftSlide img {
    animation: slideIzq 1s ease-out;
    animation-fill-mode: forwards;
}
.btn-slide2{
    width: auto;
    /* background-color: black; */
    padding: 13px;
    border-radius: 10px;
    cursor: pointer;
}
.container-img-1-s3{
    left: 44vh;
    width: 26%;
    height: 22vh;
    top: 16vh;
}
.container-img-2-s3{
    width: 22%;
    top: 48vh;
    left: 45vh;
    height: 16vh;
}
.container-img-3-s3{
    width: 40%;
    height: 30vh;
    top: 25vh;
    left: 9vh;
}
.container-img-1-s3,
.container-img-2-s3,
.container-img-3-s3 {
    position: absolute;
    transition: all 3s ease; 
    overflow: hidden; 
}
.img-1-s3 {
    height: 22vh;
}
.img-2-s3{
    height: 16vh;
}
.img-3-s3{
    height: 30vh;
}
.containerRightSlide .containerdiv {
    position: absolute;
    transition: all 1s ease;
}
.containerdiv img {
    transition: transform 0.3s ease, width 0.3s ease;
    cursor: pointer;
}
.containerdiv img.active {
    transform: scale(1.2);
}
.containerdiv img.inactive {
    transform: scale(0.8);
    opacity: 0.6;
}
.img-1-s3, .img-2-s3, .img-3-s3 {
    object-fit: cover; 
    width: 100%; 
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 1s ease; 
}
.containerdiv img {
    transition: transform 0.3s ease, width 0.3s ease;
}

/* Clase para agrandar la imagen seleccionada */
.enlarge-image {
    transform: scale(1); /* Aumenta el tamaño un 20% */
}
/* Clase para reducir ligeramente las otras imágenes */
.shrink-image {
    transform: scale(0.5); /* Reduce el tamaño un 20% */
}
@media (max-width: 1480px){
    .container-img-1-s3{
        left: 39vh;
        width: 26%;
        height: 22vh;
        top: 16vh;;
    }
    .container-img-2-s3{
        left: 38vh;
        width: 26%;
        height: 19vh;
    }
    .container-img-3-s3 {
        width: 40%;
        height: 30vh;
        top: 25vh;
        left: 7vh;
    }
}
@media (max-width: 1270px){
    .logo-morena{
        width: 43%;
        padding-top: 14vh;
    }
    .titulo-slide, 
    .titulo-slide2 {
        font-size: 30px;
    }
    .text-slide, 
    .text-slide2, 
    .text-slide-estatal, 
    .text-slide2-estatal {
        font-size: 20px !important;
    }
    .btn-slide{
        width: 29%;
        padding: 7px;
    }
    .containerRightSlide{
        right: -57px;
    }
    .container-img-1-s3{
        left: 32vh;
        width: 37%;
    }
    .container-img-2-s3{
        left: 34vh;
        width: 35%;
        height: 16vh;
    }
    .container-img-3-s3{
        width: 46%;
        height: 28vh;
        left: 7vh;
    }
    .img-1-s3, 
    .img-2-s3, 
    .img-3-s3{
        width: 80%;
    }
    #carouselNacional{
        height: 86vh;
    }
}
@media (max-width: 1024px){
    .carousel-control-prev, .carousel-control-next{
        top: 72vh;
    }
    .containerRightSlide{
        right: -70px;
    }
    .p-top{
        padding-top: 11vh !important;
    }
    .container-tituloslide2,
    .container-text-slide2,
    .container-btn-slide2{
        padding-right: 10vh;
    }
    .btn-slide2{
        padding: 8px !important;
        font-size: 12px; 
    }
    .container-img-1-s3{
        left: 24vh;
        width: 44%;
        height: 16vh;
    }
    .container-img-2-s3{
        left: 24vh;
        width: 39%;
        height: 12vh;
        top: 38vh;
    }
    .container-img-3-s3{
        width: 56%;
        height: 20vh;
        left: 3vh;
    }
}
@media (max-width: 996px){
    #carouselNacional{
        height: 92vh;
    }
    .container-logo-slide, 
    .container-titulo-slide, 
    .container-text-slide, 
    .container-btn-slide {
        padding-left: 5vh;
    }
    .container-img-1{
        right: 14vh;
        width: 32%;
        height: 19vh;
        top: 16vh;
    }
    .container-img-2{
        width: 28%;
        height: 13vh;
        right: 37vh;
        top: 13vh;
    }
    .container-img-3{
        right: 22vh;
        width: 60%;
        height: 30vh;
        top: 39vh;
    }
    .container-img-4{
        display: none;
    }
    .container-tituloslide2, 
    .container-text-slide2, 
    .container-btn-slide2{
        padding-right: 11vh;
    }
    .imgleft-slide2{
        width: 64%;
        height: 30vh;
        margin-top: 15vh;
    }
    .responsive{
        right: -17px !important;
    }
    .container-img-1-s3{
        left: 16vh;
        width: 51%;
        height: 21vh;
        top: 13vh;
    }
    .container-img-3-s3{
        width: 60%;
        height: 27vh;
        top: 38vh;
        left: 3vh;
    }
    .container-img-2-s3{
        width: 40%;
        height: 14vh;
        left: 28vh;
        top: 39vh;
    }
}
@media (max-width: 825px){
    .containerLeftSlide, .containerRightSlide {
        width: 100%;
        float: none;
        display: block;
    }
    .container-img-1{
        width: 32%;
        height: 19vh;
        top: 61vh;
        right: 61vh;
    }
    .container-img-2{
        display: none;
    }
    .container-img-3, .container-imgleft-slide2{
        right: 18vh;
        width: 36%;
        height: 25vh;
        top: 62vh;
    }
    .imgleft-slide2{
        top: 41vh;
        left: 19vh;
        margin-top: 0px !important;
    }
    .container-img-1-s3{
        left: 21vh;
        width: 51%;
        height: 22vh;
        top: 46vh;
    }
    .container-img-2-s3{
        width: 36%;
        height: 21vh;
        top: 61vh;
        left: 38vh;
    }
    .container-img-3-s3{
        width: 43%;
        height: 27vh;
        top: 58vh;
        left: 10vh;
    }
    .p-top {
        padding-top: 69px !important;
    }
    .carousel-control-prev, .carousel-control-next{
        top: 88vh;
    }
}
@media (max-width: 676px){
    .p-top {
        padding-top: 93px !important;
    }
    .container-img-1-s3{
        left: 21vh;
        width: 49%;
        height: 19vh;
        top: 36vh;
    }
    .container-img-2-s3{
        top: 61vh;
        left: 31vh;
        height: 17vh;
    }
    .container-img-3-s3{
        width: 50%;
        height: 26vh;
        top: 59vh;
        left: 5vh;
    }
    .container-img-1{
        top: 65vh;
        right: 52vh;
    }
}
@media (max-width: 587px){
    .container-img-1{
        top: 65vh;
        right: 44vh;
        width: 33%;
        height: 23vh;
    }
    .container-img-1-s3{
        top: 44vh;
    }
    .container-img-2-s3{
        left: 27vh;
        height: 14vh;
        top: 67vh;
    }
    .container-img-3-s3{
        height: 23vh;
        top: 67vh;
    }
}
@media (max-width: 510px){
    .container-img-3, .container-imgleft-slide2{
        right: 6vh;
        width: 67%;
        height: 27vh;
        top: 72vh;
    }
    .carousel-control-prev, .carousel-control-next{
        top: 73vh;
        width: 10vh;
        margin-right: 13vh;
    }
    .container-imgleft-slide2{
        width: 100%;
        height: 15vh;
    }
    .imgleft-slide2{
        top: 49vh;
        left: 4vh;
        width: 57%;
        height: 24vh;
    }
    .p-top {
        padding-top: 34px !important;
    }
    .container-tituloslide2, 
    .container-text-slide2, 
    .container-btn-slide2{
        padding-right: 94px;
    }
    .container-img-1-s3{
        top: 55vh;
        left: 8vh;
        width: 75%;
    }
    .container-img-2-s3{
        display: none;
    }
    .container-img-3-s3{
        display: none;
    }

}
@media (max-width: 509px){
    .container-img-3{
        display: none;
    }
}
@media (max-width: 415px){
    .imgleft-slide2{
        top: 61vh;
        left: 2vh;
    }
    .container-img-1-s3{
        top: 63vh;
        left: 8vh;
        width: 75%;
    }
    .container-img-2-s3{
        display: none;
    }
    .container-img-3-s3{
        display: none;
    }
    .carousel-control-prev, .carousel-control-next{
        top: 83vh;
        width: 8vh;
    }
    .container-img-1{
        top: 69vh;
        right: 22vh;
        width: 42%;
        height: 19vh;
    }
}
@media (max-width: 390px){
    .imgleft-slide2{
        top: 71vh;
    }
    .container-img-1-s3{
        top: 70vh;
        left: 8vh;
        width: 75%;
    }
    .container-img-2-s3{
        display: none;
    }
    .container-img-3-s3{
        display: none;
    }
    .carousel-control-prev, .carousel-control-next{
        top: 86vh;
        width: 9vh;
    }
}










/* ***** Componente Tabs ***** */
.tabsContainer{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
}
.nav-tabs{
    border: 1.5px solid black;
    height: 7vh;
    border-radius: 30px;
    margin: auto;
    max-width: 1200px;
}
.nav-link.active, .show>.nav-link {
    color: #fff;
    background-color: var(--rojo-guinda) !important;
    align-content: center;
    height: 50px;
    font-weight: 500;
    border-radius: 30px;
}
.nav-link{
    color: var(--rojo-guinda);
    align-content: center !important;
    font-weight: 500;
}
.nav-link:hover{
    color: black;
}
.nav-justified .nav-item, .nav-justified>.nav-link{
    align-content: center;
}






/* ***** Componente Flipbox ***** */
.flipbox-container{
    perspective: 1000px; 
    margin: 2rem auto; 
    display: flex; 
    justify-content: center; 
}
.flipbox {
    width: 17rem;
    height: 20rem;
    position: relative;
    transform-style: preserve-3d; /* Preserva el 3D durante la rotación */
    transition: transform 0.6s; /* Transición suave */
    margin: 0 auto;
}
.flipbox-card {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden; 
    background-color: white;
}

.card-img-top-frente{
    border-radius: 42px 0px 42px 0px;
    height: 24vh; /*quitarlo*/
}
.card_flipbox_frente{
    width: 17rem;
    border-radius: 42px 0px 42px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.cintillo-rojo-frente{
    background-color: var(--rojo-guinda);
    width: 30vh;
    height: auto;
    border-radius: 0px 42px 42px 0px;
    margin-left: -18px;
    margin-top: 31px;
    margin-bottom: 45px;
    position: relative;
}
.card-title-flipbox{
    color: white;
    padding: 10px;
}
.fondo-cintillo-frente{
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid var(--rojo-guinda-oscuro);
    z-index: -1;
}

.card_flipbox_reverso{
    width: 17rem;
    border-radius: 0px 42px 0px 42px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: rotateY(180deg);
}
.container-text-flipbox{
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--rojo-guinda) transparent;
}
.cardflipbox-text{
    color: var(--rojo-guinda);
    font-size: 15px;
}
.cintillo-rojo-reverso{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--rojo-guinda);
    width: 20rem;
    height: 5rem;
    border-radius: 42px 0px 0px 42px;
    margin-left: -25px;
    margin-top: 31px;
    margin-bottom: 45px;
}
.btn-card-flipbox-reverso {
    display: inline-block;
}
.btn-card-flipbox-reverso a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--rojo-guinda);
    background-color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.fondo-cintillo-reverso{
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    /* margin-top: 7rem; */
    border-left: 10px solid transparent;
    border-right: 18px solid transparent;
    border-top: 34px solid var(--rojo-guinda-oscuro);
    z-index: -1;
}
/* Efecto al pasar el ratón */
.flipbox:hover {
    transform: rotateY(180deg); /* Rota la caja 180 grados al hacer hover */
}







/* ***** Componente Acordión ***** */
.accordion-header{
    width: 100%;
    height: 40px;
    background: #EEEEEC;
}
.accordion-button.aco-perfil{
    width: calc(100% - 380px);
    float: left;
    background: #EEEEEC;
    padding: 0;
    padding-right: 15px;
    height: 40px;
}
.accordion-button:focus.aco-perfil{
    box-shadow: initial;
}
.sec-info-accordion{
    height: 40px;
}
.label-accordion{
    font-size: 17px;
    font-weight: 600;
    color: var(--rojo-guinda);
    line-height: 40px;
    padding-left: 76px;
}
.sec-icon{
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    background-color: var(--rojo-guinda);
}
.sec-icon img{
    height: 40px;
    padding: 5px;
}
.sec-icon span {
    position: absolute;
    right: -35px;
    border-style: solid;
}
span.sforma {
    border-width: 40px 0px 0px 37px;
    border-color: transparent transparent transparent var(--rojo-guinda);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/recursos_componentes/CHEVRON_UP.svg);
}
.accordion-button::after {
    background-image: url(../img/recursos_componentes/CHEVRON_UP.svg);
    position: absolute;
    right: -372.5px;
}
.accordion-body.aco-body{
    padding: 15px;
    margin-left: 40px;
}
#acordeon-perfil .btnGral{
	margin: 0 5px 0 5px;
}
.accordion-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    text-decoration: none;
    background-color: var(--rojo-guinda-oscuro);
    width: 18vh;
    height: 36px;
    border-radius: 12px;
    border-color: var(--rojo-guinda-oscuro);
}
div#acordeon-perfil-dos {
    max-width: 1200px;
    margin: auto;
}


/****** Componente tabla ******/
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #8e2c2d36;
}
.table>:not(:first-child) {
    border-top: 2px solid var(--rojo-guinda);
}
.table>thead{
    background-color: var(--dorado);
    color: white;
}




/****** Componente Cards Noticias ******/
.container-carrusel-news {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    /*background-color: #f0f3f6;*/
    height: auto;
}
.containerLeft-news {
    width: 70%;
    height: auto;
}
.container-carrusel-left{
    height: 100%;
    position: relative;
}
.img-bk-ill{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: absolute;
    width: 48%;
    overflow: hidden;
    left: -12vh;
}
.containerRight-news {
    width: 30%; 
    height: 100%;
}
#slidernews {
    height: 42vh;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    margin-top: 10vh;
    position: relative;
}
[type=radio] {
    display: none;
}
#slidernews label {
    width: 50%; 
    height: 80%; 
    border-radius: 6px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.img_slide_news {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    position: relative;
}
.container-red{
    background-color: var(--rojo-guinda);
    position: absolute;
    top: -5vh;
    right: -37vh;
    z-index: 1;
    border-radius: 15px;
    width: 28vh;
    height: 44vh;
}
.title-news-t {
    color: white;
    padding: 23px;
    font-weight: 600;
    margin-top: 68px;
    font-size: 19px;
}
.l-wh{
    border: 2px solid white;
}
.text-news-t{
    color: white;
    padding: 23px;
    margin-top: 22px;
}
.btn-ver-mas-news{
    color: white;
    border: 2px solid white;
}
.custom-carousel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 1vh;*/
}
.custom-carousel-container{
    transition: opacity 0.3s ease-in-out;
}
.btn-arrows {
    width: 5vh;
    height: 5vh;
    /* position: absolute; */
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* Asegura que la imagen se ajuste al botón */
    border: none;
    cursor: pointer;
    z-index: 10;
    margin: 17px;
}
#arrowUp {
    background-image: url('/assets/img/recursos_componentes/arrow-up.png');
    top: -20px; 
}
#arrowDown {
    background-image: url('/assets/img/recursos_componentes/arrow-down.png');
    bottom: -20px;
}

.card-noticias {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 17rem;
    transition: opacity 0.3s ease-in-out;
    height: 14vh;
    min-height: 101px;
    font-size: .8rem;
}
.card-noticias.visible{
    opacity: 1;
}
.card-text-noticias{
    color: var(--rojo-guinda-oscuro);
}
.bk-osc {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 76%;
    height: auto;
    background-color: var(--rojo-guinda-oscuro);
    padding: 6px 0px 6px 18px;
    margin: 9px;
    border-radius: 29px;
}
.text-muted{
    color: white !important;
}







/****** Componente Redes Sociales ******/
.circle-red{
    position: absolute;
    background-color: var(--rojo-guinda);
    height: 87px;
    width: 87px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 1;
    border: 4px solid white;
}
.social_media_img{
    width: 26px;
    position: relative;
    left: 13px;
    margin-top: 16px;
}
.text-sm{
    display: block;
}
.label-red{
    display: block;
    position: relative;
    width: 14vh;
    background-color: var(--rojo-guinda);
    height: 34px;
    left: 0;
    color: white;
    font-weight: 500;
    padding-left: 22px;
    padding-top: 7px;
    top: 14px;
    /* clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%); */
}
.label-white{
    display: block;
    position: relative;
    width: 14vh;
    background-color: white;
    color: var(--rojo-guinda);
    height: 34px;
    padding-left: 38px;
    padding-top: 7px;
    font-weight: 600;
    /* clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%); */
    z-index: 2;
    text-align: left;
    overflow: hidden;
}





/*!* CARRUSEL 3D  *!*/
.cascade-slider_container {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 25px auto;
    padding-top: 150px;
    overflow-x: hidden;
}
.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
}
.cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-95%) scale(0.8);
    filter: brightness(85%);
    opacity: .5;
    z-index: 1;
}
.cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(10%) scale(0.8);
    filter: brightness(85%);
    opacity: .5;
    z-index: 1;
}
.cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
}
.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}
.cascade-slider_arrow-left {
    left: 20px;
}
.cascade-slider_arrow-right {
    right: 20px;
}
.cascade-slider_arrow-left img {
    height: 40px;
    left: 40px;
}
.cascade-slider_arrow-right img {
    height: 40px;
    left: 40px;
}
.cascade-slider_nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.cascade-slider_dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #4196EF;
    margin: 3px;
    transition: all 0.5s;
    background: none;
    list-style: none;
    cursor: pointer;
    border-radius: 50px;
}
.cascade-slider_dot:hover {
    background: #2c8fab;
}
.cascade-slider_dot.cur {
    background: #2c8fab;
    width: 17px;
    height: 17px;
}
/*!*Profile card classes*!*/
.card_carousel {
    background-color: #fff;
    color: #243C82;
    width: 450px;
    /*width: 50vh;*/
    height: 270px;
    border-radius: 20px;
    transition: all 1s 0s;
    vertical-align: middle;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    background-size: cover;

}
.photo {
    width: 50%;
    vertical-align: middle;
    display: inline;
}
.photo img {
    transform: translateY(-35px) translateX(-10px);
}
.card_carousel .info {
    background-color: var(--rojo-guinda);
    display: inline-block;
    width: 50%;
    height: calc(100% + 15px);
    border-radius: 10px;
    top: -10px;
    position: absolute;
    right: -15%;
}
.card_carousel .subtitle {
    font-weight: 600;
    font-size: .8rem;
    line-height: 98%;
    color: white;
    padding: 13px;
    text-align: left;
    margin-top: 12px;
}
.card_carousel .content {
    font-weight: 300;
    color: white;
    margin-top: 6px;
    text-align: left;
    padding: 13px;
    font-size: .8rem;
}

.card_carousel .button_news {
    /*!*transform: translateX(-38px) translateY(15px);*!*/
    position: relative;
    padding: 9px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    /*!* text-transform: uppercase; *!*/
    text-decoration: none;
    background-color: #9E2A2F;
    border: 2px solid white;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    text-align: start;
}

.button_news:hover{
    color: white;
}
.s-arrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: white;
    clip-path: polygon(100% 0, 53% 100%, 100% 100%);
    width: 40%;
    height: 100%;
    z-index: 1;
}
.fa-arrow-right{
    color: var(--rojo-guinda);
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}
.button_news .s-arrow {
    position: absolute;
    top: 39%;
    right: 0px;
    transform: translateY(-40%);
    background-color: white;
    clip-path: polygon(100% 0, -12% 100%, 100% 100%);
    width: 26px;
    height: auto;
    z-index: 1;
    padding: 0px 6px 45px 29px;
}
.button_news .fa-arrow-right {
    color: var(--rojo-guinda);
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translate(-50%, -50%);
}

@media (min-width: 460px) and (max-width: 680px) {
    .cascade-slider_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.3);
        transition: all 1s ease;
        opacity: 0;
        z-index: -1;
        text-align: center;
    }

    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-90%) scale(0.4);
        filter: brightness(70%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(-10%) scale(0.4);
        filter: brightness(70%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.6);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_arrow-left img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_arrow-right img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_nav {
        display: none;
    }
}

@media (max-width: 460px) {
    .cascade-slider_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.3);
        transition: all 1s ease;
        opacity: 0;
        z-index: -1;
        text-align: center;
    }

    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-80%) scale(0.3);
        filter: brightness(70%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(-20%) scale(0.3);
        filter: brightness(70%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.5);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_arrow-left img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_arrow-right img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_nav {
        display: none;
    }

}

/*!* CARRUSEL 3D  *!*/



/****** Componente texto ******/
.comp_text{
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}





/***** Componente Colección Fotográfica ********/
.tabs-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
    margin: auto;
}

.tabs-wrapper {
    overflow: hidden;
    width: 100%; 
    display: flex;
    justify-content: center;
}

.tabs {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.tab {
    height: 50px;
    text-align: center;
    margin: 0 5px;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
}
.tab i{
    padding: 5px;
}

.tab:hover {
    color: #e0e0e0 !important;
    background: #8e2c2d;
}

.tab.active {
    font-weight: 600;
    color: #8e2c2d;
}

.tab-content {
    display: none;
    padding: 15px 70px 15px 70px;
    border-radius: 0 5px 5px 5px;
}

.tab-content.active {
    display: block;
    max-width: 1200px;
    margin: auto;
}

.arrow {
    width: 30px;
    height: 30px;
    background-size: cover;
    cursor: pointer;
    flex-shrink: 0;
}

.arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.arrow-left {
    background-image: url('../img/arrow-gallery-left.png');
}

.arrow-right {
    background-image: url('../img/arrow-gallery-right.png');
}




/* Estilos generales de secciones de fotografias*/
.conColfotografica {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0px;
}

/* Columnas generales */
.colPrimera, .colSegunda, .colTercera, .colCuarta {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* Contenedores generales */
.contGaleria, .contColluno, .contColldos, .contColltres, .contCollcuatro, .contCollcinco {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%; /* Evitar que colapsen */
}

/* Imágenes generales */
.contGaleria img, .contColluno img, .contColldos img, .contColltres img, .contCollcuatro img, .contCollcinco img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 0.3s ease;
}

/* Mostrar botón en hover */
.contGaleria:hover .contButton,
.contColluno:hover .contButton,
.contColldos:hover .contButton,
.contColltres:hover .contButton,
.contCollcuatro:hover .contButton,
.contCollcinco:hover .contButton {
    opacity: 1;
}

/* Efecto zoom al hover */
.contGaleria:hover img,
.contColluno:hover img,
.contColldos:hover img,
.contColltres:hover img,
.contCollcuatro:hover img,
.contCollcinco:hover img {
    transform: scale(1.1);
}

/* Fondo semitransparente en hover */
.contGaleria:hover::after,
.contColluno:hover::after,
.contColldos:hover::after,
.contColltres:hover::after,
.contCollcuatro:hover::after,
.contCollcinco:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Botón */
.contButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btnDownload {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8e2c2d;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    transition: background-color 0.3s ease;
}

.btnDownload:hover {
    background: #6b2021;
}

.btnDownload i {
    color: #fff;
    font-size: 24px;
}

/* Cada contenedor */
.contGaleria {
    flex: 1 1 25%;
    max-width: 25%;
    height: 200px;
}

.contColluno {
    width: 10%;
    height: 250px;
}

.contColldos {
    width: 30%;
    height: 250px;
}

.contColltres {
    width: 10%;
    height: 275px;
}

.contCollcuatro {
    width: 35%;
    height: 275px;
}

.contCollcinco {
    width: 50%;
    height: 350px;
}

@media (max-width: 768px) {
    .contGaleria,
    .contColluno {
        width: 50%;
        height: 250px;
    }
}


@media (max-width: 539px) {

}



