@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.btn {
  font-family: "Manrope", sans-serif;
  padding: 12px 25px;
  border: 6px solid transparent;
  cursor: pointer;
  transition: all 320ms ease-in-out;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 280px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #D1A428;
}
.btn.lg {
  max-width: 380px;
}
.btn.xl {
  max-width: fit-content;
}
@media (max-width: 380px) {
  .btn {
    width: 100%;
    min-width: unset;
  }
}
.btn:hover {
  background-color: #D1A428;
  border-color: #E9B72D;
}
.btn.primary {
  background-color: #FFA41C;
}
.btn.primary:hover {
  background-color: #D67A1E;
  border-color: #FFA41C;
}
.btn.secondary {
  background-color: #29649E;
}
.btn.secondary:hover {
  background-color: #16497B;
  border-color: transparent;
}
.btn.outline_blue {
  border-width: 2px;
  background-color: #29649E;
  border-color: #fff;
}
.btn.outline_blue:hover {
  background-color: #16497B;
  border-color: #fff;
}
.btn.outline {
  border-width: 2px;
  color: #29649E;
  background-color: #fff;
  border-color: #29649E;
}
.btn.outline:hover {
  color: #fff;
  border-color: #fff;
  background-color: #29649E;
}

body {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.5px;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 5.4px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 44px;
    letter-spacing: 4.4px;
    line-height: 44px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 32px;
  }
}

h2 {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 28px;
  /* @media (max-width:768px) {
      font-size: 12px;
      letter-spacing: 0.6px;
      line-height: 16px;
  } */
}

h3 {
  font-size: 36px;
}
h3.oferta {
  line-height: 36px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
}

.enfasis {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 24px;
  text-transform: uppercase;
}

