body{
    background-color: #6E6259;
}
.capitech-video {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #6E6259;
}

.capitech-video .video-holder {
    width: 55vw;
    height: 0;
    padding-top: 30.94vw;
    position: relative;
    margin-bottom: 5rem;
}

.capitech-video .video-holder video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.5));
}

.capitech {
    position: relative;
    background-color: #6E6259;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 10rem;
}
.conheca .conheca-button {
    position: initial;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.capitech .text-capitech{
    width: 70%;
    text-align: justify;
    font-family: 'Sweet Sans Pro';
    font-style: italic;
    font-weight: 300;
    color: #EAE4DF;
    margin-bottom: 5rem;
}
.capitech .text-capitech b{
    font-weight: bold;
}
.capitech .text-capitech a{
    text-decoration: underline;
    color: #EAE4DF;
}
.capitech .capitech-numbers {
    font-family: 'Sweet Sans Pro';
    color: #EAE4DF;
    margin-bottom: 5rem;
    width: 80%;
}
.capitech .capitech-numbers .big-number{
    font-weight: 999;
    font-size: 5rem;
    filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.5));
}
.capitech .capitech-numbers .under-text{
    /* word-spacing: 100vw; */
    font-style: normal;
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.5));
}
.capitech .separator{
    padding: 0;
    margin: 0;
    width: 0;
    outline: #EAE4DF 1px solid;
}

.capitech .photos-capitech{
    width: 80%;
    z-index: 3;
}
.capitech .photos-capitech img{
    width: 100%;
    transition: all 0.5s ease-in;
}
.capitech .photos-capitech img:hover{
    transform: scale(1.01);
}
.capitech .photos-capitech .col-md-12{
    display: grid;
}
.capitech .photos-capitech p{
    justify-self: end;
    font-size: 1.5rem;
}
.capitech .photos-capitech p::after{
    content: " >";
    color: #EAE4DF;
}
.capitech .photos-capitech p a{
    text-decoration: underline;
    color: #EAE4DF;
}
.capitech-video .capitech-logo {
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 25vw;
}
.capitech-video .capitech-logo img{
    max-width: 100%;
}
.row{
    margin-top: 1rem;
    padding: 0;
}

.footer .footer-content {
    background-color: #6E6259;
}

.footer .footer-content .footer-container .redes-text{
    background: none;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #EAE4DF;
}

@media only screen and (max-width: 768px) {
    .capitech-video .capitech-logo {
        width: 50vw;
    }
    .capitech-video .video-holder {
        width: 100vw;
        height: 0;
        padding-top: 56.25vw;
        position: relative;
    }
    .capitech .separator {
        display: none;
    }
    .capitech .numbers-info{
        border-bottom: 2px solid #EAE4DF;
    }
    .capitech .text-capitech {
        width: 90%;
    }
    .image-item{
        margin-bottom: 1rem;
    }
    .row{
        margin-top: 0;
    }
}