body {
    font-family: 'Poppins', sans-serif;
    color: #585857;
}
section {
    padding: 100px 15px;
}
section.cabecera {
    padding: 70px 15px 50px 15px;
    background: url('../img/cabecera-fondo.jpg');
    background-size: cover;
    color: #fff;
}
.boton {
    display: inline-block;
    border-radius: 30px;
    padding: 7px 25px;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.boton::after {
    content: "\f30b";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    left: 10px;
    position: relative;
    font-size: 1.1em;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}
.boton:hover::after {
    left: 15px;
}
.boton.boton-verde-claro {
    background: #19AE8B;
    color: #fff;
}
.boton.boton-verde-claro:hover {
    background: #008667;
}
.color-rosa {
    color: #F0888F;
}
.color-verde {
    color: #19AE8B;
}
.color-naranja {
    color: #F8AD42;
}
.line-separator {
    height: 2px;
    width: 100%;
    background: #D9D9D9;
}
.fw-600 {
    font-weight: 600;
}
.fs-45 {
    font-size: 23px;
}
.linea-verde {
    height: 2px;
    width: 70px;
    background: #19AE8B;
    margin: 0 auto 25px auto;
}
.linea-verde-oscuro {
    height: 2px;
    width: 70px;
    background: #276B6B;
    margin: 15px auto 15px auto;
}
section.propuestas {
    padding: 70px 15px 70px 15px;
    background: url('../img/background-propuesta.svg');
    background-size: cover;
}
.num-participaciones {
    display: block;
}
.uclm-globalcaja {
    padding: 220px 15px 220px 15px;
    background: url('../img/background-footer.png');
    background-size: cover;
}
.footer-text {
    color: #fff;
    font-size: 30px;
    margin-top: 8px;
    font-weight: 600;
}
section.faqs {
    background: #276B6B;
    color: #fff;
}
button.accordion-button {
    color: #266b6b !important;
    font-weight: 600;
}
.accordion-body {
    color: #585857;
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    background: #fff;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
footer {
    padding: 35px 0;
}
.texto-legal {
    font-size: 12px;
}
.texto-legal a {
    text-decoration: none;
    color: #19AE8B;
}
.form-control {
    border: 1px solid #19AE8B;
}
@media (min-width: 992px) {
    .padding-desktop {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .boton,
    .mb-m-45 {
        margin-bottom: 45px;
    }
    .center-mobile {
        text-align: center !important;
    }
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}