@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.dark-mode body {
    background-color: #fff;
}

* {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

h1 {
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: #7E4DA0;
    font-size: 50px;
    font-weight: bold;
    font-family: "Caveat Brush", cursive;
}

#pink {
    color: #D355BC;
}

h3 {
    font-size: 30px;
    text-align: center;
}

body {
    margin: 0%;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    padding: 0;
    background-color: #ffffff;
}

nav {
    margin: 16px 8px;
    display: flex;
    margin-left: 13px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

nav .menu a+a {
    margin-left: 13px;
}

.menu a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    transition: 150ms;
}

.menu a:hover {
    opacity: 60%;
    border-bottom: 3px solid #ff69b4;
}

.logo1 {
    width: 14rem;
}

.imagem1 {
    width: 100vw;
}

.flores {
    width: 3vw;
}

.BOX1 {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    text-align: center;
}

.TituloBV {
    text-align: center;
    /* display: flex;
    flex-direction: row; */
}

.BoxEuVejoText1 {
    width: 70%;
}

#hide {
    display: none;
}

/* Container do menu */
.menu-container {
    position: relative;
}

/* Checkbox oculto */
#menu-toggle {
    display: none;
}

.imagensgerais {
    width: 55vw;
}

#reverse {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.BOX2 {
    margin: 23px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

span {
    text-decoration: underline;
    color: #3A3293;
    cursor: pointer;
}

h3 {
    text-align: center;
    font-size: 23px;
    line-height: 56px;
    /* width: 80%; */
}

.BoxHorizon {
    display: flex;
    flex-direction: row;
    align-items: center;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

section.contact-us #contact {
    position: relative;
    display: block;
    width: 380px;
    height: auto;
    background-color: #fff;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.contact-us .section-heading {
    position: relative;
    display: block;
    margin: auto;
}

.section-heading h4 {
    line-height: 40px;
    font-size: 28px;
    font-weight: 900;
    color: #dc8cdb;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

input,
textarea {
    width: 92%;
    position: relative;
    display: block;
    background-color: #f4f7fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline-color: #9e9e9e;
}

input {
    width: 92%;
    height: 40px;
    padding: 0px 15px;
}

textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}

.contact-us div+div {
    margin: 13px 0;
}

.contact-us span {
    height: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

.valid_info_name,
.valid_info_email,
.valid_info_message {
    display: inline-block;
    font-size: 13px;
    margin: 5px 2px;
}

.valid {
    border: 2px solid green;
    outline-color: green;
}

.invalid {
    border: 2px solid red;
    outline-color: red;
}

.btn {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}

#form-submit {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: rgb(219, 138, 222);
    background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    transition: all .3s;
}

#form-submit:disabled {
    border: 1px solid #9e9e9e;
    background: transparent;
    color: #9e9e9e;
    transition: none;
    transform: none;
    cursor: default;
}

#form-submit:hover:disabled {
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    background: transparent;
    transition: none;
    transform: none;
    cursor: default;
}

button {
    justify-content: right;
    cursor: pointer;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

footer {
    padding: 13px;
    border-top: 1px solid #ececec;
    box-shadow: 0 0 70px 5px rgba(214, 214, 214, 0.5);

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

footer .footerLogos {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: -40px;
}

footer .footerLogos img#flor {
    width: 4vw;
}

footer .footerLogos img {
    width: 20vw;
}

footer .links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .links .link {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 5px 0;
}

footer .links .link img {
    margin-right: 8px;
    max-width: 10%;
}

@media (max-width: 950px) {
    footer {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    footer .footerLogos {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    footer .footerLogos img#flor {
        width: 12vw;
    }

    footer .footerLogos img {
        width: 70vw;
    }

    strong {
        font-weight: bold;
    }

    #inicio h3 {
        text-align: center;
    }

    h3 {
        word-wrap: break-word;
        text-align: left;
        line-height: 30px;
        font-size: medium;
        margin: 13px;
        font-weight: 500;
    }

    nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        cursor: pointer;
        margin: 20px;
    }

    .hamburger span {
        display: block;
        background-color: #333;
        height: 4px;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
    }

    /* Estilo do menu */
    .menu {
        display: none;
        position: absolute;
        top: 60px;
        /* left: 1px;  */
        right: 15px;
        background-color: #fff;
        border: 3px solid #333;
        border-radius: 15px;
        padding: 15px;
        z-index: 10;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Estilo do menu visível */
    #menu-toggle:checked~.menu {
        display: block;
    }

    /* Animação do botão */
    #menu-toggle:checked+.hamburger span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 9px);
    }

    #menu-toggle:checked+.hamburger span:nth-child(2) {
        opacity: 0;
    }

    #menu-toggle:checked+.hamburger span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -9px);
    }

    nav .menu a+a {
        margin: 0px;
    }

    .menu a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 0;
        border-bottom: 2px solid transparent;
        transition: 0.3s;
    }

    /* Estilo do fundo decorativo */
    .menu::after {
        content: "";
        position: absolute;
        top: 10px;
        right: -10px;
        width: 100%;
        height: 100%;
        background-color: #ff69b4;
        border-radius: 15px;
        z-index: -1;
    }

    .logo1 {
        max-width: 1300px;
    }

    .BoxHorizon {
        display: flex;
        flex-direction: column;
        width: 100vw;
    }

    #column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .imagensgerais {
        display: none;
    }

    .imagem1 {
        width: 100vw;

    }

    #hide {
        width: 40rem;
        max-width: 100vw;
        display: flex;
        text-align: center;
    }

    .BoxEuVejoText1 {
        width: auto;
    }

    footer #footerImg {
        /* margin: 0 auto; */
        width: 70vw;
        height: 20vh;
    }
}