@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500&display=swap');

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #313C4A;
    color: #D8D8D8;
    font-family: 'Libre Franklin', sans-serif;
}

.primary {
    background-color: #313C4A;
}

.background-header {
    background-image: url("/assets/header.png");
    background-size: cover;
}

#contact_us {
    background-image: url("/assets/background 1.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagem_ajuste {
    object-fit: cover;
    width: 250%;
}

.logo {
    width: 75%;
    height: auto;
}

a {
    color: inherit;
}

.list-group-item {
    background-color: #D8D8D8;
}

.card {
    color: #313C4A;
    background-color: #D8D8D8;

}

.cor_texto {
    color: #313C4A;
}

#sobre_nos {
    line-height: 2;
    padding: 10px
}

.underline-text {
    border-bottom: 5px solid #313C4A;
    /* Adjust the color and thickness of the underline */
    line-height: 1.15;
    /* Adjust this value to control the distance */
    display: inline-block;
    /* Ensures that the underline only covers the text width */
}

footer {
    margin-top: 10px;
    background-color: #DCDCDC;
    color: black;
    /* height: 20vh; */
}

.input_email {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: transparent !important;
    border-color: #313C4A;
    border-radius: 0px !important;
}

::placeholder {
    color: #313C4A !important;
    opacity: 1 !important;
}

.texto_tamanho {
    font-size: 16px;
}

textarea.input_email {
    height: 100px !important;
    resize: none;
}

/* @media(max-width: 568px) {
#sobre_nos {
line-height: 1.3;
}
} */

html {
    font-size: 1rem;
}

@media (min-width: 576px) {
    html {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 1.4rem;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 1.6rem;
    }
}