.carr_p {
    font-size: 3rem;
    color: #1E3C79;
    font-family: titulo3;
    font-weight: 900;
}
.carr_hr{
     
    opacity: 1;
    border: none; 
    height: 6px;
    width: 60px; 
    color: #CB382A; 
    background-color: #CB382A;
    position: relative;
    bottom: 25px;


}

@media (max-width: 600px) {
  
    .carr_p {
        font-size: 1.5rem;
    }
    .carr_hr{
        height: 4px;
        width: 30px; 
        bottom: 20px;
    }
}