/* Centrar los elementos dentro del menú de navegación */
.nav-white .menu {
    display: flex;
    align-items: center; /* Centra verticalmente los elementos */
    justify-content: center; /* Centra todo el contenido en el menú */
    width: 100%; /* Asegura que el menú ocupe todo el ancho disponible */
    position: relative;
    top: -45px; /* Mueve el menú hacia abajo, usa un valor negativo para moverlo hacia arriba */
  }
  
  /* Alineación y centrado del logo dentro del menú */
  .nav-white .menu .logo {
    display: flex;
    justify-content: center; /* Centra el logo horizontalmente */
    align-items: center; /* Centra el logo verticalmente */
    margin-right: 20px; /* Ajusta el espacio entre el logo y los elementos del menú */
    position: relative; 
  }
  
 /* Ajustar el tamaño del logo */
  .nav-white .menu img {
    max-height: 120px; /* Ajusta el tamaño del logo */
    position: relative; /* Habilita la posición relativa para poder usar 'top' */
    top: -10%; /* Mueve el logo hacia el centro verticalmente */
    transform: translateY(-30%); /* Ajusta el desplazamiento para centrar el logo completamente */
  }
  
  /* Contenedor que envuelve el menú */
  .nav-container {
    display: flex; /* Activa flexbox en el contenedor */
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    height: 7vh;
  }
  
  /* Estilo del menú (lista de elementos) */
  .menu.core-nav-list {
    display: flex; /* Alinea los elementos de la lista en fila */
    justify-content: center; /* Centra los elementos de la lista horizontalmente */
    list-style-type: none; /* Elimina los puntos de lista */
    padding: 0; /* Elimina el padding */
    margin: 0; /* Elimina el margin */
  }
  
  /* Espacio entre los elementos del menú */
  .menu.core-nav-list li {
    margin: 0 20px; /* Espacio entre los elementos del menú */
    height: 7vh;
  }
  
  /* Centrar verticalmente los elementos scrollspy */
.nav-white .menu .scrollspy {
    display: flex;
    align-items: center; /* Asegura que el contenido se alinee verticalmente */
    justify-content: center; /* Centra el contenido horizontalmente */
    padding: 10px 20px; /* Ajusta el espaciado interno según sea necesario */
  }
  
  /* Para mover los elementos de scrollspy más cerca del logo */
  .nav-white .menu .scrollspy a {
    display: inline-block;
    position: relative;
    top: 0px; /* Ajusta el valor negativo para mover los elementos hacia arriba */
  }
  
  /* Si es necesario, usa esta propiedad para mover más o menos los elementos */
  .nav-white .menu .scrollspy.active a {
    font-weight: bold; /* Resalta el enlace activo */
  }
  
  @media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container2 {
        max-width: 1140px;
        margin: 0 auto; /* Centra horizontalmente */
    }
}
@media (min-width: 1200px) {
  .container3 {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; /* Permite que las columnas se adapten en varias filas si es necesario */
    justify-content: center; /* Centra las columnas horizontalmente */
  }
}
.dt-sc-colored-content .dt-sc-colored-content-title:before{content:""; /*background-color:rgba(255,255,255,0.9);*/ background:url(../images/Back/trans.png) center center no-repeat; position:absolute; bottom:-5%; left:-40%; width:180%; height:38%; display:inline-block; z-index:0; /*border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;*/}

.dt-sc-colored-content .dt-sc-colored-content-title:before{content:""; background:url(../images/Back/trans.png) center top no-repeat; position:absolute; bottom:0px; left:0; width:100%; height:30%; display:inline-block; z-index:0; border-radius:0% 0px 30px 30px; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}

/** Totop **/

#toTop {
  position: fixed;
  display: none;
  text-decoration: none;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/Back/totop.png) no-repeat left top;
  z-index: 999;
  opacity: 0.8;
  text-indent: -9999px;
}

#toTop:hover {
  opacity: 1;
}

#toTop:after {
  content: "";
  background-image: url(../images/Back/totop_after.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  margin: auto;
  width: 36px;
  height: 36px;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

#toTop:active,
#toTop:focus {
  outline: none;
}

