@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham.otf);
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Bold.otf);
    font-weight: 500;
}

body {
    font-size: 16px;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

#dupla-imbativel * {
    font-family: Gotham !important;
}

#dupla-imbativel .banner {
    margin-top: 30px;
    width: 100%;
}

#dupla-imbatibel .text-center {
    text-align: center;
}

#dupla-imbativel .banner img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

#dupla-imbativel .bg-white {
    background-color: white;
}

#dupla-imbativel .bg-light {
    background-color: #F3F3F3;
}

#dupla-imbativel .img-squared {
    width: 100%;
    max-width: 340px;
    height: 325px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    #dupla-imbativel .img-squared {
        margin-bottom: 20px;
    }
}

#dupla-imbativel section {
    padding: 100px 0;
}

#dupla-imbativel section#section-1 hr {
    border: unset;
    background: linear-gradient(92deg, rgba(106, 21, 15, 0.85) 0%, rgba(0, 73, 56, 0.85) 100%);
    height: 2px;
    opacity: 1;
    margin-top: 80px;
    margin-bottom: 80px;
}

#dupla-imbativel section#section-1 #row-dupla-imbativel h3,
#dupla-imbativel section#section-1 #row-acao-contra-carrapatos h3 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 40px;
}

#dupla-imbativel .card {
    margin-top: 80px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border: unset;
    border-radius: 6px;
}

#dupla-imbativel .card .card-img-top {
    height: 400px;
    text-align: center;
}

#dupla-imbativel .card .card-img-top img {
    margin-top: -80px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 480px;
}

#dupla-imbativel .card .collapse:not(.show) {
    display: block;
    height: 48px;
    overflow: hidden;
}

#dupla-imbativel .card .collapse:not(.show) .text {
    display: block;
    height: 48px;
    overflow: hidden;
}

#dupla-imbativel .card .collapse:not(.show) .text::after {
    position: absolute;
    bottom: 105px;
    left: 15px;
    height: 70px;
    width: calc(100% - 30px);
    content: "";
    background: linear-gradient(to top, rgb(243, 243, 243) 5%, rgba(243, 243, 243, 0) 60%);
    pointer-events: none;
}

@media (min-width: 768px) {
    #dupla-imbativel .card .collapse:not(.show) .text::after {
        bottom: inherit;
        margin-top: -90px;
    }
}

#dupla-imbativel .card .collapsing {
    height: 48px;
}

#dupla-imbativel .card .card-body {
    background-color: #F3F3F3;
    flex: 1 1 auto;
    padding: 16px 16px;
    text-align: center;
}

#dupla-imbativel .card .card-body .title {
    font-size: 25px;
    margin-bottom: 12px;
}

#dupla-imbativel .card .card-body .btn-primary {
    margin-top: 24px;
    width: 100%;
    background-color: #6A150F;
    border-radius: 20px;
    font-size: 20px;
    padding: 10px 24px;
    text-transform: uppercase;
}

#dupla-imbativel .card .card-body .btn-primary:focus,
#dupla-imbativel .card .card-body .btn-primary:hover {
    outline: unset;
}


#dupla-imbativel .card .card-body .btn-primary span {
    background-color: #B8131E;
    position: absolute;
    right: 30px;
    bottom: inherit;
    margin-top: -11px;
    border-radius: 20px;
    padding: 11px 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#dupla-imbativel .card .card-body .btn-more {
    display: inline-block;
}

#dupla-imbativel .card .card-body .btn-less {
    display: none;
}

#dupla-imbativel .card .card-body .btn-more:not(.collapsed) {
    display: none;
}

#dupla-imbativel .card .card-body .btn-less:not(.collapsed) {
    display: inline-block;
}

#dupla-imbativel .row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    #dupla-imbativel .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }
}