@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,regular,500,600,700,800,900);

html{
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

:root {
    --gris: #7F7F7F;
    --verde-claro: #669999;
    --verde: #558080;
    --verde-oscuro: #005757;
    --verde-muy-oscuro: #003333;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto";
}

body {
    background-color: #f3f3f3;
    max-width: 100%;
    position: relative;
}

button, a{
    transition: all 400ms;
}

button:hover, a:hover {
    filter: brightness(0.9);
    cursor: pointer;
    transform: scale(1.05);
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}

.navbar {
    background-color: #f3f3f3;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid #898989;
    position: fixed;
    width: calc(100vw - 40px);
}

.logo-nav {
    width: 174px;
    height: auto;
}

.navbar .menu-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style-type: none;
    color: var(--verde-oscuro);
}

.navbar .menu-nav a {
    text-decoration: none;
    color: var(--verde-oscuro);
}

.navbar .menu-nav a:hover {
    font-weight: 500;
    filter: brightness(0.5);
}

.navbar .redes-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar .redes-nav img {
    width: 32px;
    height: 32px;
}

.navbar-top {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-navigation-nav,
.logo-close-nav {
    display: none;
}

.hero {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    height: calc(100vh - 75px);
    display: flex;
    flex-direction: row;
    margin-top: 75px;
    z-index: 2;
}

.banner-hero {
    position: relative;
    width: 40%;
    display: flex;
}

.fondo-banner {
    width: 100%;
    display: flex;
    z-index: 1;
}

.año-img {
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    filter: brightness(0.01);
}

.draw-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.kick-off {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transform-origin: top left;
}

.info-hero {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.info-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
}

.info-hero-text h1 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Roboto Slab";
    color: var(--gris);
    line-height: 120%;
}

.info-hero-text h1 span {
    color: var(--verde-oscuro);
    font-family: "Roboto Slab";
}

.info-hero-text div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--verde);
    border-bottom: 1px solid var(--verde);
    padding: 24px 0;
    margin: 32px 0;
}

.info-hero-text div span {
    font-size: 28px;
    font-weight: 300;
    color: var(--verde);
}

.info-hero-text a,
.inscripcion form button,
.popup-inscripcion a {
    background-color: var(--verde);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 20px 12px 15px -3px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
    .info-hero-text a{
        width: 100%;
        /*margin: 0 10%;*/
    }
.speakers-destacados,
.inscripcion,
.agenda,
.footer {
    position: relative;
    max-width: 1400px;
    margin: 0;
    padding: 100px 72px;
    z-index: 2;
}

.contenedor-elementos {
    position: relative;
    z-index: 10;
}

.ano-section {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.ano-section span {
    font-family: "Roboto Slab";
    font-size: 325px;
    color: #e5e5e5;
    line-height: 0.8;
    font-weight: bold;
}

.speakers-destacados h3 {
    font-size: 50px;
    color: var(--gris);
    margin-bottom: 32px;
    font-family: "Roboto Slab";
    line-height: 120%;
}

.speakers-destacados h3 span {
    font-family: "Roboto Slab";
    color: var(--verde-oscuro);
}

.speakers-destacados p {
    font-size: 25px;
    color: var(--verde-oscuro);
    margin-bottom: 100px;
}

.speakers-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
}

.speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 100px);
    padding: 0 50px;
    text-align: center;
}

.speaker-img {
    width: 90%;
    height: auto;
    border-radius: 100%;
    margin-bottom: 15px;
    box-shadow: 10px 5px 5px -3px rgba(0, 0, 0, 0.50);
}


.speaker h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--verde);
    font-family: "Roboto Slab";
    margin-bottom: 5px;
}

.speaker h4 {
    font-size: 15px;
    font-weight: normal;
    color: var(--verde-muy-oscuro);
}

.inscripcion .contenedor-elementos {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 128px;
}

