.custom-select-container,
.custom-select-value, 
.custom-select-options, 
.custom-select-option {
box-sizing: border-box;
}

.custom-select-container {
display: inline-block;
position: relative;
}

.custom-select-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  border: 1px solid black;
  padding: .25rem .5rem;
  cursor: pointer;
  user-select: none;
}

.custom-select-container:focus > .custom-select-value {
  border-width: 2px;
  outline: none;
}

.custom-select-value::after {
  content: '';
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: black;
  margin-left: 12px;
  margin-top: 4px;
}

.custom-select-options {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 2px solid black;
  width: 100%;
  border-top: none;
  max-height: 200px;
  overflow-y: auto; 
}

.custom-select-options.show {
  display: block;
}

.custom-select-option {
  padding: .25rem .5rem;
  cursor: pointer;
}

.custom-select-option:hover {
  background-color: hsl(200, 100%, 70%);
}

.custom-select-option.selected {
  background-color: hsl(200, 100%, 50%);
}

.seven input::-webkit-calendar-picker-indicator, .eight input::-webkit-calendar-picker-indicator {
  display: none;
}

/*otro iconos*/


/*====================================================================================
                                redes sociales
    ====================================================================================*/
  
    .lista4 {
      cursor: pointer;
      text-decoration: none;
    }
    .contenedor-redes-sociales {
      margin: 20px 0;
      padding: 20px;
      text-align: center;
  }
  
  .contenedor-redes-sociales a {
      position: relative;
      display: inline-block;
      height: 46px;
      width: 160px;
      line-height: 39px;
      padding: 0;
      color: #fff;
      border-radius: 50px;
      background: #fff;
      margin: 5px;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  }
  
  .contenedor-redes-sociales a:hover span.circulo {
      left: 100%;
      margin-left: -35px;
      background: #fff;
  }
  .contenedor-redes-sociales a:hover span.titulo {
    opacity: 0;
}

.contenedor-redes-sociales a:hover span.titulo-hover {
    opacity: 1;
    color: #fff;
}

.contenedor-redes-sociales a span.titulo-hover {
    opacity: 0;
}

.contenedor-redes-sociales a span.circulo {
    display: block;
    color: #fff;
    position: absolute;
    float: left;
    margin: 1px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: all 0.5s;
    border-radius: 50%;
}

.contenedor-redes-sociales a span.circulo i {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.contenedor-redes-sociales a span.titulo, .contenedor-redes-sociales a span.titulo-hover {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    transition: .5s;
}

.contenedor-redes-sociales a span.titulo {
    right: 25px
}

.contenedor-redes-sociales a span.titulo-hover {
    left: 15px
}

/*----------Colores de los botones----------*/

.contenedor-redes-sociales .facebook {
  border: 2px solid #3b5998;
}

.contenedor-redes-sociales .facebook:hover, .contenedor-redes-sociales .facebook span.circulo {
  background: #3b5998;
}

.contenedor-redes-sociales .facebook:hover span.circulo, .contenedor-redes-sociales .facebook span.titulo {
  color: #3b5998;
}

.contenedor-redes-sociales .twitter {
  border: 2px solid #1da1f2;
}

.contenedor-redes-sociales .twitter:hover, .contenedor-redes-sociales .twitter span.circulo {
  background: #1da1f2;
}

.contenedor-redes-sociales .twitter:hover span.circulo, .contenedor-redes-sociales .twitter span.titulo {
  color: #1da1f2;
}

.contenedor-redes-sociales .youtube {
  border: 2px solid #dd4b39;
}

.contenedor-redes-sociales .youtube:hover, .contenedor-redes-sociales .youtube span.circulo {
  background: #dd4b39;
}

.contenedor-redes-sociales .youtube:hover span.circulo, .contenedor-redes-sociales .youtube span.titulo {
  color: #dd4b39;
}

.contenedor-redes-sociales .instagram {
  border: 2px solid #8e39dd;
}

.contenedor-redes-sociales .instagram:hover, .contenedor-redes-sociales .instagram span.circulo {
  background: #8e39dd;
}

.contenedor-redes-sociales .instagram:hover span.circulo, .contenedor-redes-sociales .instagram span.titulo {
  color: #8e39dd;
}

.contenedor-redes-sociales .spotify {
  border: 2px solid #15c024;
}

.contenedor-redes-sociales .spotify:hover, .contenedor-redes-sociales .spotify span.circulo {
  background: #15c024;
}

.contenedor-redes-sociales .spotify:hover span.circulo, .contenedor-redes-sociales .spotify span.titulo {
  color: #15c024;
}

.bg_fondo_oscuro {
    background-color: #343a40; /* Gris oscuro elegante */
    color: white; /* Asegura contraste */
}

.btn-outline-rosa {
  color: #f00dd2;
  border-color: #f00dd2;
}

.btn-outline-rosa:hover {
  color: #fff;
  background-color: #f00dd2;
  border-color: #f00dd2;
}

.btn-outline-rosa:disabled, .btn-outline-rosa.disabled {
  color: #f00dd2;
  background-color: transparent;
}

.boton-cita-container{

  color: #15c024;

}

/* Texto que se desplaza */
.scroll-text {

    color: #ca1d1d;
    font-size: 22px;
}

/*modal*/

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modal-content {
  background-color: #fff;
  margin: 8% auto;
  padding: 30px 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 420px;
  position: relative;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  text-align: center;
}

.modal-content h2 {
  margin-top: 0;
  color: #2c3e50;
}

.modal-section {
  margin: 20px 0;
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 8px;
}

.modal-content p {
  margin: 10px 0;
  color: #333;
  font-size: 20px;
}

.close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.close:hover {
  color: #333;
}

button#entendidoBtn {
  background-color: #3498db;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}

button#entendidoBtn:hover {
  background-color: #2980b9;
}

.secondary-button {
  background-color: #f39c12;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 16px;
}

.secondary-button:hover {
  background-color: #e67e22;
}



/*--------------Mediaqueries--------------*/

@media screen and (max-width: 480px) {
  .contenedor-redes-sociales a {
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
  }
}
