nav{
    padding:12px;
}
h2 {
    font-weight: 700;
    font-size: 2.5em;
    margin: 1em auto;
}
.accordion-button:not(.collapsed) {
    background-color: #ba99ff;
    color:white;
}
.accordion-header {
    margin:0;
}
.line-bottom {
    border-bottom: 1px solid #c97ba3;
    padding-bottom: 30px;
}
.bg-colors {
    height: 380px;
    background-color: #eff3fa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-footer {
    height: 100px;
    background-color: #eff3fa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    color:white;
    font-size: 24px;
    padding:32px;
}
.bg-light-purple{
    background-color: rgb(184 160 236);
}
.botonera h2 {
    color:white;
}
.botonera a {
    background-color: #2c0959;
    border-radius: 4px;
    color:white;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 26px;
}
.botonera a.postular {
    padding: 20px 113px;
}
.botonera .charla a {
    background-color: transparent;
    padding:0;
}
.card {
    border-color: transparent;
    background-color: #fafafa;
    border-radius: 4px;
    height: 460px;
}
.cta .charla figure {
    margin: 0 auto;
    width: 400px;
}
.cta .line figure {
    margin: 0 auto;
    width: 300px;
}
.charla figure {
    margin: 0px auto;
    position: relative;
    bottom:35px;
    width:80%;
}
.como-participar .card .card-body p {
    font-size: 17px;
}
.como-participar .card .card-title {
    font-size: 20px;
    font-weight: 700;
}
.como-participar .card .card-text a {
    color:#7742fb;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.como-participar .card .card-text a img{
    margin-right: 5px;
    width: 15px;
}
.premio figure {
    margin: 0 auto;
    width: 350px;
}
.premio h3 {
    font-size: 28px;
    text-align: center;
    width: 53%;
    margin:0 auto;
}
.premio p {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}
.preguntas .accordion h2 {
    margin:0 !important;
}
.tematica {
    padding:40px;
}
.tematica li::marker {
    color: #2f025b;
    font-size: x-large;
}
.tematica img {
    margin-right: 10px;
    width: 20px;
}
.tematica figure {
    margin: 50px auto 0;
    width:40%;
}
.nav li a{
    color:white;
}
.menu {
    padding:25px 0;
    position:absolute;
}
.main-banner {
    height: 680px;
    background-color: #eff3fa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modal .modal-header img {
    width: 130px;
}
.modal .modal-footer img {
    transform: rotate(180deg);
    width: 135px;
}
.modal h1 {
    width: 65%;
}
.modal ul{
    list-style: none;
}
.modal ul li {
    font-weight: 700;
    margin:10px auto;
}
.modal ul li img{
    margin-right: 5px;
    width: 15px;
}
.participa p {
    font-size: 17px;
}
.participa p span {
    font-weight: 700;
}
.postula {
    background-color: #2d085ad9;
    padding:80px;
    color:white;
}
/* .line {
    background-color: #2c0959;
    height: 2px;
    margin: 0 auto;
} */

@media (max-width: 575.98px) {
    .main-banner {
        height: 420px;
    }

    .botonera .postular {
        text-align: center !important;
        margin-bottom: 3em;
    }
    .botonera .bases {
        text-align: center !important;
    }
    .charla figure {
        bottom: -30px;
    }
    .cta .charla figure {
        width: 350px;
    }
    .premio h3 {
        width: 95%;
    }
    .bg-colors{
        height: 455px;
    }
 }