﻿html,
body {
  margin: 0px;
  padding: 0px !important;
  max-width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

h1 {
  font-size: 2.6em;
  font-weight: 600;
  color: #7952b3;
  margin-bottom: 70px;
}

.menu-absolute-top {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
}

.menu-black {
  background-color: rgb(0, 0, 0);
  transition: 0.5s;
}

.menu-transparent {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}

.logo-top {
  height: 60px;
  transition: 0.5s;
}

.logo {
  height: 36px;
  transition: 0.5s;
}

.full-height {
  min-height: 100vh;
}

.half-full-height {
  min-height: 87vh;
}

.carousel-inner {
  overflow: visible;
}

#bio-modal .modal-content,
#custom-modal .modal-content {
  border-radius: 0px;
  background: rgb(0, 0, 0);
  border: none;
  color: #fff;
}

#bio-modal .modal-dialog,
#custom-modal .modal-dialog {
  max-width: 64vw;
}

#bio-modal .modal-header,
#bio-modal .modal-body {
  padding: 30px !important;
}

#bio-heading {
  background: rgb(209, 209, 209);
  background: -moz-linear-gradient(
    -146deg,
    rgba(209, 209, 209, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    -146deg,
    rgba(209, 209, 209, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    -146deg,
    rgba(209, 209, 209, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1d1d1",endColorstr="#ffffff",GradientType=1);
  width: 100%;
  height: 100%;
}

#bio-heading .row {
  height: 100%;
}

#bio-heading h5 {
  color: #000000;
  font-size: 2.5em;
  line-height: 34px;
  font-weight: 200;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

#bio-heading h5 b {
  color: #563d7c;
  font-weight: 700;
  font-size: 1.2em;
}

#bio-heading h6 {
  color: #000000;
}

#bio-modal .close {
  color: #fff;
  font-weight: unset;
  box-shadow: none;
  padding: 0;
  position: relative;
  margin-right: -23px;
  margin-top: -26px !important;
}

#bio-main-image {
  max-height: 360px;
  margin: 30px 30px 30px 30px;
}

#bio-modal .modal-body h4,
#custom-modal .modal-body h4 {
  font-size: 1.5rem;
  margin: 15px 0 40px 0;
  font-family: "Noto Serif", serif;
  font-weight: bold;
}

#bio-modal .modal-body h5,
#custom-modal .modal-body h5 {
  font-size: 1rem;
  margin: 15px 0 40px 0;
  font-family: "Noto Serif", serif;
  font-style: italic;
  line-height: unset;
}

#bio-modal .modal-body p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 50px;
}

.modal-body .row {
  margin: 0 28px;
}

#bio-logos img {
  max-width: 80%;
  margin: 15px 0;
}

#contact {
  background: url("../images/contact-background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.layared-background::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.layared-background {
  display: block;
  position: relative;
}

.layared-background * {
  z-index: 10;
}

#testimonial-carousel {
  min-height: 490px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  background-color: grey;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-size: 14px;
}

#testimonial-carousel img {
  width: 190px;
  margin-bottom: 44px;
}

#testimonial-carousel h4 {
  font-size: 1em;
  line-height: 22px;
}

#testimonial .carousel-indicators {
  position: unset;
}

#testimonial .carousel-indicators li {
  opacity: 0.5;
  background-color: #563d7c;
  width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#testimonial .carousel-indicators li.active {
  opacity: 1;
}

#testimonial a {
  color: #7952b3;
}

.main-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  margin: 0 auto;
  width: 10%;
  height: 2px;
  background: currentcolor;
}

.noto {
  font-family: "Noto Serif", serif;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif;
}

.primary-color {
  color: #9364da;
}

.white-color {
  color: #fff;
}

.white-color:hover {
  color: #fff;
}

.primary-background-color {
  background-color: #7952b3;
}

.grey-background-color {
  background-color: #ebebeb;
}

.margin {
  margin: 48px 0;
}

