.nut {
    font-family: titulo3;
    font-size: 1.4rem;
    color: #1E3C79;
}

.procont {
    position: relative;
    bottom: 70px;
    left: 50px;
}

.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;
}


.pr_hr {
    opacity: 1;
    border: none;
    height: 6px;
    width: 60px;
    color: #CB382A;
    background-color: #CB382A;
    position: relative;
    bottom: 15px;

}

.pr_h5 {
    font-family: titulo3;
    color: #1E3C79;
    font-weight: 600;
    font-size: 1rem;
    padding-bottom: 16px;
    margin-top: 60px;
}

.pr_h1 {
    font-family: titulo3;
    color: #1E3C79;
    font-size: 3.5rem;
    font-weight: 700;
}

.btn-danger {
    margin-top: 20px;
    padding: 10px 25px;
}





@media (max-width: 1000px) {

    .pr_h5 {
        margin-top: 30px;
    }
   

    .pro_img {
        display: flex;
        justify-content: center;
    }

    .pro_img img {
        height: 80px;
        margin-bottom: 20px;
    }

    .pro_p {
        text-align: center;

    }

    .pro_numero {
        font-family: titulo1;
        font-size: 3.5rem;

    }

    .pro_texto {
        font-family: titulo3;
        text-align: center;
        position: relative;
        bottom: 0px;
        left: 0px;
        /* /* line-height: 10px; espaciado de letras   
    /* font-weight: 500; gruesor de la letra  */
    }

    


}





/* final */
.pro_img img {
    width: auto;
    height: 80px;
    position: relative;
    top: 20px;
    /* left: 50px; */

}


.pro_numero {
    color: #1E3C79;
    font-family: titulo1;
    font-size: 3.5rem;

}

.pro_texto {
    font-family: titulo3;
    text-align: justify;
    position: relative;
    bottom: 15px;
    color: #5b5b5b;

    
    /* left: 5px; */
    /* /* line-height: 10px; espaciado de letras   
    /* font-weight: 500; gruesor de la letra  */
}


