
.imvc {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.tagt {
    max-width: 40%;
    max-height: 10%;

}

.tagt h2 {
    position: relative;
    bottom: 30px;
    text-align: start;
    font-size: 3.5rem;
    font-family: titulo3;
    font-weight: bold;
    color: #1E3C79;
}

.tag {

    max-width: 40%;
    max-height: 10%;
    border: 1px solid #F6F6F6;
    border-radius: 20px;
    background: #fff;
}

.post {
    position: relative;
    bottom: 40px;

}

.testimo {
    text-align: start;
    position: relative;
    bottom: 40px;
    font-size: 17px;
    letter-spacing: 5px;
    line-height: 5px;
    padding-top: 15px;
    color: #1E3C79;
    font-family: titulo3;
    font-weight: 600;

}


.hr_test {
    width: 12%;
    height: 5px;
    opacity: 100;
    border: none;
    color: #cb382a;
    background-color: #cb382a;

}

.contenido p {
    position: relative;
    bottom: 20px;
    font-family: titulo2;
    font-size: 1rem;
    line-height: 30px;
    color: #5b5b5b;
    /* font-weight: 600; */
}

.contenido h5 {
    color: #cb382a;
    margin-bottom: 30px;
    font-family: titulo3;
    font-size: 1.2rem;
    font-weight: auto;
}

.especial {
    position: relative;
    top: -0.5rem;
}

.equi {
    position: relative;
    bottom: 20px;
}

/* agregado */

.nut {
    font-family: titulo3;
    font-size: 1.4rem;
    color: #1E3C79;
}

.impr {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pr_img {

    /* background: red; */
    display: flex;
    justify-content: center;
    align-content: center;

    color: #cb382a;
    font-family: titulo3;
    font-weight: 700;
    line-height: 17px;

}

.pr_img p {
    position: relative;
    top: 20px;
    left: 8px;
}

/* fin */
@media (max-width: 600px) {


    .tagt {
        max-width: 80%;
        max-height: 20%;
    }

    .tagt h2 {

        bottom: 40px;
        text-align: center;
        font-size: 2.3rem;
        color: #1E3C79;
    }

    .tag {
        max-width: 80%;
        max-height: 20%;
        border: 1px solid #F6F6F6;
        border-radius: 30px;



    }

    .post {
        position: relative;
        bottom: 40px;

    }

    .testimo {
        text-align: center;
        position: relative;
        bottom: 40px;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 5px;
        padding-top: 15px;
        color: #1E3C79;

    }


    hr {
        width: 12%;
        height: 5px;
        border: none;
        background: #cb382a;
        margin: auto;
        margin-top: 25px;


    }



    .especial {
        position: relative;
        top: 0rem;
    }

    .tag-2 {
        margin-top: 2.5rem;
    }
}