


body {
    border-top: unset;
}

.heroBGImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroRow {
    height: 90vh; 
    position: relative;
}

.heroBGImage {
    width: 97.7%;
    height: 95%;
    margin: 0 auto;
    position: relative;
}

.heroBGImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
} 
 
.heroText p {
    font-family: 'Open sans', sans-serif, sans-serif;
    color: white;
    text-align: center;
    padding: 0 19%;
    font-size: 1.2em;
}
.heroText h1 {
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    font-size: 3.1em;
}

.yellowHR {
    width: 55%;
    height: 3px;
    margin: 0 auto;
    background: #ffc629;
    border-radius: 10px;
}



.heroText .heroButton {
    transform: translateY(80%);
}

.heroText {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


.heroBGImage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.57);
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
    z-index: 5;
}

.goDown {
    position: absolute;
    top: 79%;
    left: calc(50%);
    width: 35px;
    height: auto;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 3vh;
    box-sizing: content-box;
    z-index: 10;
}

.goDown svg {
    width: 100%;
    height: 100%;
} 



.newsRowHeader>p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b109f;
    font-size: 2em;
    padding-left: 10px;
    line-height: 120%;
}

.newsRow {
    padding-top: 2vh;
    width: 80%;
    margin: 0 auto;
}

.newsRowHeader {
    height: 4em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5vh;
}

.newsBlurbImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s ease-in-out;
}

.newsBlurbImage {
    width: 100%;
    height: 100%;
}

.newsBlurbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
}

.newsBlurb {
    position: relative;
    width: 38%;
    height: 40vh;
}

.newsBlurbs>div:nth-of-type(2), .newsBlurbs>div:nth-of-type(3),
.newsBlurbs>div:nth-of-type(6), .newsBlurbs>div:nth-of-type(7) {
    width: 60%;
}

.newsBlurb {
    position: relative;
    width: 38%;
    height: 40vh;
    margin-right: 1vh;
    margin-bottom: 1vh;
    overflow: clip;
}

.newsBlurbImage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.newsTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    width: 90%;
    display: flex;
    border-top: #fec526   solid;
    border-bottom: #fec526 2px solid;
}

.newsBlurb.alone {
    width: calc(100% - 2vh)!important;
}


.newsHeaderLogo svg#Capa_1 {
    width: 100%;
    height: 100%;
}


.newsTitle p {
    font-family: 'Open Sans',sans-serif;
    color: white;
    text-align: center;
    padding: 0 5%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    font-weight: 600;
}

.newsTitle span {
    font-family: 'Open sans',sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.9em;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(70%);
}

.newsBlurb:hover img {
    transform: scale(1.1);
}

.newsRow .heroButton {
    margin: unset;
    margin-left: auto;
    margin-top: 3vh;
    margin-right: 6vh;
}


.newsBlurbs>div:nth-of-type(2) .newsTitle, .newsBlurbs>div:nth-of-type(3) .newsTitle,
.newsBlurbs>div:nth-of-type(6) .newsTitle, .newsBlurbs>div:nth-of-type(7) .newsTitle {
    width: 60%;
}

.pagination {
    margin: 5vh auto;
    width: fit-content;
    margin-bottom: 7vh;
    display: flex;
    flex-direction: row;
}


.pagination .page-numbers {
    background: #000f9f;
    margin: 0vh 0.4em;
    aspect-ratio: 1/1;
    width: auto;
    height: 2em;
    color: white;
    font-family: 'Open Sans';
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    transition: all 0.15s ease-in-out;
}


a.next.page-numbers, a.prev.page-numbers {
    padding: 0 1em;
}

a.next.page-numbers {
    margin-left: 20px;
}

a.prev.page-numbers {
    margin-right: 20px;
}

.pagination a.page-numbers:hover {
    color: #ffc629;
}

span.page-numbers.current {
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(1);
}

.pagination:has(.next) {
    transform: translateX(20px);
}

.pagination:has(.prev) {
    transform: translateX(20px);
}

.pagination:has(.prev):has(.next) {
    transform: unset;
}

html body .yellowHR.blueHR {
    background: #000f9f;
    width: 100%;
    margin: unset;
}

.newsRowInnerHeader {
    width: 70%;
}

.newsRowHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5vh;
    height: 21vh;
}


.newsRowInnerHeader p {
    color: #1a1a1a;
    font-family: 'Open Sans';
    font-weight: 500;
    padding-right: 15%;
}

.newsHeaderLogo {
    width: 30%;
    height: 79%;
    transform: translateX(20%);
}

.newsBlurb>a {
    display: block;
    width: 100%;
    height: 100%;
}




@media only screen and (max-width:1600px){

    .newsRowInnerHeader p {
    font-size: 0.9em;
}

.newsHeaderLogo {
    height: 75%;
    transform: translateX(18%);
}


    .newsRow {
    width: 90%;
}



    .heroText p {
    padding: 0 7%;
    font-size:1em;
}

.heroText h1 {
    font-size: 2.5em;
    padding: 0 3%;
}


.goDown {
    width: 29px;
}
.heroSwiperPagination {
    width: 32%!important;
}


.yellowHR {
    width: 65%;
}
}




@media only screen and (max-width:1000px){
   .heroText {
    width: 70%;
}


.newsRowHeader {
    flex-direction: column;
    height: auto;
}


.newsHeaderLogo {
    transform: unset;
    width: 26%;
}

.newsBlurbs {
    justify-content: center;
}

.newsBlurbs>div:nth-of-type(2), .newsBlurbs>div:nth-of-type(3), .newsBlurbs>div:nth-of-type(6), .newsBlurbs>div:nth-of-type(7) {
    width: 57%;
}

.newsBlurb {
    width: 35%;
}

html body .yellowHR.blueHR {
    width: 86%;
    margin: 0 auto;
    height: 2px;
}

.newsRowInnerHeader p {
    padding-right: 0;
    text-align: center;
}

.newsHeaderLogo {
    margin-top: 4vh;
}


}



@media only screen and (max-width:650px){

    
.newsRow {
    width: 95%;
}

.newsRowInnerHeader {
    width: 95%;
}

.newsBlurbs>div:nth-of-type(2), .newsBlurbs>div:nth-of-type(3) {
    width: 56%;
}

.newsHeaderLogo {
    width: 34%;
}

.newsRowInnerHeader p {
    padding: 0 2%;
}

.newsBlurb {
    width: 95%!important;
    margin: 1vh auto!important;
}

.newsTitle {
    width: 90%!important;
}

.newsTitle p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.newsRow .heroButton {
    margin: unset;
    margin-left: auto;
    margin-top: 3vh;
    margin-right: auto;
}
.heroText {
    width: 90%;
}

.heroRow {
    position: relative;
}

.heroText h1 {
    font-size: 1.8em;
    padding: 0 3%;
}

.heroText p {
    padding: 0 6%;
    font-size: 0.9em;
}

.goDown {
    top: 76%;
}

.heroBGImage {
    height: 100%;
    width: 100%;
}

}


