.elementor-17343 .elementor-element.elementor-element-9679e13{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3d3d8fa */header, .elementor-9611 {
    display: none !important;
}

html, body {
    width: 100vw !importantimportant;
    height: 100%;
    background-color: black;
    position: relative;
}

.font-orbitron {
    font-family: "Orbitron", sans-serif;
}

.desktop-break {
    display: block;
}

* {
    box-sizing: border-box !important;
}

.lp-wrapper {
    color: white;
    text-align: center;
    display: grid;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100vw !important;
    height: 100vh !important;
}

.lp-wrapper * {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.lp-wrapper a {
    color: inherit;
    text-decoration: none;
}

.lp-area {
    width: 100%;
    clear: both;
}

:root {
    --lp-blue: #4363f4;
    --lp-pink: #db1a7a;
}

button {
    background-color: var(--lp-blue);
    color: white !important;
    border: 0;
    border-radius: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    cursor: pointer;
}

.area-hero {
    padding-bottom: 50px;
}

.area-hero h1 {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/logo.svg);
    text-indent: -100000%;
    overflow: hidden;
    max-width: 755px;
    width: 755px;
    min-width: 600px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 75px;
    margin-bottom: 50px;
}

.area-hero h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 42px;
}

.urgency-combo {
    border: 2px solid var(--lp-blue);
    display: inline-block;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.urgency-combo-before, .urgency-combo-after {
    font-size: 22px;
    font-weight: bold;
}

.urgency-combo-before {
    margin-top: 50px;
}

.urgency-combo-after {
    margin-bottom: 50px;
}

.area-hero .limited-positions {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
}

.marquee-wrapper {
    width: 50vw;
}

.marquee-container {
  max-width: 100vw;
  margin-left: -5%;
  background: #000;
}

.marquee {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  padding-right: 5px; /* espaçamento entre blocos */
  font-weight: bolder;
  animation: marquee 30s linear infinite;
  background-color: var(--lp-blue);
  padding-top: 3px;
  padding-bottom: 3px;
}

.color-pink {
  color: var(--lp-pink)
}

.degree7 {
    transform: rotate(7.36deg);
}

.degree-1 {
    transform: rotate(-1.6deg);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.area-01 h3, .area-02 h3, .area-03 h3, .area-04 h3, .area-05 h3, .area-06 h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500 !important;
    padding-top: 100px;
    padding-bottom: 25px;
}

.area-01 p {
    font-size: 22.5px;
}

.area-01 .list-benefits {
    max-width: 1080px;
    min-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
    list-style: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

.area-01 .list-benefits li {
    aspect-ratio: 1;
    border: 2px solid var(--lp-pink);
    border-radius: 20px;
    background-size: 75%;
    background-position: top 30px center;
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    padding: 25px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out;
    cursor: pointer;
}

.area-01 .list-benefits li:hover {
    transform: scale(1.1);
}

button {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5 ease-in-out;  
    cursor: pointer;
}

button:hover {
    background-color: white !important;
    color: var(--lp-blue) !important;
}

.area-03 .prices-list li:nth-child(1) button:hover {
    background-color: white !important;
    color: var(--lp-blue) !important;
}

.area-05 button {
    color: white !important;
}

.area-03 .prices-list li:nth-child(2) button:hover {
    background-color: white !important;
    color: var(--lp-pink) !important;
}

.area-01 .list-benefits li p {
    padding-top: 25px;
    font-size: 16px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}

.area-01 .list-benefits li strong {
    width: 100%;
    display: block;
}

.area-hero h2, .area-01 p {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.area-01 .list-benefits li:nth-child(1) {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/icon-01.png);
}
.area-01 .list-benefits li:nth-child(2) {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/icon-02.png);
}
.area-01 .list-benefits li:nth-child(3) {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/icon-03.png);
}
.area-01 .list-benefits li:nth-child(4) {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/icon-04.png);
}

