﻿
.partner {
    padding: 30px 400px;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

    .title p {
        text-align: center;
        font-size: 40px !important;
    }

.first__content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

    .first__content > div {
        flex: 1;
    }

        .first__content > div:first-child {
            margin-right: 30px;
        }

.do__you__know {
    font-size: 28px;
    font-weight: 400;
}

.second__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 30px 0;
}

    .second__content > div {
        border-radius: 10px;
        padding: 10px;
        /*max-width: 430px;*/
        width: 100%;
        min-height: 130px;
        text-align: center;
        display: flex;
        align-items: center;
        margin-right: 15px;
        text-align: center;
        justify-content: center;
    }

        .second__content > div:last-child {
            margin-right: unset;
        }

        .second__content > div.blue__bgcolor {
            color: #FFF;
        }

        .second__content > div.light__green__bgcolor {
            color: #2300FF;
        }



.content__register__form {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

    .content__register__form > * {
        margin-right: 60px;
    }

        .content__register__form > *:first-child {
            width: 40%;
        }


        .content__register__form > *:last-child {
            width: 60%;
            margin-right: unset;
        }

    .content__register__form img {
        object-fit: cover;
        max-width: 100%;
        border-radius: 35px;
        height: 520px;
    }

.title__register {
    font-weight: 400;
    font-size: 32px;
    color: #2300FF;
}

.button__blue {
    background-color: #2300FF !important;
    color: #00F074 !important;
    border: unset;
    font-size: 16px !important;
    padding: 12px 30px !important;
}

.description__register {
    margin-top: 10px;
}

    .description__register p {
        margin-bottom: unset !important;
        font-weight: 300;
        font-size: 22px !important;
    }



.forms.imobiliaria, .forms.leilao {
    display: none;
}

.options {
    /*    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 30px 0 50px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0 50px;
}

    .options > * {
        flex: 1;
        min-height: 100px;
        margin-right: 5px;
    }

        .options > *:last-child {
            margin-right: unset;
        }

.form__container .btn.dropdown-toggle.bs-placeholder.btn-light, .form__container .btn.dropdown-toggle.btn-light.show, .form__container .btn.dropdown-toggle.btn-light {
    padding: 20px 40px;
}

.filter-option-inner-inner {
    font-weight: 400 !important;
}



.form__container .input__form::placeholder {
    font-size: 14px;
}



.video__main {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
}

.video__stream {
    width: 100%;
}

.video-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}

#video {
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

#overlayPlayPause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
    height: 100%;
    width: 100%;
}

#playPauseIcon {
    width: 45px;
}

.video__title, .video__description {
    font-weight: 400;
    font-size: 24px;
}

@media (min-width: 1920px) {
    .partner {
        padding-right: 400px !important;
        padding-left: 400px !important;
        padding: 30px 400px !important;
    }
}

@media (max-width: 1626px) {
    .partner {
        padding-right: 300px !important;
        padding-left: 300px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .partner {
        padding-right: 220px !important;
        padding-left: 220px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .partner {
        padding-right: 180px !important;
        padding-left: 180px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .partner {
        padding: 30px !important;
    }
    .first__content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .do__you__know {
        margin-right: unset;
    }
    .first__content > div:first-child {
        margin-right: unset;
    }
}

@media only screen and (max-width: 768px) {

    .questions, .questions__body {
        padding: 10px !important;
    }

    .first__content {
        flex-direction: column-reverse;
    }

        .first__content > div:first-child {
            margin-right: unset;
        }

        .first__content .button__primary {
            width: 100%;
            display: flex;
            text-align: center;
            justify-content: center;
        }

    .second__content {
        flex-wrap: wrap;
    }

        .second__content > div {
            width: 48%;
            margin-right: unset;
            margin-bottom: 10px;
        }

            .second__content > div:nth-child(odd) {
                margin-right: 10px;
            }

    .content__register__form > div:first-child {
        display: none;
    }

    .content__register__form > *:last-child {
        width: 100%;
    }

    .options {
        margin: 30px 0 10px;
    }

        .options button {
            font-size: 12px !important;
            padding: 12px 5px !important;
            margin-right: 2px;
        }

    .register__form .options button {
        min-height: 100px;
    }
}
