@media (min-width: 768px) {
    .home #sp-main-body {
        margin-top: -100px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .home #sp-main-body {
        margin-top: 0px !important;
    }
}


.home #sp-header {
    background: rgba(255, 255, 255, 0.5) !important;
}


.home #sp-header.header-sticky,  #sp-header.header-sticky {
    background: #fff !important;
}

h1, h2, h3, h4 {
    color: #056636;
}

.titlewhite, .titlewhite h2, .titlewhite h3,  .titlewhite h4,  .titlewhite h5 {
     color: #fff;
 }

.titleblack, .titleblack h2, .titleblack h3, .titleblack h4, .titleblack h5 {
    color: #000;
}

#sp-footer {
    background-image: url(/images/home/foto_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    box-shadow: 0 0 0 0
}

.sp-copyright {
    text-align: center;
}