html {
    scroll-behavior: smooth;
}

.wrap-lp-form form textarea {
    width: 100%;
    padding: 10px 30px;
    font-size: 14px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: none;
    resize: none;
}

.continue-lendo {
    padding: 50px 0 0 0;
}

.wrap-destrave-material .into-1 .circle img {
    margin: 0 auto 15px;
    display: table;
}

.wrap-cta-destrave .circle img {
    width: 100%;
    position: absolute;
    top: calc(50% - 152px);
    left: 50%;
    width: 304px;
    height: 304px;
    left: calc(50% - 152px);
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

.wrap-garantia .circle img {
    width: 100%;
    position: absolute;
    top: calc(50% - 152px);
    left: 50%;
    width: 304px;
    height: 304px;
    left: calc(50% - 152px);
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    margin-top: auto;
}

.divisor {
    display: flex;
    width: 100%;
    height: 80px;
}

.wrap-metodo-destrave {
    padding-top: 120px;
}

.wrap-youtube {
    position: relative;
}

.wrap-youtube .box-video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.wrap-youtube .box-video iframe {
    width: 100%;
    height: 100%;
}

.box-buttons .buttons .item a img {
    margin-right: 6px;
}

.ajax_load_box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-list-podcast .podcast-follow .box .buttons .item a img {
    margin-right: 12px;
}

.wrap-list-articles .carousel-categories .item-category.active {
    border: 1px solid #BB7422;
}

.wrap-box-text-white iframe {
    width: 100%;
    height: 100%;

    position: absolute;
}


.wrap-box-text-white .box-text {
    position: relative;
}

.wrap-metodo-destrave {
    padding: 120px 0px;
    height: fit-content;
}

.wrap-metodo-destrave h2 {
    width: 100%;
    max-width: 450px;
}

.wrap-metodo-destrave p {
    width: 100%;
}

.banner-lp {
    overflow: hidden;
}

.wrap-metodo-destrave {
    position: relative;
}

.wrap-metodo-destrave:after {
    top: 0;
}

.wrap-prices .container {
    display: flex;
    gap: 24px;
    padding: 80px 20px;
    justify-content: center;
}

.wrap-prices .box-price {
    width: 33.3333%;
    border-radius: 8px;
    padding: 60px 40px;
    border: 1px solid #022d2b;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #FFF;
    justify-content: space-between;
}

.wrap-prices .box-price.blue {
    border: none;
    background: #022d2b;
}

.wrap-prices .box-price.gold {
    border: none;
    background: #A75F0B;
}

.wrap-prices .box-price .box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.wrap-prices .box-price .box-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #022d2b;
    margin-bottom: 10px;
    font-family: 'Georgia';
    text-transform: uppercase;
}

.wrap-prices .box-price.blue .box-title h3 {
    color: #FFC37D;
}

.wrap-prices .box-price.gold .box-title h3 {
    color: #FFC37D;
}

.wrap-prices .box-price.gold .box-title p.description {
    color: #022d2b;
}

.wrap-prices .box-price .box-title p.description {
    font-size: 16px;
    font-weight: 500;
    color: #022d2b;
    max-width: 220px;
    font-family: 'Georgia';
    text-transform: uppercase;
}

.wrap-prices .box-price.blue .box-title p.description {
    color: #FFF;
}

.wrap-prices .box-price h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFC37D;
    margin-bottom: 80px;
}

.wrap-prices .box-price h2 strong {
    color: #FFF;
}

.wrap-prices .box-price .box-steps ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wrap-prices .box-price .box-steps ul li {
    display: flex;
    gap: 6px;
    color: #022d2b;
}

.wrap-prices .box-price.blue .box-steps ul li,
.wrap-prices .box-price.gold .box-steps ul li {
    color: #FFF;
}

.wrap-prices .box-price.blue .box-steps ul li .material-symbols-outlined,
.wrap-prices .box-price.gold .box-steps ul li .material-symbols-outlined {
    color: #FFC37D;
}

.wrap-prices .box-price .box-cost .info {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #022d2b;
    font-family: 'Georgia';
    display: table;
}

.wrap-prices .box-price.blue .box-cost .info {
    color: #FFF;
}

