@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');


/* GENERAL */

html {
    font-size: 2.5vw;
}

body {
    background-color: #EFF4FF !important;
    position: relative;
}

section {
    padding: 3.5rem 0;
}

li {
    list-style: none;
}

.error {
    color: red;
}

.list-item {
    list-style: initial;
}

.list-bullet-red::before {
    content: url("https://cdn.laanonima.com/tripleimpacto/bullet_red.svg");
    display: inline-block; width: 1em; margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl
}

.list-bullet-green::before {
    content: url("https://cdn.laanonima.com/tripleimpacto/bullet_green.svg");
    display: inline-block; width: 1em; margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl
}

.list-bullet-blue::before {
    content: url("https://cdn.laanonima.com/tripleimpacto/bullet_blue.svg");
    display: inline-block; width: 1em; margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl
}

.main-upper ~ main{
    position: relative;
}

.main-mid-upper {
    top: -13.3rem;
}

/* Colors */

.bg-ti-1 {
    background-color: #EFF4FF;
}

.bg-ti-2 {
    background-color: #E4EBFC;
}

.bg-ti-3 {
    background-color: #B9C5EA;
}

.bg-ti-dark {
    background-color: #0D2D9E;
}

.bg-white {
    background-color: white;
}

.fc-first {
    color: #0D2D9E;
}

.fc-second {
    color: #A7A4A4;
}

.fc-third {
    color: #105bd2;
}

.fc-white {
    color: white;
}

/* FONT STYLES */

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500!important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.reference {
    border-top: 1px solid black;
}

.ref-index {
    font-style: italic !important;
}

.main-title {
    font-size: 2.78rem;
    line-height: 3.56rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4.4rem;
    text-align: center;
}

.subtitle-1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.subtitle-2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.main-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.22rem;
    line-height: 2.7rem;
    margin-bottom: 2.33rem;
}

.main-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.78rem !important;
    line-height: 2.89rem !important;
    font-weight: 400;
}

.link {
    color: #0d2d9e;
}

/* Header */

header {
    box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, 0.15);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 40000;
    top: 0;
}

.header-content {
    height: 7.8rem;
}

.header-burger {
    aspect-ratio: 1 / 1;
}

.header-burger div {
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.header-burger .close {
    display: none;
}

.header-burger.active .bg-dark {
    display: none;
}

.header-burger.active .close {
    display: block;
}

.header-space {
    margin-top: 7.8rem;
}

.nav-menu {
    position: absolute;
    background-color: #EFF4FF;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    width: 80%;
    height: 100vh;
    z-index: 2;
    box-shadow: 0px 1.25rem 1.25rem rgba(0, 0, 0, 0.15);
    top: calc(7.8rem);
    overflow-y: scroll;
}

.nav-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.56rem;
    line-height: 2.44rem;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #DADFEB;
    min-width: auto;
}

.nav-item:hover {
    color: #0a58ca;
}

.nav-item:hover .nav-item a{
    color: #0a58ca;
}

.nav-item a{
    text-decoration: none;
}

.nav-item a, .nav-item a:hover, .nav-item a:active, .nav-item a:focus {
    color: black !important;
}

.la-link a, .la-link a:hover, .la-link a:active, .la-link a:focus {
    color: white !important;
}

.rounded-pill.bg-ti-dark:hover {
    background-color: #0a58ca;
}

#st-2.st-has-labels .st-btn:hover {
    width: auto !important;
}

.footer-link {
    text-decoration: none;
}

.footer-link, .footer-link:hover, .footer-link:active, .footer-link:focus {
    color: black !important;
    text-decoration-color: black;
}

.dropdown div {
    margin-left: .5rem;
    align-self: flex-end;
}

.dropdown {
    display: flex;
}

.open .dropdown i {
    transform: rotate(225deg);
    bottom: -.2rem;
}

.nav-menu-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.77rem;
    font-weight: 900;
    line-height: 2rem;
}

.nav-menu-section {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.nav-menu-link {
    font-family: 'Open Sans', sans-serif;
    color: #797979 !important;
    text-decoration: none !important;
}

#toggleMenu {
    display: none;
}

.nav-item-dropdown ul {
    display: none;
}

.arrow {
    position: relative;
    border: solid black;
    border-width: 0 .1875rem .1875rem 0;
    display: inline-block;
    padding: .2875rem;
    margin: 0 .2875rem;
    transform: rotate(45deg);
    bottom: .2rem;
}

