.elementor-2335 .elementor-element.elementor-element-041250a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2335 .elementor-element.elementor-element-62c4b64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2335 .elementor-element.elementor-element-9b2196b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2335 .elementor-element.elementor-element-d7a33d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2335 .elementor-element.elementor-element-041250a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-97fbde0 *//* =========================
   CABECERA OCEAN & OM
   ========================= */

header#prehrv {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

header#prehrv nav {
  width: 100% !important;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  position: relative;
}

/* =========================
   LOGO
   ========================= */

header#prehrv nav > a img {
  display: block;
  height: 52px;
  width: auto;
  object-fit: contain;
  background: transparent !important;
  mix-blend-mode: multiply;
}

/* =========================
   BOTON HAMBURGUESA
   ========================= */

header#prehrv button {
  display: none;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #111;
  padding: 0;
}

/* =========================
   MENU
   ========================= */

header#prehrv #menu-principal {
  display: flex;
  align-items: center;
  gap: 32px;
}

header#prehrv ul {
  display: flex;
  align-items: center;
  gap: 40px;

  margin: 0;
  padding: 0;
  list-style: none;
}

header#prehrv ul li a {
  text-decoration: none;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

header#prehrv ul li a:hover {
  opacity: 0.7;
}

/* =========================
   BOTON RESERVAR
   ========================= */

header#prehrv #menu-principal > a {
  text-decoration: none;
  background: #0f7db8;
  color: #fff;

  padding: 14px 28px;
  border-radius: 999px;

  font-size: 16px;
  font-weight: 600;

  transition: all 0.25s ease;
}

header#prehrv #menu-principal > a:hover {
  background: #0b6798;
  transform: translateY(-1px);
}

/* =========================
   ELEMENTOR FULL WIDTH FIX
   ========================= */

.elementor-element-4c0e8f4,
.elementor-element-200ce35,
.elementor-element-a3d8e4c,
.elementor-element-d19be0e,
.elementor-element-4c0e8f4 .elementor-widget-container,
.elementor-element-200ce35 .elementor-widget-container,
.elementor-element-a3d8e4c .elementor-widget-container,
.elementor-element-d19be0e .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cwc-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {

  header#prehrv nav {
    padding: 30px 48px !important;
    min-height: 150px;
  }

  header#prehrv nav > a img {
    height: 68px;
  }

  header#prehrv button {
    display: block;
    font-size: 48px;
  }

  header#prehrv #menu-principal {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    background: #ffffff;

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    display: none;
    flex-direction: column;
    align-items: flex-start;

    padding: 24px 20px;
    gap: 24px;
  }

  header#prehrv #menu-principal.active {
    display: flex;
  }

  header#prehrv ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  header#prehrv ul li {
    width: 100%;
  }

  header#prehrv ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
  }

  header#prehrv #menu-principal > a {
    width: 100%;
    text-align: center;
  }
}


.cwc-hero{
  position:relative;

  min-height:100vh;

  display:grid;
  place-items:center;

  overflow:hidden;

  text-align:center;

  padding:
    120px
    clamp(20px,5vw,64px);

  color:white;

  background:#081427;
}

/* =========================
   VIDEO
========================= */

.cwc-hero-video{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  object-fit:cover;

  transform:scale(1.04);

  filter:
    brightness(.62)
    contrast(1.05)
    saturate(.9);
}

/* =========================
   OVERLAY
========================= */

.cwc-hero-overlay{
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      to right,
      rgba(1,8,28,.92) 0%,
      rgba(3,14,40,.82) 30%,
      rgba(9,27,58,.58) 65%,
      rgba(17,35,70,.38) 100%
    );

  z-index:1;
}

/* =========================
   LIGHT GLOW
========================= */

.cwc-hero::before{
  content:"";

  position:absolute;

  top:-15%;
  right:-10%;

  width:900px;
  height:900px;

  background:
    radial-gradient(
      circle,
      rgba(92,173,255,.22) 0%,
      rgba(92,173,255,.08) 35%,
      transparent 68%
    );

  z-index:2;

  pointer-events:none;
}

/* =========================
   BOTTOM FADE
========================= */

.cwc-hero::after{
  content:"";

  position:absolute;

  left:0;
  right:0;
  bottom:0;

  height:240px;

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0),
      rgba(255,255,255,.92),
      #ffffff
    );

  z-index:3;

  pointer-events:none;
}

/* =========================
   CONTENT
========================= */

.cwc-hero-content{
  position:relative;
  z-index:5;

  width:min(980px,100%);

  display:grid;
  gap:28px;

  justify-items:center;

  margin-top:-80px;
}