.inscripcion form {
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.inscripcion form h3 {
    font-family: "Roboto Slab";
    font-size: 60px;
    color: var(--verde-muy-oscuro);
    margin-bottom: 50px;
}

.inscripcion form input {
    display: flex;
    align-items: center;
    background-color: rgba(102, 153, 153, 0.4);
    border: 0;
    border-radius: 8px;
    padding: 16px 12px;
    margin-bottom: 20px;
    font-family: "Roboto Slab";
    font-size: 21px;
    color: white;
}

.inscripcion form button {
    margin-top: 25px;
}

.inscripcion input::placeholder {
    font-family: "Roboto Slab";
    font-size: 21px;
    color: white;
}

.inscripcion-img {
    max-width: 694px;
}

.inscripcion-img img {
    max-width: 100%;
    max-height: 85vh;
    height: auto;
}

.agenda .contenedor-elementos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.agenda h3 {
    font-family: "Roboto Slab";
    font-size: 50px;
    color: var(--verde-muy-oscuro);
    margin-bottom: 50px;
}

.evento {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.evento-separador {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
}

.evento-separador div:nth-child(1),
.evento-separador div:nth-child(3) {
    height: 20px;
    width: 2px;
    background-color: var(--verde);
}

.evento-separador div:nth-child(2) {
    height: 16px;
    width: 16px;
    background-color: var(--verde);
    border-radius: 999px;
}

.evento span {
    font-size: 23px;
}

.evento span:nth-child(2) {
    font-weight: 600;
    color: var(--verde);
    margin-right: 8px;
}

.evento span:nth-child(3) {
    color: var(--verde-muy-oscuro);
}

.charlas {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.charla {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.charla-speaker-img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 10px 5px 5px -3px rgba(0, 0, 0, 0.50);
}

.charla-text {
    max-width: 464px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.charla-text h3 {
    font-family: "Roboto Slab";
    color: var(--verde-muy-oscuro);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.charla-text h4 {
    font-size: 21px;
    font-weight: 600;
    color: var(--verde);
}

.charla-text p {
    font-size: 16px;

}

.footer hr {
    border-top: 1px solid #898989;
    margin-bottom: 32px;
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 48px;
}

.logo-inviu-footer {
    width: 172px;
    height: 32px;
}

.menu-footer {
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.menu-footer ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style-type: none;
}

.menu-footer a {
    text-decoration: none;
    color: #898989;
}

.menu-footer a:hover {
    font-weight: 500;
    filter: brightness(0.5);

}

.redes-footer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.redes-footer img {
    width: 32px;
    height: 32px;
}

.footer-text {
    color: #898989;
}

.popup-space-inscripcion {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.popup-inscripcion {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 50px;
}

.popup-inscripcion p {
    color: var(--verde-muy-oscuro);
    font-size: 23px;
    margin-bottom: 24px;
}

.popup-inscripcion span {
    color: var(--verde-muy-oscuro);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 64px;
}

.close-popup-inscripcion {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.shadow{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2;
}

@media (max-width: 1280px) {
    .info-hero-text {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }
    .speakers-destacados{
        margin-bottom: 25px;
    }
    .speakers-destacados h3 {
        width: auto;
    }

    .charlas {
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    .evento span {
        font-size: 20px;
    }

    .charla-text span:nth-child(1) {
        font-size: 25px;
    }

    .charla-text span:nth-child(2) {
        font-size: 20px;
        font-weight: 600;
        color: var(--verde);
    }

    .charla-text p {
        max-width: 384px;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .info-hero-text {
        max-width: none;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .banner-hero {
        width: 100%;
        height: 400px;
    }

    .año-img {
        display: flex;
        width: 240px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        filter: brightness(0.01);
    }

    .kick-off {
        display: flex;
        flex-direction: column;
        width: 200px;
        left: 120px;
        top: 180px;
        transform: translate(0);
        z-index: 10;
    }

    .info-hero {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 72px;
    }

    .charla {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .inscripcion .contenedor-elementos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .inscripcion form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .inscripcion form h3 {
        text-align: center;
        font-size: 50px;
        margin-bottom: 64px;
    }

    .popup-inscripcion {
        max-width: none;
        width: 80%;
        padding: 48px 32px;
    }

    .agenda h3 {
        text-align: center;
    }

    .agenda .contenedor-elementos {
        display: flex;
        flex-direction: column;
        gap: 128px;
    }

    .charla-text p {
        max-width: none;
        font-size: 18px;
    }

    .evento span {
        font-size: 35px;
    }

    .charla-text span:nth-child(1) {
        font-size: 30px;
    }

    .charla-text span:nth-child(2) {
        font-size: 25px;
        font-weight: 600;
        color: var(--verde);
    }

    .charla-text p {
        font-size: 20px;
    }

    .speakers-list {
        justify-content: center;
        flex-direction: column;
    }

        .speaker{
            width: calc(100% - 100px);
            margin-bottom: 50px;
        }
}

@media (max-width: 640px) {
    .hero {
        margin-top: 80px;
    }

    .navbar {
        max-width: 100%;
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        padding: 24px !important;
        border-bottom: 1px solid #898989;
    }

    .navbar .menu-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-navigation-nav{
        display: flex;
    }

    .navbar .menu-nav,
    .navbar .redes-nav {
        display: none;
    }

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

    .banner-hero {
        width: 100%;
        height: 125px;
    }

    .draw-top {
        transform: scale(0.75);
        transform-origin: left top;
    }

    .año-img {
        transform: scale(0.3);
        transform-origin: right bottom;
    }

    .kick-off {
        top: -10px;
        transform: translate(10%, 20%) scale(0.5);
        z-index: 10;
        left: 10px;
    }

    .info {
        padding: 24px;
    }

    .info-hero {
        padding: 32px 24px;
    }

    .info-hero-text h1 {
        font-size: 25px;
        font-weight: bold;
        font-family: "Roboto Slab";
        color: var(--gris);
    }

    .info-hero-text div {
        flex-direction: column;
        padding: 24px 0;
        gap: 16px;
    }

    .info-hero-text div span {
        font-size: 24px;
        font-weight: 300;
        color: var(--verde);
    }

    .speakers-destacados,
    .inscripcion,
    .agenda,
    .footer {
        max-width: 1400px;
        margin: 0;
        padding: 50px 30px;
    }

    .speakers-destacados h3 {
        font-size: 30px;
        color: var(--gris);
        margin-bottom: 32px;
        font-family: "Roboto Slab";
        margin-bottom: 10px;
    }

    .speaker h4{
        font-size: 15px;
    }

    .speakers-destacados p {
        font-size: 21px;
        color: var(--verde-oscuro);
        margin-bottom: 100px;
    }

    .agenda h3 {
        font-size: 21px;
    }

    
    .evento span {
        font-size: 20px;
        width: 50%;
    }

    .charla-text span:nth-child(1) {
        font-size: 25px;
    }

    .charla-text span:nth-child(2) {
        font-size: 20px;
        font-weight: 600;
        color: var(--verde);
    }

    .charla-text p {
        font-size: 18px;
    }


    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        margin-bottom: 48px;
    }

    .menu-footer {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .evento-separador {
        margin-right: 8px;
    }

    .inscripcion form h3 {
        font-size: 36px;
        margin-bottom: 64px;
    }

    .popup-inscripcion {
        width: 70%;
    }

    .popup-inscripcion p {
        font-size: 25px;
    }

    .popup-inscripcion span {
        font-size: 25px;
        margin-bottom: 32px;
    }

    .ano-section span {
        font-size: 175px;
    }

    .info-hero-text a{
        margin: 0 auto;
    }
    .ano-section{
        opacity: 0.7;
    }
}

@media (min-width: 1600px) {
    .speakers-destacados, .inscripcion, .agenda, .footer{
        max-width: 100%;
    }
    .inscripcion form{
        width: 50%;
    }
    .inscripcion-img{
        max-width: 100%;
        width: 50%;
    }
    .agenda .contenedor-elementos{
        justify-content: center;
    }
    .agenda-eventos{
        padding: 0 50px;
    }
    .charlas{
        padding: 0 50px;
    }
    .speaker-img{
        max-width: 182px;
    }
}