@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

body {
    overflow-x: hidden;
}

#cases,
#why,
#more-videos,
#buy-sell,
#main-imovelpg,
#locals,
#testmonials,
#meet,
#gallery,
#videos {
    padding: 40px 0;
}

strong {
    font-family: "ArticulatCF-bold";
}

/* HEADER */
header {
    position: relative;
}

header img {
    width: 100px;
}

header .textos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

header .textos h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Cinzel', serif;
}

header .textos p {
    font-family: 'Cinzel', serif;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 768px) {

    header .textos h1 {
        font-size: 1.3rem;
    }

    header video {
        height: 600px;
        object-fit: cover;
    }
}



header .textos a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s;
    display: inline-block;
    margin-top: 10px;
}

header .textos a:hover {
    background-color: #fff;
    color: var(--primary);
}

/* Gallery */
#gallery {
    background-color: #f7f7f7;
}

#gallery .logo {
    width: 150px;
}

@media (max-width: 768px) {
    #gallery .logo {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
}

/* CASES */
#cases {
    padding-top: 0;
}

#cases .card-services-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#cases .card-services-area .card-service {
    width: 18%;
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}

#cases .card-services-area .card-service .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 1s;
}

#cases .card-services-area .card-service:hover .image img {
    scale: 1.05;
}

#cases .card-services-area .card-service .content {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cases .card-services-area .card-service .content h3 {
    color: #fff;
    position: relative;
    transition: all .3s;
    top: 0;
    font-size: 1rem;
    text-transform: uppercase;
}


#cases .card-services-area .card-service:hover .content h3 {
    top: -30px;
}

@media (max-width: 992px) {
    #cases .card-services-area .card-service {
        width: 100%;
    }
}


/* VIDEOS */
#videos .card-video {
    display: flex;
    justify-content: center;
    align-items: center;
}

#videos .card-video .texto,
#videos .card-video .video {
    width: 50%;
}

#videos .card-video .texto {
    padding: 40px;
}

#videos .card-video .video {
    cursor: pointer;
}

#videos .card-video .video img {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    #videos .card-video {
        flex-wrap: wrap-reverse;
    }

    #videos .card-video .texto,
    #videos .card-video .video {
        width: 100%;
    }
}

#journeyModal .modal-dialog,
#modalVideo .modal-dialog {
    min-width: 85%;
}

#journeyModal .modal-body,
#modalVideo .modal-body {
    padding: 0;
}


/* IMOVEIS */
#imoveis .card-imovel {
    position: relative;
}

#imoveis .area-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    z-index: 99;
}

#imoveis .card-imovel img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

@media (max-width: 992px) {
    #imoveis .card-imovel img {
        height: 500px;
    }
}

#imoveis .card-imovel .infos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 40px;
    padding-top: 80px;
    color: #fff;
    text-shadow: 0 3px 6px #000;
}

#imoveis .card-imovel .infos a {
    color: #fff;
    text-shadow: none;
    font-size: 1.3rem;
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    transition: all .3s;
}

#imoveis .card-imovel .infos a:hover {
    color: var(--primary);
    background-color: #fff;
}

#imoveis h6 a {
    border: none !important;
    padding: 5px !important;
    text-decoration: underline;
}

#carouselImovel i {
    font-size: 1.5rem;
    opacity: 1;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselImovel i:hover {
    color: var(--primary);
    background-color: #fff;
}

#carouselImovel .carousel-control-prev,
#carouselImovel .carousel-control-next {
    opacity: 1;
}

/* BUY SELL */
#buy-sell {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/assets/images/cases/5.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
}

#buy-sell p {
    font-size: 1.3rem;
}

#buy-sell ul li {
    font-size: 1.2rem;
}

#buy-sell .col-12 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
}




/* Testmonials */
#testmonials .col-md-6.left {
    border-right: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#testmonials .carousel-control-prev,
#testmonials .carousel-control-next {
    opacity: 1;
    left: unset;
    right: unset;
    position: inherit;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
}

#testmonials .carousel-control-prev {
    border-right: 2px solid #000;
}

#testmonials h3 {
    color: #000;
    opacity: 1;
}

#testmonials .card-test {
    min-height: 200px;
}


/* LOCALS */
#locals {
    background-color: #f7f7f7;
}

#locals .card-local .image {
    position: relative;
    overflow: hidden;
}