p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
p a {
  word-wrap: break-word;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

a {
  cursor: pointer;
  color: #29649E;
  text-decoration: none;
}
a.warning {
  color: #FF0000;
  text-decoration: underline;
  font-weight: 600;
}

.link {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
}

h6 {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
}

.menu_item {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 16px;
}
.menu_item .submenu_item {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .menu_item {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
  }
}

.sm {
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 16px;
}

.md {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
@media (max-width: 768px) {
  .md {
    font-size: 16px;
    line-height: 22px;
  }
}

.start {
  text-align: start;
}

.center {
  text-align: center;
}

section {
  /*     &:not(:has(.e_tickets)) {

          ul {
              list-style-type: none;
              padding: 8px 0;

              >li::before {
                  content: "-";
                  margin-right: 8px;
              }
          }
      } */
}
section .container .content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
section .container .content ul.no_list {
  list-style: none;
  padding: 0;
}

.block_rrss {
  background-color: #EBEBEB;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_rrss .brs_wrap {
  width: fit-content;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.block_rrss .brs_wrap .btn_social {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #fff;
  filter: brightness(100%);
  transition: filter 320ms ease-in-out;
}
.block_rrss .brs_wrap .btn_social:hover {
  filter: brightness(110%);
}
@media (max-width: 768px) {
  .block_rrss .brs_wrap .btn_social .social_name {
    display: none;
  }
}
.block_rrss .brs_wrap .btn-facebook {
  background-color: #29649E;
}
.block_rrss .brs_wrap .btn-linkedin {
  background-color: #2B76AF;
}
.block_rrss .brs_wrap .btn-twitter {
  background-color: #53A0F8;
}
.block_rrss .brs_wrap .btn-whatsapp {
  background-color: #4CD547;
}

.blog_entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.blog_entry .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.blog_entry .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.blog_wrap {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.blog_wrap .post_img {
  width: 100%;
}
.blog_wrap .post_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.blog_wrap .post_table {
  border-radius: 20px;
  overflow: hidden;
}
.blog_wrap .post_table_header {
  color: #fff;
  background-color: #29649E;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
}
.blog_wrap .post_table_body {
  background-color: #EBEBEB;
  padding: 20px 45px;
}
.blog_wrap .post_table_list {
  list-style: disc;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog_wrap .post_table_list a {
  color: currentColor;
}
.blog_wrap .post_table_list a:hover {
  font-weight: 600;
}

form {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
form .error_message {
  display: none;
  padding: 20px;
  color: #fff;
  background-color: #F37373;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  form .error_message {
    font-size: 16px;
  }
}
form .inputs_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
form .recaptcha {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
form input[type=submit] {
  white-space: normal;
}

.input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: start;
  position: relative;
  font-family: "Manrope", sans-serif;
}
.input:has(input[type=checkbox]) {
  flex-direction: row;
}
.input:has(input[type=checkbox]) label,
.input:has(input[type=checkbox]) input {
  cursor: pointer;
}
.input small.error {
  display: none;
}
.input.error input, .input.error select {
  outline: 1px solid #FF0000;
}
.input.error small.error {
  display: block;
  color: #FF0000;
  font-size: 10px;
  position: absolute;
  bottom: -16px;
}

input[type=text],
input[type=password],
textarea {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: #EEEEEE;
  padding: 12px 20px;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

input[type=checkbox] {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-top: 2px;
  border: 1px solid #EEEEEE;
}

select {
  cursor: pointer;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background-color: #EEEEEE;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath id='Polígono_3' data-name='Polígono 3' d='M4,0,8,4H0Z' transform='translate(8 4) rotate(180)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 16px;
}
select:focus {
  outline: 0;
}

textarea {
  height: 164px;
  resize: none;
}

label:has(input[type=checkbox]) {
  display: inline;
  font-size: 20px;
  font-weight: 500;
}
label:has(input[type=checkbox]) input {
  margin-right: 8px;
}

fieldset {
  border: 0;
  padding: 0;
}

.input:has(input[type=radio]) {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 8px;
}
.input:has(input[type=radio]) input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  background-color: #fff;
  font: inherit;
  color: currentColor;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
  transform: translateY(8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.input:has(input[type=radio]) input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #D1A428;
}
.input:has(input[type=radio]) input[type=radio]:checked::before {
  transform: scale(1);
}

.btn {
  font-family: "Manrope", sans-serif;
  padding: 12px 25px;
  border: 6px solid transparent;
  cursor: pointer;
  transition: all 320ms ease-in-out;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 280px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: #D1A428;
}
.btn.lg {
  max-width: 380px;
}
.btn.xl {
  max-width: fit-content;
}
@media (max-width: 380px) {
  .btn {
    width: 100%;
    min-width: unset;
  }
}
.btn:hover {
  background-color: #D1A428;
  border-color: #E9B72D;
}
.btn.primary {
  background-color: #FFA41C;
}
.btn.primary:hover {
  background-color: #D67A1E;
  border-color: #FFA41C;
}
.btn.secondary {
  background-color: #29649E;
}
.btn.secondary:hover {
  background-color: #16497B;
  border-color: transparent;
}
.btn.outline_blue {
  border-width: 2px;
  background-color: #29649E;
  border-color: #fff;
}
.btn.outline_blue:hover {
  background-color: #16497B;
  border-color: #fff;
}
.btn.outline {
  border-width: 2px;
  color: #29649E;
  background-color: #fff;
  border-color: #29649E;
}
.btn.outline:hover {
  color: #fff;
  border-color: #fff;
  background-color: #29649E;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  background-color: #fff;
}
header:has(img.logo:only-child) {
  background-color: unset;
  justify-content: center;
}
header:has(img.logo:only-child) img {
  width: 116px;
}
header ul {
  list-style: none;
  padding: 0;
}
header a {
  color: inherit;
}
header a:hover {
  color: #29649E;
}
header .logo {
  display: flex;
}
header .logo img {
  width: 116px;
}
header nav.header_menu {
  display: flex;
  align-items: center;
}
header nav.header_menu .toggle {
  display: none;
}
header nav.header_menu ul.menu_list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}
header nav.header_menu ul.menu_list li.menu_item {
  text-transform: uppercase;
  text-align: end;
}
header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list) {
  position: relative;
}
header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list) > a {
  display: flex;
  align-items: center;
  gap: 2px;
}
header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list) > a .caret {
  min-width: 8px;
  min-height: 4px;
  width: 8px;
  height: 4px;
  display: flex;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath id='Polígono_2' data-name='Polígono 2' d='M4,0,8,4H0Z' transform='translate(8 4) rotate(180)'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpath id='Polígono_2' data-name='Polígono 2' d='M4,0,8,4H0Z' transform='translate(8 4) rotate(180)'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list) ul.submenu_list {
    display: none;
  }
  header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list):hover > a .caret {
    transform: rotate(180deg);
  }
  header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list):hover .submenu_wrapper {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    border-top: 5px solid transparent;
  }
  header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list):hover ul.submenu_list {
    display: flex;
    flex-direction: column;
    width: max-content;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  header nav.header_menu ul.menu_list li.menu_item:has(ul.submenu_list):hover ul.submenu_list li.submenu_item {
    text-align: start;
    width: 100%;
  }
}
@media (max-width: 768px) {
  header {
    flex-direction: row;
    justify-content: space-between;
  }
  header:has(h1) {
    justify-content: center;
  }
  header nav.header_menu .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  header nav.header_menu .toggle .open {
    display: flex;
  }
  header nav.header_menu .toggle .close {
    display: none;
  }
  header nav.header_menu ul.menu_list {
    display: none;
  }
  header nav.header_menu.open {
    justify-content: end;
    width: 100%;
    height: 100%;
  }
  header nav.header_menu.open .toggle .open {
    display: none;
  }
  header nav.header_menu.open .toggle .close {
    display: flex;
  }
  header nav.header_menu.open .menu_wrapper {
    position: absolute;
    z-index: 100;
    top: 90%;
    right: 0;
    width: 100%;
  }
  header nav.header_menu.open ul.menu_list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    background-color: #fff;
    padding: 30px 26px;
    margin: 0 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  header nav.header_menu.open ul.menu_list li.menu_item {
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  header nav.header_menu.open ul.menu_list li.menu_item ul.submenu_list {
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

footer {
  color: #fff;
  background-color: #29649E;
  padding: 50px 30px;
  width: 100%;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer a {
  color: inherit;
}
footer nav:not(.legal) {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 260px));
  grid-template-rows: auto 1fr;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  footer nav:not(.legal) {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  footer nav:not(.legal) #personal,
footer nav:not(.legal) #mis-redes {
    grid-column: 1/span 1;
  }
  footer nav:not(.legal) #mis-libros {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
  footer nav:not(.legal) #crecimiento-personal,
footer nav:not(.legal) #mi-actividad {
    grid-column: 3/-1;
  }
  footer nav:not(.legal) #personal,
footer nav:not(.legal) #crecimiento-personal {
    grid-row: 1/span 1;
  }
  footer nav:not(.legal) #mis-redes,
footer nav:not(.legal) #mi-actividad {
    grid-row: 2/span 1;
  }
}
footer .el {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .el h4 {
  color: #D1A428;
}
footer:has(nav.legal) {
  padding: 30px;
}
footer:has(nav.legal) nav.legal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
footer:has(nav.legal) nav.legal a {
  white-space: nowrap;
}
footer:has(nav.legal) nav.legal a:not(:last-child)::after {
  content: "-";
  margin: 0 4px;
}

.top_bar, .data_bar {
  color: #fff;
  background-color: #29649E;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

:has(.banner) .ico_rrss_container {
  gap: 40px;
}

.data_bar {
  border-bottom: 1px solid #fff;
}
.data_bar .ico_rrss_container {
  max-width: 800px;
  width: 100%;
  justify-content: space-between;
}

.ico_rrss_container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ico_rrss_container {
    gap: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ico_rrss_container .ico_rrss {
    flex-wrap: wrap;
  }
}
@media (max-width: 380px) {
  .ico_rrss_container {
    justify-content: space-between;
  }
}
.ico_rrss_container .ico_rrss {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ico_rrss_container .ico_rrss img, .ico_rrss_container .ico_rrss span.fa {
  font-size: 30px;
  height: 30px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.16));
}
.ico_rrss_container .ico_rrss h6 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}

