/*
	Theme Name: Talk Síndico
	Theme URI: http://stylemix.net
	Description: MasterStudy Child Theme
	Author: StylemixThemes
	Author URI: http://stylemix.net
	Template: masterstudy
	Version: 3.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: masterstudy-child
*/
/* =================================== 
    00. Global
====================================== */
html {
	scroll-behavior: auto !important;
}
html, body {
	overflow-x: hidden;
	margin: 0 !important;
}
html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-scrolling iframe {
	pointer-events: none;
}
::selection {
    background: #FFF;
    color: #FBAE17;
} 
::-moz-selection {
    background: #FFF;
    color: #FBAE17;
}
/* width */
::-webkit-scrollbar {
    width: 4px !important;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #FBAE17;
    border-radius: 4px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Sub-title */
.ts__sub-title .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin: 0 !important;
}
.ts__sub-title-style {
    padding: 3px 35px !important;
    border: 1px solid;
	border-color: rgb(255 193 5 / 20%);
    border-radius: 50px;
    background-color: rgb(255 193 5 / 10%);
}
@media (max-width: 430px) {
	.ts__sub-title-style {
		padding: 3px 25px !important;
	}
}
/* Form - Newsletter */
/* Form - Newsletter Episodes */
.form__newsletter form .elementor-form-fields-wrapper, 
.form-ep__newsletter form .elementor-form-fields-wrapper {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
}
.form__newsletter form .elementor-column.elementor-col-20, .form__newsletter form .elementor-column[data-col="20"],
.form-ep__newsletter form .elementor-column.elementor-col-20, .form-ep__newsletter form .elementor-column[data-col="20"] {
	width: 0 !important;
}
.form__newsletter form .elementor-field-type-email input,
.form-ep__newsletter form .elementor-field-type-email input {
    padding: 28px 160px 28px 25px;
}
.form__newsletter form button {
	margin-left: -82px;
}
.form-ep__newsletter form button {
	margin-left: -158px;
}
@media (max-width: 767px) {
	.form__newsletter form .elementor-form-fields-wrapper,
	.form-ep__newsletter form .elementor-form-fields-wrapper {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
	}
	.form__newsletter form .elementor-field-type-email input,
	.form-ep__newsletter form .elementor-field-type-email input {
		padding: 28px 160px 28px 25px;
	}
	.form__newsletter form button {
		padding-block: 12px !important;
		margin-left: -72px !important;
	}
	.form-ep__newsletter form button {
		margin-left: -158px !important;
	}
}
/* Dropdown Menu - Instructor */
.stm_lms_account_dropdown .dropdown .masterstudy-dropdown-menu__main-column {
	background-color: #3D6FAA !important;
}
/* =================================== 
    02. Header
====================================== */
#ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
	font-weight: 500;
    padding: 9px 15px;
    min-height: 48px;
    border-radius: 27px;
    background-color: #FFC105 !important;
    border: 1px solid #FFC105 !important;
    color: #2C2C31 !important;       /* controla texto e ícone */
    text-decoration: none;
}
#ts_btn-account .header_2 .header_top .stmlms-user {
    font-size: 15px;
}
/* ícone e texto herdam a cor do <a> */
#ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in i,
#ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in i::before,
#ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in span {
    color: inherit !important;
}
/* hover/aberto */
#ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in:hover,
#ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in:focus {
    background-color: #3D6FAA !important;
    border-color: #3D6FAA !important;
    color: #FFF !important;           /* texto + ícone mudam juntos */
}
@media (max-width: 1025px) {
    #ts_btn-account .header_2 {
        padding-top: 0px !important;
    }
}
@media (max-width: 991px) {
    #ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in {
        justify-content: center;
    }
    #ts_btn-account .header_2 .header_top .stmlms-user {
        font-size: 22px;
    }
}
@media (max-width: 468px) {
    #ts_btn-account .masterstudy_elementor_stm_lms_login > a.stm_lms_log_in {
        padding: 9px 23px;
        justify-content: center;
    }
    #ts_btn-account .header_2 .header_top .stmlms-user {
        font-size: 22px;
    }
}
/* Base */
#ts_btn-account .stm_lms_account_dropdown .dropdown > button {
    background-color: #FFC105 !important;
    border-color: #FFC105 !important;
    color: #2C2C31 !important;
}
#ts_btn-account .stm_lms_account_dropdown .dropdown button .stmlms-user11 {
    font-size: 15px !important;
}
/* Herdar a cor do botão */
#ts_btn-account .stm_lms_account_dropdown .dropdown > button i,
#ts_btn-account .stm_lms_account_dropdown .dropdown > button span,
#ts_btn-account .stm_lms_account_dropdown .dropdown > button .masterstudy-dropdown-menu__icon {
    color: inherit !important;
}
/* Algumas implementações usam ::before para o ícone */
#ts_btn-account .stm_lms_account_dropdown .dropdown > button i::before,
#ts_btn-account .stm_lms_account_dropdown .dropdown > button .stmlms-user11::before {
    color: inherit !important;
}
/* Caret (triângulo) acompanha a cor do texto */
#ts_btn-account .stm_lms_account_dropdown .dropdown > button .caret {
    border-top-color: currentColor !important;
}
/* Hover/Focus e menu aberto */
#ts_btn-account .stm_lms_account_dropdown .dropdown > button:hover,
#ts_btn-account .stm_lms_account_dropdown .dropdown > button:focus,
#ts_btn-account .stm_lms_account_dropdown .dropdown.show > button,
#ts_btn-account .stm_lms_account_dropdown .dropdown > button[aria-expanded="true"] {
    background-color: #3D6FAA !important;
    border-color: #3D6FAA !important;
    color: #FFF !important; /* muda a cor do texto/ícone/caret */
    outline: none;
}
@media (max-width: 468px) {
    #ts_btn-account .stm_lms_account_dropdown .dropdown button {
        padding: 9px 23px;
        justify-content: center;
    }
}
/* =================================== 
    03. Home
====================================== */
/* Style Default */
.yt-ep__time,
.yt-ep__time-s1 {
	display: flex;
	align-items: center;
}
.yt-ep__time .elementor-shortcode::before {
    content: "\f43e";
    font-family: "aaltag-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
    vertical-align: middle;
}
.yt-ep__time .elementor-shortcode {
	display: flex;
    font-size: 17px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
}
.yt-ep__thumb .elementor-shortcode img {
    border-radius: 10px;
}
.yt-ep__title .elementor-shortcode {
    color: #2C2C31;
    font-size: 25px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    line-height: 1.2em;
}
.yt-ep__description .elementor-shortcode {
    font-size: 15px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
}
.yt-ep__button .elementor-shortcode a {
    cursor: pointer;
	color: #2C2C31;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
	border: none !important;
}
.yt-ep__button .elementor-shortcode a:hover {
	color: #2C2C31 !important;
	background: transparent !important;
	text-decoration: underline !important;
}
/* Style card black */
.yt-ep__time-s1 .elementor-shortcode::before {
    content: "\f43e";
    font-family: "aaltag-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
    vertical-align: middle;
    color: #FFC105;
}
.yt-ep__time-s1 .elementor-shortcode {
    display: flex;
    color: #ffffff;
    font-size: 17px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
}
.yt-ep__title-s1 .elementor-shortcode {
    color: #ffffff;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    line-height: 1.3em;
}
.yt-ep__description-s1 .elementor-shortcode {
    color: #ffffff;
    font-size: 15px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
}
.yt-ep__button-s1 .elementor-shortcode a {
	cursor: pointer;
    color: #FFC105;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
	border: none !important;
}
.yt-ep__button-s1 .elementor-shortcode a:hover {
	background: transparent !important;
    text-decoration: underline !important;
}
/* Section - Documents and Resources */
.ib__info-documents .elementor-icon-box-wrapper .elementor-icon-box-title {
	margin-bottom: -10px !important;	
}
.btn__download .elementor-button-content-wrapper i {
    font-size: 16px !important;
    line-height: 1;
}
/* =================================== 
    04. Course page shop
====================================== */
.grid-courses__main .ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup {
	min-height: 90% !important;
}
.grid-courses__main .ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_button_wrapper {
	margin-top: 10px !important;
}
.grid-courses__main .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block span {
	color: #2C2C31 !important; 
}
.masterstudy-single-course-modern__topbar::before {
	background: #2C2C31 !important;
}
/* =================================== 
    04. Course page single
====================================== */

