@import url(/style/colors.css);

@import url(/style/fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

html,
body {
    height: auto;
    width: 100%;
}


::-webkit-scrollbar {
    width: 10px;
    height: 90px;
}

::-webkit-scrollbar-thumb {
    background: #d3cdcd;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}



.navbar-light #navbarSupportedContent {
    justify-content: flex-end;
}

nav ul li {
    height: auto;
    width: auto;
    padding: 0.4rem 0.1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

nav ul li:hover {
    background: var(--colorHover);
    border-bottom: 2px solid var(--borderColor);
}

nav ul li a {
    font-weight: bolder;
}


.container .logo img {
    height: 5rem;
    width: 100%;
}

.dropdown-menu {
    width: 100%;
}



.hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero .container {
    z-index: 2;
    position: relative;
}

.hero .container .hero-text-container {
    text-align: right;
    padding-top: 15rem;
    padding-bottom: 6.5rem;
}

.hero .container h1 {
    color: #EA9A17;
    font-size: 35pt;
    font-weight: bolder;
    text-align: center;
    text-shadow: #ea991720 0.1em 0.1em 0.1em;
}

.hero .container p {
    color: rgb(0, 0, 0);
    font-size: 15pt;
    text-align: center;
    text-shadow: black;
    font-weight: bold;
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text-container img {
    width: 800px;
}

.hero .overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.container .title {
    height: auto;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.container .title p {
    font-size: 22pt;
    font-weight: bolder;
}

.container .text-content {
    text-align: justify;
}

.container .text-content p:nth-of-type(1) {
    padding-top: 3rem;
    font-size: 15pt;
}

.container .title div {
    height: 3px;
    width: 50px;
    background: var(--colorBtn);
    border-radius: 50px;
    margin-top: -10px;
}

.container .row .img {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .row .img img {
    height: 90%;
    width: 100%;
}

.container .row .track {
    height: 3px;
    width: 25px;
    border-radius: 20px;
    background: var(--colorBtn);
    margin-bottom: 1rem;
}

.cards {
    margin-top: 4rem;
}

.missao {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    border-bottom: 7px solid #7CC118;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.165);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease-in;
}

.missao:hover {
    transform: translateY(-10px);
}

.missao p:nth-of-type(1) {
    font-size: 20pt;
    font-weight: bold;
}

.visao {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    border-bottom: 7px solid #4C9FBF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.165);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease-in;
}

.visao:hover {
    transform: translateY(-10px);
}

.visao p:nth-of-type(1) {
    font-size: 20pt;
    font-weight: bold;
}

.valores {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    border-bottom: 7px solid #F18E0F;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.165);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease-in;
}

.valores:hover {
    transform: translateY(-10px);
}

.valores p:nth-of-type(1) {
    font-size: 20pt;
    font-weight: bold;
}

.valores .img-card {
    height: 6.3rem;
}

.banner-doação {
    background-color: #e0f6fd;
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
}

.doacao {
    padding: 45px;
}

.text-doacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text-doacao p:nth-of-type(1) {
    font-size: 20pt;
    font-weight: bolder;
    text-align: center;
}

.text-doacao p:nth-of-type(2) {
    font-size: 15pt;
    text-align: center;
}

.funcionarios {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    border-bottom: 7px solid #7CC118;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.165);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease-in;
    margin-top: 1.5rem;
}

.funcionarios:hover {
    transform: translateY(-10px);
}

.funcionarios p {
    position: relative;
    top: -1.5rem;
}

.funcionarios .perfil-name p:nth-of-type(1) {
    font-size: 20pt;
    font-weight: bold;
}

.img-card-perfil {
    position: relative;
    top: -5rem;
}

.img-card-perfil img {
    height: 95px;
}

#func-2,
#func-5 {
    border-bottom: 7px solid #4C9FBF;
    border-bottom: 7px solid #4C9FBF;

}

#func-3,
#func-6 {
    border-bottom: 7px solid #F18E0F;
}

#func-4,
#func-5,
#func-6 {
    margin-top: 4rem;

}



@media screen and (max-width: 991px) {
    .container .row h3 {
        margin-top: 1.5rem;
    }

    .visao {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #func-1,
    #func-2 {
        margin-bottom: 4rem;
    }

    #func-4,
    #func-5, 
    #func-6 {
        margin-top: 5rem;
    }

}

@media screen and (max-width: 450px) {
    .img-doacao img {
        height: auto;
        width: 100%;
    }

}

.form-asvsb-background {
    background-color: #e0f6fd;
}

.row {
    justify-content: center;
}

#myFormulario {
    height: auto;
    width: 100%;
    background: white;
    padding: 2rem;
    border-radius: 10px;
}

#myFormulario input {
    width: 100%;
    padding: 0.50rem;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.288);
    border-radius: 5px;
}

#myFormulario textarea {
    width: 100%;
    outline: none;
    padding: 0.60rem;
    border: 1px solid rgba(0, 0, 0, 0.288);
    border-radius: 5px;
}


#myFormulario button {
    padding: 0.60rem;
    border: none;
    outline: none;
    height: auto;
    width: 30%;
    border-radius: 10px;
    background: var(--colorBtn);
    color: var(--colorFontWhite);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#myFormulario input:focus {
    border: 1px solid rgb(44, 44, 44);
}

#myFormulario textarea:focus {
    border: 1px solid rgb(44, 44, 44);
}

#myFormulario button {
    background: #F18E0F;
    width: 100%;
    height: auto;
}

#myFormulario button:hover {
    background: #d87a00;
}

.span-required {
    display: none;
    margin: 3px 0 0 1px;
    font-size: 12px;
    color: #8b0d0b;
    font-weight: bold;
    text-align: left;

}

.container .imagem {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 991px) {

    #myFormulario button {
        width: 100%;
        margin-top: 1rem;
    }

}

.contact {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.contact .img-contact img {
    display: flex;
    align-items: center;
    width: 50px;
}

.cards {
    margin-top: 4rem;
}

.contact {
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: all 0.3s ease-in;
}

.contact:hover {
    transform: translateY(-10px);
}

.contact p:nth-of-type(1) {
    font-size: 13pt;
    font-weight: bold;
}

#contact {
    margin-bottom: 1rem;
}


footer {
    margin-top: 5rem;
    position: relative;
    bottom: 0;
}

footer #myFormFooter {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

footer #myFormFooter .text {
    color: #fff;
    height: auto;
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

footer #myFormFooter .input-nome {
    width: 100%;
    height: auto;
}

footer #myFormFooter .input-nome input {
    padding: 0.50rem;
    width: 100%;
    border: none;
    outline: none;
}

footer #myFormFooter .input-email {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer #myFormFooter .input-email input {
    padding: 0.50rem;
    width: 100%;
    border: none;
    outline: none;
}


footer #myFormFooter .input-btn {
    width: 100%;
    height: auto;
}

footer #myFormFooter .input-btn input {
    width: 100%;
    border: none;
    outline: none;
    background: #A61213;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.50rem;
    transition: all 0.3s ease-in-out;
}

footer #myFormFooter .input-btn input:hover {
    background: #b41515;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.288);
    border-radius: 10px;
    cursor: pointer;
}

.span-required-footer {
    display: none;
    margin: 3px 0 0 1px;
    font-size: 12px;
    color:#ffffff;
    font-weight: bold;
}

footer .container .icones {
    margin-top: 2rem;
    text-align: left;
}

footer .container .icones img {
    margin-right: 10px;
}

.fluid {
    height: auto;
    width: 100%;
}