body{
    --videoWidth: 100%;
    --videoHeight: 100%;
}
.capitech .capitech-div{
    display: flex;
    height: flex;
}

.conheca {
    /* height: 80vh; */
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 50vw rgba(103, 104, 94, 0.9);
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    position: relative;
    z-index: 1;
}

.conheca .video-holder::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/xadrex_big.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    width: var(--videoWidth);
    height: var(--videoHeight);
}

.conheca .video-holder {
    width: 114vw;
    height: 0;
    padding-top: 30.94vw;
    position: relative;
    margin-bottom: 10rem;
}

.conheca .video-holder iframe,.conheca .video-holder video{
    width: 90%;
    /* height: 90%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-fixed{
    width: var(--videoWidth);
    height: var(--videoHeight);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.img-fixed img{
    /* width: 50%; */
    height: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: invert(100%) sepia(71%) saturate(2%) hue-rotate(231deg) brightness(120%) contrast(100%) drop-shadow(2px 4px 6px black) opacity(0.8);
}


.conheca .text-conheca {
    position: absolute;
    top: 5rem;
    color: #E1D9D2;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 200;
}

.conheca .conheca-title {
    color: #E1D9D2;
    margin-top: 5rem;
    margin-bottom: 10rem;
    font-size: 1.5rem;
    width: 35vw;
    border-bottom: 2px solid #E1D9D2;
}

.clinica {
    /* height: 70vh; */
    position: relative;
    background-color: #D9D1CA;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 5rem;
}
.conheca .conheca-button {
    position: initial;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.clinica .text-clinica{
    width: 70%;
    text-align: justify;
    font-family: 'Millard';
    color: #6E6259;
    margin-bottom: 5rem;
}
.clinica .text-clinica b{
    font-weight: bold;
}
.clinica .text-clinica a{
    text-decoration: underline;
    color: #6E6259;
}
.clinica .text-disclaimer {
    font-family: 'Millard';
    color: #6E6259;
    margin-top: 5rem;
}
.clinica .text-disclaimer b{
    font-weight: bold;
}
.clinica .text-disclaimer a{
    text-decoration: underline;
    color: #6E6259;
}
.clinica .photos-clinica{
    width: 80%;
    z-index: 3;
}
.clinica .photos-clinica img{
    width: 100%;
    transition: all 0.5s ease-in;
}
.clinica .photos-clinica img:hover{
    filter: contrast(125%);
    transform: scale(1.01);
}
.clinica .clinica-title {
    color: #9D7D54;
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 1.5rem;
    width: 35vw;
    border-bottom: 2px solid black;
}
.row{
    margin-top: 1rem;
    padding: 0;
    
}
.footer .footer-content {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
        .capitech .capitech-div {
    display: flex;
    height: 10px;
} 
    .conheca .conheca-title {
        width: 70vw;
    }
    
    .conheca {
        font-size: 1.25rem;
    }
    .conheca .text-conheca {
        width: 90%;
    }
    .conheca .video-holder {
        width: 100vw;
        height: 0;
        padding-top: 56.25vw;
        position: relative;
    }
    .conheca .video-holder::before {
        width: 100%;
        height: var(--videoHeight);
    }
    .conheca .video-holder iframe,.conheca .video-holder video{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .clinica .clinica-title {
        width: 70vw;
    }
    .image-item{
        margin-bottom: 1rem;
    }
    .row {
        margin-top: 0;
    }
}