section.entry {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

main {
  flex-grow: 1;
  width: 100%;
}
main section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 30px;
  gap: 50px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  /* Sección store */
  /* Página contacto */
}
main section .container {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  main section .container {
    flex-direction: column;
  }
}
main section .container .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  gap: 40px;
}
main section .container .content.sm {
  max-width: 380px;
  gap: 20px;
}
main section .container .content .text_group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main section .container .content p {
  width: 100%;
}
main section .container .content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: normal;
}
main section .container .content img:not(.dots) {
  width: 100%;
}
main section .container .content .sm-img {
  max-width: 450px;
}
main section .container .content.dotted {
  padding: 20px;
  border: 2px dashed #707070;
  border-radius: 20px;
}
main section .container .content.dotted p {
  max-width: 380px;
}
main section .container .quote_container {
  width: 100%;
}
main section .container .quote_container .special_quote {
  margin-bottom: 16px;
}
main section .container .quote_container .author_end {
  width: 100%;
  text-align: end;
}
main section .container .special_quote {
  width: 100%;
  padding-left: 20px;
}
main section .container .special_quote p {
  font-weight: 700;
  color: #29649E;
  width: fit-content;
  position: relative;
  text-align: start;
}
main section .container .special_quote p::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16px;
  background-color: #D1A428;
  transform: translateX(-10px);
}
@media (max-width: 768px) {
  main section .container .special_quote p::before {
    left: -8px;
  }
}
main section .e_tickets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main section .e_tickets ul {
  list-style: none;
  padding: 0;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
main section .e_tickets ul li {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  gap: 10px;
}
main section .e_tickets ul li img {
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  margin-top: 4px;
}
main section .two_cols {
  grid-template-columns: repeat(2, 1fr);
}
main section .two_cols.xl {
  gap: 85px;
}
@media (max-width: 768px) {
  main section .two_cols.xl {
    flex-direction: column;
    gap: 16px;
  }
}
main section .two_cols.flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  main section .two_cols.flex {
    flex-direction: column;
    gap: 30px;
  }
}
main section .three_cols {
  grid-template-columns: repeat(3, 1fr);
}
main section .two_cols,
main section .three_cols {
  display: grid;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  main section .two_cols:not(.nowrap),
main section .three_cols:not(.nowrap) {
    grid-template-columns: 1fr;
  }
}
main section .two_cols .img,
main section .three_cols .img {
  width: 100%;
}
main section .two_cols .img img,
main section .three_cols .img img {
  object-fit: contain;
}
main section .grid:has(.card_element) {
  display: flex;
  gap: 16px;
}
main section .grid:has(.card_element) .card_container {
  max-width: 380px;
}
@media (max-width: 768px) {
  main section .grid:has(.card_element) {
    flex-direction: column;
    align-items: center;
  }
  main section .grid:has(.card_element) .card_images {
    width: 100%;
  }
  main section .grid:has(.card_element) .card_container {
    order: 1;
  }
}
main section .grid:has(.card_element) .row {
  flex-direction: column;
}
@media (min-width: 1024px) {
  main section .grid:has(.card_element).xl {
    display: grid;
    grid-template-columns: 512px 250px;
  }
  main section .grid:has(.card_element).xl .card_images,
main section .grid:has(.card_element).xl .card_container {
    grid-row: 1/span 1;
    grid-column: span 1;
    max-width: unset;
  }
  main section .grid:has(.card_element).xl > div:nth-child(3) {
    grid-row: 2/span 1;
    grid-column: 1/-1;
  }
  main section .grid:has(.card_element) .row {
    max-width: unset;
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main section .grid:has(.card_element).xl {
    flex-direction: column;
    align-items: center;
  }
  main section .grid:has(.card_element).xl .card_images {
    width: 100%;
    flex-direction: row;
  }
}
main section .card_container {
  width: 100%;
  max-width: 500px;
}
main section .card_images, main section .card_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
main section .card_element {
  padding: 12px 20px;
  color: #000;
  background-color: #EBEBEB;
  border-radius: 20px;
  width: 100%;
  text-align: start;
}
main section .card_element.gold {
  background-color: #D1A428;
  color: #fff;
  display: flex;
  align-items: center;
}
main section .card_element.gold .num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 54px;
  font-weight: 600;
  color: #29649E;
  margin-right: 16px;
}
main section .card_img {
  width: 100%;
  min-width: 140px;
  max-width: 250px;
}
main section .card_img img {
  height: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  main section .card_img {
    max-width: unset;
  }
  main section .card_img img {
    height: 100%;
  }
}
main section .guarantee {
  width: 100%;
  max-width: 380px;
}
main section .guarantee img {
  width: 100%;
}
main section .testimony_col {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background-color: #EBEBEB;
}
main section .testimony_col img {
  height: 500px;
  object-fit: cover;
}
main section .testimony_col p {
  padding: 20px;
}
main section .books {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  main section .books {
    grid-template-columns: 1fr;
  }
  main section .books .books_element img {
    height: 100%;
  }
}
main section .books_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  main section .books_element:only-child {
    grid-column: 2/span 1;
  }
}
main section .books_element.pack img {
  object-fit: contain;
}
main section .books_element img {
  width: 90%;
  height: 338px;
  max-width: 300px;
  object-fit: cover;
}
main section .sagas {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 50px;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  main section .sagas {
    grid-template-columns: 1fr;
  }
}
main section .sagas_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
main section .sagas_element:only-child {
  grid-column: 2/span 1;
}
main section .sagas_element.pack img {
  object-fit: contain;
}
main section .sagas_element img {
  width: 90%;
  max-width: 300px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  main section .two_cols .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
main section .plus {
  display: block;
  text-align: center;
  width: 100%;
  margin: 16px 0;
}
main section .circle {
  background-color: #D1A428;
  width: 100%;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  gap: 8px;
  border: 1px solid #707070;
}
main section .circle del {
  color: unset;
}
main section .circle span {
  display: block;
  width: 100%;
  color: #fff;
}
main section .circle p {
  font-weight: unset;
}
main section .chats {
  display: flex;
  gap: 16px;
}
main section .chats .col {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  main section .chats {
    flex-direction: column;
    gap: 30px;
  }
  main section .chats .col {
    gap: 30px;
  }
}
main section .contacts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  main section .contacts {
    grid-template-columns: 1fr;
  }
}
main section .contacts .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
main section .contacts .col .title, main section .contacts .col .caption {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: start;
}
main section .contacts .col .title {
  color: #000;
  text-transform: uppercase;
}
main section .contacts .col .caption {
  color: #A7A7A7;
}
main section .contacts .map {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 168px;
}
main section .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  main section .posts {
    grid-template-columns: 1fr;
  }
}
main section .posts .post {
  cursor: pointer;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main section .posts .post h6 {
  font-size: 18px;
  color: #29649E;
  line-height: normal;
}
main section .posts .post a {
  color: currentColor;
}
main section .posts .post .img img {
  border-radius: 20px;
}
main section .paginator {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main section .paginator ul.pagination {
  flex-direction: row;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #707070;
  border-radius: 10px;
}
main section .paginator ul.pagination li::before {
  content: unset;
}
main section .paginator ul.pagination .page-item .page-link {
  color: #29649E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-right: 1px solid #707070;
}
main section .paginator ul.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #29649E;
}
main section .paginator ul.pagination .page-item:last-child .page-link {
  border-right: 0;
}
@media (max-width: 768px) {
  main section {
    padding: 30px;
    gap: 30px;
  }
}
main section.no_top {
  padding-top: 0;
}
main section.evento {
  color: #fff;
}
main section.evento.experience {
  background-image: url("https://laingarciacalvo.com/images/v1/bgeventos2.jpg");
}
main section.evento.intensivo {
  background-image: url("https://laingarciacalvo.com/images/v1/bgeventos3.jpg");
}
main section .row {
  display: flex;
  align-items: center;
  gap: 16px;
}
main section.cover {
  padding: 0;
}
main section img {
  width: 100%;
}
main section img.sign {
  max-width: 170px;
}
main section.sm {
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  margin: 0 auto;
}
main section:not(:has(.banner)) {
  min-height: 300px;
}
@media (max-width: 768px) {
  main section:not(:has(.banner)) {
    min-height: 200px;
  }
}
main section.products {
  padding: 50px 0;
}
main section.blue-bg {
  color: #fff;
  background-image: url("/img/product-bg-blue.jpg");
}
main section.special_product {
  color: #fff;
  background-image: url("/img/fondo-black.jpg");
  /* Para ponerlo a pantalla completa y centrarlo: */
  /* min-height: 100vh;
  max-height: 100vh; */
}
main section.special_product .enfasis {
  color: #D1A428;
}
main section.special_product b {
  font-weight: 800;
}
main section.gold-bg {
  color: #fff;
  background-image: url("/img/fondo-gold.jpg");
}
main section.soft-gold {
  color: #202020;
  padding: 0;
  gap: 0;
}
main section.soft-gold a {
  color: #29649E !important;
}
main section.soft-gold .container {
  padding: 50px 32px;
}
main section.soft-gold .container:nth-child(1) {
  background-color: #FFF7D8;
}
main section.soft-gold .container:nth-child(2) {
  background-color: #FFEC9F;
}
main section.soft-gray {
  background-color: #ebebeb;
}
main section:has(.round-widget:not(.full)) {
  color: #fff;
  background-image: url("/img/product-bg-blue.jpg");
}
main.dark {
  color: #fff;
  background-color: #121212;
}
main.dark a:not(.btn) {
  color: #D1A428;
}
main.dark section .container .special_quote p {
  color: #fff;
}
main .store {
  width: calc(100% - 30px);
  display: flex;
  gap: 16px;
}
main .store.vertical {
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 600px;
}
main .store.vertical .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .store.vertical .img img {
  height: 400px;
}
main .store.vertical .store_img {
  border-radius: 500px;
  justify-content: center;
  margin-left: unset;
  padding-right: unset;
}
main .store .lbl_new {
  padding: 8px 16px;
  color: #fff;
  background-color: #D1A428;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
main .store .data {
  width: 100%;
  display: flex;
  justify-content: end;
}
main .store .data .info {
  display: flex;
  flex-direction: column;
  width: 380px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  main .store .data .info {
    width: 100%;
  }
}
main .store .data .enfasis:not(.btn) {
  color: #29649E;
}
main .store .store_img {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 430px 0px 0px 430px;
  padding-right: 30px;
  margin-left: 30px;
}
main .store .store_img img {
  max-width: 380px;
  width: 100%;
  height: 293px;
  object-fit: cover;
  border-radius: 20px;
  margin: 50px 0;
}
main .store .store_img img.contain {
  object-fit: contain;
}
@media (max-width: 768px) {
  main .store .store_img img {
    height: 227px;
  }
}
@media (max-width: 380px) {
  main .store .store_img img {
    height: 247px;
  }
}
@media (max-width: 768px) {
  main .store {
    flex-direction: column;
    align-items: center;
  }
  main .store .data {
    justify-content: center;
    padding: 0 45px 0 45px;
    order: 1;
  }
  main .store .store_img {
    justify-content: center;
  }
}
main .carousel {
  overflow-x: hidden;
  display: flex;
  scroll-behavior: smooth;
  gap: 16px;
  pointer-events: none;
  width: 100%;
}
@keyframes carousel {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(-170%);
  }
}
main .carousel .car_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  min-width: 260px;
  max-width: 260px;
  /* animation: carousel 5s infinite linear; */
}
@media (max-width: 768px) {
  main .carousel .car_element {
    min-width: 170px;
    max-width: 170px;
  }
}
@media (max-width: 380px) {
  main .carousel .car_element {
    min-width: 100px;
    max-width: 100px;
  }
}
main .carousel .car_element img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
main .carousel .car_element:first-child {
  margin-left: 16px;
}
main .carousel .car_element:last-child {
  margin-right: 16px;
}