.wrap-prices .box-price.gold .box-cost .info {
    color: #FFF;
}

.wrap-prices .box-price .box-cost .info.full {
    width: 100%;
    text-align: center;
}

.wrap-prices .box-price .box-cost .price {
    display: flex;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #022d2b;
    font-family: 'Georgia';
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.wrap-prices .box-price.blue .box-cost .price {
    color: #FFC37D;
}

.wrap-prices .box-price.gold .box-cost .price {
    color: #FFF;
}

.wrap-prices .box-price .box-cost a {
    margin: 35px auto 0
}



.wrap-prices .box-price:not(.blue) .box-cost a:before {
    background: #022d2b;
}

.wrap-prices .box-price:not(.blue):not(.gold) .box-cost a span {
    background: #FFF;
    border: 1px solid #022d2b;
    color: #022d2b;
}

.wrap-prices .box-price.gold .box-cost a:before {
    background: linear-gradient(87.26deg, #204E5C 3.31%, #022d2b 101.51%);
}

.wrap-prices .box-price.gold .box-cost a span {
    background: linear-gradient(87.26deg, #204E5C 3.31%, #022d2b 101.51%);
    border: 1px solid #D09753;
}

@media screen and (max-width: 900px) {
    .wrap-prices .container {
        flex-direction: column;
    }

    .wrap-prices .box-price {
        width: 100%;
        padding: 40px 20px;
    }
}

.wrap-webnar footer {
    padding: 0px;
    padding-bottom: 70px;
    background: #0f0f0f;
}

.wrap-webnar header .menu-user {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.wrap-webnar header .menu-user span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    display: table;
}

.wrap-webnar header .menu-user-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0px;
}

.wrap-webnar header .menu-user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}

.wrap-webnar .container {
    max-width: 1536px;
}

.wrap-webnar-content {
    background: #0f0f0f;
    width: 100%;
    padding: 120px 0px 60px 0;
}

.wrap-webnar-content .webnar-live iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* border-radius: 8px; */
}

.wrap-webnar-content .webnar-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.wrap-webnar-content .webnar-buttons .btn-default.blue span {
    background: linear-gradient(87.41deg, #022d2b -0.78%, #05161B 103.71%);
    border: 1px solid #BB7422;
}

.webnar-chat {
    width: 100%;
    height: 100%;
}

.webnar-chat {
    width: 100%;
    height: 100%;
    border: double 2px transparent;
    border-radius: 8px;
    background-image: linear-gradient(#0f0f0f, #0f0f0f),
        linear-gradient(to right, #DC9E56, #946228);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#chat-embed {
    width: 100%;
    height: 100%;
    padding: 12px;
}

.wrap-webnar-auth {
    padding: 60px 0px;
    background: #0f0f0f;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-webnar-auth .login-webnar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    max-width: 420px;
    margin: 0 auto;
}

.wrap-webnar-auth .login-webnar h3 {
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    font-weight: 800;
    max-width: 420px;
    margin-bottom: 30px;
}

.wrap-webnar-auth .login-webnar h3 strong {
    background: #A75F0B;
    color: #FFF;
    padding-bottom: 4px;
}

.wrap-webnar-auth .login-webnar a span {
    align-items: center;
    justify-content: inherit;
    gap: 16px;
    padding-left: 80px;
}


.wrap-webnar-auth .login-webnar a span i {
    line-height: 22px;
}

#countdown {
    font-size: 42px;
    line-height: 48px;
    color: #FFF;
    font-weight: 800;
    max-width: 420px;
    margin-bottom: 30px;
}

.wrap-webnar-auth form .title-field {
    display: table;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.wrap-webnar-auth form input {
    padding: 0 20px;
    height: 50px;
    border-radius: 8px;
    width: 100%;
    border: none;
    background: none;
    color: #6B3B03;
    font-size: 18px;
    background: #FFF;
}

.wrap-webnar-auth form button {
    border: none;
    background: none;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .wrap-webnar-content .webnar-chat iframe {
        aspect-ratio: 9 / 16;
    }

    .wrap-webnar header .container {
        padding: 0px 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    .wrap-webnar-auth .login-webnar a span {
        padding-left: 16px;
    }
}