
/*
    //
*/

.font-caveat {
    font-family: 'Caveat', cursive;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.whats {
    z-index: 10;
    float: right;
    right: 52px;
    bottom: 100px;
    position: fixed
}

.whats img{
    width: 45px;
}

#anchor-top {
    position: fixed;
    bottom: 25px;
    right: 50px;
    cursor: pointer;
}

/*
    //
*/

.banner {
    float: left;
    width: 100%;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
}

.dispd{ display: block; } 
.dispt{ display: none; } 
.dispm{ display: none; } 

@media screen and (max-width: 768px) {
    .dispd{ display: none; } 
    .dispt{ display: block; } 
    .dispm{ display: none; } 
}

@media screen and (max-width: 480px) {
    .dispd{ display: none; } 
    .dispt{ display: none; } 
    .dispm{ display: block; } 
}


/*
    DOWNLOAD
*/

#downloads {
    margin-top: 50px;
    margin-bottom: 50px;
}

.titdow {
    font-size: 30px;
    color: #5a5b63;
}

.qd-down {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    border:  1px solid #DEDEDF;
    /*
    border-top:  1px solid #DEDEDF;
    border-left: 1px solid #DEDEDF;
    border-right: 1px solid #DEDEDF;
    */
}

.box-down:nth-child(even) {
	float: left;
    display: flex;
    align-items: center;
	width: 100%;
    padding: 25px;
	position: relative;
    background-color: #F5F5F6;
	border-bottom: 1px solid #DEDEDF;
}
.box-down:nth-child(odd) {
	float: left;
    display: flex;
    align-items: center;
	width: 100%;
    padding: 25px;
	position: relative;
	border-bottom: 1px solid #DEDEDF;
}

.tit-down {
	float: left;
	width: 100%;
	line-height: 25px;
    color: #000000;
    font-size: 15px;
    text-shadow: 0 0 0 #000000;
	position: relative;
    font-family: 'Roboto', sans-serif;
}

.btn-download a{
	float: left;
    color: #A7A7B1;
    font-size: 17px;
    margin-left: 50px;
    padding: 17px 30px;
    border-radius: 50px;
	position: relative;
    background-color: #DCDCE1;
    font-family: 'Roboto', sans-serif;
   -webkit-transition: 	all 400ms ease-out;
   -moz-transition:    	all 400ms ease-out;
   -o-transition:      	all 400ms ease-out;
   -ms-transition:     	all 400ms ease-out;
   transition:         	all 400ms ease-out;}

.btn-download a:hover{
    color: #FFFFFF;
    background-color: #5ABB77;
   -webkit-transition: 	all 400ms ease-out;
   -moz-transition:    	all 400ms ease-out;
   -o-transition:      	all 400ms ease-out;
   -ms-transition:     	all 400ms ease-out;
   transition:         	all 400ms ease-out;}




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

    .box-down:nth-child(even) {
        display: block;
        align-items: center;
        padding: 25px;
    }
    .box-down:nth-child(odd) {
        display: block;
        align-items: center;
        padding: 25px;
    }
    
    .btn-download a {
        width: 100%;
        margin-left: 0; 
        margin-top: 15px;
        text-align: center;
        padding: 17px 0;
    }    
    
}



/*
    COMO AJUDAR
*/

.como-ajudar-container {
    padding: 100px;
}

.como-ajudar h1 {
    font-size: 30px;
    color: #5a5b63;
    padding-bottom: 70px;
}

.como-ajudar p {
    color: #5a5b63;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 300;
}

.como-ajudar p strong {
    font-weight: bold;
}

.como-ajudar .contribua {
    padding-top: 100px;
}

.como-ajudar .banco {
    margin: 50px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #f2f3f5;
    border: 1px dotted #afb3bb;
    font-size: 25px;
    line-height: 2;
    padding: 40px;
    display: inline-block;
    font-weight: 300;
}

/*
    END COMO AJUDAR
*/

