.portada{
    width: 100%;
    height: 100%;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.bt{
    width: 100%;
    margin-top: -30px;
}
.car{
    color: white;
    font-size: xx-large;
    font-weight: 500;
    padding-top: 4%;

}
.bl{
    color: white;
    text-align: justify;
    padding-bottom: 4%;
}
.bll{
    padding-top: 6%;
    color: white;
    text-align: justify;
    padding-bottom: 6%;
}
.ob{
    font-size: xx-large;
    font-weight: 500;
    padding-top: 4%;
    text-align: center;
}
.ul{
    color: white !important;
    padding-bottom: 5% !important;
    background-color: #5a0101d4;
    padding: 41px !important;
    border-left: 16px solid;
}
.morado{
    background-position: center;
    background-image: url(../imagenes/VIVE\ MUEJER\ fondo\ 2.jpg);
    height: 100%;
    width: 100%;
    position: relative;
}
.circ{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 30px;
}
.carr{
    width: 100%;
}
.papel{
    background-image: url(../imagenes/pape.jpg);
    background-size: contain;
    height: 100%;
    background-position: center;
}
.roj{
    background-color: #454999;
}
a:hover {
    color: #1d1d1d !important;
}
.url{
    padding-bottom: 23px;
    text-align: end;
    color: #7b7b7b;
    background-color: #454999;
    font-size: 18px;
    font-weight: 500;
    padding-right: 11px;
    padding-top: 23px;
}

a {
    text-decoration: none !important;
}
.rosa{
    text-align: justify;
    padding: 8%;
    font-size: larger;
    background-color: #3a5876;
    color: white;
}
@media(max-width: 992px){
    .bl {
        font-size: x-small;
        color: white;
        text-align: justify;
        padding-bottom: 4%;
    }
       .bll{
        font-size: x-small;
        color: white;
        text-align: justify;
        padding-bottom: 4%;
    }
        .ul {
        font-size: xx-small;
        color: white !important;
        padding-bottom: 5% !important;
        background-color: #5a0101d4;
        padding: 21px !important;
        border-left: 5px solid;
    }
}
@media(max-width: 766px){
    .col-3 {
        width: 39% !important;
    }
    .col-8 {
        width: 60% !important;
    }
}
@media(max-width: 580px){
    .circ {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 9px;
    }
    .car {
        color: white;
        font-size: larger;
        font-weight: 500;
        padding-top: 4%;
    }
    .ob {
        font-size: large;
        font-weight: 500;
        padding-top: 4%;
        text-align: center;
    }
    .bt {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
    }
    .bl {
        font-size: xx-small;
        color: white;
        text-align: justify;
        padding-bottom: 4%;
    }
    .papel {
        background-image: url(../imagenes/pape.jpg);
        background-size: cover;
        height: 100%;
        background-position: center;
    }
}