@font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/montserrat/Montserrat-Bold.ttf") format('truetype');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url("../fonts/montserrat/Montserrat-Medium.ttf") format('truetype');
}

@font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/montserrat/Montserrat-Light.ttf") format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/roboto/Roboto-Regular.ttf") format('truetype');
}

body {
    font-family: Montserrat-Medium;
    position: relative;
}

.baner {
    margin-top: 46px;
    margin-bottom: 76px;
}

.baner .logo-mobile {
    display: none;
}

.modal-content {
    background-color: rgb(8, 49, 42);
    color: white;
}

.modal-content .close {
    color: white;
}

.modal-content .btn-secondary {
    background-color: #00e47c;
    color: black;
}

.modal-content .modal-header,
.modal-content .modal-footer {
    border: none;
}

#custom-row {
    max-width: 1178px;
    margin: 0 auto;

    background-image: url(../img/cerebro.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 57px;
}

/* Registro */
#card-form {
    margin-left: 30px;
    padding: 21px 35px 17px 30px;
    width: 564px;
    background-color: #e4e2de;
    border-radius: 32px;
}

#card-form h2 {
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 16px;
    margin: 0;
}

#card-form input[type="text"],
#card-form input[type="email"],
#card-form input[type="number"] {
    font-family: Montserrat-Medium;
    border: none;
}

#card-form input::placeholder {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: black;
}

#terminos {
    font-family: Montserrat-Light;
    font-size: 11px;
    line-height: 11px;
    max-width: 300px;
    margin-left: auto;
    text-align: center;
    padding-top: 8px;
}

#terminos a {
    color: black;
    text-decoration: underline;
}

#terminos .form-label {
    padding-top: 2px;
    padding-bottom: 8px;
}

#card-form button {
    width: 100%;
    font-family: Montserrat-Bold;
    background-color: #00e47c;
    font-size: 13px;
    line-height: 13px;
    padding: 15px;
}

.cerebro-mobile {
    display: none;
}

.btn-login {
    margin-top: 84px;
}

/* Landing */
.limiter {
    max-width: 1440px;
    margin: 0 auto;
}

#container-nav {
    background-color: #08312a;
}

#container-nav nav {
    padding: 61px 80px 61px 131px;

    display: flex;
    align-items: center;
}

#container-nav nav h1 {
    margin: 0;
}

#container-nav nav .mobile {
    display: none;
    width: 100%;
}

#container-nav nav ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

#container-nav nav ul li {
    text-align: center;
}

#container-nav nav ul li:nth-child(1) {
    margin-right: 44px;
}

#container-nav nav ul li:nth-child(2) {
    margin-right: 32px;
}

#container-nav nav ul li:nth-child(3) {
    margin-right: 41px;
}

#container-nav nav ul li:nth-child(4) {
    margin-right: 49px;
}

#container-nav nav ul li:nth-child(5) {
    margin-right: 49px;
}

#container-nav nav a {
    color: #00e47b;
    font-family: Montserrat-Light;
    font-size: 19px;
    line-height: 19px;
}

#container-nav nav div {
    cursor: pointer;
    display: none;
}

#hamburguer-nav {
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
    width: 100%;
}

#hamburguer-nav .hamburguer-header {
    padding: 63px 32px 51px 32px;
    background-color: #08312a;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

#hamburguer-nav .hamburguer-body {
    background-color: #00e47c;
    padding: 30px 36px 30px 30px;
}

#hamburguer-nav .hamburguer-body ul {
    list-style: none;
    text-align: right;

    display: flex;
    flex-direction: column;
    gap: 15px;

    margin: 0;
    padding: 0;
}

#hamburguer-nav .hamburguer-body a {
    color: black;
    font-family: Montserrat-Light;
    font-size: 30px;
    line-height: 30px;
}

#hamburguer-nav .hamburguer-footer {
    padding-bottom: 232px;
    background-image: url(../img/hamburguer_cerebro.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #08312a;
}

#background {
    background-color: #08312a;
    text-align: center;
    padding: 128px 15px;
}

#background .mobile {
    display: none;
}

#titulo {
    background-color: #e5e3de;
    text-align: center;
/*     background-image: url(../img/titulo.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 244px; */
}

#titulo .mobile {
    display: none;
}

#agendas {
    background-color: #e5e3de;
}

#agendas .mobile {
    display: none;
}

#speakers {
    padding: 52px 0 88px 0;
    background-color: #00e47c;
}

#speakers h2 {
    padding-left: 135px;
    padding-bottom: 35px;
    margin: 0;
    font-size: 42px;
    line-height: 42px;
    font-family: Montserrat-Bold;
}

#speakers .speakers-container {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    padding: 0 5px;
}

#speakers .speakers-container div {
    width: 222px;
    text-align: center;
}

#speakers h3 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat-Bold;
    padding-top: 25px;
}

#speakers p {
    margin: 0;
    font-family: Montserrat-Medium;
    font-size: 14px;
    line-height: 14px;
    padding-top: 20px;
    text-align: left;
}

#links,
#linkpost {
    background-color: #08312a;
    display: flex;
    justify-content: center;
}