/*
    CONTATO
*/

.contato {
    position: relative;
}

.contato-container {
    text-align: center;
    padding: 200px 0;
    max-width: 1100px;
    margin: auto;
}

.contato h1 {
    font-size: 60px;
    line-height: 1;
    color: #4b4a59;
    padding-bottom: 70px;
}

.contato .bloco {
    font-size: 25px;
    color: #4d4c5e;
    padding-left: 50px;
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
}

.contato .contato-info {
    padding-bottom: 70px;
    overflow: hidden;
}

.contato h2 {
    font-size: 25px;
    color: #4b4a59;
    padding-bottom: 50px;
}

.contato ul li {
    display: inline-block;
    margin: 0 20px;
}

.contato-imagem {
    margin-top: -3px;
    height: 200px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url('../img/bg-contato.jpg');
}

#map {
    height: 500px;
    width: 100%;
}

.contato-newsletter {
    padding: 100px 0;
    background-color: #3ba5ff;
    position: relative;
}

.contato-newsletter h3 {
    font-size: 25px;
    line-height: 1.5;
    color: #ffffff;
    padding-right: 50px;
}

.contato-newsletter form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 80px;
}

.contato-newsletter input[type=image] {
    position: absolute;
    width: 80px;
    height: 50px;
    right: 0;
    top: 0;
    background-image: url('../img/i-newsletter.png');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 70%;
    background-size: auto 70%;
    text-indent: -9999px;
}

.contato-newsletter input[type=email] {
    padding: 0 20px;
    height: 50px;
    width: 300px;
}

.newsletter-container {
    max-width: 1100px;
    margin: auto;
}

.show-error {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    color: #ffffff;
    background-color: #e33a35;
    font-size: 14px;
    display: none;
}

.show-success {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    color: #ffffff;
    background-color: #4eb778;
    font-size: 14px;
    display: none;
}

/*
    END CONTATO
*/

/*
    FOOTER
*/

.footer {
    padding: 250px 0;
    background-image: url('../img/bg-footer.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer .bloco {
    padding: 100px 0;
}

.footer h2 {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 50px;
}

.footer .bloco {
    padding: 100px;
}

.footer .texto {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}

.footer .texto p {
    font-weight: 300;
}

.footer-social {
    padding-top: 50px;
}

.footer-social li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.footer .footer-contato ul {
    padding-top: 25px;
    padding-bottom: 50px;
}

.footer .footer-contato li {
    display: inline-block;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #ffffff;
    padding: 15px 0;
    padding-left: 40px;
}

.footer .footer-contato li:first-child {
    margin-right: 50px;
}

.footer-perguntas {
    font-size: 20px;
    color: #ffffff;
    padding: 15px 35px;
    border: 2px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-top: 50px;
}

/*
    END FOOTER
*/

/*
    HEADER
*/

.header {
    height: 150px;
    background-color: #00a3ff;
}

.header .logo {
    float: left;
    padding-top: 18px;
    padding-left: 35px;
}

.header .menu {
    float: right;
    padding-top: 65.5px;
    margin-right: 35px;
}

.header .menu li {
    display: inline-block;
    padding-left: 60px;
}

.header .menu a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}

.header .menu a:hover {
    opacity: .3;
}

.header .quero-ajudar {
    background-color: #3c55a8;
    padding: 15px 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.menu-mobile {
    display: none;
    width: 35px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 32.5px;
    right: 35px;
}

.menu-mobile span {
    height: 1px;
    background-color: #ffffff;
    width: 100%;
}

.menu-mobile span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.menu-mobile span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 12px;
}

.menu-mobile span:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu-mobile-open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
}

.menu-mobile-open .bloco {
    position: absolute;
}

.menu-mobile-open .bloco:nth-child(1) {
    height: 25%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d7605b;
}

.menu-mobile-open .bloco:nth-child(2) {
    height: 25%;
    top: 25%;
    left: 0;
    width: 100%;
    background-color: #f2e079;
}

