.montserrat-uniquifier {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

:root {
    --primary-color: #0a0f3a;
    --primary-lighter-color:#12192F;
    --primary-darker-color:#080C16;
    --secondary-color: #F9FCB9;
    --secondary-darker-color: #C3B749;
}

html,
body{
      font-family: "Montserrat", sans-serif;
      background-color: #FFFEF5;
}

.maxWidth {
    margin: auto;
}

.top_header img{
    width: 13em;
}

.top_header {
    text-align: center;
    background-color: #000000;
    box-shadow: 0 .3em 1em -.4em black;
    padding: 1em;
    align-items: center;
}

.top_header_nav ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.top_header_nav a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 1em;
    font-size: 1.1em;
}

.top_header_nav a:hover {
    background-color: #534f2db3;
}


/* md */
@media screen and (min-width: 75em) {
    .top_header {
        display: flex;
        justify-content: space-between;
        height: 6em;
        position: fixed;
        width: 100%;
    }

    .top_header img {
        margin-left: 10em;
        padding: .5em;
    }


    .top_header_nav li {
        display: inline-block;
        padding-right: 2em;
        text-align: center;
    }

    .top_header_nav {
        gap: 16px;
    }

    .top_header_nav a:hover {
        border-bottom: 1px solid #C3B749;
        background-color: #000000;
        transition: all .5s ease-in-out;
    }

    .top_header_nav ul{
        margin-right: 7em;
        align-items: center;
        padding: .5em;
    }
}

/* hero banner */

.heroBanner{
        margin: 0;
        background-image: url(images/santanaBg\ 6.png);
        background-position: right;
        background-repeat: no-repeat;
        padding-top: 1px;
        width: 100%;
        height: 860px;
}

.heroBanner_title{
    text-align: center;
    padding: 1em;
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 3em;
}

.heroBanner_subtitle{
    font-size: 1em;
    text-align: center;
    color: white;
    font-weight: normal;
    padding: 2em;
}

.heroBanner_btn{
    background-color: #F9FCB9;
    display: block;
    padding: .8em 1em;
    border-radius: 6px;
    margin: auto;
    width: fit-content;
    align-items: center;
    text-decoration: none;
    color: black;
    margin-top: 2em;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.heroKnow{
    display: flex;
    flex-direction: column;
    gap: 4em;
    padding: 2em;
    text-align: left;
}

.heroBanner-know{
    flex: 1;
    background-color: var(--primary-darker-color);
    padding: 1em;
    border-radius: 0.375em;
    color: rgb(224, 224, 224);
}

.heroBanner-know a{
    text-decoration: none;
    font-weight: 600;
    color: var(--secondary-darker-color);
    transition: all .3s ease-in-out;
}

.heroBanner-know a:hover{
    color: var(--secondary-color);
    transition: all .3s ease-in-out;
}

#mainPage{
    margin-top: 2em;
    padding: 2em;
    padding-top: 1em;
}

#breveHistorico{
    border-bottom: 2px solid black;
    display: flex;
    padding-bottom: 0.2em;
    padding-top: .5em;
}

.mainPage-img img{
    display: none;
    height: 25em;
    width: 25em;
    padding: 1.5em;
}

#secondknow{
    height: 350px;
    padding: 3em;
    text-align: center;
    padding-top: 5em;
}


@media screen and (min-width: 75em) {
    .heroBanner{
        height: 50em;
        padding-top: 4em;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .heroBanner_subtitle{
        margin-right: 8em;
        margin-left: 8em;
        font-size: 1.2em;
    }
    
    .heroBanner_btn{
        font-size: 1.1em;
    }

    .heroKnow{
        flex-direction: row;
        gap: 20em;
        padding: 5em;
    }

    .heroBanner_title{
        margin-right: 5em;
        margin-left: 5em;
        font-size: 2.1em;
        padding-top: 5em;
    }

    .mainPage-img img{
        display: block;
        justify-content: space-around;
        float: left;
    }

    #mainPage {
        display: inline-block;
        padding-top: 5em;
        padding: 6em;
    }

    #secondknow{
        height: 200px;
        padding: 3em;
        text-align: center;
        padding-top: 10em;
        margin-right: 7em;
        margin-left: 7em;
    }
}

.cards{
    display: flex;
    gap: 1.5em;
    margin: 0 2em 2em;
    flex-direction: column;
}

.cardContent{
    flex: 1;
    background-color: var(--primary-darker-color);
    padding: 2em;
    border-radius: 0.375em;
    box-shadow: 0 .3em 1em -.3em black;
    display: flex;
    flex-direction: column;
}