#links .links-container,
#linkpost .links-container {
    display: flex;
    justify-content: center;
    gap: 6px;
    background-color: #e5e3de;
}

#links .links-container div,
#linkpost .links-container div {
    padding: 38px 44px 21px 44px;
    background-color: #08312a;
    color: white;
}

#links .links-container h3
#linkpost .links-container h3 {
    font-size: 34px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 25px;
}

#links h3.encuesta {
    padding-bottom: 59px;
}

#footer-boehringer {
    background-color: #e5e3de;
    padding: 85px 0 72px 0;
}

/* Footer */
.footer {
    width: 100%;
    position: absolute;
    bottom: -49px;
    font-family: Roboto-Regular;
    color: #ffffff;
    background-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;

}

.footer a {
    color: #ffffff
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1346px) {
    #links h3.encuesta {
        padding-bottom: 25px;
    }
}

@media (max-width: 1276px) {

    #links h3.evaluacion,
    #links h3.encuesta {
        padding-bottom: 59px;
    }
}

@media (max-width: 1096px) {
    #custom-row {
        background-image: url(../img/cerebro_2.png);
        background-position: bottom center;
        padding-bottom: 375px;
    }

    #card-form {
        margin: 0 auto;
    }

    #links h3.evaluacion {
        padding-bottom: 25px;
    }
}

@media (max-width: 915px) {
    #container-nav nav div {
        display: block;
        margin-left: auto;
    }

    #container-nav nav ul {
        display: none;
    }

    #container-nav nav .mobile {
        display: block;
    }

    #container-nav nav .desktop {
        display: none;
    }

    #container-nav nav {
        padding: 63px 32px 51px 32px;
        gap: 50px;
    }

    #background {
        min-height: calc(100dvh - 174px);
        padding: 30px 32px 30px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #background .desktop{
        display: none;
    }
    
    #background .mobile {
        display: block;
    }

    #titulo .desktop{
        display: none;
    }
    
    #titulo .mobile {
        display: block;
    }

    #agendas .desktop {
        display: none;
    }

    #agendas .mobile {
        display: block;
    }

    #speakers {
        padding: 52px 0 96px 0;
    }

    #speakers h2 {
        padding-left: 55px;
        padding-bottom: 52px;
        font-size: 46px;
        line-height: 46px;
    }

    #speakers .speakers-container {
        gap: 30px;
    }

    #speakers .speakers-container div {
        max-width: 225px;
    }

    #speakers h3 {
        font-size: 14px;
        line-height: 14px;
        padding-top: 9px;
    }

    #speakers p {
        margin: 0;
        font-family: Montserrat-Medium;
        font-size: 12px;
        line-height: 12px;
    }

    #links .links-container,
    #linkpost .links-container {
        flex-wrap: wrap;
    }

    #links .links-container div
    #linkpost .links-container div {
        padding: 23px 40px 21px 40px;
        width: 100%;
        text-align: center;
    }

    #links .links-container h3,
    #linkpost .links-container h3 {
        font-size: 36px;
        line-height: 36px;
        margin: 0;
        padding-bottom: 25px;
    }

    #links h3.encuesta {
        padding-bottom: 71px;
    }

    #footer-boehringer {
        padding: 108px 0 67px 0;
    }
}

@media (max-width: 1200px) {
    .baner {
        padding: 0 15px;
        gap: 15px;
    }

    #container-nav nav ul {
        gap: 25px;
    }

    #container-nav nav a {
        font-size: 14px;
        line-height: 14px;
    }

    #container-nav nav ul li:nth-child(1),
    #container-nav nav ul li:nth-child(2),
    #container-nav nav ul li:nth-child(3),
    #container-nav nav ul li:nth-child(4) {
        margin-right: 0;
    }
}

@media (max-width: 764px) {

    .baner {
        padding: 39px 20px 46px 20px;
        margin: 0;
        gap: 50px;
    }

    .baner .logo-desktop {
        display: none;
    }

    .baner .logo-mobile {
        display: block;
    }

    #custom-row {
        background-image: none;
        padding-bottom: 0;
    }

    /* Registro */
    #card-form {
        width: 100%;
        margin: 0;
        border-radius: 28px 28px 0 0;
        padding: 20px 20px 20px 20px;
    }

    #card-form form {
        min-height: calc(100vh - 265px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .body-pre-evento {
        height: auto;
    }

    #card-form .form-group {
        margin-bottom: 26px;
    }

    #card-form h2 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    #card-form input::placeholder,
    #card-form input {
        font-size: 16px;
        padding-left: 10px;
    }

    #terminos {
        margin: 0;
        font-size: 16px;
        line-height: 16px;

        max-width: none;
    }

    #terminos a {
        margin-bottom: 10px;
    }

    #terminos .form-label {
        padding-top: 10px;
        padding-bottom: 17px;
    }

    #terminos input[type="checkbox"] {
        height: 20px;
        width: 20px;
    }

    #card-form button {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 10px;
    }

    #card-form .btn-login {
        margin-top: 0px;
    }

    .cerebro-mobile {
        display: block;
        padding-bottom: 15px;
    }
}