@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap");
@font-face {
  font-family: "Campton Light";
  src: url("../assets/fonts/Campton-Light.otf");
}
@font-face {
  font-family: "Campton Bold";
  src: url("../assets/fonts/Campton-Bold.otf");
}
:root {
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.cuadBtn, .cuadBtnPrim {
  color: #c7a970;
  padding: 1rem 2rem;
  border: 2px solid #c7a970;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.cuadBtn:hover, .cuadBtnPrim:hover {
  background-color: #c7a970;
  color: #ffffff;
}

.cuadBtnPrim {
  background: #c7a970;
  color: #ffffff;
  border-color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.1em;
  letter-spacing: 2.4px;
}

.iconRed {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #c7a970;
  padding: 0.5em;
  width: 35px;
  height: 35px;
  margin: 0.2em;
  transition: 0.4s;
}
.iconRed:hover {
  opacity: 0.9;
}
.iconRed svg {
  fill: #ffffff;
}

#whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
#whatsapp img {
  width: 50px;
  transition: 200ms;
}
#whatsapp img:hover {
  transform: scale(1.07);
  filter: drop-shadow(0 0 7px var(--navy)) drop-shadow(0 0 7px var(--beige));
}

main section {
  padding: 4rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
main section .container .titulo_linea {
  width: 100%;
  display: grid;
  font-size: 18px;
  grid-template: auto/1fr auto 1fr;
  align-items: center;
  margin: auto;
}
main section .container .titulo_linea .linea {
  display: grid;
  place-items: center;
  padding: 1rem;
}
main section .container .titulo_linea .linea div {
  background: #c7a970;
  height: 2px;
  width: 50px;
}
main section .container .titulo_linea .lineaIzq {
  margin-left: auto;
}
main section .container .titulo_linea .lineaDer {
  margin-right: auto;
}
main section .container .titulo_linea h2 {
  grid-column: 2;
  color: #c7a970;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4.2px;
  text-align: center;
}

.linkRedondeado {
  padding: 1.2rem 2.6em;
  border-radius: 2rem;
  background-color: #c7a970;
  color: #ffffff;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  text-align: center;
  letter-spacing: 1px;
}

p {
  font-family: "Montserrat", sans-serif;
  margin: 1rem 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7em;
}

.h2section {
  margin: 1rem 0;
  line-height: 1;
  text-align: center;
  color: #c7a970;
  font: 500 4rem "Barlow Condensed", sans-serif;
}

.h3chico {
  margin: 1rem 0;
  text-align: center;
  color: #c7a970;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.4rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .h3chico {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3.5px;
  }
}

figure img {
  width: 100%;
}

form input {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 1rem;
  outline: none;
}
form input::placeholder {
  color: #ffffff;
}
form input:not([type=submit]) {
  border: 1px solid transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  margin: 1rem;
}
form input:not([type=submit]):focus {
  border: 1px solid #ffffff;
  border-radius: 2px;
  animation: inputFocus 0.3s ease;
}
@keyframes inputFocus {
  0% {
    box-shadow: inset 0 0 8px #ffffff;
  }
  100% {
    box-shadow: none;
  }
}
form input[type=submit] {
  cursor: pointer;
  text-wrap: wrap;
}

@media screen and (min-width: 768px) {
  section .container {
    max-width: 1140px;
  }
  .h2section {
    font-size: 6vw;
    line-height: 1;
  }
}
header {
  background-color: #001633;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
header #header-top {
  background-color: #001633;
  text-align: center;
  text-transform: none;
  padding: 7px;
  font-family: "Campton Light";
}
header #header-top h3 {
  font-size: 8px;
}
header #header-top h3 span {
  font-family: sans-serif;
  font-size: 7.5px;
}
@media screen and (min-width: 768px) {
  header #header-top h3 {
    font-size: 16px;
  }
  header #header-top h3 span {
    font-size: 15px;
  }
}
header a {
  color: #ffffff;
}


header section {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .redes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
header .tituloHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .tituloHeader img {
  height: 75px;
}
header nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  transform: translate(100%);
  transition: 0.3s ease-in-out;
}
header nav div.cuadBtn, header nav div.cuadBtnPrim {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 1em 1.2em;
  color: #fff;
}
header nav a {
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  transition: 0.4s ease;
  @media (min-width: 768px) { 
    color: #000;
    padding: 20px;
  }
}
header nav a:hover {
  color: #c7a970;
}
header nav .active {
  color: #c7a970;
}
header nav.menu-opened {
  transform: translate(0);
  background-color: #001633;
  @media (min-width: 768px) { 
     background-color: #fff;
  }
}
header .menu-button {
  padding: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}
header .menu-button .bar {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}
header #subscribe {
  display: none;
}

@media screen and (min-width: 768px) {
  header section .redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header section .menu-button {
    display: none;
  }
  header section .tituloHeader img {
    height: 95px;
  }
  header nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #c7a970;
    border-bottom: 1px solid #c7a970;
    transform: translate(0);
    position: static;
  }
  header nav a {
    width: auto;
  }
  header nav div.cuadBtn, header nav div.cuadBtnPrim {
    display: none;
  }
  header #subscribe {
    display: inline-block;
  }
}
#intro {
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
}

