@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media (max-width: 1240px) {

    .back-top-pg {
        background: none !important;
    }

}

@media (max-width: 800px) {
    .contacto-main {
        padding: 0px !important;
    }

}


.faq .question .title,
table th {
    color: #d4b076;
}

.centrado {
    padding: 0 13%;
}

body:not(.template-slider) #Header {
    min-height: 0px;
}

#Content {
    padding-top: 0px;
}


aside#text-2.widget.widget_text>h4 {
    font-size: 15px;
    text-align: center;
}

aside#text-3.widget.widget_text>h4 {
    font-size: 15px;
    text-align: center;
}

aside#text-4.widget.widget_text>h4 {
    font-size: 15px;
    text-align: center;
}

.textwidget {
    text-align: center;
    font-size: 13px;
}

h2 {
    text-transform: initial;
}

#Footer .widgets_wrapper {
    padding: 15px 0 !important;
}

/* Marquee */

.marquee {
    background: #000;
    bottom: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    left: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    z-index: 3000;
}

.marquee .up {
    color: green;
}

.marquee .down {
    color: red;
}

#Footer .footer_copy .one {
    min-height: 60px;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 350px;
}

label,
legend {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    body:not(.template-slider):not(.header-simple) #Header {
        min-height: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    #Top_bar a.responsive-menu-toggle {
        right: 15%;
    }
}

.mi-slider {
    position: relative;
    margin-top: 30px;
    height: 380px;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px;
    overflow: hidden;
    pointer-events: none;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    height: 50px;
    width: 700px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    display: inline-block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px 0;
}

.mi-slider ul li:hover {
    opacity: 0.7;
}

.mi-slider nav {
    position: relative;
    top: 280px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 5px solid #333;
}

.no-js nav {
    display: none;
}

.mi-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 40px 30px 30px 34px;
    position: relative;
    color: #888;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
    color: #000;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
    border-color: transparent;
    border-top-color: #333;
    border-width: 27px;
    left: 50%;
    margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: translateX(0) scale(0);
    }

    100% {
        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }

    100% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}

.mi-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(600%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-600%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveToRight {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(600%);
    }
}

@-webkit-keyframes moveToLeft {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-600%);
    }
}

@keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveToRight {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }
}

@keyframes moveToLeft {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-600%);
        transform: translateX(-600%);
    }
}

.mi-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px) {
    .mi-slider nav {
        max-width: 90%;
    }

    .mi-slider nav a {
        font-size: 12px;
        padding: 40px 10px 30px 14px;
    }
}

@media screen and (max-width: 740px) {
    .mi-slider {
        height: 300px;
    }

    .mi-slider nav {
        top: 220px;
    }
}

@media screen and (max-width: 490px) {
    .mi-slider {
        text-align: center;
        height: auto;
    }

    .mi-slider ul {
        position: relative;
        display: inline;
        bottom: auto;
        pointer-events: auto;
    }

    .mi-slider ul li {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        padding: 10px 3px;
        min-width: 140px;
    }

    .mi-slider nav {
        display: none;
    }
}

/* Tiny Carousel */
#slider1 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px;
    margin-left: 6%;
}

#slider1 .viewport {
    float: left;
    width: 650px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    background: #0b2048;
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider1 .next {
    margin: 30px 0 0 10px;
}

#slider1 .buttons:hover {
    color: #0b2048;
    background: #fff;
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    border: 1px solid #dcdcdc;
    width: 200px;
}

#slider1 .overview img {
    width: 100%;
}

/* Tiny Carousel */
#slider2 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px;
    margin-left: 6%;
}

#slider2 .viewport {
    float: left;
    width: 650px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

#slider2 .buttons {
    background: #0b2048;
    border-radius: 35px;
    display: block;
    margin: 30px 10px 0 0;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider2 .next {
    margin: 30px 0 0 10px;
}

#slider2 .buttons:hover {
    color: #0b2048;
    background: #fff;
}

#slider2 .disable {
    visibility: hidden;
}

#slider2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider2 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    border: 1px solid #dcdcdc;
    width: 200px;
}

#slider2 .overview img {
    width: 100%;
}

@-webkit-keyframes marqueeAnimation-16371050 {
    100% {
        margin-left: -1585px
    }
}

#tiny-carousel-slider1 {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}

#tiny-carousel-slider1 .viewport {
    height: 82px;
    overflow: hidden;
    position: relative;
}

#tiny-carousel-slider1 .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#tiny-carousel-slider1 .next {
    right: 0;
    left: auto;
    top: 40%;
}

#tiny-carousel-slider1 .buttons:hover {
    color: #C01313;
    background: #fff;
}

#tiny-carousel-slider1 .disable {
    visibility: hidden;
}

#tiny-carousel-slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 197px;
    left: 0;
     top: 0;
}

#tiny-carousel-slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 82px;
    border: 1px solid #dcdcdc;
    width: 197px;
}

#tiny-carousel-slider2 {
    height: 1%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}

#tiny-carousel-slider2 .viewport {
    height: 82px;
    overflow: hidden;
    position: relative;
}


