* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* LOGO WSP */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128c7e;
}


/*           HEADER             */

.logos {
  height: 70px;
  margin-right: 5px;
}

.navbar .navbar-nav .nav-item a {
  padding: 15px;
}

.navbar .navbar-nav .nav-but {
  padding: 10px;
}

.navbar {
  background-color: #111 !important;
}


/*      HEADER      transicion de color nav letras           */
.nav-link {
  position: relative;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 600;
}

.nav-link::after {
  opacity: 0;
  transition: all 0.3s;
}

.nav-link:hover::after {
  content: '';
  opacity: 1;
  height: 2px;
  width: 100%;
  background-color: rgb(0, 0, 255);
  position: absolute;
  bottom: 0;
  left: 0;
}

.letra-h1-index {
  color: #d63939;
}

.nav-link {
  color: rgb(250, 10, 10) !important
}



/*  HEADER TERMINADO */



/*    index      */

.letra-caprismo {
  font-family: 'Caprasimo', cursive;
}

.letra-playfair {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}

.div-index-imagenes {
  list-style: none;
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.imagen-index {
  border: 1px solid #000000;
  transition: 2s;
}

.imagen-index:hover {
  transform: scale(1.1);
  transition: 2s;
}

.color-letra-index {
  color: rgb(250, 92, 35);
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-top: 6px;
}

.letra-roboto {
  font-family: 'Roboto', sans-serif;
}





/*contacto*/
.footer-ubicacion {
  margin-top: 14px;
}


/*formulario*/
.eles {
  margin-top: 200px;
}

.letra-contacto {
  font-size: 15px;
}

.letra-contacto-titulo {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important
}

.logos-contacto {
  font-size: 50px;
}







/*banners de paginas*/

.banner-image {
  background: url(../assets/img/index-fondo.jpg) no-repeat center top / cover;
}


.banner-image2 {
  background: url(../assets/img/imagen-fondo-ubi.jpg) no-repeat center top / cover;
}

.banner-image3 {
  background-image: url('../assets/img/imgcontacto.webp');
  background-size: cover;
}

.banner-image4 {
  background: url(../assets/img/galeria.jpg) no-repeat center top / cover;
}

.banner-image5 {
  background: url(../assets/img/instructores.jpeg) no-repeat center top / cover;
}

.banner-image6 {
  background: url(../assets/img/sedes.jpg) no-repeat center top / cover;
}

.banner-image7 {
  background: url(../assets/img/nosotros.jpg) no-repeat center top / cover;
}



@media (max-width: 576px) {

  .banner-image {
    background: url(../assets/img/francisco_solo.jpg) no-repeat center top / cover;
  }

  .banner-image2 {
    background: url(../assets/img/gabriel_solo.jpg) no-repeat center top / cover;
  }

   .banner-image3 {
    background: url(../assets/img/galeria2.jpg) no-repeat center top / cover;
  }
}



.Banner-letra {
  display: inline-block;
  padding: 2px 15px;
  text-decoration: none;
  color: white;
  border: 4px solid #e70909;
  background-color: #e70909;
  margin-top: 3px;
}

.Banner-letra:hover {
  background-color: #d63939;
  color: rgb(241, 216, 216);
}

/*profesores*/
.color-h5 {
  color: #ee6b43;
}



/*Ubicacion*/

/* Estilo personalizado para la tabla */
.excel-table {
  width: 100%;
  border-collapse: collapse;
}

.excel-table th,
.excel-table td {
  border: 1px solid #ccc;
  padding: 7px;
  text-align: center;
}

.excel-table th {
  background-color: #f2f2f2;
}

/* Estilo para el mapa a la derecha */
/* Estilo para el mapa */
.map-container {
  max-width: 400px;
  margin: 20px auto;
  /* Centra el mapa horizontalmente */
}

/* Estilo para hacer la tabla responsive */
@media (max-width: 767px) {
  .map-container {
    max-width: 100%;
    /* El mapa ocupará el ancho completo */
    margin: 20px 0;
    /* Espacio arriba y abajo del mapa */
  }
}

.imagen-ubi {
  display: flex;
  align-items: center;
  flex-direction: column;

}

.imagen-ubii {
  display: flex;
  align-items: center;
  flex-direction: column;


}


/*        NOSOTROS          */
.text-nosotros {
  color: #d63939;
}




.sangria {
  text-indent: 40px;
  /* Sangría de 40 píxeles */
  padding-left: 20px;
  /* Espacio adicional a la izquierda */
  margin-left: 50px;
  /* Margen adicional a la izquierda */
}

.table-responsive {
  overflow-x: auto !important;
}