.event-finished {
    font-size: 0.7rem;
    color: red;
    font-weight: bold;
}

.bg-ti-4{
    background-color:#F9E2E4;
}

.news-card-img {
    position: relative;
    overflow: hidden;
}

.zoom-img {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    display: block;
}

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


.news-tags {
    position: absolute;
    top: 10px; 
    left: 10px;
    z-index: 10;
}


.tag-event-finished{
    border: 1px solid red;
    border-radius: 0.6rem;
    padding: .3rem 0.7rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: min-content;
    width: fit-content;
}

.check-list {
    list-style: none;
}

.check-list-green:before {
    color: #80B278;
}

.check-list-blue:before {
    color: #00ACB9;
}

.check-list-red:before {
    color: #E73939;
}


.check-list:before {
    content: '✓  ';
    font-weight: 900;
}

/* Slider */

.carousel-control-next, .carousel-control-prev {
    z-index: 4 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem !important;
    height: 4rem !important;
}

.carousel-inner::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 49.06%, rgba(0, 0, 0, 0.14) 74.04%);
}

.carousel-inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: 2;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 49.06%, rgba(0, 0, 0, 0.14) 74.04%);
}

#carouselCover {
    z-index: 50000;
}

.carousel-fixed-inner::after, .carousel-fixed-inner::before {
    height: 100vh !important;
    top: 0;
}

.carousel-item {
    overflow: hidden !important;
}

.carousel-item .carousel-link {
    display: flex;
    justify-content: center;
}

.carousel-item-home img {
    height: 50rem !important;
    width: auto !important;
}

#overlay-spinner{	
position: absolute;
left: 0;
top: 0;
z-index: 100;
width: 100%;
height:100%;
background: rgba(0,0,0,0.6);
}
.cv-spinner {
height: 100%;
display: flex;
justify-content: center;
align-items: center;  
}
.spinner {
width: 40px;
height: 40px;
border: 4px #ddd solid;
border-top: 4px #2e93e6 solid;
border-radius: 50%;
animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
100% { 
    transform: rotate(360deg); 
}
}

/* Hero */

.hero {
    margin-top: 7.8rem !important;
}

.hero-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(39, 39, 39, 0.35) 58.98%);
}

.hero-static {
    min-height: 460px;
    overflow: hidden;
}

.hero-static img {
    height: 100%;
    max-height: 460px;
    width: auto;
    min-width: 100%;
}


/* Tag cards */ 

.tag-card {
    margin: auto;
    height: fit-content;
    box-shadow: 0px .375rem 1.25rem rgba(0, 0, 0, 0.1);
}

.tag-card-description, .tag-card-cta {
    font-size: 1.5rem;
}

.tag-card-absolute {
    bottom: 5rem;
    left: 5rem;
    width: 25rem;
    position: absolute;
    z-index: 5;
}

.tag {
    border-radius: 3rem;
    padding: .3rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: min-content;
    width: fit-content;
}

.social {
    background-color: #F81515;
}

.ambiental {
    background-color: #219AA8;
}

.efemeride {
    background-color: #6DB2F2;
}

.economico {
    background-color: #219AA8;
}

/* Grid x5 */

.grid-5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.grid-item {
    height: 100%;
    aspect-ratio: 1 / 1.5;
}

.grid-5-big {
    grid-row: span 2;
}


.news-card {
    margin: auto;
    width: 100%;
}

.news-card-title {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.5rem;
    font-weight: 500;
}

.news-card-date, .news-card-description, .news-card-cta {
    font-size: 1.5rem;
}

.grid-5-big .news-card {
    width: 100%;
}

.grid-5-big .news-card-description {
    font-size: 1.375rem;
    line-height: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.grid-5-big .news-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.375rem;
    line-height: 2.8125rem;
    font-weight: 500;
}

/* Event cards */

.event-card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
}

.event-card-description, .event-card-cta, .event-card a {
    font-size: 1.5rem;
}

.selected-event {
    background-color: #0D2D9E !important;
    color: white;
    height: 100%;
}

.selected-event a {
    color: white !important;
}

/* Category cards */

.square {
    aspect-ratio: 1/1;
}

.x-rectangle {
    aspect-ratio: 2 / 1;
}

.y-rectangle {
    aspect-ratio: 1 / 2;
}

.card-category {
    position: relative;
    overflow: hidden;
    height: auto;
}


.card-category a {
    font-size: 1.8rem;
}

