@import url(./style.css);

/* PRIMEIRA PARTE */

@media (max-width: 1194px) {
    .quemsomos p {
        font-size: 24px !important;
    }

    .quemsomosbrasil img {
        width: 300px !important;
    }
}


@media (max-width: 1039px) {

    .quemsomos p {
        font-size: 20px !important;
    }

    .quemsomosbrasil img {
        width: 250px !important;
    }
}

@media (max-width: 829px) {

    .deixar-do-lado {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 90px !important;
    }

    .quemsomos p {
        font-size: 20px !important;
    }

    .quemsomosbrasil img {
        width: 250px !important;
    }
}

@media (max-width: 750px) {
    .deixar-do-lado {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 90px !important;
        flex-direction: column-reverse;
    }

    .quemsomos {
        text-align: center;

    }

    .quemsomos p {
        font-size: 17px !important;
    }

    .quemsomosbrasil img {
        width: 250px !important;
    }

    .container-section7 {
        padding-top: 50px;
        height: 550px;
        background-image: url(../img/Fundo\ 07.png);
        padding-bottom: 120px;
    }

}

/* SEGUNDA PARTE */

@media (max-width: 1160px) {
    .texto-na-imagem {
        position: absolute;
        display: flex;
        height: 900px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 150px !important;
        font-size: 23px !important;
    }
}

@media (max-width: 1043px) {
    .texto-na-imagem {
        position: absolute;
        display: flex;
        height: 800px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 100px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 920px) {
    .texto-na-imagem {

        position: absolute;
        display: flex;
        height: 700px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 50px !important;
        font-size: 17px !important;
    }
}


@media (max-width: 800px) {
    .texto-na-imagem {

        position: absolute;
        display: flex;
        height: 600px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 30px !important;
        font-size: 15px !important;
    }
}


@media (max-width: 700px) {

    header {
        width: 100%;
        position: absolute;
        margin-top: -1px !important;
        z-index: 99;

    }

    .texto-na-imagem {

        position: absolute;
        display: flex;
        height: 400px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 20px !important;
        font-size: 10px !important;
    }

    .texto-na-imagem h3 {
        margin-top: 20px;
        font-size: 15px !important;
    }

    #btn1 {
        width: 150px;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        color: white;
        border: 1px solid white;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        padding: 5px !important;
    }
}


@media (max-width: 500px) {
    .texto-na-imagem {

        position: absolute;
        display: flex;
        height: 350px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 20px !important;
        font-size: 8px !important;
    }

    .texto-na-imagem h3 {
        margin-top: 10px !important;
        font-size: 15px !important;
    }

    #btn1 {
        width: 120px !important;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        color: white;
        border: 1px solid white;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        padding: 3px !important;
    }
}

@media (max-width: 504px) {
    .titulo-section3 h1 {
        font-size: 25px;
    }
}

@media (max-width: 504px) {
    .titulo-section3 h1 {
        font-size: 25px;
    }
}

@media (max-width: 405px) {
    .titulo-section3 h1 {
        font-size: 23px;
    }
}


@media (max-width: 410px) {
    .texto-na-imagem {

        position: absolute;
        display: flex;
        height: 350px !important;
        justify-content: center;
        flex-direction: column;
        color: white;
        margin-left: 20px !important;
        font-size: 11px !important;
    }

    .texto-na-imagem h3 {
        margin-top: 10px !important;
        font-size: 18px !important;
    }

    #btn1 {
        width: 120px !important;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        color: white;
        border: 1px solid white;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        padding: 3px !important;
    }

    .imgfundo1 img {
        width: 100%;
      margin-top: 50px;
    }
}


/* TERCEIRA PARTE */

@media (max-width: 890px) {

    .mover-e-posicionar {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 500px !important;
    }

    .texto-dentro {
        display: flex;
        flex-direction: column;
        font-size: 25px !important;
        align-items: center;
        text-align: center;
    }
}


@media (max-width: 500px) {
    .mover-e-posicionar {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 500px !important;
    }

    .texto-dentro {
        display: flex;
        flex-direction: column;
        font-size: 25px !important;
        align-items: center;
        text-align: center;
        padding-bottom: 10px;
    }

    #btn2 {
        width: 200px !important;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        color: #35374c;
        border: 2px solid #35374c;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        padding: 6px !important;
    }
}


