.callout-1 {
    padding: 30px 0 60px;
    background-color: var(--color4);
}
.callout-1 .formulario {
    max-width: 100%;
}
.callout-1 .formulario > div > div {
    max-width: 280px;
    width: 100%;
}
.callout-1 .formulario .label {
    font-size: 16px;
}
.callout-1 .formulario input {
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}
.callout-1 .formulario button {
    border: 1px solid var(--color1);
}
.callout-1 .ranking {
    min-height: 361px;
    background: white;
    border-radius: 10px;
    gap: 30px;
}
.callout-1 .ranking > div:first-child {
    width: 380px;
    text-align: center;
}
.callout-1 .ranking > div:last-child {
    width: calc(100% - 410px);
    padding: 10px;
}
.callout-1 .ranking .textoR {
    font-size: 20px;
}
.callout-1 .ranking .textoR b {
    color: var(--color1);
}
.callout-2 {
    padding: 20px 0 80px;
}
.callout-2 .retor {
    font-size: 14px;
    color: var(--color1);
}
.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;
    }
    .callout-1 .ranking {
        padding-top: 20px;
    }
    .callout-1 .ranking > div:first-child,
    .callout-1 .ranking > div:last-child {
        width: 100%;
    }
}