.menu-mobile-open .bloco:nth-child(3) {
    height: 25%;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #32a3dd;
}

.menu-mobile-open .bloco:nth-child(4) {
    height: 25%;
    top: 75%;
    left: 0;
    width: 100%;
    background-color: #41c677;
}

.menu-mobile-close {
    position: absolute;
    right: 35px;
    top: 32.5px;
}

.menu-mobile-open .item {
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.menu-mobile-open .item a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0;
}

/*
    END HEADER
*/

/*
    HOME ASSOCIADO
*/

.home-associado {
    background-image: url('../img/home-associado.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

.home-associado .bloco {
    padding: 300px 120px;
}

.home-associado h2 {
    font-size: 30px;
    color: #f1db75;
    padding-bottom: 30px;
}

.home-associado .texto {
    font-size: 25px;
    line-height: 1.5;
}

.home-associado .texto p {
    font-weight: 300;
    color: #ffffff;
}

.home-associado a {
    font-size: 16px;
    display: inline-block;
    padding: 20px 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #3c55a8;
    color: #ffffff;
    margin-top: 50px;
    text-transform: uppercase;
}

.home-associado .grid-06:last-child a {
    background-color: #44c782;
}

/*
    END HOME ASSOCIADO
*/

/*
    HOME BLOG
*/

.home-blog {
    background-image: url('../img/home-blog.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 300px 0;
}

.home-blog h2 {
    font-size: 40px;
    color: #f1db75;
    padding-bottom: 30px;
}

.home-blog h3 {
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 50px;
}

.home-blog .texto {
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
    padding-bottom: 100px;
}

.home-blog .texto p {
    font-weight: 300;
}

.home-blog .texto a {
    color: #ffffff;
    font-size: 40px;
}

.home-blog .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 33px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-color: transparent;
    cursor: pointer;
}

.home-blog .slick-next {
    background-image: url('../img/i-right.png');
    left: 88px;
}

.home-blog .slick-prev {
    background-image: url('../img/i-left.png');
}

/*
    END HOME BLOG
*/

/*
    HOME DEPOIMENTO
*/

.home-depoimento {
    padding: 200px 0;
    text-align: center;
}

.home-depoimento-container {
    max-width: 1100px;
    margin: auto;
}

.home-depoimento .imagem {
    width: 200px;
    height: 200px;
    background-position: center center;
    border-radius: 50%;
    background-size: cover;
    margin: auto;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.home-depoimento h3 {
    font-size: 50px;
    color: #000000;
    padding-bottom: 70px;
    font-weight: bold;
    font-family: 'Caveat', cursive;
}

.home-depoimento .texto {
    font-size: 25px;
    line-height: 1.5;
    color: #000000;
    padding-bottom: 70px;
    font-weight: 300;
}

.home-depoimento .texto p {
    font-weight: 300;
}

.home-depoimento h4 {
    font-size: 20px;
    color: #a6a6a6;
}

/*
    END HOME DEPOIMENTO
*/

/*
    HOME INSTITUCIONAL
*/

.home-institucional {
    padding: 200px 0;
    text-align: center;
}

.home-institucional-container {
    max-width: 1100px;
    margin: auto;
}

.home-institucional h2 {
    font-size: 20px;
    color: #000000;
    padding-bottom: 15px;
}

.home-institucional h3 {
    font-size: 40px;
    line-height: 1.5;
    color: #4b4a59;
    padding-bottom: 70px;
}

.home-institucional .texto {
    font-size: 20px;
    line-height: 2;
    color: #000000;
}

.home-institucional .botoes {
    padding-top: 70px;
}

.home-institucional a {
    font-size: 16px;
    margin: 0 15px;
    display: inline-block;
    padding: 25px 100px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #3c55a8;
    color: #ffffff;
    text-transform: uppercase;
}

.home-institucional a:last-child {
    background-color: #ebf5ff;
    color: #4d4c5e;
}

/*
    END HOME INSTITUCIONAL
*/

/*
    INSTITUCIONAL
*/

.institucional-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 300px 0;
    background-image: url('../img/institucional.jpg');
}

.institucional h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
}

.institucional h1 span {
    color: #f6e3a3;
}

.institucional-bloco-1 {
    padding: 100px 0;
    padding-bottom: 200px;
    overflow: hidden;
}

.institucional-bloco-1 h2 {
    font-size: 22px;
    line-height: 1.5;
    color: #4c4b50;
    padding-bottom: 50px;
}

.institucional-bloco-1 p {
    font-size: 18px;
    font-weight: 300;
    color: #5a5b63;
    line-height: 1.5;
}

.institucional-bloco-1-container {
    padding: 0 100px;
}

.institucional-missao {
    background-position: center right;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    background-image: url('../img/institucional-missao.jpg');
}

.institucional-missao li {
    padding: 25px 0;
}

.institucional-missao h3 {
    font-size: 22px;
    padding-bottom: 25px;
    color: #ffffff;
}

.institucional-missao p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
}

