body {
    margin: 0;
    text-align: center;
    font-family: 'Merriweather';
    font-size: 17px;
}

img {
    max-width: 100%;
}

#header-banner {
    background-image: url('../images/fondo-header.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
}

#header-banner-logo {
    width: 750px;
    margin: 0 auto;
}

#header-banner-info {
    font-family: 'Poppins';
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 18px;
}

#header-banner-info ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: left;
    color: #fff;
}

#header-banner-info li {
    margin: 10px 0;
}

#header-banner-info img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

#header-banner-gepac {
    width: 130px;
    margin: 0 auto;
}

#header-banner a {
    color: inherit;
    text-decoration: none;
}

#header-banner a:hover {
    color: #f1d40c;
}

#cons-icon {
    width: 160px;
    margin: 40px auto;
}

.rosa {
    font-size: 19px;
    color: #fd5f63;
}

.azul {
    color: #1451ed;
}

section {
    color: #010e91;
    width: 950px;
    margin: 0 auto;
    line-height: 1.7;
    padding: 25px 0;
}

h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Poppins';
    margin: 40px 0 20px 0;
}

.box {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.box-text {
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Poppins';
    font-weight: 600;
    color: #1451ed;
}

.box button {
    background-color: #010e91;
    color: #fff;
    font-family: 'Merriweather';
    padding: 8px 15px;
    width: 70%;
    border: none;
    margin: 7px 0 7px 0;
    font-size: 16px;
}

button:hover {
    cursor: pointer;
}

.box button:hover {
    background-color: #f1d40c;
    color: #1451ed;
}

.box-container {
    margin: 40px 0;
}

#congreso-info {
    width: 100%;
    background-color: #1451ed;
    color: #fff;
    padding-bottom: 75px;
}

#congreso-wrapper {
    width: 950px;
    margin: 0 auto;
}

.amarillo {
    color: #f1d40c;
}

#congreso-info button {
    background-color: #f1d40c;
    color: #1451ed;
    font-family: 'Merriweather';
    padding: 8px 15px;
    border: none;
    margin: 7px 30px 7px 30px;
    width: 250px;
    font-size: 16px;
}

#congreso-info button:hover {
    background-color: #010e91;
    color: #fff;
}

#footer {
    background-image: url('../images/fondo-footer.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

#footer-congreso img {
    width: 600px;
    margin: 0 0 40px 0;
}

#footer-gepac img {
    width: 110px;
}

#video-section {
    padding-bottom: 0;
}

.video-frame-container {
    height: 325px;
    align-content: center;
}

.video-frame-container .box-text {
    height: 100px;
}