@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//todospodemosinvertir.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//todospodemosinvertir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 300;
	--wd-title-color: #242424;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(30,86,49);
	--wd-alternative-color: rgb(233,239,233);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(30,86,49);
	--btn-accented-bgcolor-hover: rgb(48,137,76);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255, 255, 255);
	background-image: url(https://todospodemosinvertir.com/wp-content/uploads/2021/09/corporate-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(30, 86, 49);
	background-image: url(https://todospodemosinvertir.com/wp-content/uploads/2025/04/ChatGPT-Image-3-abr-2025-16_02_56.png);
	background-size: cover;
	background-position: left top;
}
.wd-footer {
	background-color: rgb(13, 38, 21);
	background-image: none;
}
.wd-load-additional-fonts-700 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

main{
max-width:none !important;
	padding:0 !important;

}

/*checkout y registro*/
.page-id-12 .main-page-wrapper, .page-id-13 .main-page-wrapper{
max-width:1200px !important;
margin:auto;
	padding:50px;
}


.live-badge {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: black;
  font-size: 16px;
  background-color: rgba(13, 38, 21, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  gap: 8px;
}

.live-dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.3);
  }
}

/* 💥 ADAPTACIÓN 4K: Escala el badge en pantallas muy anchas */
@media (min-width: 2560px) {
  .live-badge {
    font-size: 24px;
    padding: 10px 20px;
    gap: 12px;
    border-radius: 30px;
  }

  .live-dot {
    width: 16px;
    height: 16px;
  }
}

/* La animación de titilar */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.3);
  }
}



#cta-sticky{ 
  position: sticky;
  top: 60px;
  z-index: 10;
  overflow: hidden;
}

#cta-sticky div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none; /* evita que el contenido sea clickeable cuando está oculto */
}

#cta-sticky.visible div {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/*contenedor de tutorlms*/
.tutor-container{
	margin-top:25px;
}

/*sacamos a la fuerza bloques del menu offcanvas*/
.wd-search-form, .menu-item-wishlist, .menu-item-account{
display:none !important;
}


.tutor-avatar-text {
width:100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
	/*checkout y registro*/
.page-id-12 .main-page-wrapper, .page-id-13 .main-page-wrapper{
max-width:1200px !important;
margin:auto;
	padding:25px;
}
}

@media (max-width: 576px) {
	/*checkout y registro*/
.page-id-12 .main-page-wrapper, .page-id-13 .main-page-wrapper{
max-width:1200px !important;
margin:auto;
	padding:10px;
}


#cta-fixed{ 
  position: fixed;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}

.tutor-course-topic-single-footer {
  
    width: 100%;
    padding: .7lh;
}


.tutor-lesson-wrapper{
text-align:center;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{
display:block !important;

}

#tutor-single-entry-content .tutor-course-topic-single-footer .tutor-single-course-content-prev a,
#tutor-single-entry-content .tutor-course-topic-single-footer .tutor-single-course-content-next a{
    width: 100%;
		padding: .5lh
		margin-top: .25lh;
    margin-bottom: .25lh;
}

#tutor-single-entry-content .tutor-course-topic-single-footer .tutor-single-course-content-prev a .tutor-icon-previous,
#tutor-single-entry-content .tutor-course-topic-single-footer .tutor-single-course-content-next a .tutor-mr-8{
    margin-left: auto;
}

#tutor-single-entry-content .tutor-course-topic-single-footer .tutor-single-course-content-prev a .tutor-ml-8,
#tutor-single-entry-content .tutor-course-topic-single-footer .tutor-single-course-content-next a .tutor-icon-next {
margin-right:auto;
}


}