/* =========================
   KICKER
========================= */

.cwc-kicker{
  font-size:16px;

  font-weight:800;

  letter-spacing:5px;

  text-transform:uppercase;

  color:#18a4ff;
}

/* =========================
   TITLE
========================= */

.cwc-hero h1{
  font-family:'Comfortaa',sans-serif;

  font-size:
    clamp(72px,7vw,96px);

  line-height:.95;

  letter-spacing:-.05em;

  font-weight:300;

  max-width:980px;

  color:#ffffff;

  text-wrap:balance;

  text-shadow:
    0 2px 10px rgba(0,0,0,.08);
}

/* =========================
   TEXT
========================= */

.cwc-hero-text{
  max-width:760px;

  font-size:18px;

  line-height:1.65;

  color:
    rgba(255,255,255,.88);

  font-weight:500;

  text-shadow:
    0 1px 8px rgba(0,0,0,.08);
}

/* =========================
   ACTIONS
========================= */

.cwc-actions{
  display:flex;

  flex-wrap:wrap;

  justify-content:center;

  gap:18px;
}

/* =========================
   BUTTONS
========================= */

.cwc-button{
  height:58px;

  padding:0 34px;

  border-radius:999px;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  text-decoration:none;

  font-size:1rem;

  font-weight:800;

  transition:.3s ease;

  backdrop-filter:blur(10px);
}

/* PRIMARY */

.cwc-button-primary{
  background:#28a8ff;

  color:#ffffff;

  box-shadow:
    0 10px 28px rgba(40,168,255,.28);
}

.cwc-button-primary:hover{
  transform:translateY(-2px);

  background:#149fff;
}

/* SECONDARY */

.cwc-button-secondary{
  background:
    rgba(255,255,255,.08);

  border:
    1px solid rgba(255,255,255,.22);

  color:#ffffff;
}

.cwc-button-secondary:hover{
  transform:translateY(-2px);

  background:
    rgba(255,255,255,.14);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

  .cwc-hero{
    min-height:760px;
  }

  .cwc-hero-content{
    margin-top:-20px;
  }

  .cwc-hero h1{
    font-size:clamp(54px,12vw,74px);
  }

  .cwc-hero-text{
    font-size:17px;
  }

  .cwc-actions{
    flex-direction:column;
    width:100%;
  }

  .cwc-button{
    width:100%;
    max-width:320px;
  }
}/* End custom CSS */
/* Start custom CSS for video, class: .elementor-element-5dad633 *//* BotÃ³n play Elementor Video Widget */
.elementor-widget-video .elementor-custom-embed-play {
    background: linear-gradient(135deg, #2BB3F3 0%, #1E9FE6 100%) !important;
    
    width: 90px;
    height: 90px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 30px rgba(43,179,243,0.35);
    transition: all 0.3s ease;
}

/* Icono play */
.elementor-widget-video .elementor-custom-embed-play i,
.elementor-widget-video .elementor-custom-embed-play svg {
    color: #fff !important;
    fill: #fff !important;
    font-size: 28px;
}

/* Hover */
.elementor-widget-video .elementor-custom-embed-play:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 40px rgba(43,179,243,0.5);
    background: linear-gradient(135deg, #35BCFF 0%, #1695DB 100%) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81c21f1 */@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", sans-serif !important;
  color: #111827;
  background: #f4f4f4;
}

img {
  display: block;
  max-width: 100%;
}

.services-section,
.services-section * {
  font-family: "Nunito", sans-serif !important;
}

.services-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 24px 120px;
}

.section-header {
  text-align: center;
}

.section-label {
  margin-bottom: 14px;
  color: #3f88b8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 18px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1px;
}

