@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap";

footer {
    display: flex;
    flex-direction: column;
    font-size: medium;
    background-color: #f0f1f2;
    margin-top: 5vh
}

footer img {
    width: 10vw;
    margin: 5px 0
}

#social-medias {
    display: flex;
    justify-content: flex-start;
    width: 5vw;
    box-sizing: border-box
}

#social-medias a svg {
    width: 30px;
    height: 30px;
    margin: 0 10px
}

#footer-container {
    margin-left: 5vw
}

@media (max-width: 732px) {
    #social-medias {
        margin-top: 3vh
    }

    #social-medias svg {
        width: 10vw;
        height: 3vh
    }

    #footer-container div p {
        margin: 5vh 5vw 3vh 0;
        height: 8vh;
        text-align: justify
    }

    footer img {
        width: 50vw;
        margin: 5px 0
    }
}

#header-container {
    display: flex;
    justify-content: space-between;
    height: 10vh;
    font-size: medium;
    margin-top: 5vh;
    align-items: center
}

nav {
    display: flex;
    justify-content: space-between;
    width: 35vw;
    align-items: center;
    margin-right: 10vw
}

a {
    text-decoration: none;
    color: var(--green)
}

.nav-link {
    padding: 2%;
    border-radius: 20px
}

.nav-link:hover>a {
    color: #f0f1f2
}

.nav-link:hover {
    background-color: var(--green);
    color: #f0f1f2
}

#header-logo {
    margin-left: 8vw;
    display: flex;
    align-items: center
}

.page-activated {
    background-color: var(--green);
    color: #f0f1f2;
    padding: 2%;
    border-radius: 20px
}

.mobile-menu-icon,
.mobile-nav {
    display: none
}

.mobile-nav-active {
    display: flex;
    width: 100vw
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .nav-title {
        font-size: large
    }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .nav-title {
        font-size: large
    }

    nav {
        width: 40%
    }
}

@media (min-width: 840px) and (max-width: 1050px) {
    .nav-title {
        font-size: large
    }

    nav {
        width: 50%
    }

    #header-logo a img {
        width: 20vw
    }
}

@media (min-width: 732px) and (max-width: 840px) {
    .nav-title {
        font-size: 1rem
    }

    nav {
        width: 50%
    }

    #header-logo a img {
        width: 20vw
    }
}

@media (max-width: 732px) {
    #header-container>nav {
        display: none
    }

    #header-logo img {
        width: 30vw
    }

    .mobile-menu-icon {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 8vw;
        height: 8vh;
        margin-right: 10vw
    }

    .mobile-menu-icon button {
        background-color: transparent;
        width: 100%;
        height: 100%;
        padding: 0;
        border: none
    }

    .mobile-icon {
        width: 100%;
        height: 100%
    }

    .active,
    .active svg {
        display: flex;
        width: 100%;
        height: 100%
    }

    .active>svg path {
        color: var(--green);
        stroke: var(--green)
    }

    .hide {
        display: none
    }

    .mobile-nav {
        justify-content: center;
        background-image: linear-gradient(to right, var(--green), var(--blue));
        align-items: center;
        height: 18vh;
        margin-top: 12px;
        font-size: 1rem
    }

    .mobile-nav ul {
        padding: 0;
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .mobile-nav ul li {
        text-decoration: none;
        display: flex;
        margin: 15px 0
    }

    .mobile-nav ul li a {
        color: #f0f1f2;
        text-decoration: none
    }
}

:root {
    --blue: #24B0A7;
    --green: #009955;
    --black: #1C1C1C
}

body {
    background-image: linear-gradient(to right, var(--green), var(--blue));
    color: #f0f1f2;
    font-family: Roboto, sans-serif;
    font-size: x-large;
    margin: 0;
    padding: 0
}

p,
h1,
h2,
h3,
li {
    color: var(--black)
}

.initial-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.initial-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 40vw
}

