@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.navbar {
    display: flex;
    flex-flow: row wrap;
    height: 150px;
    background: #a4da8c;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
}

.logo {
    flex: 40%;
    margin-left: 10%;
    /*border: 1px solid green;*/
    text-align: left;

}

.logo h1 {
    font-family: "Dancing Script", cursive;
    color: #4e4810;
    font-size: 55px;
}

.menu {
    flex: 50%;
    /*border: 1px solid green;*/
    text-align: right;
    padding: 10px
}

.menu a {
    color: #180f4a;
    text-decoration: none;
    font-size: 20px;
    padding: 20px 16px;
}

.menu a:hover {
    color: #ff2978;
    border-top: 3px solid #180f4a;
    font-size: 20px;
    padding: 18px 18px;
}

#botao {
    background: #180f4a;
    padding: 10px 25px;
    color: white;
    border-radius: 6px;
    margin-right: 13%;
    margin-left: 5%;
    font-size: 25px;
    letter-spacing: 2px;
}

#botao:hover {
    border: none;
    background: #ff2978;
}

.header {
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    align-items: center;
    background: #a4da8c;
    padding-top: 180px;
}

.headline {
    margin-left: 10%;
    flex: 40%;
}

.headline h2 {
    font-weight: 900;
    font-size: 20px;
    color: #180f4a;
    padding: 7px;
    margin: 0;

}

.headline p {
    color: #180f4a;
    text-align: left;

}

.contact-btn {
    display: inline-block;
    background: #ff2978;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}

.contact-btn:hover {
    background: #180f4a;

}

.img-headline {

    margin-right: 10%;
    flex: 40%;
    text-align: center;
}

section {
    display: inline-block;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    text-align: center;
    padding: 3%;
    width: 90%;
}

section h2 {
    width: 100%;
    /*font-size: 25px;*/
    /*margin: 0;*/
    font-family: "Farsan", cursive;
    font-weight: lighter;
    /*olor: #180f4a;*/
    color: hwb(49 4% 11%);
}

.servicos {
    display: inline-block;
    display: center;
    margin-top: 1%;

}

.card {
    display: inline-block;
    display: center;
    width: 30%;
    padding: 20px;
    margin: 1%;
    border: 1px solid #a4da8c;
    border-radius: 10px;
    cursor: pointer;
}

.texto-oculto {
    display: none;

}

.card:hover {
    background: #a4da8c;
    color: #180f4a;
    padding: 50px;

}

.card:hover img {
    display: none;
}

.card:hover .card-text {
    display: none;
}

.card:hover .texto-oculto {
    display: block;
}

footer {
    margin-top: 100px;
    height: 300px;
    background-image: linear-gradient(#a4da8c, rgb(90, 243, 90));
    text-align: center;
    border-top: 5px solid #180f4a;

}

.logo-rodape {
    padding: 3dvh;

}

.agencia {
    font-family: "Dancing Script", cursive;
    color: #4e4810;
    font-size: 40px;
}

.whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#botao_2 {
    background: #4e4810;
    padding: 10px 25px;
    color: white;
    border-radius: 6px;
    margin-right: 13%;
    margin-left: 7%;
    font-size: 20px;
    letter-spacing: 2px;
}

.header_2 {
    display: flex;
    flex-flow: row wrap;
    height: auto;
    justify-content: center;
    align-items: center;
    background: white;
    padding-top: 200px;
}

.card_2 {

    display: inline-block;
    display: center;
    width: auto;
    text-align: center;
    padding: 20px;
    margin: 1px solid #a4da8c;
    border-radius: 10px;

}

.card-text_2 {
    font-family: "Varela Round", sans-serif;
    color: #4e4810;
    font-size: 30px;
    text-align: center;
}

.card_3 {

    display: inline-block;
    display: left;
    width: auto;
    height: auto;
    background: #a4da8c;
    text-align: left;
    padding: 10px;
    margin: 1px solid #a4da8c;
    border-radius: 10px;
}

.card-text_3 {
    font-family: "Varela Round", sans-serif;
    color: #4e4810;
    font-size: 30px;
    text-align: left;
}

.card_4 {

    display: inline-block;
    display: left;
    width: auto;
    height: auto;
    background: #cbe8cc;
    text-align: left;
    padding: 10px;
    margin: 1px solid #a4da8c;
    border-radius: 10px;
    margin-left: 4%;
}

.card-text_4 {
    font-family: "Varela Round", sans-serif;
    color: #4e4810;
    font-size: 30px;
    text-align: left;
}

.card_5 {

    display: inline-block;
    display: left;
    width: auto;
    height: auto;
    background: #cbe8cc;
    text-align: left;
    padding: 10px;
    margin: 1px solid #a4da8c;
    border-radius: 10px;
    margin-left: 4%;
}

.card-text_5 {
    font-family: "Varela Round", sans-serif;
    color: #02052a;
    font-size: 30px;
    text-align: center;
}