@media (max-width: 417px) {
    .mover-e-posicionar {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 500px !important;
    }

    .texto-dentro {
        display: flex;
        flex-direction: column;
        font-size: 20px !important;
        align-items: center;
        text-align: center;
        padding-bottom: 10px;
    }

    #btn2 {
        width: 200px !important;
        margin-top: 20px;
        border-radius: 50px;
        background-color: transparent;
        color: #35374c;
        border: 2px solid #35374c;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        padding: 6px !important;
    }
}


/* QUARTA PARTE */

@media (max-width: 1650px) {

    .textoo-dentro p {
        font-size: 30px !important;
    }
    .img-mulher {
        width: 49%;
        background-repeat: no-repeat;
        height: 700px;
        background-image: url(../img/Moça\ Duvida.png);
    }

}

@media (max-width: 1170px) {

    .textoo-dentro {
        text-align: center;
    }

    .textoo-dentro h1 {
        font-size: 23px !important;
    }
    .textoo-dentro p {
        font-size: 22px !important;
    }
    .img-mulher {
        width: 60% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: url(../img/Moça\ Duvida.png);
    }

}

@media (max-width: 1067px) {

    .textoo-dentro {
        text-align: center;
    }

    .textoo-dentro h1 {
        font-size: 20px !important;
    }
    .textoo-dentro p {
        font-size: 20px !important;
    }
    .img-mulher {
        width: 58% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: url(../img/Moça\ Duvida.png);
    }

}


@media (max-width: 980px) {
    .textoo-dentro {
        position: absolute;
    }

    .textoo-dentro h1 {
        font-size: 40px !important;
    }
    .textoo-dentro p {
        font-size: 30px !important;
    }
    .img-mulher {
        width: 0% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: none !important;
    }

    .img-fundo {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        height: 700px;
        width: 100%;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(../img/Fundo\ 03.png);
    }

}


