#header{background:black;}
#footer{background:#212429;color:white;}
.carousel .carousel-inner {
   height: auto; /* Pode estar 340px, altere para auto ou a altura desejada */
}

.carousel .carousel-item .caption .display-1 {
    font-size: 8rem;
    font-weight:500;
    color: white;
	text-shadow: black 5px 5px 5px;
}
@media(max-width: 991px){.carousel {padding-bottom:0;margin-bottom: 0;}
.carousel .carousel-item .caption .display-1 {
    font-size: 2rem;
	   
}}
#custom-text{background-color:white;padding:0;}
.block_newsletter {background-color:transparent;}
#footer {padding-top:0;}

@media (min-width: 276px) {
    .col-sm-6, .col-sm-7 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 576px) {
    .col-sm-6, .col-sm-7 {
        float: left;
        width: 20%;
    }
}