#slider {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #000;
  padding: 0.5rem 0.5rem;
  overflow-x: hidden;
}
#slider .sliderContainer {
  width: 6080px;
  display: flex;
  animation: slider 20s linear infinite;
}
#slider .sliderContainer img {
  width: 100px;
  object-fit: contain;
  margin-right: 60px;
}
@keyframes slider {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-3040px);
  }
}

#iam {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#iam video {
  width: 100vw;
}

#empires {
  background-color: #f7f8fa;
  padding: 64px 0;
}
#empires .container {
  overflow-x: hidden;
  max-width: 100%;
}
#empires .container .texto {
  text-align: center;
}
#empires .container .texto h2 {
  font-family: "Campton Light";
  margin: 30px;
  font-size: 46px;
  margin-bottom: 70px;
}
#empires .container .texto h2 span {
  font-family: "Campton Bold";
}
#empires .container .testimonialsContainer {
  overflow-x: scroll;
}
#empires .container .testimonialsContainer::-webkit-scrollbar {
  display: none;
}
#empires .container .testimonialsContainer .testimonialGroup {
  display: flex;
  min-width: fit-content;
  gap: 10px;
  margin-bottom: 10px;
}
#empires .container .testimonialsContainer .testimonialGroup .testimonialItem {
  width: 240px;
  height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
#empires .container .testimonialsContainer .testimonialGroup .testimonialItem .testimonial {
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  font-style: italic;
  line-height: 20px;
  color: #202125;
}
#empires .container .testimonialsContainer .testimonialGroup .testimonialItem .testimonialUser {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #7d7e83;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 30px;
}
#empires .container .testimonialsContainer .testimonialGroup .cap {
  width: 50px;
}
#empires .container .testimonialsContainer .row2 {
  margin-left: -200px;
}

#podcast {
  padding: 80px 0;
}
#podcast .container {
  width: 100%;
  max-width: none;
}
#podcast .container div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #podcast .container div .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #podcast .container div .container div {
    width: 50%;
  }
}
#podcast .container .text {
  padding: 0 50px;
}
#podcast .container .text div {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}
#podcast .container .text div h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 700;
}
#podcast .container .text div h2 span {
  font-family: sans-serif;
  font-weight: 400;
}
#podcast .container .text div h2 strong {
  font-family: "Campton Bold";
}
@media screen and (min-width: 768px) {
  #podcast .container .text div h2 {
    line-height: 1.6;
    font-size: 26px;
  }
}
#podcast .container .text div ul {
  list-style: none;
}
#podcast .container .text div ul li {
  font-size: 23px;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
  padding-left: 40px;
  background: url("../assets/tick_.png") no-repeat left;
  background-size: 28px 28px;
  background-position-y: 10%;
}
#podcast .container #bookSliderContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#podcast .container #bookSliderContainer .row {
  animation: bookSlider 30s linear infinite;
  display: flex;
  flex-direction: row;
}
#podcast .container #bookSliderContainer .row img {
  width: 150px;
  margin-right: 10px;
}
#podcast .container #bookSliderContainer .row1 {
  margin-bottom: 10px;
}
#podcast .container #bookSliderContainer .mask {
  height: 433px;
  width: 140px;
  background-color: red;
  position: absolute;
  top: 0;
  z-index: 9;
}
#podcast .container #bookSliderContainer .right {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
@media screen and (min-width: 768px) {
  #podcast .container #bookSliderContainer .right {
    display: none;
  }
}
#podcast .container #bookSliderContainer .left {
  left: 0px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
@keyframes bookSlider {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-2240px);
  }
}

@media screen and (min-width: 768px) {
  #podcast .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #podcast .container div {
    width: 50%;
  }
  #podcast .container div figure {
    max-width: 600px;
  }
  #podcast .container div .h3chico {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3.9px;
  }
  #podcast .container div p {
    font-size: 23px;
  }
}
#newsletter {
  background-color: #000;
  color: #ffffff;
}
#newsletter .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}
#newsletter .container p:not(.consent) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8rem;
  margin: 0;
}
#newsletter .container .consent {
  font-size: 0.5rem;
  max-width: 600px;
}
#newsletter .container form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #newsletter .container p {
    font-size: 1.2rem;
  }
  #newsletter .container form {
    display: block;
  }
  #newsletter .container .consent {
    font-size: 0.7rem;
  }
}
footer .follow {
  padding: 3rem 0.5rem;
  background-color: #f7f8fa;
}
footer .follow .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .follow .container .h2section {
  font-size: 3.3rem;
  font-weight: 600;
}
footer .follow .container h3 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: center;
}
footer .follow .container .imgsPodcast {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}
footer .follow .container .imgsPodcast div {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .follow .container .imgsPodcast figure img {
  max-width: 170px;
  transition: 300ms;
}
footer .follow .container .imgsPodcast figure img:hover {
  transform: scale(1.1);
}
footer .copy {
  background-color: #001633;
  padding: 3rem 0.5rem;
}
footer .copy .redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  footer .follow .container .imgsPodcast {
    flex-direction: row;
  }
  footer .h3chico {
    font-size: 13px;
    font-weight: 600;
  }
}
#uc {
  position: relative;
  background: linear-gradient(to left, #ffbf00, #e88504);
}
#uc .text {
  z-index: 2;
  color: #ffffff;
  text-shadow: 0 0 10px gray;
  text-align: center;
}
#uc .text h2 {
  margin-bottom: 25px;
}
#uc figure {
  width: 50%;
}
@media (min-width: 768px) {
  #uc figure {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 15%;
    z-index: -1;
  }
  #uc figure img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  #uc {
    min-height: 50vh;
    flex-direction: row;
  }
  #uc .text {
    width: 50%;
  }
}

