@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;
}

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

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

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

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

.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;
    margin-top: 20px;
    font-family: Sora;
}

.thumb-video {
    width: 45%;
    float: left;
    margin: 5px;
    margin-bottom: 15px;
    height: 280px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: relative;
    cursor: pointer;
}

.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;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
    width: 80%;
    background-color: black;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    height: 40px;
}

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

.payment-option {
    border: 1px solid #444;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.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 {
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 25px 20px 25px 20px;
    font-family: Sora;
}

.action-button--green {
    background-color: #00C261;
    border-bottom: 7px solid #006929;
}

.action-button--green-outline {
    background-color: black;
    border: 1px solid #00C261;
    border-bottom: 7px solid #006929;
}

.action-button--grey {
    background-color: #666;
    border-bottom: 7px solid #333;
    padding: 16px 20px 16px 20px;
}

.action-button--main {
    background-color: #EA2417;
    border-bottom: 7px solid #C21B12;
}

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

#myvideo {
    display: none;
}

.menu-opt, .menu-opt--active {
    padding: 10px 10px 10px 10px;
    color: #BBB;
    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;
}

.content {
    display: none;
    margin-top: 130px;
    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;
}