.margin-top {
  margin-top: 1rem;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.no-bottom {
  margin-bottom: 0;
}

.little-margin {
  margin: 22px 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.separator {
  height: 170px;
  background-color: #7952b3;
  margin: 48px 0;
}

.counting-sec {
  padding: 40px 0;
  width: 100%;
  background: linear-gradient(90deg, #833471, #1b1464);
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.col {
  flex: 1;
  text-align: center;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
}

.col i {
  font-size: 32px;
}

.num {
  font-size: 50px;
  margin: 20px 0;
}

.foto {
  background: linear-gradient(90deg, #833471, #1b1464);
}

#nohmscolor {
  background-color: #563d7c !important;
}

.frase {
  font-family: "Noto Serif", serif;
  line-height: 170px;
  color: #fff;
}

.body-text {
  font-size: 1em;
  font-weight: 300;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fill-last-line:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.salud {
  font-family: "Noto Serif", serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

input,
textarea {
  width: 100%;
  margin-bottom: 26px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding-left: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

input {
  height: 2.2em;
}

textarea {
  padding-top: 7px;
}

button {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 7px 30px;
}

button:active {
  background: rgba(255, 255, 255, 0.25);
}

.form-alert {
  color: #ff5e00;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: -20px;
}

#contact form {
  margin: 70px 0;
}

::placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

/*start css to carousel principal by Nico*/

.carousel-caption {
  width: 100%;
  height: 100%;
  left: 0 !important;
}

#slider1 {
  text-align: center;
  margin-top: 150px;
  /* margin-right: 160px; */
  opacity: 1;
}

#slider3 {
  text-align: center;
  margin-top: 130px;
  margin-left: 580px;
  opacity: 0.7;
}

#slider4 {
  text-align: center;
  margin-top: 100px;
  margin-left: 660px;
  opacity: 0.8;
  font-size: medium;
}

#home-carousel .carousel-item {
  transition: 1.6s;
}

/*íconos-footer by Nico*/

#íconos-footer {
  font-size: 1.5em;
}

footer h5 {
  font-size: 12px;
  margin-bottom: 3px;
}

footer p {
  font-size: 11px;
}

/* BOOK */
#book {
  background: rgb(63, 61, 107);
  background: linear-gradient(175deg, rgb(61 57 150) 0%, rgb(183 183 144) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#book h1 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 25px;
}

#book h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 8px;
}

#book h5 {
  font-size: 1.2rem;
  text-transform: initial;
  font-weight: normal;
  line-height: 32px;
}

#book h6 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

#book h7 {
  font-size: 0.9em;
}

.box-container {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  min-height: 200px;
  padding: 16px 0;
  margin: 24px 0;
}

#book-call-to-action {
  width: 100%;
}

.cta-button {
  font-size: 14px;
  padding: 7px 20px;
}

.btn-nohms-primary {
  background-color: #00b1d6;
  border-radius: 4px;
  font-weight: normal;
}

.btn-nohms-primary:active {
  background-color: #00b1d6 !important;
}

.btn-nohms-primary:hover {
  background-color: #00b2d6b2;
}

.btn-nohms-big {
  height: 44px;
}

#book-versions-select {
  max-width: 80%;
}

#shipping-cost {
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
  margin-top: -15px;
}

/* SUBSCRIPTION */

#subscription {
  background: rgb(63, 61, 107);
  background: linear-gradient(
    175deg,
    rgb(43, 40, 88) 0%,
    rgb(183 183 144) 100%
  );
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#subscription img {
  width: 340px;
}

#suscription .container {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  height: 400px;
  padding: 16px 0;
  margin: 24px 0;
}

#class-select .sus


/* WORKSHOPS / COACHING */

#workshops .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.nav-link.right {
  border-radius: 0 4px 4px 0;
}

.nav-link.left {
  border-radius: 4px 0 0 4px;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  color: #7952b3 !important;
  background-color: white !important;
  border: 1px solid #7952b3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #7952b3 !important;
  color: white !important;
}

.flag-icon {
  margin-left: 0.25rem;
  width: 20px;
  height: auto;
  border: 0.5px solid black;
}

.instagram-link {
  color: #7952b3;
}

/* Alerts */
.swal2-content,
.swal2-header {
  width: 95%;
  margin: 0 auto;
}

h2#swal2-title {
  font-size: 28px;
}

#swal2-content a:focus {
  outline: 0;
}

/* Top Alert Bar */

.alert {
  margin-bottom: 0;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #0a0641;
  border-radius: 0;
  min-height: 50px;
}

#alert-bar .close {
  position: absolute;
  top: unset;
  right: 0;
  padding: 10px;
  color: inherit;
}

#alert-bar .close:hover {
  color: unset;
}

.alert > p {
  margin-bottom: 0;
  font-size: 0.9em;
}

/* Custom Modal */

#custom-modal .modal-body p {
  font-size: 1.3em;
  line-height: 28px;
  margin-bottom: 50px;
}

