.tituloproyecto{
    font-size: clamp(2.5rem, 3vw + 2rem, 10rem);
    margin-left: 1.8rem;
}
.titulonosotros{
    font-size: clamp(1rem, 2vw + 2rem, 5rem);
    margin-left: 1rem;
    @media screen and (max-width: 895px) {
        font-size: clamp(2.5rem, 2vw + 1rem, 5rem);
        letter-spacing: 1rem;
    }
}
.titulocontactanos{
    font-size: clamp(1rem, 2vw + 2rem, 5rem);
    margin-left: 1rem;
    @media screen and (max-width: 895px) {
        font-size: clamp(2.2rem, 2vw + 1rem, 5rem);
        letter-spacing: 0.4rem;
        margin-left: -0.3rem;
    }
}
.frasecont{
    font-size: clamp(5rem, 10vw + 1rem, 9.5rem);
    line-height: 1.25;
}
.titulos{
    font-size: clamp(1.6rem, 2vw + 1rem, 6rem);
    line-height: 1.25;
    font-weight:500;
    
}
h1{
    font-size: clamp(2rem, 2vw + 1rem, 3.5rem);
    line-height: 1.25;
    font-weight:500;
   
}
h1 strong{
    font-size: clamp(2rem, 2vw + 1rem, 3.5rem);
    line-height: 1.25;
    font-weight:500;
}
.h12 strong{
    font-weight:500;
}
.titu2{
    font-size: clamp(1rem, 2vw + 1rem, 2rem);
    font-weight:500;
   
}
.h12{
    font-size: clamp(1rem, 2vw + 1rem, 3.5rem);
    font-weight:500;
   
}
.h13{
    font-size: clamp(0.2rem, 1.5vw + 1rem, 2rem);
    line-height: 1.25;
    font-weight:500;
}
h2{
    font-size: clamp(1.25rem, 2vw + 1rem, 1.5rem);
    font-weight:500;
    
}
h3{
    font-size: clamp(1rem, 2vw + 1rem, 1.2rem);
    font-weight:500;
   
}
h4{
    font-size: clamp(0.5rem, 2vw + 1rem, 1rem);
    font-weight:500;
   
}
p{
    font-size: clamp(0.6rem, 2vw + 1rem, 1.1rem);
}
p strong{
    font-weight:500;
}
.text{
    font-size: clamp(0.6rem, 2vw + 1rem, 1.1rem);
}
#typed h1 strong{
    font-size: clamp(1rem, 2vw + 1rem, 5rem);
    font-weight:600 !important;
}