footer {
    margin-top: 0px;
}
#top-hotsite {
    background-color: #fff;
    color: #3E2F3C;
    text-shadow: none;
    border-bottom: 3px solid #3E2F3C;
    padding-top: 40px;
}
#top-hotsite h1 {
    font-size: 46px;
    letter-spacing: -4px;
}
header {
    margin-top: 30px;
}
.testimonial-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.testimonial-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.quote-icon {
    font-size: 120px;
    color: #f0f0f0;
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 99;
    opacity: 1;
}

.testimonial-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.testimonial-text {
    font-size: 24px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-avatar i {
    font-size: 30px;
    color: #007bff;
}

.author-info {
    text-align: left;
}

.author-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.author-title {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}

.rating {
    margin-bottom: 20px;
}

.rating i {
    color: #ffc107;
    font-size: 20px;
    margin: 0 2px;
}
/* Navegação */
.testimonial-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.nav-button {
    position: absolute;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-button.prev {
    left: 10px;
}

.nav-button.next {
    right: 10px;
}

.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background: #1d8a9c;
}
.testimonial-card {
    display: none;
}

.testimonial-card.active {
    display: block;
}
#aviso-legal {
    margin-bottom: -50px;
}
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    opacity: 0.3;
}
ol.breadcrumb a {
    display: inline;
}
.error .card-body {
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 30px;
}
.error .card-body h3 {
    
}
.error .row {
    display: flex;
    flex-wrap: wrap;
}
.error .row .col-sm-4 {
    display: flex;
}
.error .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.error .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.error .card {
    perspective: 1000px;
    cursor: pointer;
}
.error .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    min-height: 400px;
}
.error .card:hover .card-inner {
    transform: rotateY(180deg);
}
.error .card-front, .error .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
    min-height: 350px;
}
.error .card-front {
    background-color: #f0f0f0;
    position: relative;
}
.error .card-back {
    background-color: #3E2F3C;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.error .card-back h3 {
    margin: 0;
    font-size: 24px;
    text-align: center;
}
.error .card-back {
    flex-direction: column;
}
.error .card-back svg {
    margin-bottom: 20px;
}

#ebook-solution {
    background-color: #F2FCFD;
    margin: 60px 0px;
    padding: 60px 0px;
}
.card-success .row {
    display: flex;
    flex-wrap: wrap;
}
.card-success .row .col-sm-4 {
    display: flex;
}
.card-success .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    perspective: 1000px;
    cursor: pointer;
}
.card-success .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    min-height: 400px;
}
.card-success .card:hover .card-inner {
    transform: rotateY(180deg);
}
.card-success .card-front, .card-success .card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
    min-height: 350px;
}
.card-success .card-front {
    background-color: #fff;
    position: relative;
}
.card-success .card-back {
    background-color: #1D8A9C;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
}
.card-success .card-back h3 {
    margin: 0;
    font-size: 24px;
    text-align: center;
}
.card-success .card-back svg {
    margin-bottom: 20px;
}
.card-success .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 30px;
}
.card-success .card-body h3 {
    margin-bottom: 30px;
}

.linha-tempo {
    position: relative;
    padding: 40px 0;
}

.linha-tempo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1D8A9C;
    transform: translateX(-50%);
    z-index: 1;
}

.card-tempo {
    position: relative;
    width: 45%;
    margin: 40px 0;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-tempo:nth-child(odd) {
    left: 0;
    text-align: left;
    border-left: none;
}

.card-tempo:nth-child(even) {
    left: 55%;
    text-align: left;
}

.card-tempo::before {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background: #1D8A9C;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1D8A9C;
    z-index: 2;
}

.card-tempo:nth-child(odd)::before {
    right: -32px;
}

.card-tempo:nth-child(even)::before {
    left: -32px;
}

.card-tempo h3 {
    color: #1D8A9C;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-tempo:nth-child(odd) h3 {
    
}

.card-tempo p {
    color: #666;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-style: italic;
}

.card-tempo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-tempo ul li {
    margin: 10px 0;
    padding: 8px 0;
    position: relative;
    color: #333;
    line-height: 1.4;
}

.card-tempo ul li:before {
    content: '✓';
    color: #1D8A9C;
    font-weight: bold;
    margin-right: 10px;
}

.card-tempo:nth-child(odd) ul li:before {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .linha-tempo::before {
        left: 30px;
    }
    
    .card-tempo {
        width: calc(100% - 60px);
        left: 60px !important;
        text-align: left !important;
        border-left: 4px solid #1D8A9C !important;
        border-right: none !important;
    }
    
    .card-tempo::before {
        left: -42px !important;
        right: auto !important;
    }
    
    .card-tempo:nth-child(odd) ul li:before {
        margin-right: 10px;
        margin-left: 0;
    }
}

.card-recebe {
    background: #fff;
    border-radius: 15px;
    padding: 60px 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    background-image: 
        linear-gradient(to right, #e0e0e0 1px, transparent 1px),
        repeating-linear-gradient(
            to bottom,
            transparent,
            transparent 24px,
            #e8e8e8 24px,
            #e8e8e8 26px
        );
    background-size: 40px 26px;
    background-position: 40px 80px;
    position: relative;
    font-family: 'Caveat', cursive;
    text-align: left;
}

.card-recebe::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ff6b6b;
    opacity: 0.7;
}

.card-recebe h3 {
    color: #1D8A9C;
    margin: 0 0 30px 0;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.card-recebe ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.card-recebe ul li {
    margin: 12px 0;
    padding: 8px 0;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}

.card-recebe ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1D8A9C;
    font-weight: bold;
    font-size: 24px;
}

#ebook-testemunhos {
    background-color: #f0f0f0;
    margin-top: 100px;
    padding: 60px 0px;
}
#ebook-testemunhos .testimonial-section {background-color: #f0f0f0;}
#ebook-testemunhos .testimonial-section .quote-icon {color: #777;}
#ebook-autor {padding: 60px 0px;}
#ebook-recebe {background-color: #F2FCFD; margin: 0px 0px 100px 0px; padding: 60px 0px 100px 0px;}
#ebook-desconto {margin-bottom: 100px;}

