.presentation{
    min-height: 35rem;
    background-image: 
        linear-gradient(to bottom, rgba(250, 250, 250, 0) 75%, #fafafa 100%),
        url(../img/triangle-mosaic.webp);
    background-repeat: repeat;
}
@media (min-width: 768px) {
    .presentation{
        min-height: 90vh;
    }
}
.presentation .title h1{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.4rem;
    color: black;
}
@media (min-width: 768px) {
    .presentation .title h1{
        font-size: 3.3rem;
    }
}
@media (min-width: 1200px) {
    .presentation .title h1{
        font-size: 3.7rem;
    }
}
.presentation .description p{
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #333333;
}
@media (min-width: 768px) {
    .presentation .description p{
        font-size: 1.3rem;
    }
}
@media (min-width: 1200px) {
    .presentation .description{
        width: 50%;
    }
}
.presentation .linkproject a{
    font-family: 'Nunito Sans';
    font-size: 1rem;
    background-color: var(--cerulean);
    color: var(--blanco);
    text-decoration: none;
    transition: all ease 0.5s;
    display: inline-block;
}
.presentation .linkproject a:hover{
    transform: translateY(-5px);
}
@media (min-width: 768px) {
    .presentation .linkproject a{
        font-size: 1.5rem;
    }
}
.aboutskills, .services, .projects{
    width: 100%;
    display: block;
    margin: auto;
}
@media (min-width: 768px) {
    .aboutskills, .services, .projects{
        width: 90%;
    }
}
@media (min-width: 1024px) {
    .aboutskills, .services, .projects{
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .aboutskills, .services, .projects{
        width: 85%;
    }
}
@media (min-width: 1728px) {
    .aboutskills, .services, .projects{
        width: 65%;
    }
}
.aboutskills h2, .services h2, .projects h2{
    font-family: 'Roboto Condensed';
}
.aboutme h3, .skills h3{
    font-family: "Roboto Condensed", sans-serif;
}
.aboutme .cintacolor, .skills .cintacolor{
    width: 10%;
    height: 5px;
    background-color: var(--cerulean);
    border-radius: 50rem;
    display: block;
    margin: auto;
}
.aboutme p, .skills p{
    font-family: 'Nunito Sans';
    font-size: 0.9rem;
    color: var(--prussian);
}
@media (min-width: 768px) {
    .aboutme p, .skills p{
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .aboutme p, .skills p{
        font-size: 1.2rem;
        line-height: 2rem;
    }
}
.aboutme a{
    font-family: 'Nunito Sans';
    text-decoration: none;
    color: var(--prussian);
}
.skills .card{
    background-color: var(--blancogris);
}
.skills a, .aboutme .contacto, .projects a{
    font-family: 'Nunito Sans';
    text-decoration: none;
    background-color: var(--cerulean);
    color: var(--blanco);
}
.projects .linkproject{
    background-color: var(--darkpurple);
}
.services .card{
    background-color: var(--darkpurple);
}
.services .card h5{
    font-family: 'Roboto Mono';
    color: var(--dorado);
}
.services .card ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.services .card p, .services .card li{
    font-family: 'Nunito Sans';
    color: var(--blanco);
    
}
.projects .card{
    background-color: transparent !important;
    border: none !important;
}
.projects img{
    width: 100%;
}
.projects .card h5{
    font-family: 'Roboto Mono';
    color: var(--prussian);
}
.projects .card p{
    font-family: 'Nunito Sans';
    color: #333333;
}