.logo {
    height: 140px;
    display: block;
}
.section-1 {
    height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.content-fecha {
    display: flex;
    justify-content: center;
}
.fecha {
    display: flex;
}
.fecha .fecha-dias {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fecha .fecha-dias h1 {
    font-weight: 700;
}
.fecha .fecha-mes {
    display: flex;
    align-items: center;
    justify-content: left;
    letter-spacing: 1px;
}
.fecha .fecha-mes h6 {
    font-weight: 400;
}
.text-grey {
    color: #636363;
}
.text-red {
    color: #e94543;
}
.content-button {
    display: flex;
    justify-content: center;
}
.section-2 {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-3 {
    /* background-color: #e94543; */
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-3 .title {
    font-size: 70px;
}
.ponente {
    width: 288px;
    margin: 25px auto;
}
.ponente-content {
    display: flex;
}
.ponente-foto {
    height: 80px;
    border-radius: 40px;
    /* margin-right: 1rem; */
}
.ponente-foto-trabajo {
    height: 30px;
}
.ponente-descripcion {
    font-size: 10px;
    letter-spacing: 1px;
}
.section-4 {
    min-height: 300px;
    padding-top: 100px;
}
.section-4 .title {
    font-size: 70px;
    font-weight: 700;
}
.btn-inscribete {
    background-color: #e94543;
    min-width: 200px;
    border-radius: 26px;
    font-size: 1.5rem;
    font-weight: 500;
}
.btn-inscribete:hover {
    color: #fff;
    background-color: #ed6a68;
    border-color: #ed6a68;
}
.btn-inscribete:focus {
    color: #fff;
    background-color: #ed6a68;
    border-color: #ed6a68;
}
.design-mobile {
    display: none;
}
.design-desktop {
    display: block;
}
.content-text {
    max-width: 600px;
    margin: 0 auto;
}
.img-agenda-desktop {
    width: 100%;
}
.img-agenda-mobile {
    width: 100%;
}
.img-organizado {
    max-width: 70px;
    margin: auto;
    display: flex;
}
.img-aliado {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.img-aliado img {
    max-height: 80px;
    max-width: 150px;
}
.content-section-1 {
    background-image: url("/assets/semana-ciudadana/img/fondos/1.png");
    background-size: 100% 100%;
}
.content-section-2 {
    background-image: url("/assets/semana-ciudadana/img/fondos/2.png");
    background-size: 100% 100%;
}
.content-section-3 {
    background-image: url("/assets/semana-ciudadana/img/fondos/3.png");
    background-size: 100% 100%;
}
.content-section-4 {
    background-image: url("/assets/semana-ciudadana/img/fondos/4.png");
    background-size: 100% 100%;
}

@media only screen and (max-width: 500px) {
    .logo {
        height: 80px;
    }
    .section-3 .title {
        font-size: 36px;
    }
    .section-4 .title {
        font-size: 36px;
    }
    .design-mobile {
        display: block;
    }
    .design-desktop {
        display: none;
    }
    .ponente-content {
        justify-content: space-evenly;
    }
    .content-section-1, .content-section-2, .content-section-3, .content-section-4 {
        background-image: none;
    }
    .section-3 {
        background-color: #e94543;
    }
    .section-1 {
        align-items: center;
    }
}