*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: #111111;
    color: white;
    font-family: 'Lexend', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin: 20px 0;
    text-align: start;
}

h2 {
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    margin: 10px 20px;
    text-align: start;
}

p {
    font-size: 0.875rem;
    color: white;
    line-height: 1.5;
    text-align: justify;
    margin: 10px 20px;
}

.contenedor-portada {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    position: relative;
    color: white;
    text-align: start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contenedor-portada h2 {
    font-size: 1.5rem;
    margin: 100px;
}

.contenedor-portada .icono {
    width: 150px;
    margin: 25px;
    margin-top: 120px;
    position: absolute;
    top: 122px;
    left: 300px;
    transform: translate(-50%, -50%);
    margin: 0;
}

.contenedor-portada .imagen-secundaria {
    width: 500px;
    margin: 100px;
    margin-top: -40px;
}

.titulo-principal {
    text-align: start;
    font-size: 2rem;
    margin: 20px 0;
}

.iframe-container {
    width: 100%;
    margin: 20px 0;
}

a {
    -webkit-tap-highlight-color: transparent;
}

