body {
    margin: 0;
    font-family: 'Roboto Slab';
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

main a:hover {
    color: #942f35;
}

header .content-boxed {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

.content-boxed {
    width: 950px;
    max-width: 90%;
    margin: 0 auto;
}

#header-info {
    background-color: #0d2938;
    color: #f5e54d;
    font-size: 12px;
}

#header-info .content-boxed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-newsletter {
    background-color: #f5e54d;
    color: #0d2938;
    padding: 5px;
}

#header-newsletter:hover {
    background-color: #942f35;
    color: #fff;
}

#header-rrss ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0;
}

#header-rrss li {
    margin-right: 15px;
}

#header-rrss li:last-child {
    margin-right: 0;
}

#header-rrss a:hover {
    color: #942f35;
}

nav {
    background-color: #942f35;
    color: #fff;
    padding: 5px 0;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0;
}

nav li {
    margin-right: 33px;
}

nav li:last-child {
    margin-right: 0;
}

nav img {
    width: 60px;
    display: block;
}

nav a {
    text-transform: uppercase;
    font-size: 15px;
}

nav a:hover {
    color: #0d2938;
}

#header-banner {
    background-image: url('../images/fondo-header.png');
    background-size: cover;
    background-position: bottom;
    padding: 70px 0 150px 0;
}

#header-campaign-logo {
    width: 550px;
    margin: 0 auto;
}

#header-gepac-logo {
    width: 120px;
    margin: 30px auto 0 auto;
}

#section-proyecto {
    background-color: #0d2938;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

#title-index {
    margin: 0 auto;
}

#section-proyecto h2 {
    display: inline-block;
    color: #f5e54d;
    vertical-align: middle;
    font-size: 35px;
}

.inline-image {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
    vertical-align: middle;
}

#parrafo-index {
    font-size: 16px;
    line-height: 2.2;
    margin: 25px;
    font-weight: 300;
}

#inline-buttons {
    color: #f5e54d;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 20px;
    margin: 50px 0;
    padding: 0 40px;
}

#inline-buttons a:not(:only-child) {
    flex: 1;
}

#inline-buttons div {
    display: flex;
    align-items: center;
}

#inline-buttons img {
    margin-right: 15px;
    width: 50px;
}

#titulo-entrevistas-index {
    font-size: 27px;
    font-weight: 500;
}

#section-proyecto a:hover {
    color: #fff;
}

.persona {
    width: 25%;
    display: inline-block;
    position: relative;
    margin-bottom: -4px;
}

.persona img {
    display: block;
}

.texto-persona {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: rgba(13, 41, 56, 0.5);
    text-align: left;
    padding: 15px 5%;
}

.texto-persona p {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
}

.texto-persona p:first-child {
    color: #f5e54d;
    margin-bottom: 2px;
}

main section {
    text-align: center;
}

main section:nth-of-type(2),
main section:nth-of-type(3) {
    padding: 30px 0;
}

#datos-wrapper img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    width: 40px;
}

#datos-wrapper h3 {
    display: inline-block;
    color: #0d2938;
    vertical-align: middle;
    font-size: 33px;
}

#datos-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    max-width: 90%;
    margin: 0 auto;
}

.dato p:nth-of-type(1) {
    color: #942f35;
    font-size: 50px;
    font-weight: 600;
    margin: 25px 0;
}

.dato p:nth-of-type(2) {
    color: #56808c;
    font-size: 16px;
}

section h6 {
    font-size: 25px;
    text-transform: uppercase;
    color: #56808c;
    padding: 0 20px;
}

fieldset {
    text-align: center;
    border: #56808c solid 3px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin: 0;
    padding: 0;
}

.sponsor {
    width: 24%;
    display: inline-block;
}

.sponsor div {
    padding: 25px;
}

footer {
    background-color: #56808c;
    color: #fff;
    padding: 70px 0 20px 0;
}

#footer-logo {
    width: 460px;
    margin: 0 auto;
}

#footer-rrss ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 50px 0;
}

#footer-rrss li {
    margin-right: 30px;
    font-size: 30px;
    color: #f5e54d;
}

#footer-rrss li:last-child {
    margin-right: 0;
}

#footer-rrss a:hover {
    color: #fff;
}

#footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-bar span {
    color: #f5e54d;
}

#footer-bar img {
    width: 75px;
}

#footer-bar a:hover {
    color: #f5e54d;
}


/*PAGES*/
.page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.page-title img {
    width: 35px;
    margin-right: 15px;
    display: block;
}

.page-title h2 {
    font-size: 35px;
    color: #0d2938;
}

.page section p,
.page section ul {
    color: #56808c;
    line-height: 1.6;
    font-size: 17px;
}

.page strong {
    color: #0d2938;
    font-weight: 500;
}

.destacado {
    color: #942f35 !important;
    font-weight: 500;
}

.fuentes {
    font-size: 0.8em !important;
    font-style: italic;
}

.center-image {
    width: 80%;
    margin: 30px auto;
}

.page-title-h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0 10px 0;
}

.page-title-h3 img {
    width: 20px;
    display: block;
    margin-right: 15px;
}

.page-title-h3 img:last-child {
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 15px;
}

.page-title-h3 h3 {
    font-size: 25px;
    color: #0d2938;
}

.entrevista {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.entrevista-inner {
    padding: 20px;
}

.video-wrapper {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.video-wrapper div {
    padding-bottom: 56.4%;
    position: relative;
}

.video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.entrevista-texto p:first-child {
    color: #942f35;
    font-weight: 500;
    font-size: 1.2em !important;
}

.entrevista-texto p:last-child {}


#spots-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0 0;
}

#spots-wrapper .video-wrapper {
    margin-right: 15px;
}

#spots-wrapper .video-wrappe:last-child {
    margin-right: 0;
}

#informes {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
}

.informe {
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
}

.informe:nth-of-type(4n) {
    margin-right: 0;
}

.informe p {
    font-size: 0.85em !important;
    font-style: italic;
}

.evento-fecha {}

.evento-fecha i {
    color: #0d2938;
}

.fecha-calen {
    color: #942f35 !important;
    font-size: 28px !important;
    margin: 35px 0 5px 0;
}

.fecha-calen i {
    color: inherit;
}

.center-list {
    display: inline-block;
    text-align: left;
    list-style: none;
    padding: 0;
}
