/* GERAL -----------------------------------------------------------------------------------------------------------------------*/

@import url('base.css');

/* TOPO -----------------------------------------------------------------------------------------------------------------------*/

section .topo{
    padding: 40px 4%;
}


section .topo .flex{
   align-items: center;
   justify-content: space-between;
}

.topo .txt-topo{
    width: 500px;
    margin: 100px;
    height: 420px;
}

.topo .txt-topo h1{
    color: var(--preto);
    font-size: 42px;
    line-height: 40px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.topo .txt-topo h1 span{
    color: var(--laranja);
    font-size: 84px;
}

.topo .txt-topo p{
    margin: 40px 0;
    font-size: 18px;
}

.topo img{
    border-radius: 10px;
}

.topo .txt-topo p span{
    color: var(--laranja);
    font-weight: bold;
}

.topo .img-topo{
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;  
}

    @media (max-width: 768px) {

        section .topo .flex{
            flex-direction: column;
        }
        section .topo{
            padding: 4px;
        }
    
        .topo .txt-topo{
            width: 100%;
            margin: 0px;
            height: auto;
            padding: 10px;
            text-align: justify;
        }
    
        .topo .txt-topo h1{
            text-align: center;
            padding-top: 20px;
        }
        .topo .img-topo{
            padding-top: 6px;
            width: 95%;
            padding-bottom: 5px;
            margin: 0 auto;
        }

        .topo .img-topo img {
            max-width: 100%;
            padding-bottom: 40px;
        }
    }

    @media (max-width: 480px) {

        section .topo .flex{
            flex-direction: column;
        }
        section .topo{
            padding: 4px;
        }
    
        .topo .txt-topo{
            width: 100%;
            margin: 0px;
            height: auto;
            padding: 10px;
            text-align: justify;
        }
    
        .topo .txt-topo h1{
            text-align: center;
            padding-top: 20px;
        }
        .topo .img-topo{
            padding-top: 6px;
            width: 95%;
            padding-bottom: 5px;
            margin: 0 auto;
        }
    }