.card-category-overlay, .card-category-content, .card-category-img {
    display: grid;
    top: 0;
    bottom: 0;
}

.card-category-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-category-content {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.38%, rgba(0, 0, 0, 0.4) 78.51%);
    padding: 4rem;
    position: absolute;
    width: calc(100% - var(--bs-gutter-x));
}

.card-category-overlay {
    width: 100%;
}

.card-category-cta a:hover {
    color: white;
}

/* Footer */

.footer-logo img {
    height: 7.8125rem;
}

.footer-social {
    position: relative;
    z-index: 100;
}

.footer-social img {
    height: 2.7rem;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
    text-decoration-color: #797979 !important;
}

.footer-links {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.footer-copyright img {
    height: 3.875rem;
}

.footer-link-subtitle {
    font-size: 1.39rem;
    line-height: 1.875rem;
    font-family: 'Open Sans', sans-serif;
}

/* Banner */

.banner {
    overflow: visible;
    height: auto;
    width: 100%;
}

.banner-img {
    display: flex;
    position: relative;
}

.banner-img img, .banner-img a {
    width: 100%;
}

.banner-cta {
    background: #F3F2F2;
    box-shadow: 0px .25rem 1.25rem rgba(239, 239, 239, 0.03), 0px .1875rem .75rem #DFDFDF;
    border-radius: 0px 0px 1.5625rem 1.5625rem;
    text-align: center;
    padding: 1.25rem;
}

.card-sp {
    background: #FFFFFF;
    box-shadow: 0px 1rem 1rem rgba(0, 0, 0, 0.1), 0px .125rem .1875rem rgba(0, 0, 0, 0.15);
    border-radius: .8125rem;
    padding: 2.75rem;
    text-align: center;
    height: fit-content;
}

.btn-la {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    font-family: 'Open Sans', sans-serif;
    width: fit-content;
    text-decoration: none;
    border-radius: 0.5rem;
    border: none;
}

.banner-img .btn-la {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.btn-transparent {
    border: 1px solid black;
    border-radius: 10px;
    background-color: transparent;
}

.news-card-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-side {
    width: 60%;
}

.left-side-social img {
    width: 25px;
}

.x-scroll {
    overflow-x: scroll;
    display: grid;
    grid-template-columns: repeat(4, 25rem);
    gap: 1rem;
}

.x-scroll .news-card {
    width: 100%;
}

.main-mid-upper {
    margin-bottom: -13rem;
}

.dark-filter {
    background-color: rgba(0, 0, 0, 0.801);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

#seeMore {
    cursor: pointer;
}

.carousel-fixed {
    margin-top: 10rem;
}

.point-container {
    position: absolute;
    cursor: pointer;
}

.point-tag {
    position: absolute;
    background-color: #0D2D9E;
    padding: .2rem .6rem;
    border-radius: .5rem;
    z-index: 1;
}

.point-tag p {
    position: relative;
    z-index: 2;
}

.point-tag-bottom-left {
    bottom: -8rem;
    right: -1.3rem;
}

.point-tag-bottom-right {
    bottom: -8rem;
    left: 1.3rem;
}

.point-tag-top-left {
    top: -6rem;
    right: -1.3rem;
}

.point-tag-top-right {
    top: -6rem;
    left: 1.3rem;
}

.point-tag-bottom-left::before {
    content: "";
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #0D2D9E; 
    top: -.6rem;
    position: absolute;
    right: 0;
}

.point-tag-bottom-right::before {
    content: "";
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:10px solid #0D2D9E; 
    top: -.6rem;
    position: absolute;
    left: 0;
}

.point-tag-top-left::before {
    content: "";
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #0D2D9E; 
    bottom: -.6rem;
    position: absolute;
    right: 0;
}

.point-tag-top-right::before {
    content: "";
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:10px solid #0D2D9E; 
    bottom: -.6rem;
    position: absolute;
    left: 0;
}

.point-info {
    position: absolute;
    text-align: left;
    background-color: #EFF4FF;
    border: 2px solid #0D2D9E;
    width: 50vw;
    z-index: 2;
    display: none;
}

.point-info h5 {
    font-size: 1.5rem;
}

.point-info li {
    font-size: 1.3rem;
}

#pointInfo1 {
    bottom: 1rem;
    right: -2rem;
}

#pointInfo2, #pointInfo3, #pointInfo4 {
    top: 3rem;
    left: -5rem;
}

#pointInfo3 {
    top: 3rem;
    left: -3rem;
}