.title {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 20px;
}

.old-price {
    text-decoration: line-through;
    font-size: 25px;
}

.new-price {
    font-weight: 800;
    font-size: 80px;
    position: relative;
    display: inline-block;
}

.new-price::before {
    content: 'R$ ';
    font-size: 25px;
    position: absolute;
    margin-top: 15px;
    margin-left: -40px;
}

.new-price::after {
    content: ',00';
    font-size: 25px;
    position: absolute;
    margin-top: 15px;
    margin-left: 2px;
}

.discount {
    font-size: 18px;
    margin-bottom: 20px;
}

.price .legal-line {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.courses {
    padding: 70px;
    width: 80%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 25px;
    text-align: left;
    position: relative;
}

.courses p {
    font-size: 22px;
    padding-top: 10px;
}

.course-01 {
    background-color: var(--lp-blue);
    margin-bottom: 100px;
}

.course-02 {
    background-color: var(--lp-pink);
    margin-bottom: 80px;
}

.courses h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    margin-left: -3px;
}

.courses .btn {
    background-color: black;
    border-radius: 10px;
    float: right;
    position: absolute;
    padding: 20px;
    top: 55px;
    right: 70px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out;
}

.courses .btn .btn-arrow {
    border: 3px solid white;
    border-radius: 25px;
    height: 45px;
    padding: 0;
    margin-bottom: 10px;
    aspect-ratio: 1;
    cursor: pointer !important;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out;
}

.course-01 .btn .btn-arrow {
    border-color: var(--lp-pink);
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/arrow-pink.svg);
    background-size: 70%;
}

.course-02 .btn .btn-arrow {
    border-color: var(--lp-blue);
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/arrow-blue.svg);
    background-size: 70%;
}

.course-01 .btn:hover {
    background-color: var(--lp-pink) !important;
}

.course-02 .btn:hover {
    background-color: var(--lp-blue) !important;
}

.courses .btn:hover .btn-arrow {
  filter: brightness(500%) !important
}

.items-list {
    display: block;
    max-width: 370px;
    margin-top: 30px;
}

.items-list li {
    background-color: black;
    list-style: none;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.items-list li:last-child {
    margin-bottom: 0;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
}
.courses img {
    position: absolute;
    right: 0;
    top: -25px;
    max-width: 50%;
}

.courses .items-list li {
    background-size: 25px;
    background-position: 15px 10px;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out;
}

.course-01 .items-list li {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/arrow-pink.svg);
}

.courses .items-list li:hover {
    transform: scale(1.05);
}

.course-02 .items-list li {
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/arrow-blue.svg);
}

.area-03 {
    padding-bottom: 50px;
}

.area-03 .prices-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    list-style: none;
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.area-03 .prices-list li {
    border: 2px solid white;
    border-radius: 20px;
    padding: 25px;
    max-width: 100%;
}

.area-03 .prices-list button {
    transform: scale(85%);
}

.area-03 .prices-list li:nth-child(1) {
    border-color: var(--lp-blue);
}

.area-03 .prices-list li:nth-child(1) .new-price {
    color: var(--lp-blue);
}

.area-03 .prices-list li:nth-child(1) button {
    background-color: var(--lp-blue);
}

.area-03 .prices-list li:nth-child(2) {
    border-color: var(--lp-pink);
}

.area-03 .prices-list li:nth-child(2) .new-price {
    color: var(--lp-pink);
}

.area-03 .prices-list li:nth-child(2) button {
    background-color: var(--lp-pink);
}

.selos {
    max-width: 320px !important;
}

.area-04 img {
    mix-blend-mode: lighten;
    max-width: 50%;
}