/* modificar estilos de conference */

.contenedor {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.intro .conference-hero {
  height: 560px;
  background-color: lightblue;
  background-image: url(../assets/auditorio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
  }
  .conference-text {
    p {
      margin: 0;
    }
    .conference-top {
      color: #fff;
      padding-top: 60px;
      text-align: center;
      font-weight: 600;
      font-size: 34px;
      letter-spacing: 0.07em;
      opacity: 0.95;
      text-shadow:
      0 2px 6px rgba(0, 0, 0, 0.55);

      @media (min-width: 768px) { 
        font-size: 40px;
      }
    }
    .conference-center {
      font-size: 48px;
      text-align: center;
      font-weight: 900;
      color: #fff;
      letter-spacing: -0.04em;
      line-height: 1;
      margin-top: 80px;
      text-shadow:
      0 2px 0 rgba(0, 0, 0, 0.85),
      0 4px 0 rgba(0, 0, 0, 0.75),
      0 6px 6px rgba(0, 0, 0, 0.8),
      0 12px 20px rgba(0, 0, 0, 0.9);

      @media (min-width: 768px) { 
        font-size: 76px;
      }
    }
    .conference-bottom {
      color: #f6ab16;
      font-weight: 600;
      font-size: 24px;
      margin-top: 20px;
      letter-spacing: 0.08em;
      text-shadow:
      0 2px 4px rgba(0, 0, 0, 0.75),
      0 6px 12px rgba(0, 0, 0, 0.7),
      0 12px 24px rgba(0, 0, 0, 0.85);

      @media (min-width: 768px) { 
        font-size: 26px;
      }

    }
  }
}

/* Training */



.training {
  padding-top: 60px;
  h1 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    @media (min-width: 768px) { 
      font-size: 52.8px;
    }
  }
  p {
    margin: 0;
    font-size: 18px;
  }
}

.training-grid {
  display: grid;
  gap: 30px;
  @media (min-width: 768px) { 
    grid-template-columns: repeat(3, 1fr);
  }
  .training-card {
    padding: 20px;
    img {
      display: block;
      width: 100%;
      
    }
    .training-titulo {
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      margin-top: 10px;
      line-height: 1.6;
      font-family: 'Barlow Condensed', sans-serif;
    }
    p {
      font-size: 14px;
      text-align: center;
      margin: 0;
    }
    .training-btn {
      a {
        display: block;
        border: 2px solid black;
        padding: 5px 0;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Source Sans 3', sans-serif;
        margin-top: 20px;
        background-color: black;
        color: white;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.6s ease;
        &:hover {
          background-color: white;
          color: black;
        }
      }
    }
  }
}

/* Estilos para el dropdown en DESKTOP */
.dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.dropdown-menu {
    min-width: 200px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    padding: 8px 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s;
    border: 1px solid rgba(199,169,112);
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

/* Mostrar dropdown al hacer hover en desktop */
.dropdown-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Opcional: flecha indicadora en el enlace cuando está activo */
.dropdown-wrapper:hover .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Clases para mostrar/ocultar según dispositivo */
.mobile-programs {
    display: none;
}

.desktop-only {
    display: inline-block;
}

/* MEDIA QUERY para MÓVILES */
@media (max-width: 768px) {
    /* Ocultar elementos de desktop en móviles */
    .desktop-only {
        display: none !important;
    }
    
    /* Mostrar los enlaces de Programs directamente en móviles */
    .mobile-programs {
        display: block;
        width: 100%;
    }
    
    .mobile-programs a {
        display: block;
        padding: 12px 16px;

        text-decoration: none;
        transition: background-color 0.2s;
    }
    
    .mobile-programs a:last-child {
        border-bottom: none;
    }
    
  
    
    /* Ajustar el estilo para que se vea como parte del menú */
    .mobile-programs a {
        padding-left: 24px; /* Sangría para diferenciar niveles */
     
    }
}

/* Para pantallas más grandes (desktop) */
@media (min-width: 769px) {
    .mobile-programs {
        display: none !important;
    }
    
    .desktop-only {
        display: inline-block !important;
    }
}


/*# sourceMappingURL=style.css.map */
