@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");

.containerdivcards {
    width: 100%;
    height: 100%;
}

.divTitle {
    display: flex;
    width: 100%;
    text-align: left;
    padding-bottom: 1%;
}

.rowtitle {
    padding-left: 2%;
    width: 100%;
    text-align: left;
}

.titlePortafolio {
    display: flex;
    text-align: left;
}

.titulo {
    text-align: center;
    padding-top: 3%;
    font-size: 47px;
    font-family: "Montserrat";
    color: rgb(21, 16, 88);
    font-weight: bolder;
}

.titulo2 {
    text-align: left;
    padding-left: 3%;
    padding-top: 3%;
    font-size: 40px;
    font-family: "Montserrat";
    color: rgb(21, 16, 88);
    font-weight: bolder;
}

.imiconP {
    padding-left: 2%;
    padding-top: 4%;
    width: 4%;
    height: 4%;
}

.descip {
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: lighter;
    padding-left: 5%;
}

.div-cardsportafolio {
    width: 100%;
    height: auto;
    font-family: "Montserrat";
    padding-top: 3%;
    padding-bottom: 3%;
    overflow: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.cardproject{
    float: left;
    margin-left: 3%;
    width: 28rem;
    height: 40rem;
}

.btnSaberMas {
    color: #3f819d;
    background-color: none;
    border-color: #2e1163;
    border-radius: 50px;
    margin-top: 5%;
}

.btnSaberMas:hover,
.btnSaberMas:focus,
.btnSaberMas:active,
.btnSaberMas.active,
.open .dropdown-toggle.btnSaberMas {
    color: #ffffff;
    background-color: #3f459d6a;
    border-color: #0c0c41;
}

.btnSaberMas:active,
.btnSaberMas.active,
.open .dropdown-toggle.btnma {
    background-image: none;
}

.btnSaberMas.disabled,
.btnSaberMas[disabled],
fieldset[disabled] .btnma,
.btnSaberMas.disabled:hover,
.btnSaberMas[disabled]:hover,
fieldset[disabled] .btnma:hover,
.btnSaberMas.disabled:focus,
.btnSaberMas[disabled]:focus,
fieldset[disabled] .btnma:focus,
.btnSaberMas.disabled:active,
.btnSaberMas[disabled]:active,
fieldset[disabled] .btnma:active,
.btnSaberMas.disabled.active,
.btnSaberMas[disabled].active,
fieldset[disabled] .btnma.active {
    background-color: #0033db74;
    border-color: #4d3f9d;
}

.btnSaberMas .badge {
    color: #5f00db;
    background-color: #ffffff;
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .titulo {
        padding-top: 9%;
        font-size: 30px;
    }

    .titulo2 {
        font-size: 22px;
    }

    .descip {
        font-size: 18px;
    }

    .imiconP {
        width: 6%;
        height: 6%;
        padding-top: 6%;
    }

    .div-cardsportafolio {
        width: 90%;
    }

    .cardproject{
        float: left;
        margin-left: 0%;
        width: 28rem;
    }
}