.institucional-equipe {
    padding: 200px 0;
}

.institucional-equipe h3 {
    font-size: 22px;
    padding-bottom: 85px;
    color: #4c4b50;
}

.institucional-equipe ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.institucional-equipe li {
    font-size: 16px;
    color: #4c4b50;
    padding: 15px 0;
}

.institucional-doacao {
    background-color: #4b5ebd;
    padding: 100px 0;
}

.institucional-doacao h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    padding: 100px 0;
}

.institucional-doacao .bloco {
    padding: 50px 0;
    padding-right: 100px;
}

.institucional-doacao h3 {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 30px;
}

.institucional-doacao p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
}

.institucional-doacao a {
    font-size: 16px;
    display: inline-block;
    padding: 20px 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    color: #3c55a8;
    margin-top: 50px;
}

.institucional-doacao .grid-06:last-child a {
    background-color: #44c782;
    color: #ffffff;
}

.institucional-apoiadores {
    background-color: #4b5ebd;
}

.institucional-apoiadores-container {
    padding-left: 100px;
    padding-right: 100px;
    margin-right: 200px;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 100px;
}

.institucional-apoiadores h2 {
    font-size: 22px;
    color: #4c4b50;
    padding: 100px 0;
}

.institucional-apoiadores .item {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:  auto 60%;
    background-size:  auto 60%;
    margin: 25px;
}

/*
    END INSTITUCIONAL
*/

/*
    NOSSA CAUSA
*/

.nossa-causa-header {
    padding: 400px 0;
    background-image: url('../img/nossa-causa.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.nossa-causa h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
}

.nossa-causa .info {
    overflow: hidden;
    padding: 100px 0;
    padding-bottom: 150px;
}

.nossa-causa .info .bloco {
    padding-right: 50px;
}

.nossa-causa .info h3 {
    font-size: 30px;
    padding: 50px 0;
    color: #000000;
}

.nossa-causa .info p {
    font-size: 18px;
    line-height: 2;
}

.nossa-causa .info p strong {
    font-weight: bold;
}

.nossa-causa .oficinas-header {
    background-color: #f8f8f9;
}

.nossa-causa .oficinas h2 {
    font-size: 50px;
    color: #000000;
    padding: 50px 0;
}

.nossa-causa .item {
    overflow: hidden;
}

.nossa-causa .imagem-bg {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    position: relative;
}

.nossa-causa .item .imagem {
    padding: 140px 0;
    margin-right: -50px;
    z-index: 10;
    position: relative;
}

.nossa-causa .item .imagem img {
    margin-left: auto;
}

.nossa-causa .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.nossa-causa .item h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
}

.nossa-causa .item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    max-width: 400px;
}

.nossa-causa .item .info {
    padding-left: 150px;
    padding-right: 100px;
}

.nossa-causa .slick-dots {
    position: absolute;
    right: 100px;
    top: 165px;
}