#locals .card-local .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#locals .card-local .image .explore {
    position: absolute;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

#locals .card-local .image:hover>.explore {
    top: 0;
}

#locals .card-local .image .explore a {
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    padding: 10px 15px;
}

#locals .card-local .content {
    padding-top: 10px;
}

#locals .card-local .content h3 {
    font-size: 1.3rem;
}


/* PG IMOVEL */
#carouselpgImovel img {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    object-fit: cover;
}

@media (min-width: 1280px) {
    #carouselpgImovel img {
        min-height: 900px;
    }
}

@media (max-width: 768px) {
    #carouselpgImovel img {
        height: 600px;
        min-height: unset;
    }
}

#carouselpgImovel i {
    font-size: 1.5rem;
    opacity: 1;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselpgImovel i:hover {
    color: var(--primary);
    background-color: #fff;
}

#carouselpgImovel .carousel-control-prev,
#carouselpgImovel .carousel-control-next {
    opacity: 1;
}

/* MAIN IMOVEL PG */
#main-imovelpg .textos {
    border-right: 2px solid rgba(0, 0, 0, .2);
    padding-right: 20px;
}

#main-imovelpg h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

.cta a,
#main-imovelpg .textos .cta a {
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.cta a:hover,
#main-imovelpg .textos .cta a:hover {
    background-color: var(--primary);
    color: #fff;
}

#main-imovelpg .col-md-4 ul li {
    font-size: 1rem;
}

#main-imovelpg .col-md-4 ul li i {
    color: var(--primary);
}

#main-imovelpg .col-md-4 ul li span {
    font-size: 1.5rem;
}

#neighborhood {
    padding: 40px 0;
}

#why h1 {
    font-weight: bold;
    font-family: 'ArticulatCF-bold';
}

/* SELLING POWER */
#selling-power header {
    color: #fff;
    text-align: center;
}

#selling-power header p {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#selling-power header h1 {
    font-weight: bold;
}

@media (max-width: 768px) {
    #selling-power header video {
        height: unset;
    }
}

#selling-power #area-video .textos {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 20px;
}

#selling-power #area-video .textos h2 {
    font-size: 1.6rem;
}

#selling-power .cta a {
    color: var(--primary);
    border: 2px solid var(--primary);
}

#selling-power .cta a:hover {
    background-color: var(--primary);
    color: #fff;
}

.cta a::after {
    content: none;
}

#selling-power h2 {
    font-size: 1.8rem;
}

#more-idea .cta a,
#main-idea .cta a,
#selling-exclusive .cta a {
    width: auto;
    padding: 10px 15px;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all .3s;
    display: inline-block;
    margin-top: 40px;
}

#more-idea .cta a:hover,
#main-idea .cta a:hover,
#selling-exclusive .cta a:hover {
    background-color: var(--primary);
    color: #fff;
}


#general-infos .card-purchase {
    padding: 40px 0;
}

#general-infos .card-purchase .col-md-6 {
    position: relative;
}

#general-infos .card-purchase img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#general-infos .card-purchase.dark {
    background-color: #000;
    color: #fff;
}

#general-infos .card-purchase h2 {
    font-size: 3rem;
    margin-bottom: 15px;
}

#general-infos .card-purchase.right h2 {
    text-align: right;
}

#general-infos .card-purchase p {
    font-size: 1.5rem;
    padding: 10px;
}

@media (max-width: 992px) {

    #general-infos .card-purchase img {
        position: initial;
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    #general-infos .card-purchase h2 {
        font-size: 2rem;
    }

}



#selling-power #general-infos .card-purchase {
    padding: 40px 0;
}

#selling-power #general-infos .card-purchase .col-md-6 {
    position: relative;
}

#selling-power #general-infos .card-purchase img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#selling-power #general-infos .card-purchase.dark {
    background-color: #000;
    color: #fff;
}

#selling-power #general-infos .card-purchase h2 {
    font-size: 3rem;
    margin-bottom: 15px;
}

#selling-power #general-infos .card-purchase.right h2 {
    text-align: right;
}

#selling-power #general-infos .card-purchase p {
    font-size: 1.5rem;
    padding: 10px;
}

@media (max-width: 992px) {

    #selling-power #general-infos .card-purchase img {
        position: initial;
        max-height: 300px;
    }
}

