/* —————————————————————————————— clear.css —————————————————————————————— */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea
{margin:0;padding:0;border:0;outline:0;font-size:12px;font-weight:normal;vertical-align:top;background:transparent;outline:none;}
b {font-weight:bold;}
i {font-style:italic;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
a, span {vertical-align:baseline;}
img {vertical-align:top;text-decoration:none;}



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap');


/* ---------------------------------------- */
/* Fontes Descrição
font-family: 'Montserrat', sans-serif; // Padrão
*/


/* ---------------------------------------- */
/* Cores -------------------------------------
Cinza   #89878b     Menu
Vinho   #a71c3d




/* ---------------------------------------- */
/* Tags ----------------------------------- */

html{
	width:100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
    font-family: 'Montserrat', sans-serif;
}


h2{
    color: #000;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
}

h3{
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}


h4{
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
    display: table;
    margin-bottom: 15px;
}




a:link{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}



.ini_fadeInUp{
    opacity: 0;
}



/* ---------------------------------------- */
/* Elementos ------------------------------ */
.txt_tarja{
    padding: 10px 20px;
    display: table;
    color: #fff;
    background-color: #ca4060;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.txt_destaqueMenor{
    margin-top: 20px;
    color: #a71c3d;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}


.txt_destaqueMaior{
    color: #a71c3d;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
}

.textoCorrido{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px
}

.textoCorrido p{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
}

.textoCorrido_bold{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}



/* ---------------------------------------- */
/* Menu ----------------------------------- */

header{
    display: table;
    width: 100%;
    position: fixed;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.div_logo{
    float: left;
    display: table;
    width: 330px;
}

#menu{
    margin-left: 350px;
    padding-top: 33px;
}

#ico_menu{
    position: absolute;
    top: 25px;
    right: 30px;
    width: 36px;
    height: 36px;
    background-image: url(imagens/menu_ico01.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: none;
}

#ico_menu:hover{
    background-image: url(imagens/menu_ico02.png);
}

#menu ul{
    list-style-type: none;
}

#menu ul li{
    display: inline-block;
    float: left;
    padding: 10px 10px 0px 10px;
}

ul li a{
    font-size: 11px;
    color: #89878b;
    text-decoration: none;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in;
}

ul li a:hover{
    color: #a71c3d;
    text-decoration: none;
}

ul li a.linkDoacao{
    padding: 4px 10px;
    background-color: #fff;
    color: #a71c3d;
    font-size: 11px;
    font-weight: 900;
}

ul li a.linkDoacao:hover{
    background-color: #a71c3d;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}




#menu_Mob{
    position: absolute;
    top: 100px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 200vh;
    background-color: white;
    display: none;
}

#menu_Mob ul{
    list-style-type: none;
}

#menu_Mob ul li{
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 25px 0px;
    text-align: center;
}










/* ---------------------------------------- */
/* História */
.historia{
    display: relative;
}

.historia h2{
    position: absolute;
    top: 185px;
    right: 10%;
    display: table;
}

.historia h3{
    position: absolute;
    top: 300px;
    right: 10%;
    display: table;
    color: white;
}

.titulo_tarja{
    position: absolute;
    bottom: -8px;
    right: 0px;
    width: 150%;
    height: 4px;
    background-color: #df3f56;
}

