/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

:root { 
    --cor-fundo-principal:#824076;
    --cor-fundo-secundaria: #F3B4B4;
    --cor-fundo-terciaria: #C0C2D1;
}

a {
    text-decoration: none;
}

body {
    background-color: #FFF;
    color: #111;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Nunito', sans-serif;
    font-size: 1.125em;
    margin: 0 auto;
    background-image: url(/images/bg1.png);
}

body,html { height: 100%; scroll-behavior: smooth;}

figure {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

footer {
    background: linear-gradient(180deg, #824076 0%, rgba(130, 64, 118, 0) 100%);
}
footer ul { columns: 2; padding: 0; }
/* footer li:nth-child(1) {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
} */

footer li {
    padding: 5px 0px;
}

h2 {
    font-weight: 400;
}

input[type=tel],
input[type=email],
input[type=url],
input[type=date],
input[type=password],
input[type=text],
select {
    border: 1px solid #FFF;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    height: 40px;
    padding: 0px 10px;
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}


/* section { margin: 10px auto;} */

ul {
    list-style-type: none;
}



.about-us-box {
    background: rgba(130, 64, 118, 0.2);
    backdrop-filter: blur(2px); 
    border-radius: 10px;
    line-height: 1.5em;
    padding: 1% 5%;
}
.about-us-box h2 {
    font-size: 2em;
    /* font-weight: 400; */
    text-align: center;
}

.banner {
    /* background-image: url("/images/banner-mobile.png"); */
    background-image: url("/images/banner-35.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}
.benefits-topic {
    align-content: center;
    align-items: center;
    background-color:  rgba(130, 64, 118, 0.8);
    border-color: var(--cor-fundo-principal);
    border-radius: 50%;
    color: #FFF;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 2%;
    text-align: center;
    width: 150px;
}

.button-default { 
    background-color: var(--cor-fundo-principal);
    border-radius: 4px;
    border: 1px solid var(--cor-fundo-principal);
    box-sizing: border-box; 
    color: #FFF;
    font-size: 1em;   
    left: 10%;
    padding: 4%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    width: 80%;  
}

.button-help-us {  
    align-items: center;    
    background-color: var(--cor-fundo-principal);
    border: 1px solid var(--cor-fundo-principal);
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    color: #FFF;
    display: grid;
    font-size: 1em;
    padding: 2%;                                                    
    text-align: center;
    width: 44%;    
}
.button-help-us b { font-size: 1.3em; }

.button-help-us:hover {
    filter: opacity(0.8);                                                                                                       
}


.button-read-more {
    border: 1px solid #66666657;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 4px;
    color: #111;
    font-size: 0.85em;
}

.contacts-footer {
    font-size: 0.875em;
    text-align: center;
}
.contacts-footer a {
    color: #333;
}
.devel {
    background-color: #FFF;
    color: #666;
    font-size: 0.8em;
    padding-right: 3%;
    text-align: right;
}

#donation, #voluntary {
    display: none;
}

.form-item {
    margin-bottom: 15px;
}


.highlight {
    font-size: 1.625em;
    font-weight: 700;
}
.highlight-super {
    color: #08FF5C
}
.help-us-buttons-container {
    display: flex;
    justify-content: space-between;
}

#logo {
    width: 50px;
}

.menu-top-bar-language {
    align-items: center;
    background-color: var(--cor-fundo-principal);
    display: flex;    
    max-height: 30px;
    justify-content: flex-end;
}
.menu-top-bar {
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: auto 20px;    
}

.menu-top-bar ul { display: none; }

.menu-top-bar-language div {
    padding-right: 20px;
}


.member {
    position: relative;
    margin: 25% 0 5%;
}

.member-content {
    background: rgba(243, 180, 180, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    /* position: absolute; */
    padding: 25% 4% 5%;
    top: 100px;
}
/* .member-content p:nth-of-type(n+2) {
    overflow: hidden;
    display: none;
} */
.member-content.show-content p:nth-of-type(n+2) {
    height: auto;
}

.member-content-full {display: none;}
.show-content {display: block;}

.member-content-social {
    margin-top: 20px;
    text-align: center;
}

.member-identification {
    margin: 10px auto;
    text-align: center;
}

.member-identification h3 {
    font-size: 1.25em;
    margin: 0;
}
.member-identification-position {
    font-size: 1em;
    font-weight: lighter;
}
.member-photo {
    /* height: 200px; */
    margin: 0 auto;
    /* width: 200px; */
    left: 25%;
    position: absolute;
    /* position: relative; */
    top: -100px;
    width: 50%;
    z-index: 1;
}
.member-photo img {
    border-radius: 50%;
    /* background: #D9D9D9; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.our-bases-topic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.our-bases-topic div {
    text-align: center;
    width: 50%;
}
.our-values {
    color: #FFF;
    font-size: 1.25em;
    text-align: center;
}

.our-values li>p:nth-child(n+1) {
    font-style: italic;
}
.others-partners {
    display: flex;
    text-align: center;
}

.partner {
    align-items: center;
    display: flex;
    height: 200px;
    width: 100%;
}
.partner a {
    color: #FFF;
}
.partner-content {
    font-size: 0.85em;
    line-height: 1.2em;
    padding: 0 10px;
}
.partner-content-link {
    text-align: right;
    font-weight: bold;
}
.partner-content h3 {
    font-size: 1.25em;
    margin-block-end: 0;
    margin-block-start: 0;
}
.partner-logo {
    width: 100%;
}

.section-content {
    padding: 5px 20px;
}

.sidenav {
	position: fixed;
	height: 100%;
	width: 0;
	top: 0;
	right: 0;
	z-index: 11;
	box-shadow: 3px 0 10px 0 #222;
	background-color: var(--cor-fundo-principal);
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px;
	/* text-align: center */
}
.sidenav a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	display: block;
	transition: .3s
}
.sidenav a:hover {
	color: #8da2ca
}
.sidenav a:active {
	color: #FFF
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 2em;
    margin: 25px 3%;
    padding: 0;
    z-index: 4;
    border: 1px solid #733568;
    border-radius: 50%;
    width: 60px;
    text-align: center;
}
.sidenav .logo {
	position: absolute;
	top: 0;
	left: 5%;
	/* padding: 35px 0; */
	z-index: 4
}
#sidenav-options {
	position: relative;
    margin: 20% auto;
    width: 88%;
}
#sidenav-options a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid #733568;
}
#sidenav-options a:nth-child(5) {
    border-bottom: 1px solid #733568;
}
#sidenav-options img {
    padding-right: 10px;
}
.social-networks {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social-networks div {   
    align-items: center;
    display: flex;
    padding: 5px;
}

#voluntary form { padding: 10px;}

.wrapper-benefits {
    background-color: #FFF;
}
.wrapper-benefits-topic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.wrapper-footer {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.wrapper-footer a {
    color: #FFF;
}
.wrapper-help-us {
    background-color: rgb(230 230 230 / 50%);
    padding-bottom: 20px;
}
.wrapper-members {
    display: flex;
    flex-direction: column;
}
.wrapper-our-partners {
    background-color: var(--cor-fundo-principal);
    color: #FFF;
}
.wrapper-our-values {
    background: linear-gradient(180deg, #824076 0%, rgba(90, 99, 173, 0) 231.23%);
    padding: 10px 0px;
}
/* .wrapper-team {
    background-color: #FFF;
} */

@media only screen and (min-width:576px) { 
    body { background-image: none; }
    .section-content { padding: 5px 10%; }
    .help-us-buttons-container {padding: 2%;}
    .member-photo { left: 28%; max-width: 190px;}
    .menu-top-bar,.menu-top-bar-language { padding: 0 10%; }
    .menu-top-bar-language { height: 35px; max-height: none; }
    .menu-top-bar a {color: var(--cor-fundo-principal); }
    .menu-top-bar ul { display: flex; }
    .menu-top-bar li { color: var(--cor-fundo-principal); font-size: 1.1em; padding: 0 25px; }
    .menu-top-bar li:hover { font-weight:bolder; }
    .partner-content { width: 70%; }
    .partner-logo { width: 20%; }
    .our-bases-topic>div { width: 33%;}
    .our-partners {display: flex; flex-wrap: wrap; justify-content: space-evenly;}
    .our-values {width: 40%;}
    .partner {height: 150px;width: 50%;}
    .member { margin: 2% auto;width: 30%;}
    .social-networks {flex-direction: row;}
    .wrapper-benefits-topic {justify-content: space-between; margin: auto; width: 50%;}
    .wrapper-members {flex-direction: row; margin-top: 5%;}
    .wrapper-our-values {align-items: center;display: flex;}
    .wrapper-our-values figure { text-align: center;}

    #donation {margin-left: 5%; padding: 1%; width: 50%;}
    #figure-about-us {display: none;}
    #menu-icon-mobile {display: none;}   
    #voluntary {margin-left: 54%; width: 40%;}

}