/* =================================== 
    05. Landing Page
====================================== */
/* Header Landing Page */
#header__lp.header__ctn {
  background: transparent;
  box-shadow: none;
  transition:
    background-color .35s ease,
    box-shadow .35s ease,
    backdrop-filter .35s ease;
  will-change: background-color, box-shadow, backdrop-filter;
}
@supports ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) {
  #header__lp.header__ctn {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
#header__lp.header__ctn.elementor-sticky.elementor-sticky--active {
  background: #031C38;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .12) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12) !important;

  -webkit-backdrop-filter: saturate(140%) blur(6px);
  backdrop-filter: saturate(140%) blur(6px);
}
@media (prefers-reduced-motion: reduce) {
  #header__lp.header__ctn {
    transition: none;
  }
}
/* Table price */
.ts_ticket-quantity {
	display: flex;
	justify-content: center;
}
.ts_ticket-quantity .nyx-stock-left {
	color: #ffffff;
	font-size: 15px;
	font-family: "Inter", Sans-serif;
	font-weight:400;
}
.ts_ticket-quantity .nyx-stock-left .nyx-stock-number {
	color: #FFC105;
}
.ts_ticket-quantity .nyx-stock-left.is-low .nyx-stock-number {
	color: #FB1717;
}
/* =================================== 
   Default theme
====================================== */
/* UPD SEPT */
@media (max-width: 400px) {
    .course-title-holder {
        padding-right: 5px;
    }
}