.point-tag-top {
    top: -6rem;
}

.point-tag p {
    margin: 0;
}

.point {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    position: absolute;
}

.point-animated {
    opacity: 70%;
    animation: crescendo 1.3s normal infinite ease-in;
}

#point1 {
    right: 7rem;
    top: 16rem;
}

#point2 {
    left: 17.5rem;
    top: 21rem;
}

#point3 {
    left: 6rem;
    bottom: 33rem;
}

#point4 {
    left: 15rem;
    bottom: 8rem;
}

.hover-logos div{
    filter: grayscale(1) opacity(.5);
}

.hover-logos div:hover {
    filter: grayscale(0) opacity(1);
}

.content-selector-item {
    border: 1px solid rgba(148, 148, 148, 1);
    color: rgba(148, 148, 148, 1);
    cursor: pointer;
}

.content-selector-item.active {
    border: none;
    color: inherit;
    border-bottom: 4px solid #0d2d9e;
    background-color: rgba(226, 235, 255, 1);
}

.content-selector-item img {
    filter: invert(59%) sepia(79%) saturate(25%) hue-rotate(314deg) brightness(87%) contrast(83%);
}

.content-selector-item.active img {
    filter: none;
}

/* ICONOS BENEFICIOS */ 

.icon-item .icon-container {
    height: 9rem;
}


@keyframes crescendo {
    0%   {transform: scale(1);}
    50% {transform: scale(2);}
    100% {transform: scale(2.00000000000001 );}
}

.gradient-container {
    background: linear-gradient(to right, rgba(41, 150, 162, 1),rgba(210, 16, 32, 1),rgba(211, 14, 31, 1),rgba(117, 156, 96, 1));
}

.report {
    background-color: #0D2D9E;
}

@media screen and (min-width:768px) {
    .banner-img .btn-la {
        bottom: 0;
        top: 0;
        right: 5rem;
        left: auto;
    }
}

@media screen and (min-width:576px) {

    html {
        font-size: 1.7vw;
    }

    .grid-5 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    #point1 {
        right: 10.4rem;
        top: 20rem;
    }
    
    #point2 {
        left: 27rem;
        top: 28rem;
    }
    
    #point3 {
        left: 11rem;
        bottom: 48rem;
    }
    
    #point4 {
        left: 20rem;
        bottom: 10rem;
    }
}

@media screen and (min-width: 768px) { 
    html {
        font-size: 1.2vw;
    }

    .event-card-description, .event-card-cta, .event-card a {
        font-size: inherit;
    }

    .tag-card-description, .tag-card-cta {
        font-size: inherit;
    }

    .card-category a {
        font-size: inherit;
    }
        
    .point-info h5 {
        font-size: 1.5rem;
    }

    .point-info li {
        font-size: inherit;
    }

    .nav-item {
        font-size: 2.4rem;
        line-height: 3rem;
        font-weight: 500;
    }

    .nav-menu-title {
        font-size: 2.8rem;
        font-weight: 900;
        line-height: 3.6rem;
    }

    .carousel-item-home img {
        width: 100% !important;
        height: auto !important;
        max-height: 50rem;
        object-fit: cover;
        object-position: top;
    }

    .carousel-fixed {
        max-height: 70vh !important;
        width: min-content;
        margin: auto;
        margin-top: 5rem;
    }
    
    .carousel-fixed img {
        margin: auto;
        height: 100%;
        width: auto !important;
    }

    
    .gallery-control-next {
        right: -15%;
    }

    .gallery-control-prev {
        left: -15%;
    }

    .gallery-indicators {
        bottom: -25%;
    }

    .tag-card {
        left: 10rem;
    }

    .card-category-img {
        height: 100%;
    }

    .x-scroll {
        grid-template-columns: repeat(4, 30rem);
    }
    

    #point1 {
        right: 17rem;
        top: 7rem;
    }
    
    #point2 {
        left: 35.5rem;
        top: 15rem;
    }
    
    #point3 {
        left: 12rem;
        top: 44rem;
    }
    
    #point4 {
        left: 45rem;
        bottom: 8rem;
    }

    .point-info {
        width: 30vw;
    }

    #pointInfo1 {
        top: 3rem;
        bottom: auto;
        left: -10rem;
    }

    #pointInfo2 {
        right: 1rem;
        left: auto;
        bottom: -12rem;
        top: auto;
    }

    #pointInfo3 {
        bottom: 1rem;
        top: auto;
        left: -10rem;
        right: auto;
    }

    #pointInfo4 {
        right: auto;
        left: 3rem;
        top: auto;
        bottom: 0;
    }
}

