@import url(./style.css);

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


    .texto-do-lado-primeira-foto {
         text-align: center;
    }
}

@media only screen and (max-width: 1270px) {
    .texto-do-lado-footer {
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #5b336e;
        text-align: center;
        color: white;
        width: 100%;
        height: 500px;

    }

}




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

    .barra {
        display: none;
    }

    .separar {
        background-color: whitesmoke;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: space-around;
         padding-bottom: 80px;
         gap: 30px;
         text-align: center;
    }
    
}



@media only screen and (max-width: 1275px) {
  section {
    padding-bottom: 100px;
  }

  .justifyy {
    flex-direction: column-reverse;
  }

}

@media only screen and (max-width: 725px) {
.separar img {
    width: 200px;    
   }
}

@media only screen and (max-width: 500px) {
    .separar img {
        width: 200px;    
       }
    }


@media only screen and (max-width: 769px) {
    .sub-text h1{
        font-size: 40px;
    }

    .sub-text input{
        transition: 0.4s;
        cursor: pointer;
        padding: 5px 40px;
        text-align: center;
        border-radius: 50px;
    }

    .sub-text p{
        color: white;
        font-size: 13px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 603px) {
    .sub-text h1{
        font-size: 30px;
    }

    .sub-text input{
        transition: 0.4s;
        cursor: pointer;
        padding: 5px 40px;
        text-align: center;
        border-radius: 50px;
    }

    .sub-text p{
        color: white;
        font-size: 10px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
}



@media only screen and (max-width: 480px) {
    .sub-text h1{
        font-size: 25px;
    }

    .sub-text input{
        transition: 0.4s;
        cursor: pointer;
        padding: 5px 30px;
        text-align: center;
        border-radius: 50px;
    }

    .sub-text p{
        color: white;
        font-size: 8px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
}


@media only screen and (max-width: 380px) {
    .sub-text h1{
        font-size: 20px;
    }

    .sub-text input{
        transition: 0.4s;
        cursor: pointer;
        padding: 5px 20px;
        text-align: center;
        border-radius: 50px;
    }

    .sub-text p{
        color: white;
        font-size: 6px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
}







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





@media (max-width: 863px) {
    #btnmobile {
        display: block;
        padding: .5rem 4rem;
        font-size: 3rem;
        border: none;
        background: none;
        color: black !important;
         
    }
    
    header {
        
        position: fixed;
    }
    

    .redes-sociais {
        display: flex;
        justify-content: center;
        
    }
    .redes-sociais img {
        width: 40px;
    }
    #menu {
        
        display: none;
        position: absolute;
        width: 100%;
        top: 150px;
        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;
        display: flex;
        justify-content: center;
        padding: 20px;
 
    }

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

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

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom:2px black;
    }

    }



    @media (max-width: 777px) {

        header {
            position: absolute;
            width: 100%;
            z-index: 1;
           padding-top: 0;
        }
        nav {
            background: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        header {
            position: absolute;
            width: 100%;
            z-index: 1;
        }
    }



    @media (max-width: 583px)  {
        #logo {
            width: 130px;
        }

        .sub-text{
            padding: 30px;
            max-width: 1200px;
            color: white;
            height: 100%;
            margin: 0 auto;
         
            display: flex;
            align-items: center;
            justify-content: right;
            text-align: center;
    }

    .justifyyy {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        margin: 0 auto;
    }

    .justifyy {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        margin: 0 auto;
    }

    
.justify {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
}



    }