#tiny-carousel-slider2 .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#tiny-carousel-slider2 .next {
    right: 0;
    left: auto;
    top: 40%;
}

#tiny-carousel-slider2 .buttons:hover {
    color: #C01313;
    background: #fff;
}

#tiny-carousel-slider2 .disable {
    visibility: hidden;
}

#tiny-carousel-slider2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 197px;
    left: 0;
     top: 0;
}

#tiny-carousel-slider2 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 82px;
    border: 1px solid #dcdcdc;
    width: 197px;
}

.pilares-tittles {
    background: #0b2048 !important;   
    border-radius: 3px !important;   
    color: #d5b172 !important;   
    font-weight: normal !important;   
    margin-top: 0 !important;  
    margin-bottom: 15px !important; 
}
.footer-container {
    background: #324664 !important;
    color: aliceblue;
    padding: 4% 5% 7% 5%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.footer-element {
    color: aliceblue;
    margin-bottom: 20px;
}

.footer-element p {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.5px;
}

.footer-element h2 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 24px;
    color: aliceblue;
    font-weight: lighter;
    line-height: 29px;
}

.footer-box {
    padding: 20px;
    background: #D1B43F;
    color: #0b2048;
    cursor: pointer;
    transition: all .3s ease;
    min-height: 150px;
}

.footer-box:hover {
    opacity: 0.7;
}

.footer-box h2 {
    color: #0b2048;
}

.footer-icons {
    display: flex;
    gap: 10px;
}

.footer-icons a {
    color: #D1B43F;
    font-size: 1.5rem;
}

.footer-icons a:hover {
    color: #b38e2f;
}



.faq .question .title {
    padding: 8px 40px 15px 80px;
}

.two-third.column {
    width: 70%;
    margin-left: -1.7%;
    margin-top: 11px;
}

#que-hacemos-box .section_wrapper,
#que-hacemos-box-2 .section_wrapper {
    width: 80% !important;
    background-color: #fff;
    border-radius: 7px;
}

#accordions-145 {
    font-family: montserrat;
    line-height: 1.4em;
    font-weight: 400;
}

#accordions-145 {
    text-align: left;
}

#accordions-145 {
    background: url() repeat scroll 0 0;
    padding: 0;
}

#accordions-145 .accordions-head {
    background: rgba(242, 242, 242, 1) none repeat scroll 0 0;
    margin: 1px;
    padding: 10px;
}

#accordions-145 .accordions-head-title {
    color: #d4b076;
    font-size: 14px;
}

#accordions-145 .accordions-head-title-toogle {
    color: #d4b076;
    font-size: 14px;
}

#accordions-145 .accordions-head:hover .accordions-head-title {
    color: #d4b076;
}

#accordions-145 .ui-state-active {
    background: #f2f2f2;
}

#accordions-145 .accordion-content {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #333333;
    font-size: 13px;
    margin: 0;
    padding: 10px;
}

#accordions-145 .accordion-icons {
    color: #d4b076;
    font-size: 16px;
}

#accordions-145 .accordions-head:hover .accordion-icons {
    color: #d4b076;
}

#accordions-145 .accordion-content {
    color: #333333;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 1.6em;
    margin-left: 10%;
}

#accordions-145 .accordions-head-title {
    color: #d4b076;
    font-size: 15px;
    font-family: Montserrat;
    margin-left: 10%;
    line-height: 2em;
}

#accordions-145 .accordions-head {
    background: rgba(242, 242, 242, 1) none repeat scroll 0 0;
    margin: 1px;
    padding: 20px 10px 15px 20px;
}

#accordions-149 {
text-align: left;
}

#accordions-149 {
background: url() repeat scroll 0 0;
padding: 0;
}

#accordions-149 .accordions-head {
    background: rgba(242, 242, 242, 1) none repeat scroll 0 0;
    margin: 1px;
    padding: 10px;
}

#accordions-149 .accordions-head-title {
    color: #d4b076;
    font-size: 14px;
}

#accordions-149 .accordions-head-title-toogle {
    color: #d4b076;
    font-size: 14px;
}

#accordions-149 .accordions-head:hover .accordions-head-title {
    color: #d4b076;
}

#accordions-149 .ui-state-active {
    background: #f2f2f2;
}

#accordions-149 .accordion-content {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #333333;
    font-size: 13px;
    margin: 0;
    padding: 10px;
}

#accordions-149 .accordion-icons {
    color: #d4b076;
    font-size: 16px;
}

#accordions-149 .accordions-head:hover .accordion-icons {
    color: #d4b076;
}

#accordions-149 .accordion-content {
    color: #333333;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 1.6em;
    margin-left: 10%;
}

#accordions-149 .accordions-head-title {
    color: #d4b076;
    font-size: 15px;
    font-family: Montserrat;
    margin-left: 10%;
    line-height: 2em;
}

#accordions-149 .accordions-head {
    background: rgba(242, 242, 242, 1) none repeat scroll 0 0;
    margin: 1px;
    padding: 20px 10px 15px 20px;
}