@media(max-width: 480px){
    .woocommerce-MyAccount-navigation ul {
        padding-left: 0;
    }
    .woocommerce-MyAccount-navigation ul li {
        display: block;
    }
}
@media (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 655px) {
    .course_table tr td.number.number-visible.title, .course_table tr td.title {
        padding-left: 20px;
        display: block;
        width: 100%;
    }
    .course_table tr td.stm_badge {
        display: block;
        width: 100%;
        text-align: left;
    }
    .course_table tr td .meta {
        padding-left: 12px;
    }
    .course_table tr td.stm_badge .badge_unit {
        margin-left: 15px;
    }
    .woocommerce-message {
        padding-right: 26px;
    }
    .woocommerce-message .button {
        position: static;
        float: none;
        display: block;
    }
    .woocommerce-message .button:after {
        display: none;
    }
    .shop_table > tbody > tr td.actions {
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce .shop_table.cart .coupon .button {
        display: block;
        margin-top: 15px;
    }
    .woocommerce .shop_table.cart .coupon {
        float: none;
        margin-bottom: 30px;
    }
    .woocommerce .shop_table.cart .button.update-cart {
        float: none;
        margin-bottom: 15px;
    }
}
.tp-caption .icon_in_btn {
    text-align: center !important;
}

@media (max-width: 991px){
    .overflowed_content .wpb_column .vc_column-inner{
        margin-top: 0 !important;
    }
}
body .vc_row[data-vc-full-width] {
    overflow: visible;
}
body .vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden;
}
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}
.woocommerce-product-gallery figure {
    margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}
.woocommerce-product-gallery img {
    display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99
}
ol.flex-control-nav.flex-control-thumbs {
    padding-left: 0px;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20%;
}
.woocommerce-product-gallery__trigger {
    right: inherit;
    left: .5em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}
