body, footer {
  background-color: #f4f4f4 !important;
}

@font-face {
    font-family: 'Neutraface Condensed Light';
    src: url('../fonts/NeutrafaceCondensed-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neutraface Condensed Medium';
    src: url('../fonts/NeutrafaceCondensed-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neutraface Condensed Bold';
    src: url('../fonts/NeutrafaceCondensed-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5  {
  font-family: 'Neutraface Condensed Bold', sans-serif;
}

.subtitle, .thin-text {
  font-family: 'Neutraface Condensed Light', sans-serif;
}

.bold-text {
  font-family: 'Neutraface Condensed Bold', sans-serif;
}

.u-large-text {
    font-size: 1.5rem !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-text {
  font-family: 'Neutraface Condensed Medium', sans-serif !important;
  font-size: 3rem !important;
}


.btn-violet {
	background-color: #944877 !important;
}

.lnk-violet, .txt-violet {
	color:#944877 !important;
}

.menu-violet {
	font-weight: bold;
}

.btn-olive {
	background-color: #AAB9AE !important;
}

.btn-terra {
	background-color: #D2BCB0 !important;
}

.txt-olive {
	color: #AAB9AE !important;
}

.txt-white {
  color: #fff !important;
}

.txt-green {
  color: #759d86 !important;
}

.txt-terra {
	color: #D2BCB0 !important;
}

.social-container {
width: 100%;
display: flex;
justify-content: center;
gap: 8px;
padding: 20px;
}

.social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white; /* El color del ícono */
  background-color: #944877; /* ← Aquí cambias el color del círculo */
  transition: background-color 0.3s;
}

.social-icon:hover {
background-color: #555;
}

#footer-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap; /* permite adaptarse en pantallas pequeñas */
  padding: 10px 20px;
}

#footer-wrapper .u-layout-cell-2,
#footer-wrapper .u-layout-cell-3 {
  flex: 1 1 auto; /* hace que crezcan según el contenido y se adapten */
  min-width: 150px;
}

.u-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-text-1 {
  /*text-align: right;*/
  /*width: 100%;*/
}


.historias {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-evenly;
  align-items: baseline;
  align-content: flex-start;
  gap: 20px;
}

.exito {
  width: 408px;
  height: 220px;
  background-color: #a37798;
  border-radius: 15px;
}

.globo {
  width: 408px;
  height: 256px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.globo-1 { background-image: url(../images/globo-verde.png); }
.globo-2 { background-image: url(../images/globo-morado.png); }
.globo-3 { background-image: url(../images/globo-tan.png); }

.hexagono-verde {
    background-image: url(../images/hexagono-verde.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
}

#contacto-panel-izquierdo {
  background-image: url(../images/nivel-NEET_02.png);
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
}

.bloque-nivel {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.text-bulleted {
  display: flex;
  align-items: center;
  margin-bottom: -10px !important;
}

.bullet-titulo {
    background-image: url(../images/bullets-titulo.png);
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0px 15px 0px 15px;
    background-repeat: no-repeat;
}

.fondo-testimonios {
    background-image: url(../images/12319995_SL-051919-20420-09.jpg);
    min-height: 260px;
    padding-top: 50px;
    background-repeat: repeat;
    background-size: contain;
}

.fondo-servicios {
    background-image: url(../images/fondo-servicios.jpg);
    min-height: 260px;
    padding-top: 50px;
    background-repeat: repeat;
    background-size: cover;
}

.fondo-servicios-bottom {
  margin-top: -225px;
  z-index: 0;
}

#banner-servicios {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/servicios_01.jpg);
    background-size: cover;
    min-height: 520px;
}

/* Estilos base */
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 80%;
  margin: 50px auto 50px auto;
}

.col-60 {
  flex: 0 0 55%;
}

.col-40 {
  flex: 0 0 45%;
}

.col-left {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.col-right {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.image-top {
  width: 100%;
  height: 680px;
  background-image: url(../images/servicios_04.jpg);
  background-size: cover;
  background-position: center;
}

.image-top2 {
    width: 85%;
    height: 590px;
    background-image: url(../images/servicios_02.jpg);
    background-size: cover;
    background-position: center;
}
/* Recuadro con el asset decorativo */
.text-box-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #d7beb2;
    padding: 20px 60px 20px 60px;
    overflow: visible;
    color: white;
}

.asset-decorativo {
  position: absolute;
  top: 20px;
  left: -250px; /* sobresale hacia la izquierda */
  height: auto;
  width: auto;
}

.asset-decorativo-sm {
  display: none;
}

/* Contenido de texto */
.text-box {
  flex: 1;
}


.bullet-servicio {
    width: 44px;
    height: 44px;
    margin: 0px 15px 0px 15px;
}

.bullet-wrapper {
  width: 100%;
}


/* Responsivo: pantallas de 768px o menores */
/*@media screen and (max-width: 1024px) {
  .asset-decorativo {
    top: 155px;
  }
}*/

/* Responsivo: pantallas de 768px o menores */
@media screen and (max-width: 847px) {
  .col-60,
  .col-40 {
    flex: 0 0 100%;
  }

  .image-top2 {
    margin: auto;
  }

  .text-box-container {
    padding-left: 60px;
  }

  .asset-decorativo {
    display: none;
  }

  .asset-decorativo-sm {
    display: inline-block;
    text-align: center;
  }
  .asset-decorativo-sm img {
    top: -1rem;
    position: relative;
  }
  .fondo-servicios-bottom {
    margin-top: -335px;
  }
}


#organizacion-servicios {
  /*height: 1100px;*/
}

.btn-violeta {
    background-color: #944877 !important;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    padding: 15px 35px;
    border: 0px;
}



#nivel-wrapper {
  background-image: url(../images/10172426_17918279.jpg);
  background-repeat: repeat;
}


