body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

header {
    display: block;
    margin: 0;
    margin-bottom: 20px;
}

.header-banner {
    margin: 0;
    background-image: url(../images/bg-principal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 35%;
    position: relative;

}

.header-click {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 45px
}

.btn-header {
    width: 227px;
    height: 42px;
    font-family: 'Lato', 'sans-serif';
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(#9c2e55d4, #641e36);
    background-color: #641e36;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-header:hover {
    opacity: 0.9;
}

main {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    position: relative;
}

.container {

    margin: 0;
    display: flex;
    flex-wrap: row;
    float: left;
}

.card-banner {
    margin-top: 40px;
    margin-left: 0;
    width: 50%;
}

.card-img {
    margin: 0;
    width: 100%;
}
@media (max-width:421px) {
   .card-banner{
    max-width: 418px !important;
   }
   .card-img {
    width:230px
   } 
}
@media (max-width:768px) {
    .card-banner {
        max-width: 50%;
    }

    .card-img {
        max-width: 450px
    }
}

/*@media (max-width:966px){
    .card-img {
        max-width:570px;
    }
}*/
.card-mons {
    margin-top: 40px;
    margin-left: 0;
    padding-top: 20px;
    width: 50%;
}

.card-mons-wrap {
    width: 52%;
    justify-content: center;
    align-items: center;
    text-align: start;
    margin-top: 15px;
    padding-top: 42px;
    padding-right: 10px;
}

.card-mons-title {
    font-weight: bold;
    color: #641e36;
}

.card-mons-text {
    color: #641e36;
    font-size: 12px;
}

@media (max-width:787px) {
    .card-mons {
        max-width: 50%;
        margin-top: 20px;
        margin-left: 25px;
        padding: 0
    }

    .card-mons-wrap {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

}

@media (max-width:996px) {
    .card-mons {
        max-width: 40%;
        margin-top: 20px;
        margin-left: 10px;
        padding: 0
    }

    .card-mons-wrap {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

}

.container-2 {
    background-image: url(../images/bg-container.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;
}

.content-wrap {
    display: flex;
    flex-wrap: row;
    margin-left: 0 !important;
    justify-content: center !important;
    align-items: center;
    width: 100%
}

.content-group-wrap {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    float: right;

}

.card-body {
    display: flex;
    flex-wrap: row;
    width: 60%;
    justify-content: end;
    color: #ffffff
}
@media(max-width:421px) {
    .card-body{
        font-size:12px
    }
    .banner-brinde {
        margin:0!important;
        padding:0;
    }
    .banner-brinde-img {
        width:200px!important;
    }
}

@media (max-width:787px) {
    .content-group-wrap {
        max-width: 50%;
        margin-top: 20px;
        margin-left: 25px;
        padding: 0
    }

    .card-body {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

}

@media (max-width:996px) {
    .content-group-wrap {
        max-width: 40%;
        margin-top: 20px;
        margin-left: 10px;
        padding: 0
    }

    .card-body {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

}

.icon-donate {
    text-align: start;
    width: 57px;
    height: 57px
}

.icon-separar {
    width: 50%;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}

.banner-brinde {
    display: flex;
    text-align: left;
    align-items: flex-start;
    width: 50%;
    margin-left: 20px;
    margin-right: 40px;
    padding-right: 25px;
    padding-left: 25px;

}

.banner-brinde-img {
    width: 55%;
    height: 55%
}

.container-3 {
    background-image: url(../images/bg-clube.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;
}

.content-clube-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;

}

.card-clube {
    color: #641e36;
    width: 35%;
    height: 138px;
}

.card-clube-title {
    margin-top: 35px;
    text-align: center;
}

.card-clube-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0
}

.banner-mons-cn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 80%
}
@media (max-width:421px) {
    .card-clube {
        width:100%;
        font-size: 16px;        
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }
    .card-clube-title{
        margin-top: 15px;
        font-size: 16px;    
    }
    .card-clube-text {
        font-size: 14px;
    }
}

@media (max-width:787px) {
    .card-clube {
        width: 70%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

}

@media (max-width:996px) {
    .card-clube {
        width: 70%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

}

.container-4 {
    background-color: #641e36;

}

.content-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.video-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    width: 50%;
    margin-top: 45px;
    margin-bottom: 35px
}
@media (max-width:421px) {
    #video-youtube {
        width:100%;
        height:218;
        margin-left:5px;
        margin-right: 5px;
    }
}
.container-5 {
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-container {
    width: 50%;
    display: flex;
    flex-direction: row;
    color: #641e36;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
}

.card-title {
    font-size: 22px;
    margin-left: 5px;
    padding-left: 20px;
    width: 23%
}

.card-container-text {
    text-align: left;
    width: 45%;
    font-size: 13px;

}

.card-content-text {
    width: 60%;
    margin: 0
}

.card-list {
    margin: 16px;
    border-radius: 60px;
    background-color: #641e36;
    padding-top: 25px;
    padding-bottom: 15px;
    color: white;
    width: 80%
}

.card-container-list {
    font-size: 14px;
    padding: 16px;

}

.date-card-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.date-card {
    border: 1px solid lightcoral;
    border-radius: 25px;
    border-top-style: hidden;
    width: 155px;
    height: 150px;
    margin-left: 5px;
    margin-right: 5px;
}


.border-date {
    border: 1px solid lightcoral;
    border-radius: 8px;
    margin: 0;
    width: 49px;
    height: 20px;
    margin-right: 5px;
    text-align: center;
}

.date-card-title {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
    bottom: 38px
}

.text-card {
    text-align: center;
    font-size: 14px;
    position: relative;
    bottom: 45px
}

.card-ex {
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-align: center;
}

.text-ex {
    border: 1px solid lightcoral;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width:421px) {
    .card-container {
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .card-content-text {
        max-width: 100%;
        font-size: 11px
    }

    .card-title {
        max-width: 60%
    }

    .card-list {
        display:flex;
        flex-direction: column;
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

    .card-container-list {       
        
        padding-left: 0 !important;
       
        margin: 0
    }

    .date-card {
        text-align: center;
        width: 130px;
        height: 130px;
        margin-top:22px
    }
    .date-card-list
    { display: flex !important;
        flex-direction: column; 
        justify-content: center;
        align-items: center;       
        margin-left:0;
        margin-right:0;
        
    }
    .date-card img {
        max-width:32px;
        max-height:32px;
        
    }

.card-ex {
    width:80% !important;
    margin-right: 20px;
    margin-left: 23px !important;
    margin-bottom:28px;
    font-size:11px
}
.text-card {
    align-items: center;
    font-size:11px !important
}
}
@media (max-width:787px) {
    .card-container {
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .card-content-text {
        max-width: 100%;
        font-size: 11px
    }

    .card-title {
        max-width: 60%
    }

    .card-list {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

    .card-container-list {
        max-width: 100%;
        padding-left: 0 !important;
        margin: 0
    }

    .date-card {
        max-width: 110px;
        max-height: 110px;
        margin-left:1px
    }
    .date-card-title{
        bottom:32px
    }
    .date-card img {
        max-width:32px;
        max-height:32px;
        
    }

.card-ex {
    max-width:90% !important;

    margin-left:25px;
    margin-bottom:28px;
    font-size:11px
}
.text-card {
    font-size:11px !important
}
}

@media (max-width:996px) {
    .card-container {
        width: 100%;
        margin-bottom: 20px;
        padding: 0
    }

    .card-content-text {
        width: 100%
    }

    .card-title {
        width: 60%
    }

    .card-list {
        max-width: 80%;
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

    .card-container-list {
        width: 100%;
        padding-left: 0;
        margin: 0
    }

    .date-card {
        max-width: 130px;
        max-height: 130px;
    }
.date-card > img {
    max-width:32px;
    max-height:32px
}
    .text-card {
        font-size: 12px
    }
    .card-ex {
        max-width:90%;
    
        margin-left:25px;
        margin-bottom:28px;
        font-size:12px
    }
}

.card-download-title {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #641e36;
    font-size: 22px;
}

.card-content-download {
    width: 50%;
    display: flex;
    flex-direction: row;
    color: #641e36;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
}

.card-download-text {
    font-size: 21px;
    width: 40%;
    text-align: left;
    margin-right: 15px;
    margin-top: 28px;
    padding-top: 17px;
}

.card-download-list {
    width: 50%
}

.card-download-body {
    width: 100%
}
@media(max-width:421px) {
    .card-content-download {
        width:100%
    }
}
@media (max-width:768px) {
    .card-download-text{
        max-width: 60%;
        font-size: 18px;
margin-top:0;
margin-left:0;
padding:0
    }
}
@media (max-width:996px) {
    .card-download-text{
        max-width: 60%;
        font-size: 20px;
margin-top:0;
margin-left:0;
padding:0
    }

}
.btn-size {
    margin-left: 10px;
    width: 100%
}

.btn-size:hover {
    opacity: 0.9;
}

.container-6 {
    background-image: url(../images/bg-container-bege.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;

}

.content-text {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #641e36;

}

.content-text-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    width: 40%
}


.content-text-title {
    padding-right: 35px;
    font-size: 21px;
    width: 50%
}

.content-text-body {
    font-size: 13px;
    width: 60%
}

.content-card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.card-pay-method {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    margin-right: 10px;
    width: 70%
}

.card-icon-payment {
    margin-right: 15px;
    width: 20%;
    height: 20%
}

.card-text-payment {
    margin: 0
}

.text-card-socio {
    font-size: 22px;
    font-weight: 900;
}

.btn-card-socio {
    width: 300px;
    height: 25px;
    font-family: 'Lato', 'sans-serif';
    font-weight: bold;
    background: linear-gradient(#9c2e55d4, #641e36);
    background-color: #641e36;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-card-socio:hover {
    opacity: 0.9;
}
@media(max-width:421px) {
    .content-text-wrapper {
        width:100%
    }
    .content-card-wrapper{
        display:flex;
        justify-content: center;
        flex-direction: column;
        max-width:421px;
        
        
    }
    .card-icon-payment {
        margin-right: 5px!important;
        
    }
    .card-pay-method {
        margin-right:5px ;
margin-top:10px
    }
}
.container-7 {
    background-color: #641e36;

}

.footer-content {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.footer-logo {
    text-align: center;
    width: 20%;
    margin-left: 15px
}

.footer-cn {
    width: 40%;
    height: 40%
}

.media-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;


}

.media-list {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.media-list-item {
    display: inline;
    margin-left: 8px;
}

.media-icon {
    width: 16%;
    height: 16%
}

.contact-text {
    text-align: left;
    color: #ffffff;
    margin: 0;
    margin-left: 24px;
    padding-left: 18px;
    font-size: 14px;
}

.footer-btn {
    align-items: center;
    width: 25%
}

.btn-compartilhar {
    margin-left: 10px;
    width: 228px;
    height: 64px
}
@media (max-width:421px) {
    .footer-logo {
        display:none
    }
    .footer-content {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .footer-btn {
        width:60% ;
        align-items: center;
    }    
}