@media (max-width: 768px) {

    #selling-power #general-infos .card-purchase h2,
    #selling-power #general-infos .card-purchase.right h2 {
        font-size: 2rem;
        text-align: center;
        margin-top: 10px;
    }

    #selling-power #general-infos .card-purchase h2 br {
        display: none;
    }

}

/* ABOUT PAGE */
#about-page #texts {
    padding: 100px 0;
}

#about-page header {
    position: relative;
}

#about-page header img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

#about-page header .texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

#about-page header .texto h1 {
    font-weight: bold;
}

@media (max-width: 768px) {

    #about-page header img,
    #about-page header {
        min-height: 500px;
    }

    #about-page header .texto h1 {
        font-size: 1.3rem;
    }
}

#about-page #texts .bottom {
    margin-top: 30px;
}

#work {
    padding: 100px 0;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/assets/images/menu/1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#work a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s;
    display: inline-block;
    margin-top: 10px;
}

#work p {
    max-width: 800px;
    margin: 0 auto;
}

#work a:hover {
    background-color: #fff;
    color: var(--primary);
}

/* TOOLS PAGE */
#tools-page header {
    position: relative;
}

#tools-page header img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

#tools-page header .texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

#tools-page header .texto h1 {
    font-weight: bold;
}

#tools-page #meet {
    padding: 40px 0;
}

#tools-page #meet .row {
    flex-wrap: wrap-reverse;
}

#tools-page #meet img {
    margin-bottom: 15px;
}

#tools-page #meet a {
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s;
    display: inline-block;
    margin-top: 10px;
}

#tools-page #meet a:hover {
    background-color: var(--primary);
    color: #fff;
}


@media (min-width: 1200px) {

    #about-page #texts img,
    #meet img {
        height: 380px;
        object-fit: cover;
    }

    #meet img {
        height: 340px;
    }
}

#about-page #heloisa .col-12 {
    position: relative;
}

#about-page #heloisa img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (max-width: 1200px) {
    #meet img {
        height: 430px;
        object-fit: cover;
    }

    #about-page #fabiano p {
        font-size: .9rem;
    }
}

@media (max-width: 992px) {
    #about-page #heloisa img {
        position: inherit;
        margin-bottom: 10px;
        display: inline-block;
    }

    #about-page #heloisa h2 {
        margin-top: 20px;
    }
}


/* CONNECT */

#connect {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/assets/images/menu/tools/3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;
    color: #fff;
}

#connect h2 {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#connect img.logo {
    width: 200px;
}

#connect form {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
}

#connect form button {
    background-color: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
}

#connect form label {
    color: var(--primary);
    font-weight: bold;
}

#connect form input,
#connect form textarea {
    width: 100%;
    padding: 20px 10px;
    outline: none;
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, .7);
    color: #fff;

}

#connect form input::placeholder,
#connect form textarea::placeholder {
    color: var(--primary);
    font-weight: bold;
    opacity: 1;
}

/* TESTIMONIALS */
#testimonials {
    padding: 20px 0;
}

#tools-page header h1 {
    font-size: 1.8rem;
}

#testimonials .container {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/assets/images/testmonials/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    color: #fff;
    min-height: 400px;
}

#testimonials #carouselTestimonials .card-testimonial {
    text-align: center;
    min-height: 190px;
}

#testimonials .area-botoes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
    position: inherit;
    opacity: 1;
}


#heloisa,
#fabiano {
    padding: 40px 0;
}

/* SELLERS */
#sellers header {
    color: #fff;
}

#sellers header img.logo {
    width: 100px;
    margin-bottom: 10px;
}

#sellers header p {
    max-width: 800px;
    margin: 0 auto;
}

#sellers header h1 {
    font-weight: bold;
}

#sellers .content {
    padding: 40px 0;
}

#sellers form button {
    background-color: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s;
    display: inline-block;
    margin-top: 10px;
}

/* BUYERS */
#buyers header {
    color: #fff;
}

#buyers header img.logo {
    width: 100px;
    margin-bottom: 10px;
}

#buyers header p {
    max-width: 800px;
    margin: 0 auto;
}


#buyers header h1 {
    font-weight: bold;
}

#buyers .content {
    padding: 40px 0;
}

#buyers form button {
    background-color: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s;
    display: inline-block;
    margin-top: 10px;
}

