.callout-1 {
    padding: 80px 0;
}
.callout-1 .preguntas {
    padding-bottom: 30px;
}
.callout-1 .preguntas > div:first-child {
    width: 30px;
    height: 30px;
    background-color: var(--color1);
    line-height: 30px;
    text-align: center;
    color: var(--colorBlanco);
    font-size: 25px;
    border-radius: 50%;
    margin-top: 10px;
}
.callout-1 .preguntas > div:last-child {
    width: calc(100% - 50px);
}
.callout-1 .preguntas .titulo {
    font-size: 26px;
}
.callout-1 .preguntas .detalle {
    font-size: 17px;
}
.callout-1 .ul-padre {
    list-style-type: upper-roman
}
.callout-1 .ul-padre li {
    font-size: 16px;
    line-height: 1.5;
}
.callout-1 .ul-padre ul {
    list-style-type: decimal;
    margin-bottom: 20px;
    padding-left: 25px;
}
.callout-2 {
    background-color: #F1E9D3;
    padding: 90px 0 0;
}
.callout-2 h5 {
    color: var(--color4);
    font-size: 54px;
}
.callout-2 p {
    color: var(--color4);
    font-size: 21px;
    line-height: 1.3;
}
.callout-2 .compu {
    margin-bottom: -90px;
}
.callout-3 {
    padding: 160px 0 50px;
}
.callout-3 .portaBrochure {
    margin-bottom: 50px;
}
.callout-3 .portaBrochure figure {
    padding: 15px 0 0 15px;
}
.callout-3 .portaBrochure figure img {
    border-radius: 20px;
}
.callout-3 .portaBrochure figure::before {
    content: '';
    background: #F1E9D3;
    position: absolute;
    width: 92%;
    height: 240px;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.callout-3 .detalle {
    padding: 15px 20px 0;
}
.callout-3 h5 {
    color: var(--color3);
    font-size: 20px;
}
.callout-3 .textoF {
    color: var(--color3);
    font-size: 15px;
    border-bottom: 1px dashed var(--colorNegro);
}
.callout-3 .btn-por {
    font-size: 14px;
    color: var(--color1);
}
.callout-3 .btn-por:hover {
    text-decoration: underline;
}
#PortaRedes h1 {
    font-size: 25px !important;
}
#PortaRedes h3 {
    font-size: 20px;
}
@media screen and (max-width: 980px){
    .callout-1 .preguntas .titulo {
        font-size: 20px;
        line-height: 1.2;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .callout-1 .ul-padre {
        margin-left: 20px;
    }
}