.cardContentTitle{
    margin-top: 0.8em;
    padding-bottom: 0.9em;
    color: white;
    text-align: center;
    margin-bottom: 0.3em;
    font-size: 1em;
    font-weight: bold;
}

.cardContent p{
    margin-top: 0;
}

.cardContent ul{
    text-align: left;
}


.cardContentText{
    color: #b5b5b5;
    line-height: 1.2;
    flex: 1;
    text-align: center;
}


.cardContentSubTitle{
    color: white;
    font-weight: 500;
    margin-top: 0;
    font-size: 1em;
    text-align: center;
}

.missaoIcon{
    width: 56px;
}

.valoresIcon{
    width: 36px;
}

.remedioIcon{
    width: 40px;
}

@media screen and (min-width:75em) {
    .cards{
        flex-direction: row;
        margin: 0 6em 6em;
        gap: 5em;
    }
}

.footer {
    text-align: center;
    background-color: #000000;
    padding: 3.2em;
    box-shadow: 0 .3em 1em .1em black;
}

.footer a {
    color: inherit;
}

.footer img{
    width: 10em;
}

.footerText{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: lighter;
    border-bottom: 1px solid #74767B;
    padding-bottom: 2em;
}

.footerTitle{
    color: #FFFEF5;
    font-size: 1.2em;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
}

.footerCont{
    color: #FFFEF5;
    display: flex;
    text-decoration: underline;
    /* padding-left: 1rem; */
}

.footerInf{
    color: #C3B749;
    display: flex;
    text-transform: uppercase;
    padding-left: .5rem;
}

.footerAdd{
    color: #C3B749;
    text-align: left;
}

.footerTitleEnd{
    color: #FFFEF5;
    font-size: 1.2em;
    font-weight: 600;
}