@media screen and (min-width:992px) {
    html {
        font-size: 10px;
    }

    .hero-static img {
        max-height: none;
    }

    .main-upper {
        max-height: 40vh;
    }
    
    .main-upper .hero-img {
        max-height: 37.5rem;
        display: flex;
        object-fit: cover;
        object-position: top;
    }

    .icon-blue {
        color: #0d6efd;
        text-decoration: none !important;
        margin-left:2px;
    }

    .main-mid-upper {
        top: -8.8rem;
        margin-bottom: -5rem !important;
    }

    .main-title {
        font-size: 4.1em;
        line-height: 5rem;
        margin-bottom: 4.19rem;
    }

    .main-subtitle {
        font-size: 2.5rem;
        line-height: 2.6rem;
        margin-bottom: 3rem;
    }
        
    .subtitle-1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
    }

    .subtitle-2 {
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
    }
    
    .main-text {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }

    .nav-menu {
        position: relative;
        overflow-y: hidden;
    }

    .nav-menu {
        width: auto;
        justify-content: end;
    }
    
    .nav-item {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.22rem;
        line-height: 1.625rem;
        font-weight: 500;
        border-bottom: none;
        min-width: max-content;
    }
    
    .dropdown {
        width: min-content;
    }

    .grid-5 {
        display: grid;
        gap: 1rem;
        grid-template-columns: auto calc(40% - .5rem) auto; 
        grid-template-rows: [y0] auto [y1] auto [y2];
        grid-auto-flow: column;
    }

    .news-card-title {
        font-size: 1.25rem;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.625rem;
        font-weight: 500;
    }

    .x-scroll-item .news-card-info, .row .news-card-info {
        height: 18rem;
    }

    .grid-5-big .news-card .news-card-img {
        height: auto !important;
        display: block;
    }


    .event-card-title {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }

    .selected-event .event-card-title {
        font-size: 2.5rem;
        line-height: 2.8125rem;
    }

    .col-lg-fixed {
        flex: 0 0 auto !important;
        width: 20% !important;
    }

    .col-lg-double {
        flex: 0 0 auto !important;
        width: calc(20% * 2) !important;
    }
    
    .footer-links {
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .x-scroll {
        overflow-x: hidden;
        grid-template-columns: repeat(4, 1fr);
    }

    .x-scroll-item {
        width: auto;
    }
    
    .x-scroll-item .news-card {
        width: auto !important;
    }

    #point1 {
        right: 18.5rem;
        top: 7rem;
    }
    
    #point2 {
        left: 40rem;
        top: 15rem;
    }
    
    #point3 {
        left: 14rem;
        top: 47rem;
    }
    
    #point4 {
        left: 51rem;
        bottom: 9rem;
    }

    .point-info {
        width: 20vw;
    }

    #pointInfo1 {
        left: 3rem;
        right: auto;
        bottom: -12rem;
        top: auto;
    }

    .video-container {
        padding: 0 6rem;
    }

    .nav-menu {
        top: auto;
        height: auto;
        box-shadow: none;
    }

    
    .news-card-date, .news-card-description, .news-card-cta {
        font-size: inherit;
    }
}

@media screen and (min-width:1200px) {
    html {
        font-size: 12px;
    }

    #point2 {
        left: 39.5rem;
        top: 15rem;
    }
}

@media screen and (min-width:1400px) {
    html {
        font-size: 14px;
    }

    
    .left-side-social img {
        width: 30px;
    }

    
    #point1 {
        right: 18.5rem;
        top: 7rem;
    }
    
    #point2 {
        left: 39.3rem;
        top: 15rem;
    }
    
    #point3 {
        left: 14rem;
        top: 47rem;
    }
    
    #point4 {
        left: 50rem;
        bottom: 9rem;
    }

}

@media screen and (min-width:1920px) {
    html {
        font-size: 16px;
    }

    .container-lg {
        max-width: 1660px !important;
        margin: auto;
    }

    .left-side-social img {
        width: 35px;
    }
        
    #point1 {
        right: 20rem;
        top: 7rem;
    }
    
    #point2 {
        left: 43.5rem;
        top: 15rem;
    }
    
    #point3 {
        left: 15rem;
        top: 50rem;
    }
    
    #point4 {
        left: 55rem;
        bottom: 9rem;
    }
}