@font-face {
    font-family: DMSans;
    src: url(../fonts/DMSans.woff);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: DMSans;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-x: hidden;
}

#hero1 {
    background-image: url(../images/backgroundTop_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.presentaciones {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.card {
    height: 100%;
    width: 100%;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 15px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    opacity: 0.1;
    border: none;
    background-color: #0061A0;
    pointer-events: none;
    user-select: none;
}

.colTarjeta {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    align-items: stretch;
}

.card-body {
    display: flex;
    flex-direction: column;

}

.card-body a {
    margin-top: auto;
    margin-left: auto;
    border-radius: 150px;
    background-color: #4c8e4e;
    border: none;
}

.card-title {
    font-weight: bold;
}

.card-text2 {
    font-family: DMSans;
    color: #0061A0;
    font-weight: bold;
}

.navContainer {
    height: 90px;
}

.nav-item .nav-link {
    color: white !important;
    float: right !important;
}

.nav-item .nav-link:hover {
    text-decoration: underline;
}

.heroData {
    /* border: 1px solid black; */
    height: calc(100% - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroData .row {
    width: 100%;
}

.navbar-brand img {
    width: 300px;
    height: auto;
}


.logoTop {
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 9;
    width: 300px;
    height: auto;
    padding: 0;
    border-radius: 0 0 8px 8px;
}

.logoTop img {
    width: 100%;
    height: auto;
}


.backgroundTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1800px;
    z-index: -1;
    background-image: url(../images/hero1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    /* animation: 20s bg_change_smooth ease-in-out infinite; */
}

.backgroundTop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1800px;
    z-index: -2;
    background-image: url(../images/hero1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    animation: 20s bg_change_smooth ease-in-out infinite;
}

@keyframes bg_change_smooth {
    0% {
        background-image: url(../images/hero1.jpg);
    }

    20% {
        background-image: url(../images/hero1.jpg);
    }

    25% {
        background-image: url(../images/Group\ 90.jpg);
    }

    45% {
        background-image: url(../images/Group\ 90.jpg);
    }

    50% {
        background-image: url(../images/Group\ 91.jpg);
    }

    70% {
        background-image: url(../images/Group\ 91.jpg);
    }

    75% {
        background-image: url(../images/hero1.jpg);
    }

    100% {
        background-image: url(../images/hero1.jpg);
    }
}



.colVerPrograma {
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.322));
}

.colVerPrograma p {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 3px;
    text-shadow: 0px 0px 50px black;
}

.colVerPrograma p:nth-child(1) {
    font-weight: bold;
}


.ver-programa {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #0061A0;
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 200px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.568);
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ver-programa span {
    position: relative;
    color: #fff;
    z-index: 1;
}

.ver-programa .liquid {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 220px;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: 1s;
}

.ver-programa .liquid::after,
.ver-programa .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.ver-programa .liquid::before {

    border-radius: 45%;
    background: rgb(59, 56, 255);
    animation: animate 5s linear infinite;
}

.ver-programa .liquid::after {

    border-radius: 40%;
    background: rgba(59, 71, 177, 0.5);
    animation: animate 10s linear infinite;
}

.ver-programa:hover .liquid {
    top: -150px;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.ver-programa:hover {
    box-shadow: 5px 5px 10px 0 rgba(143, 143, 143, 0.568);
    border: 1px solid white;
    color: white;
}

.debug {
    border: 1px solid green;
}

.cumbreSoloNombre {
    /* margin-top: 237px; */
    width: 100%;
    height: auto;
}

.AngleDown {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto auto;
    font-size: 3rem;
    color: white;
}

.AngleDown i {
    animation: 0.5s pulse ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

#hero2 {
    height: auto;
    margin-top: 200px;
}

.rowSecond {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Image100 {
    width: 100%;
    height: auto;
}

.secondImage {
    width: 100%;
    height: auto;
    filter: drop-shadow(5px 5px 30px rgba(118, 189, 255, 0.692));
}

.slider-container {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.slider-track {
    height: 70px;
    display: flex;
    width: max-content;
    animation: slide 20s linear infinite;
    padding-top: 5px;
    padding-bottom: 5px;
}

.slider-track img {
    width: auto;
    height: 60px;
    margin: 0 5px;
    flex-shrink: 0;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.473));
}

/* Animación de slider */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.bannerGrandesDesafios {
    margin: 3rem 0;
    width: 100%;
    height: 250px;
}

.banner-desafios {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero3 {
    margin-bottom: 5rem;
}

.hoverPop:hover {
    transition: 0.2s ease-in-out;
    transform: scale(1.05);
    filter: drop-shadow(5px 5px 5px #0060a080);
}

.card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    margin-bottom: 30px;
}

.card-grid-3 img {
    height: 260px;
    width: auto;
}

.card-grid-2 {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.card-grid-2 img {
    height: 260px;
    width: auto;
}

.bannerSectorPrivado {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.bannersectorprivadoImg {
    width: 100%;
    height: auto;
}

.objectivos {
    margin: 3rem 0;
    width: 100%;
    height: auto;
}

.card-grid-3-a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    margin-bottom: 30px;
}

.card-grid-3-a img {
    height: 260px;
    width: auto;
}

.palmeras {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.minamLogo {
    width: 300px;
    height: auto;
}

.card-grid-3-b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;

}

.card-grid-3-b img {
    height: 100px;
    width: auto;
}

.card-grid-2-b {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.card-grid-2-b img {
    width: auto;
    height: 50px;
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
    font-family: DMSans;
    background: white;
    background: linear-gradient(345deg, rgb(197, 239, 255), rgba(250, 253, 252, 1) 60%);
    background-color: white;
    border: none;
}



.modal-header {
    background-color: #0061A0;
    background-image: url(../images/topreg.png);
    background-size: cover;

}

.modal-title {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 0 5px black;
}

.modal-header .close {
    color: white;
    opacity: 1;
}

.btn-reg {
    background-color: #0061A0;
}

form {}

.modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

.modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
}

.form-group label {
    margin-bottom: 0;
    font-weight: bold;
}

.form-group input {
    border-radius: 8px;
    border: 1px solid rgba(158, 158, 158, 0.63);
    box-shadow: 2px 2px 2px 0px #0061A0;
}

.reg-title {
    background: #4c8e4e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.reg-title h5 {
    margin: 0;
    padding: 1rem 2rem;
}

.disclaimers {
    margin-top: 0.5rem;
    line-height: 1;
}

.regModalFinal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000;
    width: 100%;
    height: 100%;
    background-color: #2020208e;
    display: none;
    justify-content: center;
    align-items: center;

}


.Zizou-Reg {
    font-size: 1rem;
}

.regModalFinal .regcontainer {
    background: #2A7B9B;
    color: white;
    border-radius: 12px;
    width: auto;
    height: auto;
    padding: 3rem;
}

.reginner {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
}

.succes-title {
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
}

.succes-text {
    color: white;
    font-size: 1rem;
}

.succes-finalmsg {
    font-weight: bold;
    color: white;
    font-size: 1rem;
}

.reginner h5 {
    font-size: 1rem;
}

#politica_form label p {
    line-height: 1.1;
    margin-bottom: 0;
}

.reginnerLoading {

    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.reginnerLoading img {
    width: 100px;
    height: auto;
    animation: loadingSpin 1s ease-in-out infinite;
}

@keyframes loadingSpin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.secondImage-mob {
    display: none;
}

.banner-desafios-mob {
    display: none;
}

.bannersectorprivadoImg-mob {
    display: none;
}

.objectivos-mob {
    display: none;
}

.Image100-mob {
    display: none;
}

@media (max-width: 768px) {
    .mob-none {
        display: none;
    }

    .logoTop {
        top: 0;
        left: 20px;
    }

    .colVerPrograma {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 2rem;
    }

    .secondImage {
        display: none;

    }

    .secondImage-mob {
        display: flex;
        width: 100%;
        height: auto;
        filter: drop-shadow(5px 5px 30px rgba(118, 189, 255, 0.692));
    }

    .bannerGrandesDesafios {
        margin: 3rem 0;
        width: 100%;
        height: auto;
    }

    .banner-desafios {
        display: none;
    }

    .banner-desafios-mob {
        display: flex;
        width: 100%;
        height: auto;
    }

    .card-grid-3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: 0px;
        padding: 2rem;
    }

    .card-grid-3 img {
        height: auto;
        width: 100%;
    }

    .card-grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-bottom: 30px;
        padding: 0 2rem;
    }

    .card-grid-2 img {
        height: auto;
        width: 100%;
    }

    .bannerSectorPrivado {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }

    .bannersectorprivadoImg {
        display: none;
    }

    .bannersectorprivadoImg-mob {
        display: flex;
        width: 100%;
        height: auto;
    }

    .objectivos {
        display: none;
    }

    .objectivos-mob {
        display: flex;
        margin: 3rem 0;
        width: 100%;
        height: auto;
    }

    .card-grid-3-a {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-items: center;
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .card-grid-3-a img {
        height: auto;
        width: 100%;
    }

    .organizers-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .organizers-logo {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .supporters-title {
        font-size: 30px;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .supporters-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 0 1rem;
    }

    .supporter-logo {
        width: 60%;
        height: auto;
    }

    .supporter-logo-small {
        width: 60%;
        height: auto;
    }


    .program-bg {
        width: 100%;
        height: 300px;
        background-image: url('../images/Group\ 84.png');
        background-size: cover;
        background-position: bottom;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2rem;
        padding: 1rem 2rem;
    }

    .program-title {
        font-size: 25px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 2px;
        text-align: center;
        color: #ffffff;
        position: relative;
        z-index: 2;
        margin-bottom: 1rem;
    }

    .program-subtitle {
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 50px;
        position: relative;
        z-index: 2;
    }

    .program-row {
        margin-bottom: 20px;
    }

    .program-row .col-md-4 {
        margin-bottom: 20px;
    }

    .program-break {
        background-color: #0f88be;
        color: #ffffff;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 1px;
        text-align: center;
        padding: 16px 1rem;
        border-radius: 21px;
        margin: 30px 0;
    }

    .program-cocktail {
        background-color: #0061a0;
        color: #ffffff;
        font-size: 20px;
        font-weight: 800;
        line-height: 32px;
        letter-spacing: 1px;
        text-align: center;
        padding: 16px 1rem;
        border-radius: 21px;
        margin: 30px 0;
    }

    .footer-container {
        padding: 0 50px;
    }

    .footer-divider {
        width: 90%;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-right {
        align-items: center;
    }

    .footer-partners {
        flex-direction: column;
        gap: 20px;
    }

    .slider-track {
        height: 70px;
        display: flex;
        width: max-content;
        animation: slide 40s linear infinite;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .Image100 {
        display: none;
    }

    .Image100-mob {
        width: 100%;
        height: auto;
    }

    .navbar-brand {
        width: 60%;
        height: 90px;
        display: flex;
        align-items: center;
    }

    .navbar-brand img {
        width: 100%;
        height: auto;
    }

    .collapse {
        background-color: rgba(0, 0, 0, 0.74);
        padding-right: 1rem;
        z-index: 9999999;
    }

    .nav-item .nav-link {
        color: white !important;
        float: right !important;
    }

    #hero1 {
        background-image: url(../images/backgroundTop_03.jpg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

}