#vector-background {
    background-image: url(/static/react/FUNDO-fc421f6a.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.initial-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.initial-2 {
    display: flex;
    flex-direction: column;
    justify-content: start
}

.title {
    display: flex;
    justify-content: center
}

#items-container {
    display: flex;
    justify-content: space-evenly;
    margin: 5vh 20%
}

.items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.card {
    background-color: #f0f1f2;
    border-radius: 50px;
    margin: 0 10%
}

.card-container {
    display: flex;
    justify-content: center;
    margin: 15vh 30vw
}

#top-image-card {
    display: flex;
    justify-content: end
}

#top-image-card img {
    height: 15vh;
    margin-right: 20%
}

#text-card-container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20%
}

#card-text {
    width: 60%
}

#image-card {
    margin-top: 10%
}

#image-card img {
    height: 15vh
}

.center {
    display: flex;
    justify-content: center;
    text-align: center
}

.left {
    display: flex;
    justify-content: start;
    text-align: start
}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start
}

.align-center {
    align-items: center
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center
}

.column-start {
    display: flex;
    flex-direction: column;
    align-items: start
}

.font-small {
    font-size: smaller
}

.margin-height {
    margin: 5vh 0
}

.link a {
    color: #f0f1f2
}

.button {
    cursor: pointer;
    width: 20vw;
    border: none;
    height: 5vh;
    font-size: x-large;
    font-weight: 1000;
    border-radius: 50px
}

.margin-top-50 {
    margin-top: 50vh
}

.margin-top {
    margin-top: 10vh
}

.margin-top-5 {
    margin-top: 5vh
}

.margin-top-2 {
    margin-top: 2vh
}

.margin-bottom-50 {
    margin-bottom: 50vh
}

.margin-bottom {
    margin-bottom: 10vh
}

.margin-bottom-5 {
    margin-bottom: 5vh
}

.margin-bottom-2 {
    margin-bottom: 2vh
}

.margin-right {
    margin-right: 10vh
}

.margin-left {
    margin-left: 10vh
}

.margin-left-1 {
    margin-left: 1vw
}

.margin-right-1 {
    margin-right: 1vw
}

.margin-right-3 {
    margin-right: 3vw
}

.margin-left-20 {
    margin-left: 20vw
}

.card-diferencial-container {
    justify-content: space-between
}

.card-diferencial {
    background-color: #eeeeee84;
    width: 30vw;
    padding: 3vw;
    border-radius: 3px
}

.color-3 {
    color: #03323e
}

.color-4 {
    color: #065c67
}

.semi-bold {
    font-weight: 400
}

#barragem-container {
    position: relative;
    width: 100%
}

.reservatorio {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#buttons-container {
    position: absolute;
    z-index: 24;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    width: 100%;
    height: 100%
}

#buttons-container button {
    background-color: #ffffff93;
    color: #065c67;
    cursor: pointer;
    width: 10vw;
    border: none;
    height: 5vh;
    font-size: medium;
    font-weight: 700;
    border-radius: 50px 0 0 50px;
    margin-bottom: 3vh
}

.input-conatainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45vw
}

.search-button {
    background-color: #fff0;
    color: #a3a6a9;
    width: 3vw
}

.search-button:hover {
    background-color: #fff0;
    color: #a3a6a9
}

#search-input {
    width: 40vw;
    background-color: #d9d9d9;
    border: none;
    border-radius: 50px;
    padding: 2%;
    font-family: Roboto, sans-serif;
    font-size: medium;
    color: #065c67
}

#search-input:focus {
    outline: none;
    color: #065c67
}

#search-bar {
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin: 5vh 0
}

.teste {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    text-align: justify;
    padding: 2vw
}

#image-text {
    width: 50vw;
    background-color: #eeeeee84;
    color: #065c67
}

.container-50 {
    width: 50%
}

.justified {
    text-align: justify
}

.height-30 {
    height: 30vh;
    align-items: center
}

.height-100 {
    height: 100vh
}

.padding {
    padding: auto
}

.margin {
    margin: 10vh 10vw
}

