/* Add here all your css styles (customizations) */

.botonRRSS {
  bottom: 87px;
  font-size: 22px;
  height: 60px;
  position: fixed;
  text-align: center;
  width: 60px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 5px;
  right: 20px;
}

.rotate i {
  transform: rotate(-180deg);
  transition: .3s;
}

.modal-custom {
  max-width: inherit;
}

.portada:hover {
  filter: brightness(0.6);
}

.fechaCurso {
  font-size: 17px;
}

/* ESTILOS DE CARRUSEL - INICIO */
.overlay-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
  position: absolute;
  bottom: 3rem;
  left: 2.5rem;
  right: 1.5rem;
  text-align: center;
}

.carousel-caption h3,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption p {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.carousel-image {
  min-height: 70vh;
  max-height: 80vh;
  object-fit: cover;
}

/* ESTILOS DE CARRUSEL - INICIO */

/* INICIO ESTILOS DE MENÚ */
.navbar .active {
  border-bottom: 2px solid #F19240;
}

.contact-button {
  background-color: #F19240;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #eba567;
  color: white;
  text-decoration: none;
}

.contact-active {
  border: 2px solid #835937;
}

.logo-menu {
    height: 60px;
}

@media (min-width: 768px) {
    .logo-menu {
        height: 80px;
    }
}
/* FIN ESTILOS DE MENÚ */


/* SECCIÓN QUIENES SOMOS */

.about-us-section {
  background-color: #FFF8F1;
}

.nosotros-bg {
  background-color: #FFF8F1;
}

.about-us-section .card {
  text-align: center;
}

@media (min-width: 768px) {
  .about-us-section .card {
    text-align: start;
  }
}

.about-us-section i {
  font-size: 50px;
  color: #F19240;
}

.about-us-section h2,
h1 {
  font-size: 30px;
  color: #F19240;
  font-weight: bold;
}

/* SECCIÓN QUIENES SOMOS */

.modal {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
}

.corner-radius {
  border-radius: 15px;
}

/* PÁGINA SOBRE NOSOTROS */

.about-us h1 {
  font-size: 30px;
  color: #F19240;
  font-weight: bold;
}

.about-us img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .about-us .p-description {
    width: 60%;
  }
}

/* ESTILOS DE GALERÍA */

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  z-index: 2;
  color: white;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}

.overlay-content:hover {
  transition: all ease-in 0.3s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
}

.overlay-content p,
.overlay-content div {
  z-index: 3;
}

/* ESTILOS DE GALERÍA */

/* INICIO ESTILOS CURSOS */

.cursos-bg {
  background-color: #FFF8F1;
}

.cursos-bg h1 {
  font-size: 30px;
  color: #F19240;
  font-weight: bold;
}

.all-courses-card:hover {
  background-color: #F2F2F2;
}

/* FINAL ESTILOS CURSOS */