.ckecks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ckecks .check {
  display: flex;
  gap: 16px;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 510px;
  font-weight: 500;
}
.quote .quote_img {
  margin: 0 auto;
  width: 50px;
}
.quote .italic {
  font-style: italic;
}
.quote .author {
  text-align: end;
}

.video {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video.rounded {
  border-radius: 20px;
}
.video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video.vertical {
  height: 900px;
}

.video_wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.video_wrapper .video_head {
  color: #D1A428;
  background-color: #29649E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.store_img,
.round-widget.full {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.store_img.orange,
.round-widget.full.orange {
  background-image: url("/img/product-bg-naranja.jpg");
}
.store_img.cyan,
.round-widget.full.cyan {
  background-image: url("/img/product-bg-cyan.jpg");
}
.store_img.gray,
.round-widget.full.gray {
  background-image: url("/img/product-bg.jpg");
}
.store_img.black,
.round-widget.full.black {
  background-image: url("/img/product-bg-dark.jpg");
}
.store_img.red,
.round-widget.full.red {
  background-image: url("/img/product-bg-red.jpg");
}

.play_video {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play_video img {
  width: 100%;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.banner:has(.medias) {
  background-color: #fff;
}
.banner .medias {
  max-width: 900px;
  padding: 0 32px;
}
.banner .medias img {
  width: 100%;
}
.banner.column {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
}
.banner:has(.ico_rrss_container) {
  background-color: #29649E;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.banner:has(.ico_rrss_container) .enfasis {
  color: #fff;
}
.banner .banner_element {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 250px;
}
.banner .banner_element img {
  width: 100%;
  height: 125px;
  border-radius: 10px;
  object-fit: cover;
}
.banner .banner_element:nth-child(1) {
  align-items: start;
  text-align: left;
}
.banner .banner_element:nth-child(2) {
  align-items: center;
  text-align: center;
}
.banner .banner_element:nth-child(3) {
  align-items: end;
  text-align: right;
}
.banner .banner_element .enfasis {
  color: #D1A428;
}
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .banner .banner_element {
    max-width: unset;
    align-items: center !important;
    text-align: center !important;
  }
}

.mockup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mockup .strip {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100px;
  background-image: url("/img/banner-premium-gold.png");
  background-size: cover;
}
.mockup .strip.red {
  background-image: url("/img/banda-premium-red.png");
}
@media (min-width: 768px) {
  .mockup .strip {
    height: 200px;
  }
}
.mockup .mck_img {
  position: sticky;
  z-index: 1;
  max-width: 800px;
}
.mockup .mck_img img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .mockup .mck_img img {
    max-height: 296px;
  }
}
@media (max-width: 380px) {
  .mockup .mck_img img {
    max-height: 186px;
  }
}

.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 50px;
}
@media (max-width: 768px) {
  .product {
    gap: 20px;
  }
}
.product .rounded {
  max-width: unset;
}
.product .rounded img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
@media (max-width: 768px) {
  .product .rounded img {
    height: fit-content;
  }
}
.product img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .two_cols .product img {
    max-height: 520px;
  }
  .three_cols .product img {
    max-height: 370px;
  }
}
.rounded.float_right {
  float: right;
  margin: 0 0 16px 16px;
}
.rounded.float_left {
  float: left;
  margin: 0 16px 16px 0;
}
.rounded.float_left img, .rounded.float_right img {
  width: 100%;
  max-width: 400px;
  height: 425px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .rounded.float_left img, .rounded.float_right img {
    max-width: unset;
    height: unset;
  }
}
.rounded:not(.float_left, .float_right) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.rounded img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.rounded.full {
  width: fit-content;
}
.rounded.full img {
  min-width: 250px;
  min-height: 250px;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
}

.round-widget {
  background-color: #fff;
  border-radius: 285px;
  width: 100%;
  max-width: 644px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .round-widget {
    max-width: 504px;
  }
}
@media (max-width: 768px) {
  .round-widget {
    max-width: 320px;
  }
}
.round-widget img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  position: sticky;
  z-index: 1;
}
.round-widget.round-full {
  background-color: #EFEFEF;
  width: fit-content;
  max-width: unset;
  padding: 40px;
}
.round-widget.round-full img {
  width: 300px;
}

