
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{

    background-image: url(Sem\ Título-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

}
.logo-teixeira img{

    margin-top: 15vh;
    width: 130vh;
    height: 55vh;

}
.botao{

    width: 50vh;
    height: 10vh;
    border-radius: 4vh;
    background-color: red;
    text-align: center;
    background-image: url(pngtree-liquid-gold-texture-aqua-gold-background-image_115411.jpg);
    cursor: pointer;
    transition: 0.5s;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 6px 6px rgba(0, 0, 0, 0.15);

}
.botao:hover{

    scale: 105%;

}
.botao h1{

    font-size: 4.5vh;
    font-family: oswald;
    color: rgb(24, 51, 25);
    margin-top: 1vh;

}
.botao img{

    width: 7vh;
    height: 7vh;

}
.tela2{

    width: 100%;
    height: auto;
    background-color: rgb(244, 242, 216);
    margin-top: 10vh;
    padding-block: 5vh;

}
.cards{

    width: 120vh;
    height: 30vh;
    background-color: rgb(255, 255, 255);
    border-radius: 3vh;
    margin-top: 1vh;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 6px 6px rgba(0, 0, 0, 0.15);  
    
}
.icons .icon1 img, .icon2 img, .icon3 img{

    width: 7vh;
    height: 7vh;

}
.icons h1{

    text-align: center;

}
.h1-1{

    font-family: roboto;
    font-weight: bold;
    font-size: 4vh;

}
.h1-2{

   font-family: roboto;
    font-size: 3vh;
    color: rgb(63, 63, 63);

}
.icons h2{

    color: rgb(227, 157, 5);
    font-size: 3vh;
    font-family: oswald;

}
.solucoesjuridicas p{

    font-weight: 400;

}
.solucoesjuridicas h1{

    font-family: roboto;

}
.titulo-tela2{

    font-size: 8vh;
    animation: balanco-titulo 2s ease-in-out infinite alternate;

}
.segundatela{

    margin-top: 10vh;
    gap: 7vh;

}
.cards2{

    width: 78vh;
    height: 13vh;
    background-color: rgb(17, 29, 17);
    color: white;
    border-radius: 2vh;
    padding: 2vh;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 6px 6px rgba(0, 0, 0, 0.15);

}
.cards2 img{

    width: 9vh;
    height: 9vh;

}
.cards2 h1{

    font-size: 4vh;
    color: rgb(244, 242, 216);
    font-family: roboto;
}
.tela3{

    height: 100vh;
    background-image: url(mapa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.main-localizacao img{

    width: 15vh;
    height: 15vh;
    margin-top: 10vh;

}
.main-localizacao h1{

    color: white;

}
.main-localizacao p{

    color: white;

}
.links{

    text-decoration: none;
    transition: 0.5s;

}
.link-botao{

    text-decoration: none;

}
.links:hover{

    scale: 110%;
    transition: 0.5s;

}
@keyframes balanco-titulo{

    0%{

        transform: translateY(0vh);

    }
    100%{

        transform: translateY(-2vh);

    }
    


}
@media (min-width: 1921px) {
  .solucoesjuridicas p{

    font-size: 4vh;
    
  }
  .segundatela{

    gap: 20vh;


  }
  
  .br{

        display: none;

    }
    .solucoesjuridicas p{

        width: 80vh;

    }
    .h1-1{

        font-size: 4vh;

    }
    .h1-2{

        font-size: 3.5vh;

    }
    .icon1, .icon2, .icon3{

        h2{

            font-size: 4vh;

        }

    }
    .main-localizacao p, h1{

        font-size: 4vh;

    }
}

@media(max-width:1367px){

    .br{

        display: none;

    }
}
@media(max-width: 1024px){

    .botao{

        width: 40vh;

    }
    .botao h1{

        font-size: 4vh;

    }
     .logo-teixeira img{

        width: 90%;
        height: 30vh;

    }
    .icons{

    flex-direction: column;

}
.cards{

    height: auto;

}
.segundatela{

    display: flex;
    flex-direction: column;

}
.tela2{

    height: auto;

}
.cards2{

    width: 60vh;

}
.cards2 h1{

    font-size: 3vh;

}
.solucoesjuridicas{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
}
.solucoesjuridicas p{

    font-size: 3vh;

}
.br{

    display: none;

}
.tela3{

    height: 70vh;

}

}



@media(max-width: 768px){

    .botao{

        width: 40vh;

    }
    .botao h1{

        font-size: 4vh;

    }
     .logo-teixeira img{

        width: 90%;
        height: 30vh;

    }
    .icons{

    flex-direction: column;

}
.cards{

    height: auto;

}
.segundatela{

    display: flex;
    flex-direction: column;

}
.tela2{

    height: auto;

}
.cards2{

    width: 60vh;

}
.cards2 h1{

    font-size: 3vh;

}
.solucoesjuridicas{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
}
.solucoesjuridicas p{

    font-size: 3vh;

}
.br{

    display: none;

}
.tela3{

    height: 70vh;

}

}
@media(max-width: 568px){

    .logo-teixeira img{

        width: 100%;
        height: 20vh;
        margin-top: 20vh;

    }
    body{

    width: auto;
    margin: 0;
    padding: 0;
    overflow-x: clip();

}
.icons{

    flex-direction: column;

}
.cards{

    height: auto;
    padding-bottom: 2vh;

}
.segundatela{

    display: flex;
    flex-direction: column;

}
.tela2{

    height: auto;

}
.cards2{

    width: 40vh;

}
.cards2 h1{

    font-size: 3vh;

}
.solucoesjuridicas{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
}
.solucoesjuridicas p{

    font-size: 3vh;

}
.br{

    display: none;

}

}