.gradient-color {
    background: linear-gradient(to right, var(--green), var(--blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.advantages-conteiner {
    margin-top: 10vh
}

@media (min-width: 1200px) and (max-width: 1600px) {
    body {
        font-size: 1.2rem
    }

    .card {
        margin: 0
    }

    .container {
        margin: 15vh 32vw
    }

    #image-card img,
    #top-image-card img {
        height: 12vh
    }

    .banner-image {
        height: 25vw
    }

    .advantages-conteiner {
        margin-top: 5vh
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    body {
        font-size: larger
    }

    .card {
        margin: 0
    }

    #image-card img,
    #top-image-card img {
        height: 12vw
    }

    .banner-image {
        height: 23vw
    }

    .advantages-conteiner {
        margin-top: 5vw
    }
}

@media (max-width: 768px) {
    body {
        font-size: 1rem
    }

    .banner-image {
        height: 40vh
    }

    #vector-background {
        background-image: none;
        background-color: #f0f1f2;
        height: 100%
    }

    .initial-paragraph {
        width: 100%;
        margin: 5vh 5vw
    }

    .initial-container {
        margin: 10px;
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 732px) {
    .initial-3 {
        justify-content: space-around
    }

    .title {
        background-image: linear-gradient(to right, var(--green), var(--blue));
        margin: 0;
        padding: 0;
        text-align: center
    }

    #items-container {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .items {
        margin: 2vh 0
    }

    .card-image {
        display: none
    }

    .card-container {
        margin: 15vh 5vw
    }

    #text-card-container {
        margin: 0
    }

    #card-text {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5vh
    }
}

#container {
    display: flex;
    justify-content: center;
    margin: 10vh 10vw
}

.flex-column {
    display: flex;
    flex-direction: column
}

.width-30 {
    width: 30vw
}

.input {
    width: 80%;
    background-color: #d9d9d9;
    border: none;
    border-radius: 20px;
    padding: 2%;
    margin-bottom: 2%;
    font-family: Roboto, sans-serif;
    font-size: medium
}

.contact-button {
    background-color: #03323e;
    color: #d9d9d9;
    width: 10vh;
    font-size: medium;
    font-weight: 700;
    height: 3vh
}

.contact-button:hover {
    background-color: #999292;
    color: #d9d9d9
}

@media (max-width: 1600px) {
    #container {
        justify-content: space-evenly
    }
}

@media (max-width: 732px) {
    #container {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }

    .contact-paragraph,
    .contact-form {
        width: 80vw
    }

    .contact-form button {
        width: 20vw
    }
}

@media (max-width: 732px) {
    .card-diferencial-container {
        flex-direction: column;
        margin: 20px
    }

    .card-diferencial {
        margin: 20px 0;
        padding: 0 15px;
        width: 80vw;
        font-size: .9rem
    }
}

.card-container-indicadores {
    display: flex;
    justify-content: space-evenly;
    width: 60vw
}

.card-text-indicadores {
    margin: 5vh 5vw
}

.indicadores-container {
    display: flex;
    justify-content: center
}

.card-indicadores {
    background-color: #f0f1f2;
    border-radius: 50px
}

.platform-container {
    display: flex;
    flex-direction: column
}

.platform-button-container {
    display: flex;
    justify-content: center;
    margin: 40px 0
}

.platform-button {
    background-color: #03323e;
    color: #d9d9d9;
    font-size: medium;
    font-weight: 700;
    height: 7vh;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 15px
}

.platform-button:hover {
    cursor: pointer;
    background-color: #124d5c;
    color: #d9d9d9
}

.results-button {
    background-color: #03323e;
    color: #d9d9d9;
    font-size: medium;
    font-weight: 700;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 15px;
    text-decoration: none;
    margin: 0 8px;
    transition: background-color .3s ease
}

.results-button:hover {
    cursor: pointer;
    background-color: #124d5c;
    color: #fff
}

.platform-iframe-container {
    display: flex;
    justify-content: center
}

@media (max-width: 732px) {
    .card-container-indicadores {
        width: 80vw
    }
}