.cart {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}
.cart.empty {
  max-width: 900px;
}
@media (max-width: 768px) {
  .cart {
    grid-template-columns: 1fr;
  }
}
.cart a, .cart p {
  width: 100%;
}
.cart .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.cart .enfasis {
  text-transform: none;
}
.cart_col {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cart_col img {
  width: 100%;
}
.cart .warranty {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  background-color: #D1A428;
  color: #fff;
  padding: 16px;
  border-radius: 20px;
}
.cart .warranty_el {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart .warranty_el_i {
  width: 32px;
}
.cart form {
  max-width: unset;
  gap: 20px;
}
.cart form a {
  font-size: 12px;
  width: 100%;
  text-decoration: underline;
}
.cart form label:has(input[type=checkbox]) {
  font-size: 12px;
}
.cart form label:has(input[type=checkbox]) input {
  -ms-transform: scale(0.6);
  /* IE */
  -moz-transform: scale(0.6);
  /* FF */
  -webkit-transform: scale(0.6);
  /* Safari and Chrome */
  -o-transform: scale(0.6);
  /* Opera */
  transform: scale(0.6);
  margin-right: 0;
}
.cart .inputs_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 16px;
}
.cart .inputs_block .enfasis {
  grid-column: 1/span 2;
}
.cart .inputs_block .input:has(#address) {
  grid-column: 1/span 2;
}
.cart .input:has(input[type=radio]) {
  grid-column: 1/span 2;
  padding: 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cart .input:has(input[type=radio]) input,
.cart .input:has(input[type=radio]) label {
  cursor: pointer;
}
.cart .input:has(input[type=radio]) label {
  font-size: 12px;
}
.cart .input:has(input[type=radio]):has(input:checked) {
  background-color: #EBEBEB;
}
.cart textarea {
  border-radius: 2px;
  border: 1px solid #8D8D8D;
}
.cart .add_item_wrapper {
  padding: 20px;
  color: #fff;
  background-color: #D1A428;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
}
.cart .add_item_wrapper label {
  display: flex;
  font-weight: 600;
}
.cart .add_item_wrapper label input {
  margin-right: 4px !important;
}
.cart .add_item_wrapper .img img {
  object-fit: contain;
  width: 100%;
  height: 240px;
}
.cart .add_item_wrapper p {
  text-align: center;
}
.cart .security {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cart .security img {
  width: 150px;
}
.cart .cart_products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart .cart_resume {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart .cart_resume .widget {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
  background-color: #EBEBEB;
  border-radius: 32px;
  font-size: 12px;
  letter-spacing: 0.9px;
}
.cart .cart_resume .widget.total {
  font-weight: 700;
}
.cart .cart_item {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  font-size: 12px;
}
.cart .cart_item_container {
  grid-column: 2/-1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart .cart_item_product {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #000;
  font-weight: 400;
}
.cart .cart_item_product .title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart .cart_item_product.expand {
  color: #8D8D8D;
}
.cart .cart_item_commands {
  grid-column: 2/-1;
  display: flex;
  justify-content: space-between;
}
.cart .cart_item_commands .row {
  display: flex;
}
.cart .total small {
  display: block;
  width: 100%;
  font-size: 10px;
  margin-top: 4px;
  color: #A7A7A7;
  text-align: end;
}
.cart .cart_total {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.cart .cart_total .total {
  font-size: 12px;
}
.cart .cart_total .title {
  font-size: 12px;
}
.cart .cart_total p.sm {
  color: #8D8D8D;
}
.cart a.right {
  text-align: end;
  text-decoration: underline;
}

.input.hide {
  display: none;
}

.input.discount {
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.input.discount input {
  width: fit-content;
}
.input.discount .row {
  display: flex;
  gap: 4px;
}

.cmnd {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  font-size: 12px;
  transition: background-color 320ms ease;
}
.cmnd:hover {
  background-color: #F3EFEF;
}

.popup_wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_wrapper .popup {
  width: 100%;
  max-width: 380px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.popup_wrapper .popup p {
  width: 100%;
}
.popup_wrapper .popup fieldset {
  padding: 20px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup_wrapper .slider_container {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
}
.popup_wrapper .switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 58px;
}
.popup_wrapper .switch input {
  display: none;
}
.popup_wrapper .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.popup_wrapper .slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
.popup_wrapper input:checked + .slider {
  background-color: #89CF20;
}
.popup_wrapper input:checked + .slider:before {
  transform: translateX(28px);
}
.popup_wrapper .slider.round {
  border-radius: 34px;
}
.popup_wrapper .slider.round:before {
  border-radius: 50%;
}

.mdl {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.mdl .container {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  border-radius: 10px;
  margin: 20px;
}
.mdl .container .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.fullpage_modal {
  color: #fff;
  background-image: url("/img/blue-bg-modal.jpg");
  background-size: cover;
}
.fullpage_modal #close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fullpage_modal #close svg {
  width: 26px;
  height: 26px;
}

.courses {
  height: 100vh;
  /* Barra de progreso general */
}
.courses small {
  font-size: 10px;
}
.courses .progress_bar {
  width: 100%;
  max-width: 268px;
  height: 20px;
  background-color: #EBEBEB;
  border-radius: 10px;
  padding: 3px;
}
@media (max-width: 768px) {
  .courses .progress_bar {
    max-width: 100%;
  }
}
.courses .progress_track {
  width: 21%; /* Variable */
  height: 100%;
  background-color: #E9B72D;
  border-radius: inherit;
}
.courses .progress_num {
  font-size: 10px;
  color: #A7A7A7;
}
.courses .fix-container {
  max-width: 900px;
  margin: 0 auto;
}
.courses header {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .courses header {
    position: relative;
    flex-direction: row;
    justify-content: center;
  }
  .courses header .user_welcome, .courses header #login {
    display: block;
    position: absolute;
    right: 20px;
    width: fit-content;
  }
  .courses header .user_welcome span.name, .courses header #login span.name {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .courses header .user_welcome {
    display: none;
  }
}
.courses header .logo img {
  width: 97px;
}
@media (min-width: 768px) {
  .courses header nav.header_menu {
    display: none;
  }
}
.courses header nav.header_menu .menu_wrapper {
  width: unset;
}
.courses header nav.header_menu ul.menu_list {
  background-color: #e8e8e8;
  gap: 10px;
  padding: 20px 0;
}
.courses .course_menu_title {
  padding: 10px 20px;
  color: #fff;
  background-color: #29649E;
  margin-left: 20px;
  border-radius: 25px 0 0 25px;
}
.courses .course_menu:has(.mod) .course_list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.courses .course_menu .mod_heading {
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
}
@media (max-width: 768px) {
  .courses .course_menu .mod_heading {
    display: flex;
  }
  .courses .course_menu .mod_heading .mod_title {
    flex-grow: 1;
  }
}
.courses .course_menu .mod_heading .mod_title {
  font-size: 12px;
  line-height: normal;
}
.courses .course_menu .mod_heading .mod_expand {
  grid-row: unset;
}
.courses .course_menu .mod_list .chapter {
  padding: 10px;
  gap: 14px;
  justify-content: start;
  align-items: center;
  border-color: #fff;
}
.courses .course_menu .mod_list .chapter.current {
  color: #fff;
  background-color: #E9B72D;
  font-weight: 600;
}
.courses .course_menu .mod_list .chapter a {
  font-size: 10px;
  color: currentColor;
}
.courses ul.course_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.courses li.course_item {
  display: flex;
  width: 100%;
}
.courses li.course_item a {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 32px;
  font-weight: 500;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  color: currentColor;
}
.courses li.course_item a:hover {
  background-color: #F6F6F6;
  color: currentColor;
}
.courses li.course_item.current a {
  color: #fff;
  background-color: #E9B72D;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.courses .wrapper {
  width: 100%;
  flex-grow: 1;
  display: flex;
}
.courses .wrapper.col {
  flex-direction: column;
}
.courses .wrapper .maestro {
  flex-grow: 0;
  padding-top: 20px;
  background-color: #e8e8e8;
  height: 100%;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .courses .wrapper .maestro {
    display: none;
  }
}
.courses .wrapper section {
  flex-grow: 1;
  width: 100%;
}
.courses .wrapper section hgroup {
  align-items: start;
  gap: 20px;
  margin-bottom: 10px;
}
.courses .wrapper section .row {
  text-align: start;
}
@media (max-width: 768px) {
  .courses .wrapper section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
  .courses .wrapper section .row hgroup {
    align-items: center;
  }
}
.courses .wrapper .container {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.courses .wrapper .container hgroup {
  align-items: start;
  gap: 10px;
}

.courses_container,
.courses_gallery {
  width: 100%;
}
.courses_container .course,
.courses_gallery .course {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #BEBCBC;
}
.courses_container .course_image,
.courses_gallery .course_image {
  position: relative;
}
.courses_container .course_image img,
.courses_gallery .course_image img {
  border-radius: 10px;
  width: 100%;
}
.courses_container .course_image .overlay,
.courses_gallery .course_image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.courses_container .course_title,
.courses_gallery .course_title {
  width: 100%;
  max-width: 280px;
  color: currentColor;
  font-weight: 700;
}

.courses_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.courses_container .course {
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
.courses_container .course.locked {
  grid-template-columns: 100px 1fr auto max-content;
  align-items: center;
}
.courses_container .course .lock {
  font-size: 30px;
  color: #707070;
}
.courses_container .course a.btn {
  width: 163px;
}
.courses_container .course .progress {
  width: 100%;
  display: flex;
  gap: 20px;
  grid-column: 1/-1;
  border-top: 1px solid #BEBCBC;
  padding-top: 20px;
}
.courses_container .course .progress_info {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .courses_container .course .progress_info {
    flex-direction: column;
  }
}
.courses_container .course .progress_box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .courses_container .course {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .courses_container .course .course_title {
    max-width: 100%;
  }
  .courses_container .course .course_image {
    width: 100%;
  }
  .courses_container .course .progress {
    flex-direction: column;
    align-items: center;
  }
  .courses_container .course .progress_info {
    text-align: center;
  }
}

.profile_container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .profile_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .profile_container .profile_column {
    width: 100%;
  }
}
.profile_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_image {
  width: 120px;
  height: 120px;
}
.profile_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form {
  gap: 20px;
}
form a.warning {
  font-size: 18px;
}

.course_wrapper {
  background-image: url("/img/product-bg-blue.jpg");
  background-size: cover;
}
.course_wrapper .course_image {
  width: 285px;
}
.course_wrapper .course_image img {
  width: 100%;
}
.course_container {
  display: flex;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .course_container {
    flex-direction: column;
    align-items: center;
  }
  .course_container .course_image {
    order: 1;
  }
  .course_container .course_info {
    order: 2;
  }
}
.course_info {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .course_info {
    align-items: center;
  }
}
.course_info small {
  font-size: 12px;
}
.course_info a.btn {
  max-width: fit-content;
}
.course_price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course_price i.fa-lock {
  font-size: 24px;
}
.course_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .course_heading {
    text-align: center;
  }
}
.course_progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.course_progress.detail .progress_bar {
  max-width: 100%;
}
.course_progress .progress_bar {
  position: relative;
}
.course_progress .progress_num {
  position: absolute;
  top: 3px;
  right: 10px;
}

.container_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modules {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mod {
  /* Listado */
  /* Módulo abierto */
}
.mod_wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.mod_heading {
  background-color: #EBEBEB;
  padding: 30px;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: auto 1fr auto auto;
}
.mod_heading.current {
  color: #E9B72D;
}
@media (max-width: 768px) {
  .mod_heading {
    grid-template-columns: auto 1fr auto;
    column-gap: 10px;
    row-gap: 5px;
  }
  .mod_heading .mod_expand, .mod_heading .lock, .mod_heading .mod_progress {
    grid-row: 1/span 2;
  }
  .mod_heading .mod_count {
    grid-row: 2;
    grid-column: 2;
  }
}
.mod_heading .mod_expand {
  color: #D1A428;
  font-size: 28px;
  cursor: pointer;
}
.mod_heading .mod_expand i {
  transform: rotate(0deg);
  transition: transform 320ms ease-in-out;
}
.mod_heading .mod_title {
  text-transform: uppercase;
}
.mod_heading .mod_count {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.mod_heading .mod_progress span {
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border: 5px solid #707070;
  border-radius: 50%;
}
.mod_list {
  display: none;
}
.mod_list .resume, .mod_list .chapter {
  display: flex;
  justify-content: space-between;
  padding: 16px 30px 16px 60px;
}
.mod_list .resume {
  color: #fff;
  background-color: #E9B72D;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
}
@media (max-width: 768px) {
  .mod_list .resume {
    flex-wrap: wrap;
  }
  .mod_list .resume div:first-child {
    width: 100%;
  }
}
.mod_list .chapter {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #BEBCBC;
  cursor: pointer;
}
.mod_list .chapter:hover {
  font-weight: 600;
}
.mod_list .chapter:last-child {
  border-width: 1px;
}
.mod_list .chapter .chp_title {
  font-size: 12px;
  width: 100%;
}
.mod_list .chapter .chp_progress {
  background-color: #A7A7A7;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod_list .chapter .chp_progress i.fa-check {
  display: none;
}
.mod_list .chapter .chp_progress.completed {
  background-color: #E9B72D;
}
.mod_list .chapter .chp_progress.completed i.fa-check {
  display: block;
  color: #29649E;
  font-size: 14px;
}
.mod.open .mod_wrapper {
  border-radius: 20px 20px 0 0;
}
.mod.open .mod_expand i {
  rotate: 180deg;
}

.courses_gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .courses_gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.courses_gallery .course {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.courses_gallery .course_band {
  color: #fff;
  background-color: #D1A428;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
}
.courses_gallery .course_band .price {
  font-weight: 700;
}
.courses_gallery .course_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}
@media (max-width: 768px) {
  .courses_gallery .course_title {
    max-width: 100%;
    text-align: center;
    height: unset;
  }
}
.courses_gallery .course .description {
  width: 100%;
}
.courses_gallery .course .description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.curso_navigation {
  width: 100%;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .curso_navigation {
    grid-template-columns: repeat(2, 1fr);
  }
  .curso_navigation .cn:has(.check) {
    grid-row: 2/span 1;
    grid-column: 1/-1;
  }
}
.curso_navigation .cn_btn {
  width: 100%;
}
.curso_navigation .cn_btn.move {
  background-color: #29649E;
}
.curso_navigation .cn_btn.check {
  background-color: #E9B72D;
  width: 100%;
}
.curso_navigation .cn_btn.check i.fa-check {
  color: #29649E;
}

.course_btn {
  cursor: pointer;
  appearance: none;
  border: 0;
  background-color: #E9B72D;
  color: #fff;
  padding: 14px 25px;
  border-radius: 23px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: "Manrope", sans-serif;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  transition: all 320ms ease-in-out;
}
@media (max-width: 768px) {
  .course_btn:has(span.collapse) {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .course_btn span.collapse {
    display: none;
  }
}
.course_btn.blue {
  border: 1px solid transparent;
  background-color: #29649E;
}
.course_btn.blue:hover {
  background-color: #fff;
  border-color: #29649E;
  color: #29649E;
}
.course_btn.gold_btn {
  border: 1px solid transparent;
  background-color: #E9B72D;
}
.course_btn.gold_btn:hover {
  background-color: #fff;
  border-color: #E9B72D;
  color: #E9B72D;
}

.comments form {
  align-items: end;
}
.comments textarea {
  border-radius: 20px;
  background-color: #EBEBEB;
}
.comments_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments .comment {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments .comment .comment_block {
  max-width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border: 1px solid #BEBCBC;
  border-radius: 20px;
}
.comments .comment .comment_block .fa-caret-right {
  display: block;
}
.comments .comment .comment_block .fa-reply {
  display: none;
}
.comments .comment .comment_block.open .fa-caret-right {
  display: none;
}
.comments .comment .comment_block.open .fa-reply {
  display: block;
}
.comments .comment .comment_block.reply {
  margin-left: 50px;
}
.comments .comment .comment_block .user_image {
  grid-column: 1/span 1;
  width: 50px;
  height: 50px;
}
.comments .comment .comment_block .user_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.comments .comment .comment_block .user_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.comments .comment .comment_block .user_info small {
  font-size: 10px;
}
.comments .comment .comment_block .comment_content {
  grid-column: 2/-1;
  grid-row: 2/span 1;
}
.comments .comment .comment_block form.reply {
  display: none;
  grid-row: 3/span 1;
  grid-column: 1/-1;
}

* {
  /* border: 1px solid pink; */
  box-sizing: border-box;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: #000;
  overflow-x: hidden;
}
body:has(.dark) header {
  color: #fff;
  background-color: #121212;
}

hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 776px;
}
@media (max-width: 768px) {
  hgroup {
    gap: 15px;
  }
}
hgroup:has(.num) {
  gap: 20px;
}
hgroup.sm {
  gap: 20px;
}
hgroup .num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #D1A428;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
}
hgroup:has(.dots) .dots {
  width: 128px;
}

/* img {

    &.contain {
        object-fit: contain !important;
    }
} */
.gold {
  color: #D1A428;
}

.sf-gold {
  color: #E9B72D;
}

.rel {
  position: relative;
}

.absolute-b {
  position: absolute;
  bottom: 20px;
}

.img.xs {
  width: 100%;
  max-width: 250px;
}
.img.xs img {
  width: 100%;
}
.img.sm {
  height: 380px;
}
.img.sm img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .img.sm {
    height: 300px;
  }
}
@media (max-width: 380px) {
  .img.sm {
    height: 166px;
  }
}

.soft,
del {
  color: #A7A7A7;
}

hr {
  border: 0;
  clear: both;
  display: block;
  width: calc(100% - 20px);
  max-width: 900px;
  background-color: #A7A7A7;
  height: 1px;
}
hr.gold {
  background-color: #D1A428;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr td {
  background-color: #E9B72D;
  padding: 4px 8px;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

body:has(.modal) {
  background-image: url("/img/product-bg-blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

body:has(.cart) {
  background-color: #29649E;
}
body:has(.cart) header {
  color: #fff;
  background-color: unset;
}

main:has(.modal) {
  background-color: transparent;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
}
main:has(.modal) hgroup {
  text-align: center;
  align-items: center;
  gap: 12px;
}
main:has(.modal) .modal {
  width: 100%;
  max-width: 667px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
main:has(.modal) .modal a.back {
  color: #fff;
  position: absolute;
  top: -32px;
  left: 0;
  display: inline-flex;
  gap: 4px;
  font-size: 18px;
  font-weight: 600;
}
main:has(.modal) .modal a.back svg {
  margin-top: 2px;
  width: 22px;
}
main:has(.modal) .modal form {
  gap: 20px;
}
main:has(.modal) .modal .container {
  width: 100%;
  max-width: 512px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}
main:has(.modal) .modal a.link {
  color: #000;
  font-weight: 400;
}

/* Advertencias / Confirmaciones */
.adv {
  width: 100%;
  padding: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.adv span.fa {
  font-size: 20px;
  margin-right: 8px;
  color: #29649E;
}
.adv.valid {
  background-color: #42A817;
}
.adv.warning {
  background-color: #E9B72D;
}

.breadcrumb {
  background-color: #EBEBEB;
  padding: 20px;
}
.breadcrumb_list {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.breadcrumb_item a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb_item:not(:last-child)::after {
  content: "»";
  margin: 0 8px;
}
.breadcrumb_item:last-child a {
  color: currentColor;
}/*# sourceMappingURL=main.css.map */