#custom-modal .modal-header,
#custom-modal .modal-body {
  padding: 18px !important;
}

#custom-modal .close {
  color: #fff;
  font-weight: unset;
  box-shadow: none;
  padding: 0;
  position: relative;
  margin-right: -12px;
  margin-top: -18px !important;
}

#custom-modal-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.subscription-element.featured {
  margin: 0;
  margin-bottom: 156px !important;
}

/* CURSOS */

.custom-video-container {
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #00b2d6b2;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.custom-video-container .embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.4%; /* Proporción de aspecto 16:9 */
}
.custom-video-container .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

#dropdownMenuButton {
  max-width: 300px;
  padding: 8px 16px;
  font-size: 18px;
  text-align: center;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #ffffffec;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#dropdownMenuButton:hover {
  background-color: #d8d8d8;
  cursor: pointer;
}
#precioBtn {
  background-color: #00b1d6;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: normal;
  text-wrap: nowrap;
  border-radius: 4px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

#precioBtn:hover {
  background-color: #00b2d6b2;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.932);
}

.promo {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(52, 58, 64, 0.5);
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#promo1 {
  display: block;
}

#promo2 {
  display: none;
}

.titulo {
  font-size: 3em;
  color: #fffffff6;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.curso-img {
  border-radius: 15px;
  border: 1.5px solid #9364da;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  height: auto;
}

.highlight {
  color: #00d5ff;
  font-weight: bold;
}

.highlight-3 {
  color: #9364da;
  font-weight: bold;
}

.highlight-8 {
  color: #9364da;
  font-weight: bold;
}

.curso-img-clase {
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  width: auto;
  height: auto;
  display: block;
}

.curso-img-wrapper {
  border-radius: 15px;
  border: 2.5px solid #9364da;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 250px;
  max-height: 250px;
}

.curso-img-big {
  border-radius: 15px;
  border: 2px solid #9364da;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  height: auto;
}

.book-course {
  max-width: 150px;
  max-height: 100%;
  height: auto;
  width: auto;
  padding-top: 20%;
}

.mas-curso {
  text-align: center;
  color: #fffffff6;
  font-size: 4em;
  margin: 10px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.mas-curso-big {
  text-align: center;
  color: #fffffff6;
  font-size: 7em;
  margin: 10px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
@media (max-width: 992px) {
  #bio-main-image {
    max-height: 240px;
    margin: 16px auto;
  }

  #bio-heading h5 {
    font-size: 2em;
  }

  #subscription img {
    margin-top: 0;
  }

  .h1 {
    font-size: 1.8em;
  }

  .subscription-element {
    margin-bottom: 120px !important;
  }

  .subscription-element.promo {
    margin-bottom: 0px !important;
  }

  .subscription-element a {
    display: block;
  }
}

@media (max-width: 768px) {
  .menu-transparent {
    background-color: #000000;
  }
  header {
    margin-bottom: 86px;
  }

  /* Bio modal */
  #bio-modal .modal-dialog {
    max-width: 76vw;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  /* Bio modal */
  .modal-dialog {
    max-width: 90vw !important;
    margin: 0 auto !important;
  }

  #book h6 {
    font-size: 1rem;
  }
}

@media (max-width: 433px) {
  .subscription-element.featured {
    margin-bottom: 228px !important;
  }
}

/* Equilibrates testimonials white space */
@media (max-width: 375px) {
  #testimonial-carousel {
    min-height: 620px;
  }

  .promo-suscription-button.margin {
    margin: 14px 0;
  }

  .subscription-element.featured {
    margin-bottom: 400px !important;
  }
}

/* Subscription Section */

.subscription-course {
  flex-direction: column;
  display: flex;
}

.subscription-element {
  margin: 52px 0;
  height: 240px;
  text-align: center;
}

.subscription-element.promo {
  height: 120px;
}

.course-review {
  background-color: #585858;
  border-radius: 10px;
  padding: 6px 42px;
  width: 100%;
  margin: 10px auto;
}

.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: -50px;
}

.prev {
  left: -50px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: grey;
}

/* Caption text */
.text {
  color: #6c757d;
  font-size: 17px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activ,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fad {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* CLAVAS INDIAS */

#clavas-indias .fa.fa-instagram {
  font-size: 28px;
  margin-right: 16px;
  border-radius: 50%;
  padding: 6px;
  color: #fff;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  width: 40px;
  height: 40px;
  text-align: center;
}
