body {
    word-spacing: 3px;
    letter-spacing: 0.2px;
    background-color: #000000 !important;
}

h1, h2, h3, h4, h5 {
    letter-spacing: 1px;
}

.btn-transparent {
    background: none !important;
    color: #ffffff;
    padding: 0;
    margin-top: 30px;
}

#mainNav li a {
    color: #ffffff !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    padding: 1rem 2rem !important;
}

#mainNav li a:hover {
    font-weight: 300 !important;
    background: #ffffff !important;
    color: #000000 !important;    
}

h1.main-title {
    font-size: 16px;
    text-transform: uppercase;
}

.word-rotator-title strong {
    margin-left: 5px;
}
.word-rotate-items span {
    text-transform: uppercase;
    font-weight: 300;
}
p.lead {
    font-weight: 800;
    font-size: 18px;
}

.thumb-info {
    border: none !important;
}

.thumb-info-wrapper {
    border: none !important;
}
.thumb-info-inner {
    font-weight: 300;
}
.thumb-info-type {
    background: #000000 !important;
}

.thumb-info {
    border: 1px solid black;
    border-radius: 0;
}
html.webkit .thumb-info .thumb-info-wrapper {
    margin: 0;
}

html.webkit .thumb-info .thumb-info-wrapper img {
    border-radius: 0;
}

h1.content-title {
    font-size: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 {
    font-size: 24px;
}

.home-banner-img {
    width: 83%;
}

html.dark #header .header-body  {
    background-color: #000000 !important;
}

#footer {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    border: none;
}

#footer .social-icons {
    font-size: 22px !important;
    text-align: right;
}
#footer .social-icons li {
    margin-left: 5px;
}
#footer .social-icons a {
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.home-customers img {
    width: 100% !important;
    margin-bottom: 20px;
}

#clients .customer-imgs img {
    width: 100%;
    padding: 20px;    
}

#footer h4 {
    font-size: 16px;
}

#footer p.developed {
    text-align: right;
}
@media (max-width: 1040px) {
    #footer .social-icons {
        text-align:center
    }

    #footer h4 {
        text-align: center;
    }

    #footer p.developed {
        text-align: center;
    }
}

#about-us h2 {
    font-size: 24px;
}
#about-us h2 .word-rotate {
    padding: 0 !important;
}
#about-us p {
    line-height: 28px;
}

#about-us .professional {
    text-align: center !important;
}
#about-us span.thumb-info-caption {
    display: inline-table;
    padding: 0 !important;
    margin: 0 !important;
    height: 85px;
    text-align: center !important;
}

#about-us span.thumb-info-caption-text {
    display: table-cell;
    font-size: 14px !important;
    color: #ffffff;
    vertical-align: middle;
}
#about-us span.thumb-info-caption-text strong {
    font-size: 18px;
    color: #bfbfbf;
}

.thumb-info:hover {
    
}

@media (max-width: 1040px) {
    .thumb-info-inner {
        font-size: 18px;
    }
}

#contact .btn-contact {
    background: transparent !important;
    color: #ffffff;
}
#contact .btn-contact:hover {
    background: #ffffff !important;
    color: #000000;
}

#portfolio .portfolio-items {
    margin-top: 0;
}
#portfolio .portfolio-items p {
    margin-top: 10px;
    font-size: 16px;
}
#portfolio .portfolio-items .portfolio-item {
    min-height: 285px;
}

#movies h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}
#movies img {
    width: 100%;
}

.text-regular {
    font-weight: normal !important;
}

.text-bold {
    font-weight: bold !important;
}

.soon {
    padding: 1rem 2rem;
    border: 2px solid #e53e53;
    border-radius: 8px;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
}

.movies-pictures {    
    border: 1px solid #212020;
}

.custom-text-light {
    font-weight: 300;
}

.custom-text-regular {
    font-weight: 500;
}

.custom-text-bold {
    font-weight: 700;
}

.custom-text-normal {
    font-size: 18px;
    line-height: 1.5;
    color: #c3c3c3;
}

.custom-text-space {
    font-size: 18px;
    line-height: 2;
    color: #c3c3c3;
}

.custom-text-color-light {
    color: #c3c3c3;
}

.custom-text-color-red {
    color: #b11917 !important;   
}

.content-title {
    color: #b11917 !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.h-small {
    text-transform: lowercase !important;
    font-size: 16px !important;
}
.h-small.strong {
    text-transform: lowercase !important!;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 48%; /* Proporção 16:9 56.25%; */
    overflow: hidden;
    border: 1px solid #212121;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}