body, html {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #454545;
}

.color__blueRYB900 {
  color: #282f6e;
}
.color__redRYB600 {
  color: #b5484a;
}

.bg__blueRYB800 {
  background-color: #3139a2;
}
.bg__blueRYB900 {
  background-color: #282f6e;
}
.bg__blueRYB900 {
  background-color: #282f6e;
}
.bg__blueRYBdark {
  background-color: #191E4E;
}
.bg__redRYB600 {
  background-color: #b5484a;
}
.bg__organizacion {
  height: 500px;
  background-image: url("../img/ayudamos-a-las-organizaciones.jpg");
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .bg__organizacion {
    height: 400px;
  }
}
.bg__enfoque {
  height: 500px;
  background-image: url("../img/nuestro-enfoque.jpg");
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .bg__enfoque {
    height: 400px;
  }
}
.bg__podcast {
  height: 500px;
  background-image: url("../img/bg-podcast.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 120px;
}
@media screen and (max-width: 1024px) {
  .bg__podcast {
    height: 400px;
    margin-right: 60px;
    background-position: center right;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .bg__podcast {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 567px) {
  .bg__podcast {
    margin: 0;
    padding: 0 16px;
  }
}
.bg__virtuales {
  background-image: url("../img/bg-sesiones-online.jpg");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .bg__virtuales {
    height: 500px;
    background-position: top -200px center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .bg__virtuales {
    height: 400px;
    background-position: top -100px center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 567px) {
  .bg__virtuales {
    background-position: top -50px center;
  }
}
.bg__modalidades {
  background-image: url("../img/bg-modalidades.jpg");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .bg__modalidades {
    height: 500px;
    background-position: top -200px center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .bg__modalidades {
    height: 400px;
    background-position: top -100px center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 567px) {
  .bg__modalidades {
    background-position: top -50px center;
  }
}
.bg__personal {
  height: 460px;
  background-image: url("../img/brinda-a-tu-personal.jpg");
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .bg__personal {
    height: 400px;
  }
}

.bold {
  font-weight: 900;
}

.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
}
.desktop__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .desktop__img {
    display: none;
  }
}

.movil {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .movil {
    display: flex !important;
  }
}
.movil__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .movil__img {
    display: block;
  }
}

/* HEADER NAV */
.menu_bar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 32px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}

.menu_bar .bt-menu {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .menu_bar .bt-menu {
    display: block;
    color: #000;
    overflow: hidden;
    font-size: 2.5rem;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .menu_bar .bt-menu {
    font-size: 2.2rem;
  }
}

.header_nav {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  background-color: #ffffff;
  padding: 20px 0px;
  transition: 0.3s;
  width: 100%;
  z-index: 9;
  top: 4px;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav {
    padding: 10px 0px;
  }
}
.header_nav .nav__svg {
  width: 70px;
}
.header_nav .nav__svg path, .header_nav .nav__svg ellipse {
  fill: white;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__svg--movil path, .header_nav .nav__svg--movil ellipse {
    fill: dark;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    margin: 0;
    overflow: visible;
    padding: 0px;
    background-color: #ffffff;
    z-index: 9;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 16px;
    top: 16px;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    font-size: 2rem;
  }
}
.header_nav .nav__logo img {
  height: 54px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__logo img {
    height: 45px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .header_nav .nav__logo img {
    height: 40px;
  }
}
.header_nav .nav__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_nav .nav__item {
  position: relative;
  margin: 0px 12px;
}
.header_nav .nav__item a {
  color: #282f6e;
  opacity: 0.7;
  font-weight: bold;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__item a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .header_nav .nav__item a {
    color: black;
    font-size: 0.9rem;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.header_nav .nav__item a:hover {
  color: rgb(103.2, 112.86, 199.8);
}
.header_nav .nav__item--social img {
  width: 24px;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__item {
    width: 100%;
  }
}
.header_nav .nav__item--sub {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__item--sub {
    display: none;
  }
}
.header_nav .nav__item--sub i {
  position: relative;
  display: inline-block;
  transition: all 0.2s;
  transform: rotate(0deg);
}
@media screen and (max-width: 1920px) and (min-width: 1024px) {
  .header_nav .nav__item--sub:hover i {
    display: inline-block;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__item--sub {
    margin-left: 20px;
  }
}
.header_nav .nav__item--sub:hover .nav__sublist, .header_nav .nav__item--sub:hover .nav__sublistm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header_nav .nav__item--special {
  background-color: lightblue;
  border-radius: 28px;
  padding: 0px 16px 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.header_nav .nav__item--special a {
  color: white !important;
}
.header_nav .nav__item--ubicacion {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid blue;
}
.header_nav .nav__item--ubicacion a {
  color: blue;
}
.header_nav .nav__item--legacy {
  position: absolute;
  color: white;
  bottom: 8px;
  font-size: 0.8rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header_nav .nav__item.active > a {
  color: #b5484a;
  font-weight: 900;
  opacity: 1;
}
.header_nav .nav__item.active > a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  bottom: -8px;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__item.active > a::after {
    position: relative;
  }
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  padding: 10px 8px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
.header_nav .nav__link--contact {
  background-color: white;
  padding: 10px 28px;
  border-radius: 6px;
  color: green !important;
  transition: all 0.3s;
}
.header_nav .nav__link--contact:hover {
  background-color: lightblue;
  color: white !important;
}
.header_nav .nav__link--contact.active {
  background-color: lightblue;
  color: white !important;
}
.header_nav .nav__link--conocer {
  border-radius: 6px;
  background-color: lightblue;
  color: white !important;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__link--conocer {
    width: 144px !important;
    margin-left: calc(50% - 72px);
  }
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__top {
  background-color: blue;
}
.header_nav .nav__top svg {
  margin-left: 6px;
  margin-right: 6px;
}
.header_nav .nav__top--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__list {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__list {
    height: 85svh;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 32px;
  }
}
.header_nav .nav__social {
  height: 15svh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: dark;
}
.header_nav .nav__social--item {
  width: 30px;
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}

.hero__bg {
  background-image: url("../img/hero-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__page {
  position: relative;
  height: 600px;
  background-position: top center;
  background-size: cover;
}
.hero__page--nosotros {
  background-image: url("../img/hero-nosotros-ryb-consultores.jpg");
}
.hero__page--capacitacion {
  background-image: url("../img/hero-capacitacion.jpg");
}
.hero__page--acompanamiento {
  background-image: url("../img/hero-acompanamiento.jpg");
}
.hero__page--contacto {
  background-image: url("../img/hero-contacto.jpg");
}
.hero__page--podcast {
  background-image: url("../img/hero-podcast.jpg");
}
@media screen and (max-width: 1280px) {
  .hero__page {
    height: 500px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .hero__page {
    height: 400px;
  }
}
.hero__page::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80%;
  height: 600px;
  background: #0C113E;
  background: linear-gradient(90deg, rgb(12, 17, 62) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .hero__page::after {
    height: 500px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .hero__page::after {
    height: 400px;
  }
}
.hero__thumball {
  position: relative;
  height: 400px;
  background-color: #282f6e;
}
@media screen and (max-width: 1024px) {
  .hero__thumball {
    height: 300px;
  }
}
.hero__card {
  position: relative;
  padding: 40px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-left: 48px;
  box-shadow: 0px 12px 22px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .hero__card {
    margin-left: 0px;
    padding: 32px;
    margin: 0 16px;
  }
}
.hero__title {
  z-index: 2;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .hero__title {
    margin-left: 30px;
  }
}

.btn {
  position: relative;
  padding: 12px 56px 12px 24px;
  border-radius: 50px;
  transition: all 0.3s;
  font-weight: 800;
}
.btn__enviar {
  padding: 12px 24px 12px 24px;
  background-color: #b5484a;
  color: white;
}
.btn__red {
  background-color: #b5484a;
  color: white;
}
.btn__red--outline--blue {
  background-color: transparent;
  border: 2px solid #b5484a;
  color: #ffffff;
}
.btn__red--outline--red {
  background-color: transparent;
  border: 2px solid #b5484a;
  color: #b5484a;
}
.btn__icono {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
.btn:hover {
  filter: brightness(1.3);
}
.btn:hover .btn__icono {
  right: 8px;
}

.academia__bg {
  background-image: url("../img/academia-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .academia__bg {
    background-position: top right -180px;
  }
}

.owl-dots {
  text-align: center;
  margin-top: 24px;
}
.owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: rgb(134.725, 134.725, 134.725) !important;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}
.owl-dots .owl-dot.active {
  background-color: #282f6e !important;
}

.bg__blueRYB900 .owl-dots .owl-dot.active {
  background-color: #ffffff !important;
}

/* TABULADOR */
.tabs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .tabs {
    flex-wrap: wrap;
  }
}

.tab-btn {
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  padding: 4px 24px;
  border-radius: 50px;
  background: #ffffff;
  color: #282f6e;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .tab-btn {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) and (max-width: 767px) {
  .tab-btn {
    width: 100%;
  }
}

.tab-btn.active {
  color: #ffffff;
  font-weight: 800;
  background: #b5484a;
}

.tabs-wrapper {
  position: relative;
  min-height: 600px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .tabs-wrapper {
    min-height: 360px;
  }
}

/* Cada contenido ocupa el mismo espacio (evita salto de layout). */
.tab-content {
  position: absolute;
  inset: 0 0 auto 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  will-change: opacity;
  padding: 40px 0px 8px 0px;
}

/* activo: visible e interactuable */
.tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.input {
  width: 100%;
  padding: 20px 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #b0b0b0;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
}

.input::-moz-placeholder {
  color: #b0b0b0;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
}

.input::placeholder {
  color: #b0b0b0;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
}

/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  position: relative;
  top: -12px;
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 20px;
  top: 36px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  color: #ffffff !important;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff !important;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

.list__instructor li {
  max-width: 500px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}/*# sourceMappingURL=style.css.map */