.callout-1 {
    padding: 30px 0 60px;
}
.callout-1 a.title {
    color: var(--color3);
}
.callout-1 a.title:hover {
    text-decoration: underline;
}
.callout-2 {
    padding: 20px 0 80px;
}
.callout-2 .retor {
    font-size: 14px;
    color: var(--color2);
}
.callout-2 .retor:hover {
    text-decoration: underline;
}
.callout-2 h1 {
    font-size: 28px;
}
.callout-2 .fecha {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.3;
    color: var(--color3);
}
.callout-2 .breve {
    font-size: 20px;
}
.callout-2 .detalle > * {
    padding-bottom: 20px;
}
.callout-2 .detalle h4 {
    font-size: 20px;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px){
    .callout-1 .video-youtube {
        max-width: 380px;
        height: 223px;
    }
}