.section-description {
  max-width: 760px;
  margin: 0 auto 70px;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.service-card--dark,
.service-card.dark {
  color: #ffffff;
  background: #010b3a;
  border: 0;
}

.service-image {
  height: 190px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.service-category {
  margin-bottom: 18px;
  color: #3f88b8;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.service-title,
.services-section .service-card .service-title,
.services-section .service-card h3.service-title {
  margin-bottom: 16px !important;
  font-family: "Conforta", sans-serif !important;
  color: #111827 !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.service-text {
  margin-bottom: 24px;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.service-author {
  margin-top: auto;
  margin-bottom: 24px;
  color: #2f8fc5;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.service-card--dark .service-title,
.service-card.dark .service-title {
  color: #ffffff !important;
}

.service-card--dark .service-text,
.service-card.dark .service-text {
  color: rgba(255, 255, 255, 0.78);
}

.service-card--dark .service-category,
.service-card.dark .service-category {
  color: rgba(255, 255, 255, 0.88);
}

.service-card--dark .service-author,
.service-card.dark .service-author {
  color: #59c3ff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 14px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  background: #1296d4;
  border-radius: 999px;
  transition: background 0.3s ease;
}

.button:hover {
  background: #0e7db0;
}

.service-card--dark .button,
.service-card.dark .button {
  color: #ffffff;
  background: #1da1f2;
}

.service-card--dark .button:hover,
.service-card.dark .button:hover {
  background: #1690d9;
}

.quote-card,
.quote-block {
  grid-column: 1 / -1;
  margin: 6px 0;
  padding: 70px 40px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #010b3a 0%, #08235c 100%);
  border-radius: 28px;
}

.quote-card p,
.quote-text {
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 58px;
  font-style: italic;
  line-height: 1.15;
}

.quote-card cite,
.quote-author {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 46px;
  }

  .quote-card p,
  .quote-text {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 56px 20px 88px;
  }

  .section-title {
    font-size: 38px;
  }

  .section-description {
    font-size: 16px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 42px !important;
  }

  .service-image {
    height: 200px;
  }

  .service-content {
    align-items: center !important;
    padding: 22px 20px 28px;
    text-align: center !important;
  }

  .service-category,
  .service-title,
  .service-text,
  .service-author {
    text-align: center !important;
  }

  .service-title,
  .services-section .service-card .service-title,
  .services-section .service-card h3.service-title {
    font-family: "Conforta", sans-serif !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }

  .service-text {
    max-width: 320px;
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .service-author {
    font-size: 15px !important;
  }

  .button {
    align-self: center !important;
    font-size: 14px !important;
  }

  .quote-card,
  .quote-block {
    padding: 50px 24px;
  }

  .quote-card p,
  .quote-text {
    font-size: 36px;
  }
}

/* Arreglo tÃ­tulo en tarjetas azules */
.services-section .service-card--dark .service-title,
.services-section .service-card.dark .service-title,
.services-section .service-card--dark h3.service-title,
.services-section .service-card.dark h3.service-title {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f20dd15 *//* =========================
   RESET
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

/* =========================
   SECTION
========================= */

.schedule-section{
  width:100%;

  padding:48px 32px 72px;

  background:#f5f5f5;

  display:flex;
  flex-direction:column;
  align-items:center;
}

/* =========================
   SUBTITLE
========================= */

.subtitle{
  display:block;

  margin-bottom:20px;

  font-size:14px;
  font-weight:700;

  letter-spacing:1.8px;
  text-transform:uppercase;

  color:#1784c7;

  text-align:center;
}

/* =========================
   TITLE
========================= */

.title{
  max-width:950px;

  margin-bottom:56px;

  font-size:clamp(52px, 7vw, 110px);

  line-height:0.92;
  letter-spacing:-0.05em;
  font-weight:400;

  color:#17847;

  text-align:center;

  overflow-wrap:break-word;
}

/* =========================
   GRID
========================= */

.cards{
  width:100%;
  max-width:1400px;

  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));

  gap:28px;

  align-items:start;
}

/* =========================
   CARDS
========================= */

.card{
  background:#fff;

  border:1px solid #d9d9d9;
  border-radius:32px;

  min-width:0;

  padding:36px;

  display:flex;
  flex-direction:column;

  gap:34px;

  overflow:hidden;
}

.card.dark{
  background:#000433;
  border:none;

  color:#fff;
}

/* =========================
   DAY
========================= */

.day{
  font-size:14px;
  font-weight:700;

  letter-spacing:1.8px;
  text-transform:uppercase;

  line-height:1.2;
}

.light .day{
  color:#1784c7;
}

.dark .day{
  color:#fff;
}

/* =========================
   EVENT
========================= */

.event{
  min-width:0;
}

.event:not(:last-child){
  padding-bottom:34px;

  border-bottom:1px solid rgba(0,0,0,0.08);
}

.dark .event:not(:last-child){
  border-bottom:1px solid rgba(255,255,255,0.08);
}

/* =========================
   EVENT TITLE
========================= */

.event h3{
  font-size:clamp(30px, 2.7vw, 56px);

  line-height:1.04;
  letter-spacing:-0.04em;
  font-weight:400;

  margin-bottom:18px;

  overflow-wrap:break-word;
  word-break:normal;

  color:inherit;
}

/* =========================
   EVENT INFO
========================= */

.event-info{
  display:flex;
  flex-wrap:wrap;

  gap:8px;

  font-size:18px;
  line-height:1.45;

  color:#666;
}

.dark .event-info{
  color:rgba(255,255,255,0.82);
}

/* =========================
   TEACHER
========================= */

.teacher{
  font-weight:700;
  color:#1784c7;
}

/* =========================
   HOVER
========================= */

.card{
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.card:hover{
  transform:translateY(-4px);

  box-shadow:
    0 12px 28px rgba(0,0,0,0.08);
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px){

  .schedule-section{
    padding:40px 24px 56px;
  }

  .cards{
    grid-template-columns:repeat(2,1fr);

    gap:24px;
  }

  .title{
    margin-bottom:42px;
  }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 680px){

  .schedule-section{
    padding:28px 18px 48px;
  }

  .title{
    font-size:clamp(42px, 13vw, 72px);

    line-height:0.95;

    margin-bottom:32px;
  }

  .cards{
    grid-template-columns:1fr;

    gap:20px;
  }

  .card{
    border-radius:26px;

    padding:24px 22px;

    gap:26px;
  }

  .event:not(:last-child){
    padding-bottom:26px;
  }

  .event h3{
    font-size:clamp(24px, 9vw, 42px);

    line-height:1.08;

    margin-bottom:14px;
  }

  .event-info{
    font-size:16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2eb5e95 *//* CSS */

.teachers-header {
  width: 100%;
  padding: 70px 20px 40px;
  background: #f3f3f3;
}

.teachers-header__container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.teachers-header__subtitle {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0b74b8;
}

.teachers-header__title {
line-height: 1.12 !important;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #000;
}

/* Responsive */

@media (max-width: 768px) {
  .teachers-header {
    padding: 60px 20px 30px;
  }

  .teachers-header__title br {
    display: none;
  }

  .teachers-header__title {
    font-size: clamp(2.2rem, 10vw, 4rem);
    line-height: 1.1;
  }

  .teachers-header__subtitle {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81eb917 *//* =========================
   GRID
========================= */

.teachers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: stretch;
}

/* =========================
   CARD
========================= */

.teacher-card {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.teacher-card:hover {
  transform: translateY(-4px);
}

/* =========================
   IMAGE
========================= */

.teacher-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.teacher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   CONTENT
========================= */

.teacher-content {
  padding: 42px 36px 46px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.teacher-role {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0077b6;
  text-transform: uppercase;
  line-height: 1.4;
}

.teacher-name {
  font-size: 44px;
  font-weight: 400;
  color: #111;
  margin: 0;
  line-height: 1.08;
  letter-spacing: -1px;
}

.teacher-description {
  font-size: 20px;
  line-height: 1.75;
  color: #5f5f5f;
  margin: 0;
  max-width: 95%;
}

/* =========================
   DARK CARD
========================= */

.teacher-card-dark {
  background: #020226;
  border-color: #020226;
}

.teacher-card-dark .teacher-role {
  color: #ffffff;
}

.teacher-card-dark .teacher-name {
  color: #ffffff;
}

.teacher-card-dark .teacher-description {
  color: rgba(255, 255, 255, 0.82);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

  .teachers-grid {
    grid-template-columns: 1fr;
  }

  .teacher-name {
    font-size: 38px;
  }

  .teacher-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .teacher-image {
    height: 260px;
  }

  .teacher-content {
    padding: 34px 28px 38px;
    gap: 20px;
  }

  .teacher-role {
    font-size: 13px;
    letter-spacing: 1.8px;
  }

  .teacher-name {
    font-size: 34px;
    line-height: 1.12;
  }

  .teacher-description {
    font-size: 18px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {

  .teacher-image {
    height: 240px;
  }

  .teacher-content {
    padding: 30px 24px 34px;
  }

  .teacher-role {
    font-size: 12px;
    letter-spacing: 1.6px;
  }

  .teacher-name {
    font-size: 30px;
    line-height: 1.15;
  }

  .teacher-description {
    font-size: 17px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-daab791 */*{
  box-sizing:border-box;
}

html{
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  overflow-x:hidden;
}

.faq-section{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  padding:80px 20px;
  text-align:center;
  background:#ececec;
  font-family:Arial, Helvetica, sans-serif;
}

.faq-section .faq-label{
  color:#1d5fa7;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:12px;
  text-transform:uppercase;
}

.faq-section .faq-title{
  font-size:64px;
  font-weight:400;
  color:#000;
  margin-bottom:50px;
  line-height:1.1;
}

/* MOBILE FIRST */
.faq-section .faq-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  width:100%;
}

.faq-section .faq-card{
  background:#fff;
  border-radius:22px;
  padding:32px;
  text-align:left;
  box-shadow:0 0 0 1px rgba(0,0,0,0.04);
  transition:0.3s ease;
  width:100%;
}

.faq-section .faq-card.dark{
  background:#01042a;
  color:#fff;
}

.faq-section .faq-question{
  font-size:22px;
  font-weight:500;
  margin-bottom:24px;
  line-height:1.3;
  word-break:break-word;
}

.faq-section .faq-answer{
  font-size:18px;
  line-height:1.6;
  color:#6f6f6f;
  word-break:break-word;
}

.faq-section .faq-card.dark .faq-answer{
  color:rgba(255,255,255,0.85);
}

.faq-section .faq-answer a{
  color:#ff4f8b;
  text-decoration:none;
  word-break:break-word;
}

/* TABLET + DESKTOP */
@media (min-width:768px){

  .faq-section .faq-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

/* MOBILE */
@media (max-width:768px){

  .faq-section{
    padding:60px 16px;
  }

  .faq-section .faq-title{
    font-size:42px;
  }

  .faq-section .faq-card{
    padding:26px;
  }

  .faq-section .faq-question{
    font-size:20px;
  }

  .faq-section .faq-answer{
    font-size:16px;
  }

}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-f54441e */.floating-cta-desktop{
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;

    backdrop-filter: blur(10px);
}

.floating-cta-desktop.show{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Estilo del botÃ³n */
.floating-cta-desktop .elementor-button{
    background: #1EA7FF;
    color: white;
    border-radius: 999px;
    padding: 14px 28px;

    font-size: 15px;
    font-weight: 600;

    box-shadow: 0 10px 30px rgba(0,0,0,0.12);

    transition: all 0.25s ease;
}

/* Hover elegante */
.floating-cta-desktop .elementor-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.16);
}

/* Solo desktop */
@media(max-width: 767px){
    .floating-cta-desktop{
        display:none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b4b2306 */.elementor-1869 .elementor-element.elementor-element-b4b2306 .elementor-button{
    border-radius:999px;
    padding:14px 24px;
    

}/* End custom CSS */


/* Video principal responsive */
.elementor-element-5dad633 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px;
}

.elementor-element-5dad633 .e-hosted-video,
.elementor-element-5dad633 .elementor-wrapper {
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 60px rgba(25, 35, 30, 0.18);
}

.elementor-element-5dad633 video.elementor-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 26px;
  background: #111;
}

/* Ajuste mobile */
@media (max-width: 767px) {
  .elementor-element-5dad633 {
    max-width: 100%;
    padding: 18px 14px;
  }

  .elementor-element-5dad633 .e-hosted-video,
  .elementor-element-5dad633 .elementor-wrapper,
  .elementor-element-5dad633 video.elementor-video {
    border-radius: 18px;
  }

  .elementor-element-5dad633 video.elementor-video {
    max-height: 62vh;
  }
}

/* =========================
   PARCHE FINAL HEADER + HERO
   ========================= */

/* Evita que Elementor deje margenes laterales */
#hero-openweek,
#hero-openweek.e-con,
.elementor-element-4c0e8f4,
.elementor-element-200ce35,
.elementor-element-a3d8e4c,
.elementor-element-d19be0e,
#hero-openweek .elementor-widget-container,
.elementor-element-4c0e8f4 .elementor-widget-container,
.elementor-element-200ce35 .elementor-widget-container,
.elementor-element-a3d8e4c .elementor-widget-container,
.elementor-element-d19be0e .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Cabecera a ancho completo */
header#prehrv {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff !important;
}

/* Hero a ancho completo */
.cwc-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

/* Logo: disimula el cuadrado blanco del JPG */
header#prehrv nav > a img {
  background: transparent !important;
  mix-blend-mode: multiply;
}

/* Ajuste mobile para que la cabecera no quede gigante */
@media (max-width: 900px) {

  #hero-openweek,
  #hero-openweek.e-con,
  .elementor-element-4c0e8f4 {
    min-height: 0 !important;
    --min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  header#prehrv nav {
    min-height: 92px !important;
    padding: 18px 34px !important;
  }

  header#prehrv nav > a img {
    height: 50px !important;
    width: auto !important;
  }

  header#prehrv button {
    font-size: 38px !important;
  }

  .cwc-hero {
    min-height: calc(100svh - 92px) !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62c4b64 */.elementor-2335 .elementor-element.elementor-element-62c4b64 .elementor-button{
    border-radius:999px;
    padding:14px 24px;
}/* End custom CSS */