/*HEADER*/
header#personajes{
    background-image: url(../img/personajes/header.jpg);
}
header#personajesIngles{
    background-image: url(../img/personajes/header-personajes-ingles.png);
}
.btn-personajes{
    padding-top: 41%;
    padding-right: 37%;
}
.btn-pers{
    background-color: #F460AD;
    color: white;
    font-family: 'BrandonBlak';
    font-size: 14px;
    letter-spacing: 3px;
    width: fit-content;
    padding: 10px 50px;
}
   
.btn-pers:hover{
    color: white;
    opacity: 0.8;
}

/*PERSONAJES 1 */
.text-pers1{
    width: 73%;
    margin-top: 2rem;
    font-size: 24px !important;
}
section.pers2 {
    background-color: #F4F4F4;

}

/*PERSONAJES 2*/
section.personajes2{
    background-color: #209FF8;
}
section.personajes2Movil{
    background-color: #209FF8;
}
.text-pers2{
    width: 60% !important;
    font-size: 20px !important;
    line-height: 22px !important;
    color: white;
}
.title-pers2{
    font-size: 24px !important;
    color: white;
    line-height: 24px !important;
    margin-bottom: 1rem;
}




@media (max-width: 992px){
    /*HEADER*/
    header#personajes {
        background-image: url(../img/personajes/header_m.jpg);
        height: 132vw !important;
    }
    .btn-personajes {
        padding-top: 100%;
        padding-right: 40%;
    }
    /*PERSONAJES 1*/
    .wPers1{
        width: 60% !important;
    }
    .text-pers1 {
        width: 60%;
        margin-top: 2rem;
        font-size: 22px !important;
    }
    .carruselPersonajes1{
        background-color: #F4F4F4 !important;
    }
    .carousel-indicators .active {
        background-color: #8E80FD !important;
    }
    /*PERSONAJES 2*/
    .text-pers2 {
        width: 65% !important;
        font-size: 19px !important;
        line-height: 20px !important;
        color: white;
    }
    .title-pers2 {
        font-size: 20px !important;
        color: white;
        line-height: 20px !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px){
    /*HEADER*/
    .btn-pers {
        background-color: #F460AD;
        color: white;
        font-family: 'BrandonBlak';
        font-size: 10px;
        letter-spacing: 2px;
        width: fit-content;
        padding: 6px 20px;
    }
    .btn-personajes {
        padding-top: 99%;
        padding-right: 45%;
    }
    /*PERSONAJES 1*/
    .wPers1{
        width: 75% !important;
    }
    .text-pers1 {
        width: 75%;
        margin-top: 2rem;
        font-size: 19px !important;
    }
    .carruselPersonajes1{
        margin-right: 0px !important;
        margin-left: 10px !important;
        background-color: #F4F4F4 !important;
        width: 14px !important;
        height: 14px !important;
    }
    /*PERSONAJES 2*/
    .text-pers2 {
        width: 75% !important;
        font-size: 16px !important;
        line-height: 18px !important;
        color: white;
    }
    .title-pers2 {
        font-size: 17px !important;
        color: white;
        line-height: 18px !important;
        margin-bottom: 1rem;
    }
    .wPers2{
        width: 75% !important;
    }
}