.area-05 img {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.area-05 button {
    background-color: var(--lp-pink)
}

.area-05 button:hover {
    background-color: white !important;
    color: var(--lp-pink) !important;
}

.area-06-box {
    border: 2px solid var(--lp-blue);
    padding: 60px 50px;
    text-align: left;
    border-radius: 25px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}

.area-06 h3 {
    padding-top: 0;
}

.area-06 p {
    font-size: 18px;
    line-height: 25px;
}

.footer-bf {
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-bf ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.footer-bf ul li:nth-child(1) {
    margin-right: 10px;
    margin-top: -10px;
}

/* ===================================================================
   BASE — igual para ambas, garante animações suaves e reversíveis
=================================================================== */
.radial-pink,
.radial-blue {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;

  aspect-ratio: 1;

  opacity: 1;

  pointer-events: none;
}

.lp-lights {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

/* Cores originais */
.radial-pink {
  background: radial-gradient(circle, #db1a7a 0%, #0000 70%);
}

.radial-blue {
  background: radial-gradient(circle, #4363f4 0%, #0000 70%);
}

.radial-01 {
    width: 80%;
    height: 80%;
    top: -20%;
    right: -20%;
  filter: blur(10.5rem);
  position: absolute;
}

.radial-02 {
    width: 50%;
    height: 50%;
    bottom: -10%;
    left: -10%;
  filter: blur(10.5rem);
  position: absolute;
}

.mobile-only {
    display: none !important;
}

.desktop-only {
    display: inline-block !important;
}

@media only screen and (max-width: 900px) {

.new-price {
    transform: scale(0.8);
}

.lp-wrapper {
    width: 100vw !important;
    height: 100vh !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

button {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border-radius: 30px;
}

.mobile-only {
    display: block !important;
}

.desktop-only {
    display: none !important;
}

.mobile-break {
    display: block !important;
}

.desktop-break {
    display: inline;
}

.area-hero h1 {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background-image: url(https://oclb.com.br/wp-content/uploads/2025/11/logo-mobile.svg);
    height: 150px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.area-01 h3, .area-02 h3, .area-03 h3, .area-04 h3, .area-05 h3, .area-06 h3, .courses h4 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 15px;
}

.area-01 p, .courses p, .area-06 p {
    font-size: 16px;
}

.urgency-combo-before, .urgency-combo-after {
    font-size: 16px;
}

.urgency-combo {
    width: calc(100%);
    font-size: 20px;
    border-radius: 15px;
}

.area-hero .limited-positions {
    font-size: 12px;
}

.area-01 .list-benefits {
    max-width: 100%;
    height: 100%;
    display: table;
}

.area-01 .list-benefits li {
    margin-bottom: 20px;
    border-radius: 15px;
}

.area-hero h2 {
    font-size: 22px;
    line-height: 25px;
}

.courses {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 25px;
    border-radius: 15px;
}

.courses-grid {
    display: table;
}

.items-list {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

.courses {
    margin-bottom: 20px;
}

.courses img {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 22px;
}

.courses .txt {
    text-align: center;
}

.courses ul {
    text-align: left;
}

.courses .btn {
    text-align: center;
    position: relative;
    padding: 10px 20px;
    top: auto;
    right: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    list-style: none;
    text-transform: uppercase;
    border-radius: 25px;
}

.course-01 {
    margin-bottom: 25px;
}

.courses .btn {
    width: 100%;
}

.courses .btn .btn-arrow {
    display: none;
}

.area-01 .list-benefits {
    height: auto;
    min-width: auto;
}

.area-03 .prices-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
}

.area-03 .prices-list li {
    border-radius: 15px;
}

.area-05 img {
    max-width: 110%;
    margin-right: -25%;
}

.area-06-box {
    padding: 25px 15px;
    border-radius: 15px;
    max-width: 100%;
    margin-top: 100px;
}

.selos {
    max-width: 300px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.area-04 img {
    mix-blend-mode: lighten;
    max-width: 100%;
}

.footer-bf {
    padding-top: 50px;
    padding-bottom: 200px;
}

.footer-bf ul li:nth-child(1) {
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

}/* End custom CSS */