/* Woo My Account Tabs*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: table;
    float: none;
    width: 100%; }
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul {
    display: table !important;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
.woocommerce-MyAccount-navigation  ul > li {
    display: table-cell; }
.woocommerce-MyAccount-navigation  ul > li > a {
    display: block;
    padding: 12px 20px;
    background-color: #457992;
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;}
.woocommerce-MyAccount-navigation  ul > li.is-active a,
.woocommerce-MyAccount-navigation  ul > li a:hover,
.woocommerce-MyAccount-navigation  ul > li a:focus {
    background-color: #f0f2f5;
    color: #457992; }
.woocommerce div.product form.cart .variations td.label {
    display: none;
}
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}
.woocommerce-product-gallery figure {
    margin: 0
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    z-index: 9 !important;
}
.stm_archive_product_inner_unit .stm_archive_product_inner_unit_centered .stm_featured_product_price .price h5 {
    font-weight: normal;
}
.widget_stm_recent_posts span.h6 {
    display: inline !important;
}
.widget_stm_recent_posts .cats_w {
    margin-left: 83px;
}



/* ===== NYX Event Cart (Talk Síndico style) ===== */
.nyx-ecart {
  color: #e8f1f7;
  background: transparent;
}
.nyx-ecart .nyx-ecart-wrap {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 24px;
}
.nyx-ecart .nyx-ecart-card {
  background: #1C1D20;
  border: 1px solid #363C49;
  border-radius: 10px;
  overflow: hidden;
}
/* Barra de detalhes */
.nyx-ecart .nyx-ecart-infobar {
  padding: 12px 16px;
  background: #161718;
  border-bottom: 1px solid #363C49;
}
.nyx-ecart .nyx-ecart-title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 6px 0;
}
/* Ações */
.nyx-ecart .nyx-ecart-actions {
  padding: 10px 16px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
.nyx-ecart .nyx-ecart-link {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.nyx-ecart .nyx-ecart-link:hover {
  text-decoration: underline;
}
.nyx-ecart .nyx-ecart-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Lista esquerda */
.nyx-ecart .nyx-ecart-list {
  margin: 0;
  padding: 0;
}
.nyx-ecart .nyx-ecart-list li {
  list-style: none;
  border-bottom: 1px solid #363C49 !important;
}
.nyx-ecart .nyx-ecart-name {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.nyx-ecart .nyx-ecart-price {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
/* Painel lateral */
.nyx-ecart .nyx-ecart-side-hd {
  padding: 12px 16px;
  border-bottom: 1px solid #363C49;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #161718;
}
.nyx-ecart .nyx-ecart-side-hd .nyx-ecart-side-subtotal {
  margin: 6px 0;
}
.nyx-ecart .nyx-ecart-tbl {
  width: 100%;
  border-collapse: collapse;
}
.nyx-ecart .nyx-ecart-tbl th,
.nyx-ecart .nyx-ecart-tbl td {
  padding: 12px 16px;
  border-bottom: 1px solid #363C49;
}
.nyx-ecart .nyx-ecart-tbl tr {
  border: none !important;
}
.nyx-ecart .nyx-ecart-tbl th {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-align: left;
}
.nyx-ecart .nyx-ecart-tbl .nyx-subtotal-cell {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff !important;
}
.nyx-ecart .nyx-ecart-right {
  text-align: right !important;
}
.nyx-ecart .nyx-ecart-qtyctrl {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.nyx-ecart .nyx-ecart-btn {
  border: 1px solid #363C49;
  background: #ffffff;
  color: #2C2C31;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: filter 0.2s;
}
.nyx-ecart .nyx-ecart-btn:hover {
  filter: brightness(1.1);
}
.nyx-ecart .nyx-ecart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nyx-ecart .nyx-ecart-input {
  width: 48px;
  text-align: center;
  padding: 6px 8px;
  border: 1px solid #363C49;
  background: #ffffff;
  color: #2C2C31;
  border-radius: 6px;
  font-size: 14px;
}
.nyx-ecart .nyx-ecart-input:focus {
  outline: none;
  border-color: #ffc107;
}
/* CTA */
.nyx-ecart .nyx-ecart-cta {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px 16px;
}
.nyx-ecart .nyx-ecart-go {
  background: #FFC105;
  color: #2C2C31;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 16px;
  width: 100%;
}
.nyx-ecart .nyx-ecart-go:hover {
  background: #3D6FAA;
  color: #ffffff;
}
.nyx-ecart .nyx-ecart-go[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
/* Loading state */
.nyx-ecart-loading {
  pointer-events: none;
  opacity: 0.6;
}
/* Responsivo */
@media (max-width: 900px) {
  .nyx-ecart .nyx-ecart-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .nyx-ecart .nyx-ecart-meta {
    font-size: 13px;
  }  
  .nyx-ecart .nyx-ecart-tbl th,
  .nyx-ecart .nyx-ecart-tbl td {
    padding: 10px 12px;
    font-size: 14px;
  }  
  .nyx-ecart .nyx-ecart-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }  
  .nyx-ecart .nyx-ecart-input {
    width: 42px;
    padding: 4px 6px;
  }
}
#btn_event-disable a {
	pointer-events: none !important;
}