@media (max-width: 620px) {
    .textoo-dentro {
        position: absolute;
    }

    .textoo-dentro h1 {
        font-size: 30px !important;
    }
    .textoo-dentro p {
        font-size: 28px !important;
    }
    .img-mulher {
        width: 0% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: none !important;
    }

    .img-fundo {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        height: 700px;
        width: 100%;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(../img/Fundo\ 03.png);
    }

    .bordinha {
        background-color: white;
        width: 100px !important;
        border-bottom: 2px solid white;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

}


@media (max-width:  583px) {
    .textoo-dentro {
        position: absolute;
    }

    .textoo-dentro h1 {
        font-size: 25px !important;
    }
    .textoo-dentro p {
        font-size: 25px !important;
    }
    .img-mulher {
        width: 0% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: none !important;
    }

    .img-fundo {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        height: 700px;
        width: 100%;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(../img/Fundo\ 03.png);
    }
    .bordinha {
        background-color: white;
        width: 100px !important;
        border-bottom: 2px solid white;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

}




@media (max-width:  520px) {
    .textoo-dentro {
        position: absolute;
    }

    .textoo-dentro h1 {
        font-size: 25px !important;
    }
    .textoo-dentro p {
        font-size: 20px !important;
    }
    .img-mulher {
        width: 0% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: none !important;
    }

    .img-fundo {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        height: 700px;
        width: 100%;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(../img/Fundo\ 03.png);
    }
    .bordinha {
        background-color: white;
        width: 100px !important;
        border-bottom: 2px solid white;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

}




@media (max-width:  410px) {
    .textoo-dentro {
        position: absolute;
    }

    .textoo-dentro h1 {
        font-size: 20px !important;
    }
    .textoo-dentro p {
        font-size: 17px !important;
    }
    .img-mulher {
        width: 0% !important;
        background-repeat: no-repeat;
        height: 700px;
        background-image: none !important;
    }

    .img-fundo {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        height: 700px;
        width: 100%;
        align-items: center;
        background-repeat: no-repeat;
        background-image: url(../img/Fundo\ 03.png);
    }
    .bordinha {
        background-color: white;
        width: 100px !important;
        border-bottom: 2px solid white;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

}

/* PARTE 5 */ 

@media (max-width:  1099px) {
    .op-section3 {
        display: flex;
        justify-content: center;
        gap: 50px;
        align-items: center;
        margin-top: 80px;
        flex-wrap: wrap;
    }
}

@media (max-width: 523px) {
    .op2-section3 {
        border: 2px solid #3f5269;
        border-radius: 20px;
        padding: 25px !important;
        display: flex;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #1f344f;
    }
}


@media (max-width: 470px) {
    .op2-section3 {
        border: 2px solid #3f5269;
        border-radius: 20px;
        padding: 11px !important;
        display: flex;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #1f344f;
    }
}

@media (max-width: 433px) {
    .op2-section3 {
        border: 2px solid #3f5269;
        border-radius: 20px;
        padding: 11px !important;
        display: flex;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #1f344f;
    }

    .op2-section3 span {
        font-size: 16px !important;
        margin-top: 20px;
        color: #1f344f;
    }

    .op2-section3 h2 {
        font-size: 22px !important
    }
}


@media (max-width: 800px) {
    .titulo-section4 span {
        font-size: 30px !important;
        color: white;
    }

    .titulo-section4 h1 {
        font-size: 40px !important;
        font-weight: bold;
        color: white;
    }
}

@media (max-width: 659px) {
    .titulo-section4 span {
        font-size: 25px !important;
        color: white;
    }

    .titulo-section4 h1 {
        font-size: 30px !important;
        font-weight: bold;
        color: white;
    }
}

@media (max-width: 570px) {
    .titulo-section4 span {
        font-size: 20px !important;
        color: white;
    }

    .titulo-section4 h1 {
        font-size: 25px !important;
        font-weight: bold;
        color: white;
    }
}

@media (max-width: 460px) {
    .titulo-section4 span {
        font-size: 17px !important;
        color: white;
    }

    .titulo-section4 h1 {
        font-size: 20px !important;
        font-weight: bold;
        color: white;
    }

    .container-section-4 {
        height: 293px !important;
        padding-top: 30px;
        background-repeat: no-repeat;
        background-image: url(../img/Faixa\ 01.png);
    }
}

/* PARTE 7 */

@media (max-width: 935px) {
    .op-section5 {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
       flex-wrap: wrap;
        gap: 50px;
    }
}


/* PARTE 8 */

@media (max-width:  1040px) {
    .op-section6 {
        display: flex;
        justify-content: center;
        gap: 50px !important;
        margin-top: 50px;
    }
}


@media (max-width: 904px) {
    .op-section6 {
        display: flex;
        justify-content: center;
        gap: 10px !important;
        margin-top: 50px;
    }
}


@media (max-width: 875px) {
    .op-section6 {
        display: flex;
        justify-content: center;
        gap: 10px !important;
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .op1-section6 {
        width: 312px !important;
        padding: 15px !important; 
        background-color: white;
    }

    .op1-section6 p {
        font-size: 20px !important;
    }
    

    .titulo-section6 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 1px !important;
        flex-direction: column;
    }

    .op1-section6 h1 {
        font-size: 20px !important;
    }

    .risco-titulo-sec6 {
        border-bottom: 2px solid white;
        width: 120px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}


@media (max-width: 419px) {
    .titulo-section6 h1 {
        font-size: 30px !important;
        color: white;
    }
}


/* MENU */ 





@media (min-width: 955px) {
    #btnmobile {
        display: none;
    }
}







@media (max-width: 955px) {

    .risco {
        width: 1px;
        height: 50px;
        border: none !important;
    }

    #btnmobile {
        display: block;
        padding: .5rem 1rem;
        font-size: 3rem;
        border: none;
        background: none;
        color: black !important; 
    
    }



    .redes-sociais {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
    }

    #menu li a {
        color: black;
        font-weight: bold;
        font-size: 20px;
        color: black;
        font-weight: bold;
    }
    



    #menu {
        display: none;
        position: absolute;
        width: 100%;
        top:67px  !important;
        right: 0px;
        display: block;
        z-index: 1000;
        height: 0;
        transition: .6s;
        overflow-y: hidden;
        visibility: hidden;
        background-color: transparent ;
        opacity: 0.9;
        background: rgba(255, 255, 255, 0.27);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.3px);
        -webkit-backdrop-filter: blur(4.3px);
        border: 1px solid rgba(255, 255, 255, 0.46);
             
    }

    #menu li {
        text-align: center;
    }

    

    #nav.active #menu {
        visibility: visible;
        height: calc(100vh - 70px);
        display: block;
        overflow-y: auto;
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom:2px black;
        font-size: 30px;
    }

    .numero-cell {
        display: flex;
    flex-direction: row-reverse;
    align-items: center;
    }

    .redes-sociais {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .redes-sociais img {
        width: 30px;
    }

}




