<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 600px) {

    .section-projects,
    .section-skills {
        display: none;

    }

    .results {
        margin-top: -11%;
    }

    .section-features {
        margin-bottom: -14%;
    }

    .card-feature {
        height: 50%;
        font-size: 12px;
        padding-bottom: -10%;
        justify-content: space-between;
        padding: 0, 10%;
        margin: 0;
    }
    .section-features h5{
        padding-top: 0;
    }

    .card-content {
        
        margin-bottom: 50px;
    }

    .section-start-home p {
        font-size: 12px;
        text-align: center;
        line-height: normal;
    }

    .section-start-home h1 {
        font-size: 20px;
        text-align: center;
        line-height: normal;
        letter-spacing: normal;
    }

    .btn-contact {
        height: 10%;
    }

    .section-features h5 {
        font-size: 18px;
    }
    .ajuste-indicador{
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .section-skills {
        display: none;
    }

    .swiper-slide {
        font-size: 16px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 10%;
    }
    .card-feature:hover{
        transition: none;
        transform: none;
        margin: 10px;
    }
    
}

@media screen and (max-width: 820px) {

    .section-projects,
    .section-skills {
        display: none;
    }

    .card-feature {
        padding: 0;
        margin: 10px;
        justify-content: space-between;
    }

    .section-the-about {
        text-align: justify;
    }
    .card-content img{
        padding-bottom: 0;
        margin-bottom: 0;
    }


}

@media screen and (max-width: 480px) {

    .section-projects,
    .section-skills {
        display: none;
    }

    .section-start-home p {
        font-size: 12px;
        text-align: justify;
        line-height: normal;
    }

    .section-start-home h1 {
        font-size: 20px;
        text-align: center;
        line-height: normal;
        letter-spacing: normal;
    }

    .btn-contact {
        height: 10%;
    }

    .section-features h5 {
        font-size: 18px;
    }

    .section-the-about {
        width: 100%;
    }

    .section-the-about {
        text-align: justify;
    }
}</pre></body></html>