/* PURCHASE INTELLIGENCE */
#purchase-page header {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    padding: 0;
}

#purchase-page .infos {
    padding: 40px 0;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
}



#purchase-page .infos p {
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#purchase-page h2 {
    font-size: 1.6rem;
}

#purchase-page #general-infos .card-purchase {
    padding: 40px 0;
}

#purchase-page #general-infos .card-purchase .col-md-6 {
    position: relative;
}

#purchase-page #general-infos .card-purchase img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#purchase-page #general-infos .card-purchase.dark {
    background-color: #000;
    color: #fff;
}

#purchase-page #general-infos .card-purchase h2 {
    font-size: 3rem;
    margin-bottom: 15px;
}

#purchase-page #general-infos .card-purchase.right h2 {
    text-align: right;
}

#purchase-page #general-infos .card-purchase p {
    font-size: 1.5rem;
    padding: 10px;
}

@media (max-width: 992px) {

    #purchase-page #general-infos .card-purchase img {
        position: initial;
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    #purchase-page #general-infos .card-purchase h2 {
        font-size: 2rem;
    }

}

/* TESTIMONIALS HOME */
#home-testimonials {
    text-align: center;
    margin-bottom: 20px;
}

#home-testimonials .area-testimonials-home {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-testimonials .area-testimonials-home .card-testimonials-home {
    width: 80%;
    margin: 10px;
}

#home-testimonials .area-testimonials-home .card-testimonials-home img {
    width: 100%;
    display: block;
    cursor: pointer;
}

@media (max-width: 768px) {
    #home-testimonials .area-testimonials-home {
        flex-wrap: wrap;
    }

    #home-testimonials .area-testimonials-home .card-testimonials-home {
        width: 100%;
        margin: 0;
    }

}

header h1,
header p {
    font-family: 'Cinzel', serif;
}


@media(max-width: 992px) {
    h2 {
        text-align: center !important;
        margin-top: 30px !important;
        font-size: 1.5rem !important;
    }

    p {
        text-align: justify !important;
        font-size: 1rem !important;
    }

    #purchase-page h2,
    #selling-power h2 {
        margin-top: 30px !important;
        font-size: 1.5rem !important;
    }

    #purchase-page p,
    #selling-power p {
        font-size: 1rem !important;
    }

}

@media (max-width: 360px) {

    header .textos p {
        font-size: .8rem !important;
    }
}

span.line-m {
    width: 3px;
    height: 12px;
    background-color: #fff;
    display: inline-block;
}

#selling-power h1 {
    font-family: "ArticulatCF-bold";
    text-transform: uppercase;
    font-size: 3rem;
}

@media (max-width: 768px) {
    #selling-power h1 {
        font-size: 2rem;
    }
}

.contain {
    object-fit: contain !important;
}


#fabiano .image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#cases img.capa {
    width: 80%;
}

@media (max-width: 768px) {
    #cases img.capa {
        width: 100%;
    }

    #cases {
        padding-bottom: 0;
    }

    #fabiano .image {
        position: inherit;
        top: 0;
        left: 0;
    }
}

/* STRATEGIC PARTNERSHIP */
#header-partner {
    background-image: url(/assets/images/strategic-partnership/1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
}

#partner-infos {
    padding: 40px 0;
}

#partner-infos h3 {
    color: var(--gold);
    font-size: 1.4rem;
}

#partner-infos h2 {
    font-size: 1.8rem;
    color: var(--primary);
}

#partner-infos .area-should .card-should {
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

#partner-infos .area-should .card-should h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

#partner-infos .form-area {
    padding: 60px 0;
}

#partner-infos .form-area form button {
    padding: 15px 30px;
    background-color: transparent;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all .3s;
    text-transform: uppercase;
    font-weight: bold;
}

#partner-infos .form-area form button:hover {
    background-color: var(--primary);
    color: #fff;
}

#partner-infos .form-area form .check-opt {
    display: flex;
}

#partner-infos .form-area form .check-opt .form-check {
    margin-right: 10px;
}

/* FIX TO SELL */
#fix-to-sell .container-fix {
    padding: 0 20px;
}

#fix-to-sell header {
    overflow: hidden;
}

#fix-to-sell header .texts {
    padding: 60px 20px;
}

#fix-to-sell header img {
    height: 500px;
}