@media (max-width: 520px) {
    #logo {
        width: 150px !important;
    }
}

@media (max-width: 520px) {

    
    #menu {
        display: none;
        position: absolute;
        width: 100%;
        top:180px;
        right: 0px;
        display: block;
        z-index: 1000;
        height: 0;
        transition: .6s;
        overflow-y: hidden;
        visibility: hidden;
        background-color: transparent ;
        opacity: 0.9;
        background: rgba(255, 255, 255, 0.27);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.3px);
        -webkit-backdrop-filter: blur(4.3px);
        border: 1px solid rgba(255, 255, 255, 0.46);
             
    }
}

/* ULTIMA PARTE */ 

@media (max-width: 770px) {
    .container-section8 {
        margin-left: 0px !important;
        margin-top: 50px;
        padding: 5px;
        text-align: center;
    }

    .container-section8 p {
        font-size: 24px !important;
    }
}

@media (max-width: 700px) {

    .escrita-dentro h1 {
        color: white;
        font-size: 25px !important;
    }

    .escrita-dentro2 h1 {
        color: white;
        font-size: 30px !important;
    }
    @media (max-width: 460px) {

        .direitos2 h1{
          font-size: 15px;
        }
    }

}











/* 

______ _  ____ _         _____ ____  _____ _____ _   _  _____                  
|  ____| |/ /_ | |       / ____/ __ \|  __ \_   _| \ | |/ ____|                 
| |__  | ' / | | |      | |   | |  | | |  | || | |  \| | |  __                  
|  __| |  <  | | |      | |   | |  | | |  | || | | . ` | | |_ |                 
| |____| . \ | | |____  | |___| |__| | |__| || |_| |\  | |__| |                 
|______|_|\_\|_|______|  \_____\____/|_____/_____|_|_\_|\_____|         _       
| |                                  | |       |  __ \                 | |      
| |     ___  ___  _ __   __ _ _ __ __| | ___   | |  | |_   _  __ _ _ __| |_ ___ 
| |    / _ \/ _ \| '_ \ / _` | '__/ _` |/ _ \  | |  | | | | |/ _` | '__| __/ _ \
| |___|  __/ (_) | | | | (_| | | | (_| | (_) | | |__| | |_| | (_| | |  | ||  __/
|______\___|\___/|_| |_|\__,_|_|_ \__,_|\___/  |_____/ \__,_|\__,_|_|   \__\___|
|  __ \         | | (_)/ _|/_/ | (_)     _                                      
| |__) |__  _ __| |_ _| |_ ___ | |_  ___(_)                                     
|  ___/ _ \| '__| __| |  _/ _ \| | |/ _ \                                       
| |  | (_) | |  | |_| | || (_) | | | (_) |                                      
|_|   \___/|_|   \__|_|_| \___/|_|_|\___(_) 

https://portifolio-ek1l.pages.dev/  */




    /* Máx resolution */

    .semresolucao h3{
        display: none;
        color: black;
        position:absolute;
        top: 310px;
        left: 20px;
        display:  none;
       
    }


    @media screen and (max-width:375px) {
        
        .semresolucao h3{
            display: none;
            color: white;
            position:absolute;
            top: 310px;
            left: 20px;
            display: block;
           
        }

        main,section,footer,header {
            display: none;
            
        }
    
    
        body {
            position: relative;
            background: black; 
            font-family: 'Montserrat',Arial, Helvetica, sans-serif;
            font-size: 11px;  
        }
    
    
    }
    
    /* FOOTER */
    
    @media screen and (max-width:977px) {
        .container-footer {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 600px;
    
        }
    
    }