html,
body {
    background: #000000;
    color: white;
    font-family: 'Hind', sans-serif;
}

.gap {
    width: 100%;
    display: block;
}

.gap-25 {
    height: 25px;
}

.gap-50 {
    height: 50px;
}

.gap-75 {
    height: 75px;
}

.gap-100 {
    height: 100px;
}

h1,
h2,
h3,
h4,
h5,
.title {
    font-family: 'Chakra Petch', sans-serif;
}

h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 4em;
    margin-bottom: 40px;
}

p {
    color: white;
    font-family: 'Hind', sans-serif;
}

#cambio-lingua a {
    font-family: 'Chakra Petch', sans-serif;
    /* text-transform: uppercase; */
    background: #f2ff53;
    border: 1px solid #f2ff53;
    color: black;
}

header {
    margin-top: 50px;
    margin-bottom: 50px;
}

main {
    padding: 100px !important;
    margin: auto;
    max-width: 1600px;
}

#block-1 {
    /* background: url('/discovery/img/image-1.jpg') top left no-repeat;
    background-size: contain;
    min-height: 800px; */
}

#block-1 img {
    max-width: 120%;
    height: auto;
}

#block-1 p {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 3em;
}

h2 {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 3em;
}

#block-2 p {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 1.3em;
}

#block-2 strong {
    font-weight: 600;
}

#block-2 .image-2 {
    margin-top: -30%;
}

#block-2 .image-2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.btn-yellow {
    background: #f2ff53;
    border: 1px solid #f2ff53;
    color: black;
    padding: 10px 5px;
    border-radius: 20px;
    font-size: 1.5em;
    display: block;
    margin-top: 80px;
}

.btn-yellow:hover {
    background: #000000;
    color: #f2ff53;
}

#block-3 {
    background: url('/discovery/img/image-3.jpg') center center no-repeat;
    background-size: cover;
    min-height: 800px;
    text-align: center;
}

#block-3 h2 {
    margin: auto;
}

#block-4 p {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 1.3em;
}


/* Mediq query Mobile */

@media (max-width: 600px) {
    main {
        padding: 20px !important;
    }
    #block-1 img {
        max-width: 100%;
        height: auto;
    }
    #block-1 p {
        font-size: 1.5em;
    }
    #block-2 .image-2 {
        margin-top: 40px;
    }
    .btn-yellow {
        padding: 10px 5px;
        border-radius: 20px;
        font-size: 1.2em;
    }
    #block-4 {
        margin-bottom: 100px;
    }
}