.banner_home{
    width: 100%;
    height: 80vh;
    margin-top: 70px;
    background-image: url(imagens/banner01.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.historia_textos{
    margin: 0 auto;
    margin-top: -100px;
    display: table;
    width: 80%;
    min-width: 800px;
}

.historia_textos .col01{
    width: 35%;
    float: left;
}

.historia_textos .col02{
    width: 45%;
    float: right;
}








/* ---------------------------------------- */
/* Acreditamos */
.acreditamos{
    position: relative;
    margin: 0 auto;
    margin-top: -100px;
    width: 80%;
    min-height: 500px;
    max-width: 1200px;
}

.box_titulo_acreditamos{
    position: absolute;
    top: 112px;
    left: 208px;
    display: table;
    z-index: -1;
}

.box_titulo_acreditamos .friso_titulo{
    position: absolute;
    bottom: -4px;
    right: 0px;
    width: 125%;
    height: 2px;
    border-bottom: 2px solid #23475d;
}



 
.ilustracaoAcreditamos{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 60%;
    z-index: -2;
}


.acreditamos .box_titulo{
    position: absolute;
    top: 130px;
    left: 320px;
    display: table;
}

.acreditamos .content_box{
    float: right;
    width: 400px;
    margin-top: 300px;
    margin-right: 50px;
}

.acreditamos .txt_destaqueMaior{
    color: #0e2e40;
}

.acreditamos .txt_tarja{
    margin-left: -70px;
    margin-bottom: 35px;
    background-color: #0e2e40;
}







/* ---------------------------------------- */
/* Esporte */
.esporte{
    position: relative;
    margin: 0 auto;
    margin-top: 300px;
    margin-bottom: 300px;
    width: 80%;
    min-height: 70vh;
    max-width: 1200px;
    background-image: url(imagens/ilus_esporte.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 90% auto;
}

.esporteCol01{
    padding-top: 270px;
    float: left;
    width: 35%;
}

.esporteCol02{
    position: absolute;
    bottom: -100px;
    right: 20px;
    width: 45%;
}

.esporteCol01 .txt_destaqueMaior{
    color: #e57b22;
    margin-left: 16px;
}

.esporte h4{
    margin-left: 16px;
    padding-bottom: 25px;
    background-image: url(imagens/friso_bico_amarelo.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.esporte .textoCorrido{
    margin-left: 16px;
}

.esporte .textoCorrido_bold{
    margin-left: 16px;
}

.esporte .txt_tarja{
    background-color: #ff9b35;
}

.esporte .txt_destaqueMenor{
    color: #ff9b35;
}






/* ---------------------------------------- */
/* Missão */
.missao{
    position: relative;
    margin: 0 auto;
    margin-top: 400px;
    display: table;
    width: 80%;
    min-height: 70vh;
    max-width: 1200px;
    background-image: url(imagens/ilus_depoimento.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.colunaDepoimento{
    float: right;
    width: 30%;
}

h5{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 35px;
}

.box_depoimento .boxTXT{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}

.friso_top{
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    background-image: url(imagens/friso_top.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.friso_bottom{
    width: 100%;
    height: 82px;
    margin-top: 30px;
    background-image: url(imagens/friso_bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.oqueQueremos{
    color: #8f8e8e;
    font-size: 18px;
    line-height: 25px;
    margin-top: 40px;
}

.oqueQueremos b{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}






/* ---------------------------------------- */
/* Valores */
.valores{
    margin-top: 50px;
    padding-bottom: 100px;
}

.valores h4{
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 30px 100px 0px 100px;
    background-image: url(imagens/friso_bico_verde.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.container_valores{
    width: 80%;
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 2%;
    grid-row-gap: 25px;
}

.item_conteudo{
    padding: 15px;
    text-align: center;
}

.item_conteudo span{
    font-weight: bold;
    font-size: 30px;
}

.item_conteudo ul{
    margin-top: 50px;
    width: 80%;
    margin: 0 auto;
    color: white;
    list-style-type: circle;
}

.item_conteudo ul li{
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    
}








/* ---------------------------------------- */
/* Atuação */
.atuacao{
    display: table;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 100px;
    text-align: left;
    width: 80%;
    max-width: 1000px;
    padding-bottom: 100px;
}

.container_atuacao{
    margin: 0 auto;
    margin-top: 50px;
    width: 98%;
    display: grid;
    grid-template-columns: 40% 40%;
    grid-column-gap: 10%;
    grid-row-gap: 10%;
}


.box_atuacao{
    font-size: 16px;
    line-height: 24px;
}

.box_atuacao h4{
    font-size: 28px;
    padding-bottom: 70px;
    background-position: center bottom;
    background-repeat: no-repeat;
}










/* ---------------------------------------- */
/* Transparência */
.transparencia{
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
}

.transparencia .fundo{
    position: absolute;
    top: 250px;
    left: -100px;
    width: 150%;
    height: 1000px;
    transform: rotate(-5deg);
    background-color: #da3a88;
    z-index: -1;
}

.transparencia_container{
    margin: 0 auto;
    display: table;
    width: 80%;
    max-width: 1000px;
    padding-bottom: 120px;
}

.transparencia h2{
    margin-left: 100px;
    font-size: 44px;
}

.transparencia_container .carousel{
    margin: 0 auto;
    margin-top: 70px;
    width: 80%;
    max-width: 800px;
    min-height: 400px;
    text-align: center;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
}

.transparencia_container .carousel .item{
    background-color: #f8f8f8;
    padding-bottom: 30px;
}

.transparencia_container .carousel .thumb{
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.transparencia_container .carousel .thumb_titulo{
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #c8186a;
    font-size: 15px;
}

.transparencia_container .carousel .thumb_txt{
    padding: 0px 20px 20px 20px;
    text-align: left;
    color: #6f696e;
    font-size: 12px;
    line-height: 20px;
}

.transparencia_container .carousel .item a:link{
    font-size: 14px;
    color: #da3a88;
    padding-bottom: 5px;
    border-bottom: 1px solid #da3a88;
    padding-left: 30px;
    background-image: url(imagens/link_seta.png);
    background-position: left 2px;
    background-repeat: no-repeat;
}
.transparencia_container .carousel .item a:active{
    font-size: 14px;
    color: #da3a88;
}
.transparencia_container .carousel .item a:visited{
    font-size: 14px;
    color: #da3a88;
}
.transparencia_container .carousel .item a:hover{
    font-size: 14px;
    color: #da3a88;
}







/* ---------------------------------------- */
/* Esporte */
footer{
    display: table;
    width: 100%;
    background-color: #494242;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: 35% 60%;
    grid-column-gap: 5%;
}

footer img{
    max-width: 50%;
}

.footer_col01{
    text-align: center;
}

.footer_col02{
    text-align: center;
}

.footer_col02 .footer_container{
    display: table;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_col02 .footer_container .cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.footer_col02 .footer_container .cell p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer_col02 .footer_container .cell a:link{
    color: #fff;
    font-size: 14px;
}
.footer_col02 .footer_container .cell a:active{
    font-size: 14px;
    color: #fff;
}
.footer_col02 .footer_container .cell a:visited{
    font-size: 14px;
    color: #fff;
}
.footer_col02 .footer_container .cell a:hover{
    font-size: 14px;
    color: #fff;
}







@media screen and (max-height: 800px) {

    h2{
        font-size: 40px;
        line-height: 40px;
    }
    
    h3{
        font-size: 25px;
        line-height: 25px;
    }
    

    .historia_textos{
        margin-top: 20px;
    }
    
    .historia h2{
        top: 135px;
    }

    .historia h3{
        top: 230px;
    }
    

    
}







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

    nav ul .quebra{
        display: block;
    }

    .transparencia_container{
        width: 100%;
    }
    
}







@media screen and (max-width: 880px){
    
    nav ul li a.linkDoacao{
        display: none;
    }
    
    
    .historia_textos{
        min-width: inherit;
    }
    

    .historia_textos .col01{
        width: 70%;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }

    .historia_textos .col02{
        width: 70%;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }

    
    /* ---------------------------------------- */
    /* Acreditamos */
    .acreditamos{
        margin: 0 auto;
        margin-top: 70px;
        padding-top: 300px;
        width: 85%;
        min-height: 70vh;
        background-position: 0px 0px;
        background-size: 300px auto;
    }
    
    .acreditamos .content_box{
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .acreditamos .txt_tarja{
        margin: 0 auto;
        margin-bottom: 35px;
        background-color: #0e2e40;
    }

        
    /* ---------------------------------------- */
    /* Esporte */
    .esporte{
        margin: 0 auto;
        margin-top: -200px;
        width: 85%;
        min-height: 70vh;
        background-position: 0px 0px;
        background-size: 90% auto;
    }
    
    .esporteCol01{
        padding-top: 350px;
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .esporteCol02{
        position: inherit;
        padding-top: 0px;
        float: none;
        width: 80%;
        margin: 0 auto;
        margin-top: 70px;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
    }

    
    /* ---------------------------------------- */
    /* Missão */
    .missao{
        margin: 0 auto;
        margin-top: 70px;
        width: 85%;
        min-height: 70vh;
        background-position: 0px 0px;
        background-size: 90% auto;
        background-position: center top;
    }
    
    .colunaDepoimento{
        float: none;
        width: 80%;
        margin: 0 auto;
        padding-top: 100%;
    }
    
    h5{
        font-size: 26px;
        line-height: 26px;
    }
    
    
        
    .item_conteudo span{
        font-size: 20px;
    }
    
    
    /* ---------------------------------------- */
    /* Atuação */
    .atuacao{
        width: 90%;
    }

    .container_atuacao{
        grid-template-columns: 90%;
        grid-row-gap: 10%;
    }

    .box_atuacao h4{
        font-size: 24px;
    }

    
    
    
    /* ---------------------------------------- */
    /* Transparência */
    .transparencia{
        margin-top: 300px;
    }
    
    .transparencia h2{
        margin: 0 auto;
        font-size: 30px;
        text-align: center;
    }
    
    
    
    
    footer{
        grid-template-columns: 100%;
        grid-row-gap: 50px;
    }
    
    

    .footer_col02 .footer_container .cell{
        text-align: center;
    }
    

    .footer_col02 .footer_container .cell p{
        font-size: 16px;
    }
    
    
}



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

    #menu{
        display: none;
    }
    

    nav ul li a.linkDoacao{
        display: block;
    }

    
    #ico_menu{
        display: block;
    }

    .div_logo{
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    
    .div_logo img{
        width: 200px;
    }
    

    .container_valores{
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 30px;
        grid-template-columns: 50% 50%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
    .item_conteudo span{
        font-size: 26px;
    }
    
    .transparencia_container .carousel{
        width: 94%;
    }
    

    .transparencia_container .carousel .thumb{
        height: 40vh;
    }

    .transparencia_container .carousel{
        grid-template-columns: 100%;
        grid-row-gap: 25px;
    }
    
}




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

    h2{
        font-size: 30px;
        line-height: 30px;
    }

    h3{
        font-size: 20px;
        line-height: 20px;
    }

    h4{
        font-size: 16px;
    }
    
    .historia h2{
        right: auto;
        left: 10%;
        width: 80%;
        text-align: center;
    }

    .historia h3{
        right: auto;
        left: 10%;
        width: 80%;
        text-align: center;
        text-shadow: 1px 1px 0px #888;
    }

    .titulo_tarja{
        width: 100%;
    }
    


    /* ---------------------------------------- */
    /* Esporte */
    .esporte{
        margin: 0 auto;
        margin-top: 50px;
        width: 90%;
        min-height: 70vh;
        background-position: 0px 0px;
        background-size: 100% auto;
    }
    
    
    .esporteCol01{
        padding-top: 230px;
        float: none;
        width: 80%;
        margin: 0 auto;
    }



    
    
    
}