/* Estilos para os cards de valor e explicação */
.card-real,
.card-explicacao {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-real:hover,
.card-explicacao:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-real h3,
.card-explicacao h3 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.card-real p,
.card-explicacao p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
}

.card-real p:last-child,
.card-explicacao p:last-child {
    margin-bottom: 0;
}

.card-real {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.card-real h3:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23bf423c' viewBox='0 0 256 256'%3E%3Cpath d='M240,104,128,224,80,104l48-64h56Z' opacity='0.2'%3E%3C/path%3E%3Cpath d='M246,98.73l-56-64A8,8,0,0,0,184,32H72a8,8,0,0,0-6,2.73l-56,64a8,8,0,0,0,.17,10.73l112,120a8,8,0,0,0,11.7,0l112-120A8,8,0,0,0,246,98.73ZM222.37,96H180L144,48h36.37ZM74.58,112l30.13,75.33L34.41,112Zm89.6,0L128,202.46,91.82,112ZM96,96l32-42.67L160,96Zm85.42,16h40.17l-70.3,75.33ZM75.63,48H112L76,96H33.63Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-real p {
    border-bottom: 1px dotted #f0f0f0;
    padding-bottom: 10px;
}

.card-explicacao {
    background: linear-gradient(135deg, #E16F88 0%, #73172C 100%);
    color: #fff;
}

.card-explicacao h3 {
    color: #fff;
}

.card-explicacao h3:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23ffffff' viewBox='0 0 256 256'%3E%3Cpath d='M208,104a79.86,79.86,0,0,1-30.59,62.92A24.29,24.29,0,0,0,168,186v6a8,8,0,0,1-8,8H96a8,8,0,0,1-8-8v-6a24.11,24.11,0,0,0-9.3-19A79.87,79.87,0,0,1,48,104.45C47.76,61.09,82.72,25,126.07,24A80,80,0,0,1,208,104Z' opacity='0.2'%3E%3C/path%3E%3Cpath d='M176,232a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,232Zm40-128a87.55,87.55,0,0,1-33.64,69.21A16.24,16.24,0,0,0,176,186v6a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-6a16,16,0,0,0-6.23-12.66A87.59,87.59,0,0,1,40,104.49C39.74,56.83,78.26,17.14,125.88,16A88,88,0,0,1,216,104Zm-16,0a72,72,0,0,0-73.74-72c-39,.92-70.47,33.39-70.26,72.39a71.65,71.65,0,0,0,27.64,56.3A32,32,0,0,1,96,186v6h64v-6a32.15,32.15,0,0,1,12.47-25.35A71.65,71.65,0,0,0,200,104Zm-16.11-9.34a57.6,57.6,0,0,0-46.56-46.55a8,8,0,0,0-2.66,15.78c16.57,2.79,30.63,16.85,33.44,33.45A8,8,0,0,0,176,104a9,9,0,0,0,1.35-.11A8,8,0,0,0,183.89,94.66Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-explicacao p {
    color: rgba(255,255,255,0.95);
    font-weight: 400;
}

#ebook-cart {background-color: #1d8a9c; padding: 60px 0px; margin-bottom: 100px;}
#ebook-cart h2 {color: #fff;}
#ebook-cart p.text-muted {color: rgba(255,255,255,0.8) !important;}
#ebook-cart .card-real {background-color: rgba(255,255,255,0.8) !important;}
#ebook-cart .card-real p.text-muted {color: #3e2f3c !important; margin-top: 40px; border-bottom: none;}
#ebook-cart .card-real h3:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%231d8a9c' viewBox='0 0 256 256'%3E%3Cpath d='M128,129.09V232a8,8,0,0,1-3.84-1l-88-48.18a8,8,0,0,1-4.16-7V80.18a8,8,0,0,1,.7-3.25Z' opacity='0.2'%3E%3C/path%3E%3Cpath d='M223.68,66.15,135.68,18a15.88,15.88,0,0,0-15.36,0l-88,48.17a16,16,0,0,0-8.32,14v95.64a16,16,0,0,0,8.32,14l88,48.17a15.88,15.88,0,0,0,15.36,0l88-48.17a16,16,0,0,0,8.32-14V80.18A16,16,0,0,0,223.68,66.15ZM128,32l80.34,44-29.77,16.3-80.35-44ZM128,120,47.66,76l33.9-18.56,80.34,44ZM40,90l80,43.78v85.79L40,175.82Zm176,85.78h0l-80,43.79V133.82l32-17.51V152a8,8,0,0,0,16,0V107.55L216,90v85.77Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}