@-moz-keyframes spin {
  from {
      -moz-transform: rotate(0deg)
  }
  to {
      -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  from {
      -webkit-transform: rotate(0deg)
  }
  to {
      -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  from {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(360deg)
  }
}

@media (min-width: 768px) {
  .col-md-66 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 25%;
      margin-left: 80px;
  }
}

/* Colores Things */

.dt-sc-title.with-desc h2 {
  color: #c82e86;
  font-family: "Bellota", Sans-serif;
}

/* Estilos para el modal */
.modal {
  display: none; /* Ocultar modal por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}

/* Contenido del modal */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
}

/* Botón para cerrar el modal */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/*Color Box 1*/

.dt-sc-colored-icon-box.pista .dt-sc-colored-content .icon-image {
  background-color: #c82e86;
}

.dt-sc-colored-icon-box.pista {
  box-shadow: 0 0 0 2px #c82e86;
  -moz-box-shadow: 0 0 0 2px #c82e86;
  -webkit-box-shadow: 0 0 0 2px #c82e86;
}

/*Color Box 2*/

.dt-sc-colored-icon-box.lavender {
  box-shadow: 0 0 0 2px #c82e86;
  -moz-box-shadow: 0 0 0 2px #c82e86;
  -webkit-box-shadow: 0 0 0 2px #c82e86;
}

.dt-sc-colored-icon-box.lavender .dt-sc-colored-content .icon-image {
  background-color: #c82e86;
}

/*Color Box 3*/

.dt-sc-colored-icon-box.pink {
  box-shadow: 0 0 0 2px #c82e86;
  -moz-box-shadow: 0 0 0 2px #c82e86;
  -webkit-box-shadow: 0 0 0 2px #c82e86;
}

.dt-sc-colored-icon-box.pink .dt-sc-colored-content .icon-image {
  background-color: #c82e86;
}

/*Color Box 4*/

.dt-sc-colored-icon-box.orange {
  box-shadow: 0 0 0 2px #c82e86;
  -moz-box-shadow: 0 0 0 2px #c82e86;
  -webkit-box-shadow: 0 0 0 2px #c82e86;
}

.dt-sc-colored-icon-box.orange .dt-sc-colored-content .icon-image {
  background-color: #c82e86;
}

/*Color Box 5*/

.dt-sc-colored-icon-box.yellow {
  box-shadow: 0 0 0 2px #c82e86;
  -moz-box-shadow: 0 0 0 2px #c82e86;
  -webkit-box-shadow: 0 0 0 2px #c82e86;
}

.dt-sc-colored-icon-box.yellow .dt-sc-colored-content .icon-image {
  background-color: #c82e86;
}

/*Color Box 6*/

.dt-sc-colored-icon-box.blue {
  box-shadow: 0 0 0 2px #c82e86;
  -moz-box-shadow: 0 0 0 2px #c82e86;
  -webkit-box-shadow: 0 0 0 2px #c82e86;
}

.dt-sc-colored-icon-box.blue .dt-sc-colored-content .icon-image {
  background-color: #c82e86;
}

.heading2 { 
	font-weight:600;
  color: #fff;
  background-color: #c82e86;
  text-align: center;
} 
.heading3 { 
	font-weight:600;
  color: #c82e86;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
} 

/*FAQS*/

/* Estilo básico para las preguntas frecuentes */
.accordion {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 15px;
}

.accordion:hover {
  background-color: #ddd;
}

.panel {
  display: none;
  padding: 0 10px;
  background-color: #f9f9f9;
  border-left: 3px solid #ccc;
}

/* Estilo básico mensaje1 */

.alert-success {
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  transition: opacity 0.5s ease;
}

/* Estilo youtube*/

.video-embed {
  width: 100%; /* Hace que el iframe ocupe todo el ancho disponible */
  height: 400px; /* Ajusta la altura según sea necesario */
  max-width: 100%; /* Evita que el video se estire demasiado */
  border: none;
  margin: 10px 0; /* Márgenes opcionales alrededor del iframe */
}