.noticias-content{
    padding: 2% 2% 1% 2%;
    flex-direction: initial;
    flex-wrap: initial;
    justify-content: initial;
    align-items: initial;
    align-content: initial;
    gap: initial;
    flex-basis: initial;
    flex-grow: initial;
    flex-shrink: initial;
    order: initial;
    align-self: initial;
    display: flex;
}

@media (max-width: 850px) {
    .noticias-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3%;
    }
}
.noticias-content h1{
    color: #323654;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 60px;
}

.noticias-content h2{
    font-family: "Bebas Neue", Sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #287887;
}

.divisor{
    margin-block-end: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.divisor img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.noticia-box-container {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 140px; 
    align-items: stretch;
    width: 100%;
}

.listnoti-container{
    width: 74%;
}

.reportes-box-container{
    width: 23%;
    padding: 0% 3% 3% 3%;
}

.reportes-container{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.reportes-container h5{
    color: #d1b43f;
    font-size: 25px;
}

.linea-reportes{
    max-width: unset;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: black !important;
    opacity: 1;
    background-color: transparent;
    margin-bottom: 20px;
}

.reportes-container a{
    display: flex;
    align-items: center;
    grid-gap: 40px;
    justify-content: space-between;
    width: 227px;
    color: #26334B;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

.reportes-box-container a>img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.noticia-box {
    display: flex;
    flex-direction: column;
    align-items: first baseline;
    cursor: pointer;
}

.noticia-box:hover{
    opacity: 0.8;
}

.noticia-box img {
    width: 100%; 
    height: 330px !important; 
    object-fit: cover; 
    padding: 0 !important;
    margin-bottom: 15px; 
}

@media (max-width: 1550px) {
    .noticia-box img {
        height: 270px !important;
    }
}

@media (max-width: 1250px) {
    .noticia-box img {
        height: 230px !important;
    }
}

@media (max-width: 968px) {
    .noticia-box img {
        height: 200px !important;
    }
}

@media (max-width: 480px) {
    .noticia-box img {
        height: 190px !important;
    }
}


.noticia-box h3 {
    color: #287887;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 10px; 
    text-align: center;
}

.noticia-box h6 {
    color: #C4C4C4;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.noticia-box p {
    color: #324664;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify; 
}

@media (max-width: 920px) {
    .noticia-box-container {
        grid-template-columns: repeat(2, 2fr);
        padding: 3%;
    }
}

@media (max-width: 600px) {
    .noticia-box-container {
        grid-template-columns: repeat(1, 2fr);
        padding: 3%;
    }
}


.noticia-paginador-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.noticia-paginador-button {
    background: #fff; 
    padding: 10px 15px;
    border-radius: 5px;
    color: #D1B43F;
    margin: 0px 5px;
    cursor: pointer;
}

.noticia-paginador-button.active {
    background: #324664; 
    color: #fff;
}

.noticia-paginador-button:disabled {
    background: #ffffff; 
    color: #D1B43F;
    border-radius: 5px;
}


.noticia-paginador-button:hover {
    scale: calc(1.1);
    opacity: calc(0.9);
}
.noticia-paginador-button:disabled:hover {
    scale: calc(1.1);
    opacity: calc(0.9);
}

.noticia-paginador-button:first-child {
    margin-left: 0px 5px 0px 5px;
    width: 37px !important;
}

.noticia-paginador-button:last-child {
    margin-right: 0px 5px 0px 5px;
}

.close-modal-noticia{
    color: #D1B43F;
    scale: 1.4;
    cursor: pointer;
    right: 15px;
    position: absolute;
  top: 25px;
}

.close-modal-noticia:hover{
    opacity: 0.8;
}

.img-modal-noticia{
    padding: 4%;
    display: block;
    margin: 0 auto; 
    border-radius: 16px;
}

.sub-titulo-noticia {
    font-size: 30px !important;
    text-align: center;
    width: 100%;
    margin: 0 auto; 
    padding: 10px;
    color: #D1B43F;
    
}

.glosa-noticia{
    padding: 10px  10px 45px;
}

.titulo-seccion{
    padding: 70px;
    width: 43%;
    position: absolute;
    margin-top: 150px;
}

.titulo-seccion h1 {
    color: #fff;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 33px;
    font-weight: normal;
    line-height: 48px;
}

.titulo-seccion p {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
}

.fixed-bottom {
    position: fixed;
    bottom: -35px;
    left: 0;
    width: 100%;
    z-index: 1000; 
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); 
}


.modal-content {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto 1fr;
    gap: 10px;
    padding: 20px;
}

.img-modal-noticia {
    width: 100%;
    height: auto;
    object-fit: cover;
    grid-row: span 2;
}

.modal-title {
    font-size: 35px;
    margin: 0;
    align-self: start;
    grid-column: 2;
}

.sub-titulo-noticia {
    font-weight: bold;
    margin-top: 10px;
    align-self: start;
    grid-column: 2;
    line-height: 25px;
}

.glosa-noticia-container {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.glosa-noticia {
    column-count: 3;
    column-gap: 20px;
    text-align: justify;
    margin-top: 15px;
}

.fecha-noticia{
     grid-column: 2;
    margin-top: 10px;
    align-self: end !important;
    font-size: 14px;
    color: rgb(211, 210, 210);
}