.footerInfo{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footerCopy{
    background-color: #000000;
    color: white;
    margin-bottom: 0;
    text-align: center;
    padding: 1em;
    font-weight: 100;
}

.footerMailIcon{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footerMailIcon img{
    width: 20px;
    height: 20px;
    margin: 0;
}

@media screen and (min-width: 75em) {
    .footerInfo{
        flex-direction: row;
    }
    
    .footerContato{
        margin-left: 6em;
    }

    .footerContato2{
        margin-right: 6em;
    }
}

.sobreNos {
    height: 900px;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sobreNos2{
    height: 900px;
    padding: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sobreNos2 iframe{
    width: 80vw;
    height: 40vh;    
}

.sobreNos-content{
    padding: 1em;
    text-align: center;
    letter-spacing: 1px;
}

.sobreNos iframe{
    width: 80vw;
    height: 40vh;
     
}

.sobreNosTitle{
    font-size: 2em;
    text-align: center;
}

.sobreNoSub{
    font-size: 1em;
    padding-bottom: 2em;
    text-align: center;
}


@media screen and (min-width:75em) {
    .sobreNos{
        height: 800px;
        padding-top: 8em;
    }

    .sobreNos iframe{
        float: left;
        width: 50vw;
        padding: 1em;
        margin-left: 2em;
        height: 50vh; 
}
    
    .sobreNoSub{
        margin-right: 10em;
        margin-left: 10em;
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .sobreNosTitle{
        font-size: 2.1em;
    }

    .sobreNos-content{
        padding: 6em;
    }

    .sobreNos-content h2{
        font-size: 2em;
    }
    
}

.arpaContent{
    background-image: url(images/arpabanner3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
    height: 900px;
    width: 100%;
}

.arpaTitle{
    font-size: 2em;
    text-align: center;
    color: white;
    font-weight: 600;
}


.arpaBanner{
    color: white;
    padding: 4em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.arpaSub{
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    padding-top: 1em;
}

.arpaSpan{
    font-size: 1.6em;
    text-align: left;
    color: #C3B749;
    font-weight: 500;
    letter-spacing: 5px;
}


.arpaText{
    background-color: #181801;
    padding: 1em;
    outline: 1px solid #C3B749;
    margin-top: 2em;
    display: block;
}

.arpaText p{
    font-size: 1em;
}

@media screen and (min-width:75em) {
    .arpaBanner{
        flex-direction: row;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .arpaSection{
        max-width: 850px;
    }
    
    .arpaContent{
        height: 750px;
    }

    .arpaTitle{
        font-size: 2.7em;
    }

    .arpaSub{
        font-size: 1.2em;
    }

    .arpaText{
        margin-left: 14em;
        margin-right: 14em;
    }

    .arpaText p{
        font-size: 1.2em;
    }
}

.contato-wrapper{
    height: 250px;
    text-align: center;
    padding: 2em;
}

.contato-wrapper h1{
    padding-top: 1em;
}

.contato-true{
    height: 1000px;
    background-image: url(images/santanaBg\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.contato-form{
    padding: 1em;
    width: 90vw;
    align-items: center;
}

.contato-form form{
    display: flex;
    flex-direction: column;
    padding: 1em;
    background: #ffffff;
    border-radius: .4em;
}
form label{
    color: #000000;
    font-size: 17px;
    margin-bottom: 4px;
}
form input{
    padding: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 2px solid #d6d6d6;
}

form textarea{
    padding: 10px;
    font-size: 15px;
    margin-bottom: 1em;
    border: 2px solid #d6d6d6;
}

form button{
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    background-color: var(--secondary-color);
    margin-bottom: 1em;
    color: black;
}

form button:hover{
    background-color: var(--secondary-darker-color);
    transition: all .5s;
    color: black;
}

.contato-true_text h3{
    color: var(--secondary-darker-color);
    font-size: 1em;
}

.contato-true_text p{
    text-decoration: underline;
}

.contato-true_text h4 {
    font-weight: 400;
}

.contato-true_text{
    color: white;
    padding: 1em;
    font-size: 1.2em;
}

.contato-true_text h1{
    font-size: 1.5em;
}


@media screen and (min-width:75em) {
    .contato-true{
        flex-direction: row;
        height: 700px;
    }
    .contato-form{
        width: 45vw;
        padding: 3em;
    }

    .contato-wrapper{
        padding-top: 7em;
    }


    .contato-true_text{
        font-size: 1.2em;
        margin-top: 4em;
        margin-right: 3em;
    }

    .contato-wrapper h1{
        font-size: 2.7em;
    }
    
    .contato-wrapper p{
        font-size: 1.2em;
    }
}

.localeContact{
    height: 700px;
    margin-top: 6em;
    text-align: center;
}

.localeContact address{
    margin-bottom: 2em;
}

@media screen and (min-width:75em) {
    .localeContact h1{
        font-size: 2.7em;
    }
}

.howWeHelp{
    background-image: url(images/helpBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sobreCards-wrapper{
    text-align: center;
    height: 200px;
    padding-top: 6em;
}

.sobreTitles{
    font-size: 2em;
    color: white;
}

.cardContentTexto{
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 1.1em;
    padding: 1.5em;
    font-weight: 450;
    transition: all .3s ease-in-out;
}

.cards a{
    text-decoration: none;
}

.cardContentTexto:hover{
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.sobreCardContent{
    flex: 1;
    background-color: var(--secondary-color);
    border-radius: 0.375em;
    display: flex;
    flex-direction: column;
    padding: .5em;
    margin-bottom: 6em;
    font-size: 1em;
    transition: all .3s ease-in-out;
}

.sobreCardContent:hover{
    background-color: var(--secondary-darker-color);
    transition: all .3s ease-in-out;
    border-radius: 0.375em;
}

@media screen and (min-width:75em){
    .sobreTitles{
        font-size: 2.1em;
    }
    .sobreCards-wrapper{
        padding-top: 12em;
        padding-bottom: 0;
        height: 300px;
    }

    .sobreCardContent{
        padding-top: 0;
        margin-top: -8em;
    }
}

#lower-services{
    height: 400px;
    padding: 2em;
    padding-bottom: 5em;
    text-align: center;
    padding-top: 6em;
}

#chances-banner{
    background-image: url(images/class\ 1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
    height: 430px;
    padding: 2em;
    text-align: center;
    color: white;
    padding-top: 8em;
}

#other-options{
    height: 800px;
    text-align: left;
    padding: 2em;
}

#other-options h1{
    text-decoration: underline;
    padding-bottom: 1em;
}

.other-optionsImg{
    display: none;
}

@media screen and (min-width:75em){
    #lower-services{
        height: 380px;
        margin: 0;
        padding-top: 6em;
    }

    #lower-services h1{
        font-size: 2.7em;
    }

    #lower-services p{
        font-size: 1.2em;
    }
    
    #chances-banner{
        height: 400px;
        padding-top: 8  em;
    }

    #chances-banner h1{
        font-size: 2.7em;
    }

    #chances-banner p{
        font-size: 1.2em;
    }

    #other-options{
        height: 550px;
        padding-top: 6em;
    }

    #other-options h1{
        font-size: 2.7em;
        text-align: center;
    }

    #other-options p{
        font-size: 1.2em;
    }

    .lower-servicesSub1{
        margin-right: 35em;
        padding: 2em;
        text-align: left;
    }

    .lower-servicesSub2{
        margin-left: 35em;
        text-align: right;
    }
    
}