.play {
    cursor: pointer;
}

.cta,
.cta-modal {
    cursor: pointer;
}

.HelveticaNeue-Bold {
    font-weight: 700;
}

.portada svg .icon {
    font-size: 30px;
    margin-right: 10px;
}

.portada svg .titular {
    font-size: 60px;
}

svg .titular {
    font-size: 30px;
}

svg .icon {
    font-size: 20px;
    margin-right: 10px;
}

svg {
    border-radius: 2rem;
}

.border-radius {
    border-radius: 1.3em;
}


/*DESPLEGABLES*/

.flecha-desplegables {
    position: relative;
}

.flecha-desplegables::after {
    content: "\f107";
    color: #ff7900;
    top: 10px;
    right: 0px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    font-size: 2rem;
}

.flecha-desplegables[aria-expanded="true"]::after {
    content: "\f106";
}


/*.carousel-control-next, .carousel-control-prev {
    top: 28vh;
    bottom: auto;
}*/