@font-face {
    font-family: GalanoGrotesque;
    src: url("../fonts/Galano Grotesque Medium.otf");
}

h2 {
    color: #666666;
}

.color-block-header {
    font-family: 'Montserrat', sans-serif;
}

.color-block .content ul {
    padding-left: 20px;
}

.color-btn {
    font-family: GalanoGrotesque;
}

.section-video h2 {
    color: white;
}

.section-video .description {
    font-family: 'Montserrat', sans-serif;
}

.section-join-us {
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.section-join-us h2 {
    color: white;
}

.section-join-us .message {
    font-family: 'Montserrat', sans-serif;
}

.person .name {
    font-family: 'Montserrat', sans-serif;
}

.person .message {
    color: #999999;
}

.footer {
    font-family: 'Montserrat', sans-serif;
}

.menu-item a {
    color: white;
}

.member-list-element ul {
    list-style-image: url('/images/538303-user_512x512.png');
    margin: 0;
}

.member-list-container {
    display: none;
    justify-content: space-between;
    background-color: whitesmoke ;
    padding:20px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

body {
    font: normal 16px/1.5 "Helvetica Neue", sans-serif;
    background: #456990;
    color: #fff;
}

.bg-white {
    color: #222222;
}

/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
    background: #F45B69;
    padding: 50px 0;
}

.section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section h1 {
    font-size: 2.5rem;
}

.section h2 {
    font-size: 1.3rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: scroll;
}

.timeline ol {
    font-size: 0;
    width: auto;
    padding: 250px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    padding-right: 0;
    width: 90px;
    height: 3px;
    background: #505050;
}


.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 20px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 0%;
    background: #505050;
}

.timeline ol li div {
    position: absolute;
    width: 140px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: #FFFFFF;
    background: #31C0EF;
}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

/* piquitos */
.timeline ol li:nth-child(odd) div::before {
    top: 55px;
    border-width: 10px 10px 10px 10px;
    left: 60px;
    border-color: #31C0EF transparent transparent #31C0EF;
    transform: rotate(225deg);
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

/* piquitos */
.timeline ol li:nth-child(even) div::before {
    top: -7px;
    left: 60px;
    border-width: 10px 10px 10px 10px;
    border-color: #31C0EF transparent transparent #31C0EF;
    transform: rotate(45deg);
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {

    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline ol li div {
        position: static;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }
}

.objetivo {
    color: black;
}

div.text-dark-gray {
    color: #666666;
}

a.color-btn {
    text-align: center;
    padding: 18px;
}

a.color-btn:hover {
    color: white;
}

a.color-btn.gray-btn:hover {
    color: black;
}

.footer a {
    color: white;
}

div.member-card {
    color: #666666;
}

div.member-card-small {
    color: #666666;
}

.header a {
    color: white;
}

a.estrados-btn {
    line-height: 7px;
}

a.transparencia-link-white {
    color: white;
}
.location-content {
        color: black;
}

.solutions {
    color: white;
}

.proposal-btn {
    border: solid 3px white;
    color: white;
    cursor: pointer;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transparency-btn{
    color: white;
}

.bg-gray-custom3 h3 {
    color: black;
}

.newsGeneral .description, .newsSideBar .description{
    max-height: 200px;
    overflow: hidden;
}
