/*#banner-big {
    background-color: #dadada;
    background-color: #f1f1f1;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom: 20px;
}*/
.banner-big {
    /*background-color: #dadada;
    background-color: #f1f1f1;
    padding-top:20px;
    padding-bottom:20px;*/
    margin-bottom: 20px;
}
.banner-big h1{
	font-weight: 300;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 2px #000;
}
#banner-big{
	/*padding-top: 20px;*/
    padding-bottom: 20px;
}
.banner-big-content {
    height: 300px;
    /*background-image: url("../foto/dona.jpg");*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    padding: 20px !important;
    margin-left: 10px !important;
    width: calc(100% - 20px) !important;
}

#banner-big h1, #banner-big h2, .banner-big h1, .banner-big h2 {
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 2px #000;
}

#banner-big h1, .banner-big h1 {
    /*font-size: 50px;
    line-height: 60px;*/
    text-align: left;
    /*text-align: center;*/
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    /*padding: 0 0 20px 20px;*/
    padding:10px;
    /*background-color:rgba(72,57,56,0.5);*/
}

#banner-big h2, .banner-big h2 {
    /*font-size: 30px;
    line-height: 40px;*/
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.button-dona {
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    background: #822433;
    padding: 0 40px 0 15px;
    margin-left: 10px;
}

#banner-big h1 a, #banner-big h1 a:hover,
#banner-big h2 a, #banner-big h2 a:hover,
.banner-big h1 a, .banner-big h1 a:hover,
.banner-big h2 a, .banner-big h2 a:hover {
    color: #fff !important;
}

@media only screen and (max-width : 767px) {
    /*#banner-big h1 {
        font-size: 30px;
        line-height: 40px;
    }*/
    #banner-big h1, .banner-big h1 {
        font-size: 26px;
        line-height: 36px;
    }
    #banner-big h2, .banner-big h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    #banner-big h1, .banner-big h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
}

@media only screen and (min-width : 992px) {
}