#que-es-nivel {
  min-height: 850px;
}

  .neet-nivel-grid {
    display: grid;
    width: 80%;
    margin: auto;
  }

  .neet-nivel-fila1 {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
  }

  .neet-nivel-fila2 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
  }

  .neet-nivel-col {
    padding: 20px;
  }

  .img-col {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .neet-nivel-clip-row {
    height: 200px;
  }

  .img-nivel-neet {
    background-image: url(../images/clips-dos-filas.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

.neet-nivel-clips {
    background-image: url(../images/dos-clips.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 135px;
}
.neet-nivel-clip {
    background-image: url(../images/clip-rosa.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 130px;
}

  @media (max-width: 768px) {
    .neet-nivel-fila1 {
      grid-template-columns: 50% 50%;
    }

    .neet-nivel-fila2 {
      grid-template-columns: 100%;
    }
  }






  .neet-presentacion-wrapper {
    position: relative;
    min-height: 790px;
  }


.container {  
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 90px;
    grid-auto-flow: row;
}

.cell-1 { grid-area: 1 / 1 / 3 / 2; }
.cell-2 { grid-area: 1 / 2 / 2 / 3; }
.cell-3 { grid-area: 2 / 1 / 3 / 3; background-color: #a9baaf; }
.cell-4 { grid-area: 2 / 2 / 3 / 3; background-color: #a9baaf; }

.firma-ross {
  background-image: url(../images/ross.png);
  background-repeat: no-repeat;
  width: 273px;
  height: 98px;
  position: relative;
  float: right;
}

.neet-presentacion-imagen-fondo-wrapper {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-end;
}

.neet-presentacion-imagen-fondo {
    background-image: url(../images/nivel-NEET_Estancia-01.jpg);
    background-size: cover;
    background-position: -275px 0px;
    background-repeat: no-repeat;
    width: 75%;
    height: 80%;
    position: relative;
    z-index: 9999;
}
.neet-presentacion-texto1 {
  width: 80%;
}

.neet-presentacion-texto2 {
  width: 85%;
  margin-bottom: 200px;
  margin-top: 50px;
}





#hola-neet {
  padding-top: 100px;
}

.neet-info-hola {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  min-height: 760px;
}

.neet-info-columna {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 1.5rem; /* Ajusta según tu diseño */
}

/* Para resoluciones menores a 768px */
@media (max-width: 768px) {
  .neet-info-hola {
    flex-direction: column;
  }

  .neet-info-columna {
    flex: 1 1 100%;
  }
}

.ross-pic {
  background-image: url(../images/nivel-Neet_Ross-01.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  min-height: 750px;
}


#hagamos-neet {
  margin-top: 150px;
}

















.testimonial-link-wrapper {
    text-decoration: none;
    color: inherit;
    display: block;
}

.testimonial-link-wrapper:hover {
    text-decoration: none;
}

.testimoniales-grid {
    width: 80%;
    margin: 50px auto 50px auto;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.testimonial-card {
    display: flex;
    flex-direction: column;
}

.testimonial-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 232px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.testimonial-image-wrapper:hover .testimonial-overlay {
    background-color: rgba(255, 255, 255, 0);
}

.testimonial-title {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-text {
    padding: 10px 15px;
    font-size: 0.95em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.testimonial-link {
    margin-top: 5px;
    color: #0073aa;
    text-decoration: underline;
    font-size: 0.9em;
}










.form-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px;
    flex-direction: row;
    align-items: flex-start;
    align-content: stretch;
}

.column-left, .column-right {
  flex-basis: 33%;
}

@media (max-width: 768px) {
  .column-left, .column-right {
    flex-basis: 100%;
  }
}

.custom-date {
  /* Estilos para el campo de fecha */
}

.ui-datepicker-week-end {
  color: red;
}

.ui-datepicker-today {
  background-color: #ccc;
}

.form-row {
  margin-top: 16px;
  margin-bottom: 16px;
}


input.custom-date {
    border: none;
    background: transparent;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    width: auto;
}

input.wpcf7-text, select.wpcf7-select {
  width: 100% !important;
  border: none;
  border-radius: 5px;
  background-color: #e7e7e7;
  box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.15); /* sombra interna superior izquierda */
  padding: 6px 10px; /* opcional: algo de espacio interno */
  font-size: 14px;   /* opcional: tamaño de fuente cómodo */
  outline: none;     /* opcional: elimina el borde azul al hacer clic */
}

.custom-date {
  opacity: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: '◀';
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.ui-datepicker .ui-datepicker-next:after {
    content: '▶';
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}


.ui-datepicker .ui-datepicker-header {
  background-color: #944877 !important;
  color: #FFF !important;
  border-radius: 5px 5px 0px 0px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: -14px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
  border: unset !important;
  background-color: unset !important;
}

.ui-widget.ui-widget-content {
  width: 100% !important;
  border: unset !important;
  padding: 0px !important;
  border-radius: 5px !important;
  background-color: #e7e7e7;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-state-default {
  text-align: center !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  color: #944877 !important;
  font-weight: 900 !important;
}


#contacto-neet {
  width: 80%;
  margin: auto;
}





.wpcf7-submit {
  width: 200px;
  padding: 15px 20px;
  border-radius: 35px;
  text-transform: uppercase;
  color: white;
  background-color: #944877;
  border: 0px;
}