@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

body {
    background: black;
    margin: 0;
    color: white;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-family: Sora;
    color: #DDD;
    text-align: left;
}

.headtext, .headtext span {
    font-size: 26px;
    font-family: Sora;
    text-align: left;
    font-weight: bold;
}

strong.highlight, .highlight {
    color: #e95e23;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

.container-sign-signup {
    padding: 20px;
    background-color: #1E1619;
    background-image: url(img/bg-content-sign-signup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
}

.container {
    padding: 20px;
}

.header-log {
    background-image: url(img/header-login.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 20px;
    font-family: Sora;
}

.thumb-video {
    width: 40%;
    float: left;
    margin: 12px;
    margin-bottom: 15px;
    height: 280px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 20px;
}

.thumb-video-insights {
    width: 80%;
    height: 480px;
    margin: 0 auto;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    color: #e95e23;
}

form > .field {
    width: 80%;
    font-family: Sora;
    color: #999;
    text-align: left;
    display: table;
    margin: 0 auto;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
    width: 75%;
    height: 26px;
    background-color: #231E20;
    background-image: url(img/bg-field.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    padding-left: 20%;
    border: 1px solid #666;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sora;
}

input::placeholder {
    font-family: Sora;
}

select {
    height: 40px;
}

.price {
    color: #00C261;
    font-size: 32px;
}

.payment-option {
    border: 1px solid #444;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    width: 110px;
    max-width: 100%;
}

.payment-option > div {
    float: left;
}

.payment-option input {
    display: none;
}
.payment-option label {
    margin-left: 10px;
}

.payment-option.selected {
    background-color: #444;
    color: white;
}

.action-button, .action-button--main, .action-button--green, .action-button--green-outline, .action-button--secondary, .action-button--grey, .action-button--outline {
    height: 50px;
    border: none;
    border-radius: 15px;
    color: white;
    font-size: 18px;
    font-family: Sora;
    text-align: center;
}

.action-button--outline {
    background :none;
    border: 1px solid #CCC;
}

.action-button--green {
    background: linear-gradient(to right, #0C590F, #009406);
}

.action-button--green-outline {
    background-color: transparent;
    border: 1px solid #00C261;
}

.action-button--grey {
    background-color: #666;
}

.action-button--main {
    background: linear-gradient(to right, #BA2D19, #C55445);
}

.action-button--secondary {
    background-color: #E0B34E;
    border-bottom: 5px solid #EA6B17;
    font-size: 18px;
}

.animated-gradient-button {
    height: 50px;
    border: none;
    border-radius: 15px;
    color: white;
    font-size: 18px;
    font-family: Sora;
    text-align: center;
    background: linear-gradient(to right, #09470c, #009406);
    background-size: 200% 200%;
    animation: gradientAnimation 2s ease-in-out infinite;
    transform: scale(1.0);
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.animated-gradient-button:hover {
    transform: scale(1.05);
}

@keyframes gradientAnimation {
    0% {
        /* background-position: 0% 50%; */
        transform: scale(1.0);
    }
    50% {
        /* background-position: 100% 50%; */
        transform: scale(1.10);
    }
    100% {
        /* background-position: 0% 50%; */
        transform: scale(1.0);
    }
}

#myvideo {
    display: none;
}

.menu-opt, .menu-opt--active {
    padding: 10px 10px 10px 10px;
    color: #DDD;
    border: none;
    background: none;
    font-weight: bold;
    font-family: Sora;
    font-size: 14px;
}

.menu-opt--active {
    color: #e95e23;
}

.swiper-slide img {
    width: 100%; /* Ajusta a largura da imagem para cobrir o slide */
    height: auto; /* Mantém a proporção da imagem */
}

.watch-button {
    background: #e95e23;
    color: white;
    font-size: 13px;
    font-family: Sora;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -4px;
}

.course-offer-button {
    width: 85%; border-radius: 150px; margin-top: 10px; padding-top: 15px; padding-bottom: 15px; font-size: 14px;
    font-family: Sora;
}

.container-home {
    overflow: hidden;
    background-color: #1E1619;
    background-image: url(img/bg-content-home.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.content {
    display: none;
    overflow: hidden;
}

.post-container {
    border-top: 1px solid #111;
    padding: 20px;
    overflow: hidden;
}

.post-header {
    overflow: hidden;
    margin-bottom: 10px;
}
.post-avatar {
    float: left;
}
.post-avatar img {
    border-radius: 45px;
    width: 45px;
    height: 45px;
}

.post-video-bg {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.post-name {
    font-family: "Sora";
    color: #CCC;
    font-size: 14px;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
}
.post-name small, .post-name a {
    color: #666;
}
.post-date {
    float: right;
    padding-top: 15px;
    font-size: 14px;
    color: #666;
}

.post-content {}
.post-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #999;
}

footer {
    width: 100%;
    height: 70px;
    padding-top: 50px;
    background-image: url(img/bg-content-footer-sign-signup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-family: Sora;
    font-size: 12px;
}

.sw1, .sw3 {
    border-radius: 20px;
    border: 1px solid #333;
}
.sw2 {
    background: linear-gradient(to bottom, #010101, #2A2323);
    border-radius: 20px;
    border: 1px solid #444;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 120%;
}
.sw2 p, span {
    font-size: 12px;
}

.post-class {
    position: relative;
    font-family: Sora;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.post-class-img{
    width: 100%;
    height: 220px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

.offer {
    width: 95%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px 10px 20px 10px;
    margin-bottom: 20px;
    margin: 0 auto;
    font-family: Sora;
}

.offer h3 {
    text-align: center;
    margin-top: 0;
}

.offer h3 small {
    font-weight: normal;
    font-size: 14px;
}

.offer_price {
    font-size: 32px;
    font-weight: bold;
    line-height: 60%;
}

.offer_price small {
    font-size: 18px;
    font-weight: normal;
}

.offer_benefits {
    margin-top: 20px;
    margin-bottom: 20px;
}

.offer_benefits div {
    text-align: left;
    padding: 0 5px 0 5px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 6px;
}