@media screen and (min-width: 312px){
    h1{
        font-size: 100%;
        font-weight: 800;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
    }
    
    h2{ 
        font-size: 100%;
        font-weight: 600;
        font-style: italic;
        font-family: "Open Sans", sans-serif;
    }
    
    p{
        font-size: 90%;
        font-weight: 600;
        text-align: justify;
        word-wrap: break-word;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    /*-----------MENU-----------*/
    header#cabecalho{
        padding: 1em;
        display: flex;
        position: relative;
        align-items: center;
        background-color: #fff;
        justify-content: space-between;
        /*box-shadow: 0 2px 20px 5px #212121;*/
    }
    
    header#cabecalho i#icon-menuBurger{
        font-size: 200%;
    }
    
    header#cabecalho nav#menu-container {
        top: 100%;
        left: -100%; /* O menu começa oculto */
        width: 100%;
        text-align: center;
        position: absolute;
        background-color: #333;
        transition: left 0.3s ease; /* Adiciona uma transição suave */
    }
    
    header#cabecalho nav#menu-container ul li{
        margin: 2em;
        color: #f3f0f0;
    }
        
    header#cabecalho nav#menu-container ul li a{
        color: #f3f0f0;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
    }

    /*-----------HOME-----------*/
    article#home-article{
        padding: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f3f0f0;
        flex-direction: column-reverse;
    }

    article#home-article section#text-section h1{
        margin-top: 1em;
        color: #0e4477;
        text-align: left;
    }

    article#home-article section#text-section h2{
        margin: 1em 0;
        color: #0e4477;
        border-bottom: #eeee52 solid 2px;
    }

    article#home-article section#text-section p{
        margin: 1em 0;
        color: #333;
    }

    article#home-article img{
        height: 100%;
        width: 100%;
    }

    /*-----------SERVICES-----------*/
    main#content article#services-article{
        padding: 1em;
        background-color: #0e4477;
    }
        
    main#content article#services-article section.section-serviceCard{
        margin: 1em 0;
        position: relative;
        text-align: center;
    }

    main#content article#services-article section.section-serviceCard i{
        margin: 0.5em 0;
        font-size: 250%;
        color: #f3f0f0;
        text-align: center;
    }
        
    main#content article#services-article section.section-serviceCard p{
        font-weight: 400;
        color: #f3f0f0;
        text-align: justify;
    }

    /*-----------COSTUMER-----------*/
    main#content article#customer-article{
        padding: 2em;
        background-color: #f3f0f0;
    }
    
    main#content article#customer-article ul li{
        margin: 2em 0;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        font-family: "Opens Sans", sans-serif;
    }
    
    /*-----------PROJECTS-----------*/

    main#content article#projects-article{
        padding: 2em;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #333;
    }

    main#content article#projects-article ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    main#content article#projects-article ul li img{
        height: 120px;
        width: 120px;
    }
    
    /*-----------FORM-----------*/
    footer#rodape article#contact-article{
        padding: 2em;
        background-color: #0e4477;
    }
    
    footer#rodape article#contact-article section#contact h3{
        font-size: 150%;
        color: #eeee52;
        font-weight: 500;
        margin-bottom: 1em;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
    }

    footer#rodape article#contact-article section#contact p{
        margin: 1em 0;
        color: #f3f0f0;
    }
    
    footer#rodape article#contact-article section#contact p a{
        color: #f3f0f0;
        font-weight: 500;
        text-align: justify;
    }
    
    footer#rodape article#contact-article section#contact i.icon-contact{
        display: flex;
        font-size: 20pt;
        margin-top: 1em;
        color: #eeee52;
        width: max-content;
        align-items: center;
    }
        
    footer#rodape article#contact-article section#contact i.icon-contact p{
        font-size: 12pt;
        margin-left: 1em;
        font-weight: 800;
    }
    
    footer#rodape article#contact-article form{
        display: flex;
        margin-top: 2em;
        color: #f3f0f0;
        align-items: center;
        flex-direction: column;
    }
    
    footer#rodape article#contact-article form input{
        outline: 0;
        width: 100%;
        padding: 1em;
        font-style: none;
        background: none;
        color: #f3f0f0;
        margin-bottom: 2em;
        border: #f3f0f0 2px solid;
    }

    footer#rodape article#contact-article form input:hover{
        background-color: #333;
    }
    
    footer#rodape article#contact-article form textarea{
        outline: 0;
        width: 100%;
        padding: 1em;
        color: #f3f0f0;
        font-style: none;
        background: none;
        margin-bottom: 2em;
        border: #f3f0f0 2px solid;
    }

    footer#rodape article#contact-article form textarea:hover{
        background-color: #333;
    }
    
    footer#rodape article#contact-article form button.form-button{
        border: none;
        padding: 0.5em;
        font-size: 13pt;
        font-weight: 700;
        color: #f3f0f0;
        width: max-content;
        border-radius: 10px;
        letter-spacing: 4px;
        text-align: center;
        text-transform: uppercase;
        background-color: #333;
    }
    
    footer#rodape article#contact-article form button.form-button:hover{
        cursor: pointer;
        transition: 0.5s;
        color: #0e4477;
        background-color: #f3f0f0;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
        position: relative;
        margin: auto;
        padding: 0;
        width: max-content;
        max-width: 1200px;
    }

    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

    .close:hover, .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

    .slides {
        display: none;
    }

    .slides img{
        overflow: hidden;
        height: 14em;
        width: 14em;
    }

    .cursor {
        cursor: pointer;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 60%;
        width: auto;
        padding: 10px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
}