#fix-to-sell header .texts h2 {
    font-size: 1.6rem;
}

#fix-to-sell #contact {
    padding: 30px 20px;
}

#fix-to-sell #contact h3 {
    font-size: 1.4rem;
}

#fix-to-sell #contact form .form-control {
    border: none;
    border-bottom: 1px solid var(--primary);
    border-radius: 0;
}

#fix-to-sell #contact form button {
    background-color: var(--primary);
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border: none;
}

#fix-to-sell #success {
    padding: 20px;
}

#carouselSuccessHist .btn-area {
    display: flex;
    justify-content: flex-start;
}

#carouselSuccessHist .carousel-control-prev,
#carouselSuccessHist .carousel-control-next {
    position: inherit;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all .3s;
    opacity: 1;
    padding: 10px;
}

#carouselSuccessHist .carousel-control-prev {
    width: 50px;
}

#carouselSuccessHist .carousel-control-next {
    width: 100px;
}

#carouselSuccessHist .carousel-control-prev:hover,
#carouselSuccessHist .carousel-control-next:hover {
    background-color: var(--primary);
    color: #fff;
}

#carouselSuccessHist ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#carouselSuccessHist iframe {
    width: 100%;
    height: 400px;
}

#carouselSuccessHist ul li {
    margin-right: 30px;
}

#carouselSuccessHist ul li span.number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
}

#carouselSuccessHist ul li span.txt {
    font-size: 1rem;
}

#fix-to-sell #covered {
    padding: 40px 0;
    background-color: #f7f7f7;
}

#fix-to-sell #covered h2 {
    margin-bottom: 40px;
}

#fix-to-sell #covered ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#fix-to-sell #covered ul li {
    width: 30.33%;
    margin: 5px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    #fix-to-sell #covered ul li {
        width: 45%;
    }
}

@media (max-width: 475px) {
    #fix-to-sell #covered ul li {
        width: 100%;
    }
}

#fix-to-sell #infos {
    padding: 40px 0;
}

#fix-to-sell #infos ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#fix-to-sell #infos ul li {
    width: 30%;
}

@media (max-width: 768px) {
    #fix-to-sell #infos ul {
        flex-wrap: wrap;
    }

    #fix-to-sell #infos ul li {
        width: 100%;
    }
}

#fix-to-sell #infos ul li .card-info {
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .5);
    padding: 10px;
}

#fix-to-sell #infos ul li:nth-child(3) .card-info {
    border-right: 1px solid rgba(0, 0, 0, .5);

}

#fix-to-sell #infos ul li .card-info h3 {
    font-size: 3rem;
    font-weight: bold;
}

#fix-to-sell #works {
    padding: 40px 0;
}

#fix-to-sell #works ul li {
    margin: 10px 0;
}

#fix-to-sell #works ul li i {
    color: var(--primary);
}

#fix-to-sell #curious {
    padding: 40px 0;
    background-color: var(--primary);
    color: #fff;
}

#fix-to-sell #curious iframe {
    width: 100%;
    height: 600px;
}

#fix-to-sell #question {
    padding: 40px 0;
}

#fix-to-sell #question button {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    text-align: left;
    background-color: transparent;
    margin-top: 10px;
}

#fix-to-sell #especs {
    padding: 40px 0;
}

#fix-to-sell #especs ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#fix-to-sell #especs ul li {
    width: 24%;
}

#fix-to-sell #especs ul li .card-spec {
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    height: 170px;
    text-align: center;
}

#fix-to-sell #especs ul li:nth-child(4) .card-spec {
    border-right: 1px solid rgba(0, 0, 0, .3);
}

#fix-to-sell #especs ul li .card-spec h3 {
    font-weight: bold;
}

@media (max-width: 992px) {
    #fix-to-sell #especs ul {
        flex-wrap: wrap;
    }

    #fix-to-sell #especs ul li {
        width: 45%;
        margin: 10px;
    }

    #fix-to-sell #especs ul li .card-spec {
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .3);
    }

    #fix-to-sell #especs ul li .card-spec p {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    #fix-to-sell #especs ul li {
        width: 100%;
    }
}
#purchase-page  h1 {
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
}

#reviews{
    padding: 40px 0;
}
#reviews img{
    width: 200px;
}
@media (max-width: 992px) {
    #reviews p{
        text-align: center !important;
    }
}