/* GLOBAL STYLES Padding below the footer and lighter body text */
body {
    padding-bottom: 40px;
    color: #5a5a5a;
}

.box{
    padding: 0px;
}

.box-logo{
    text-align: center;
    background: #fff;
    /*height: 140px;*/
    /*padding: 5px;*/
}

.logo{
    max-width: 170px;
    max-height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.titulo-pagina h1 {
    font-family: Roboto Slab, Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    color: #0075BF;
    /*margin-top: 50px;*/
}

.box-segunda {
    background: url(../../asset/images/banner/banner-mensagem.png) no-repeat center top;
    width: 100%;
    height: 420px;
    z-index: -1;
    background-position: 40% 0px;
    margin: 0 auto;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-attachment: initial;
}

.box-segunda .row {
    /*background-color: rgba(61, 180, 217, 0.72) !important;*/
    height: 384px;
}

.mensagem {
    color: #0075BF;
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

.mensagem > p {
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 strong {
    border-bottom: 2px solid #E1E1F0;
    font-weight: 900;
    padding: 0 0 3px 0;
}

#formDoacao {
    font-family: Roboto Slab, Helvetica, Arial, Verdana, sans-serif;
    color: #EDF0F8 !important;
}

#formDoacao p {
    color: #777;
}

/* Inicio - CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
.carousel {
    height: 540px;
    padding: 0px;
}
.carousel, .item, .active {
    height: 100%;
    max-height: 540px;
}
.carousel-caption {
    z-index: 10; /* Since positioning the image, we need to help out the caption */
}
.carousel .item {
    height: 540px;
    background-color: #777;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 540px;
}
/* Fim - CUSTOMIZE THE CAROUSEL -------------------------------------------------- */

/* Inicio - FormulÃ¡rio Box  -------------------------------------------------- */
.fundo-box {
    /*background-color: #a83600;*/
    /*background-color: #E1E1F0;*/
   	background-color: #EDF0F8
    padding-top: 20px;
}
.form-bx{
    background-color: #EDF0F8;
    color: #000;
}
.form-bx .form-col{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Brandon-Grotesque-Regular;
}
.check-label{
    font-weight: normal;
}
.input-forma-doacao{
    display: none;
}
label a{	color: #777;
	text-decoration: none;
	font-weight: bold}
label a:hover{
	text-decoration: underline;
}
.input-forma-doacao+label{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    margin-right: 10px;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color: #ec5667;
}
.input-forma-doacao+label:hover{
    cursor: pointer;
    color: #000;
}
.input-forma-doacao+label .radio-txt{
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}
.icon{
    display: block;
    font-size: 16px;
}
.input-forma-doacao:checked+label{
    background-color: #d64358;
    border: 2px solid #a8071e;
}
#fValor{
    background-color: #1775BF;
    color: rgb(255, 255, 255);
    font-size: 15px;
    height: 40px;
    margin-top: -20px;
}
.info-contribuicao-mensal{
    border-radius: 4px;
    color: #31708f;
    background-color: #c4d4ff;
    border-color: #bce8f1;
    padding: 15px;
}
.info-contribuicao-mensal [type='checkbox']{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.info-contribuicao-mensal span{
    color: #060d96;
    font-weight: bold;
}

div.g-recaptcha{
    width: 304px;
    margin: 0 auto;
}

/* Termo de serviços */
#modalTermosServico .modal-body{
    font-size: 17px;
}

.modal-dialog {
    width: 800px;
}
.modal-header {
    text-align: center;
    background-color: #c4d4ff;
}
.modal-body {
    margin: 10px 50px 20px;
    text-align: justify;
}
.modal-footer {
    text-align: center;
    background-color: #c4d4ff;
}
/* Fim - FormulÃ¡rio Box  -------------------------------------------------- */

/*Agradecimento*/

.titulo > h3 {
    font-family: Roboto Slab, Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    margin-top: 50px;
}

.quadro-social {
    width: 250px;
    text-align: center;
    margin: 0 auto 1.618em;
}

.mensagem-agradecimento {
    color: #000000;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.btn-default {	background-color: #EC5667;
	color: #fff;}

.btn-default:hover{
	background-color: #8d0014;
	color: #fff;
}

/* Fim - Agradecimento  -------------------------------------------------- */
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
    .carousel {
        height: 400px;
    }

    .carousel .item {
        height: 400px;
    }

}

@media (max-width: 992px) {
    .box-segunda {
        height: 400px;
        background-attachment: unset;
    }

    .box-segunda .row {
        height: 400px;
    }

    .mensagem {
        font-size: 16px;
        padding: 30px;
    }

    .carousel {
        height: 250px;
    }

    .carousel .item {
        height: 250px;
    }

    .carousel-inner > .item > img {
        height: 100%;
    }
}