#congress-page-section {
    background-color: #100b26;
    padding-bottom: 100px;
}

#congress-page-content {
    width: 1120px;
}

#congress-page-section #stars-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    min-width: 100%;
    height: 1200px;
    background-size: cover;
    background-image: url("../images/congress-page/ilustracion-estrellas-body.svg");
    background-repeat: no-repeat;
    background-position: center top;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transform: translateX(-50%);
}

#congress-page-section h2,
#congress-page-section h3,
#congress-page-section p,
#congress-page-section a,
#congress-page-section li {
    color: white;
}

#congress-page-section li {
    margin: 0;
}

#congress-page-section a {
    font-weight: 200;
}

#congress-page-section p {
    line-height: 38px;
}

#congress-page-section .icon {
    width: 40px;
}

/* INTRO */
#congress-page-section #intro {
    background-image: url("../images/congress-page/circulo-body.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 75px 0 0 0;
}

#congress-page-section #intro-content {
    padding: 200px;
}

/* TEXT SHIP */
#congress-page-section #text-ship {
    width: 100%;
}

#congress-page-section #text-ship-header {
    background-image: url("../images/congress-page/filete-1-body.svg");
    background-repeat: no-repeat;
    height: 320px;
    text-align: left;
    align-content: end;
    margin-top: -160px;
    padding: 10px 0;
}

#congress-page-section #text-ship-content {
    text-align: left;
    margin: 50px 0;
}

#congress-page-section #text-ship-location {
    text-align: left;
    margin: 75px 0;
}

#congress-page-section #text-ship-location p {
    margin: 0;
}

/* TEXT MOON */
#congress-page-section #text-moon {
    width: 100%;
}

#congress-page-section #text-moon-header {
    background-image: url("../images/congress-page/filete-2-body.svg");
    background-repeat: no-repeat;
    background-position: right;
    height: 500px;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 250px 40px 0;
    margin-top: -400px;
    pointer-events: none;
}

#congress-page-section #text-moon-header h3 {
    margin: 0;
}

#congress-page-section #text-moon-content {
    text-align: left;
    margin: 50px 0;
}

/* TEXT PLANET 1 */
#congress-page-section #text-planet-1 {
    width: 100%;
}

#congress-page-section #text-planet-1-header {
    background-image: url("../images/congress-page/filete-3-body.svg");
    background-repeat: no-repeat;
    height: 250px;
    align-items: flex-end;
    padding: 0 0 40px 140px;
}

#congress-page-section #text-planet-1-header h3 {
    margin: 0;
    text-align: left;
}

#congress-page-section #text-planet-1-content {
    text-align: left;
    margin: 50px 0;
}

/* TEXT PLANET 2 */
#congress-page-section #text-planet-2 {
    width: 100%;
}

#congress-page-section #text-planet-2-header {
    background-image: url("../images/congress-page/filete-4-body.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 300px;
    align-items: flex-end;
    padding: 0 0 40px 0;
}

#congress-page-section #text-planet-2-header h3 {
    margin: 0;
    text-align: left;
}

#congress-page-section #text-planet-2-content {
    text-align: left;
    margin: 50px 0;
}

@media all and (max-width: 1050px) {
    #congress-page-section #intro-content {
        padding: 75px;
    }
}

@media all and (max-width: 850px) {
    #congress-page-section #stars-bg {
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    #congress-page-section #intro {
        background-image: none;
        background-repeat: unset;
        background-position: unset;
    }

    #congress-page-section #intro-content {
        padding: 0;
    }

    #congress-page-section .header-icon {
        display: none;
    }

    #congress-page-section #text-ship-header {
        background-image: none;
        background-repeat: unset;
        text-align: center;
        margin-top: -50px;
        height: unset;
    }

    #congress-page-section #text-ship-content {
        text-align: center;
    }

    #congress-page-section #text-moon-header {
        background-image: none;
        background-repeat: unset;
        height: unset;
        margin-top: unset;
        padding: 0;
    }

    #congress-page-section #text-moon-header h3 {
        text-align: center;
        margin: 0 auto;
    }

    #congress-page-section #text-moon-content .icon {
        margin: 35px 0;
    }

    #congress-page-section #text-planet-1-header {
        background-image: none;
        background-repeat: unset;
        height: unset;
        padding: 0;
    }

    #congress-page-section #text-planet-1-header h3 {
        text-align: center;
        margin: 0 auto;
    }

    #congress-page-section #text-planet-1-content {
        text-align: center;
    }

    #congress-page-section #text-planet-2-header {
        background-image: none;
        background-repeat: unset;
        height: unset;
        padding: 40px 0 0 0;
    }

    #congress-page-section #text-planet-2-header h3 {
        text-align: center;
        margin: 0 auto;
    }

    #congress-page-section #text-planet-2-content {
        text-align: center;
    }
}

@media all and (max-width: 550px) {
    #congress-page-section #text-ship-header {
        margin-top: -150px;
    }

    #congress-page-section #text-moon-header {
        margin-top: -150px;
    }
}