.nossa-causa .slick-dots li {
    margin: 15px 0;
}

.nossa-causa .slick-dots button {
    font-size: 16px;
    color: #959595;
    background-color: transparent;
    cursor: pointer;
}

.nossa-causa .slick-dots .slick-active button {
    color: #000000;
    font-weight: bold;
}

/*
    END NOSSA CAUSA
*/

/*
    PERGUNTAS
*/

.perguntas h1 {
    font-size: 40px;
    color: #5a5b63;
    padding: 100px;
}

.perguntas .pergunta {
    padding: 50px 0;
    background-color: #f6f7fa;
    font-size: 25px;
    color: #5a5b63;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.perguntas .pergunta:hover {
    background-color: #ffffff;
}

.perguntas .pergunta-container,
.perguntas .resposta-container {
    padding: 0 200px;
}

.perguntas .resposta {
    padding: 50px 0;
    display: none;
}

.perguntas p {
    font-size: 20px;
    font-weight: 300;
    color: #5a5b63;
    line-height: 1.5;
}

.perguntas ul {
    border-top: 1px solid #e4e5ea;
    border-bottom: 1px solid #e4e5ea;
}

.perguntas li {
    border-bottom: 1px solid #e4e5ea;
    margin-bottom: 1px;
}

.perguntas .duvida {
    padding: 50px 0;
}

.perguntas h3 {
    font-size: 25px;
    color: #5a5b63;
    line-height: 1.5;
}

.perguntas h3 span {
    font-size: 15px;
    color: #5a5b63;
    font-weight: 300;
}

.perguntas a {
    color: #3ba5ff;
}

.perguntas .duvida ul {
    border: none;
    margin-top: 25px;
}

.perguntas .duvida li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    color: #262626;
    padding: 15px 35px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    box-shadow: 3px 5px 14px #eceaea;
}

.perguntas .second {
    display: none;
}

.perguntas .second li {
    background-color: #4eb778;
    color: #ffffff;
}

.perguntas .formulario {
    padding-bottom: 50px;
    display: none;
}

.perguntas .formulario li {
    border: none;
    box-shadow: none;
    padding: 0;
    padding-top: 25px;
    width: 100%;
}

.perguntas textarea {
    border: 1px solid #e0e0e0;
    padding: 15px;
    height: 80px;
    width: 100%;
}

.perguntas input[type=submit] {
    font-size: 13px;
    color: #ffffff;
    background-color: #4285f4;
    -webkit-border-radius:  4px;
    -moz-border-radius:  4px;
    border-radius:  4px;
    padding: 15px 30px;
    margin-top: 20px;
    cursor: pointer;
}

/*
    END PERGUNTAS
*/

/*
    VOLUNTARIO
*/

.voluntario-container {
    padding: 100px;
    overflow: hidden;
}

.voluntario h1 {
    font-size: 30px;
    color: #5a5b63;
    padding-bottom: 70px;
}

.voluntario p {
    color: #5a5b63;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 300;
}

.voluntario p strong {
    font-weight: bold;
}

.voluntario .formulario {
    padding-left: 100px;
}

.voluntario form {
    padding-top: 70px;
}

.voluntario input[type=text],
.voluntario input[type=email] {
    padding: 15px;
    border: 1px solid #afb3bb;
    margin-bottom: 15px;
    width: 100%;
}

.voluntario input[type=submit] {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    color: #ffffff;
    background-color: #3c55a8;
    border: 1px solid #3c55a8;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.voluntario input[type=submit]:hover {
    opacity: .3;
}

/*
    END VOLUNTARIO
*/

/*

*/

.button {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.button:after {
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    background-color: #00a3ff !important;
}
.button:hover:after {
    width: 100%;
    left: 0;
}
.button:hover {
    color: #ffffff !important;
}
.button:hover:after {
    left: -10%;
    width: 120%;
}
.button:hover div {
     z-index: 2;
     color: #fff;
     position: relative;
 }