/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



.gradient {
  background: linear-gradient(90deg, rgba(0, 36, 0, 0.92) 0%, rgba(0, 36, 0, 0.45) 100%);
}

/* Cards */
.card {
  background: #fff;
  padding: 20px;	
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #000;
}

.card:hover,
.curso-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.curso-card {
  margin: 20px 0;
  max-width: 1200px;
  background: #fff;
  padding: 20px;	
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #000;
}

/* Badge */
.bdg {
  border-radius: 12px;
  font-size: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
}

.soc {
  background-color: #749642;
  color: #eef4e8;
}

.priv {
  background-color: #002602;
  color: #eef4e8;
}

/* Buttons */
.btn-primary:hover {
  background-color: #749642;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.btn-float-info {
	position: fixed;
    bottom: 50px;
    right: 22px;
    width: 56px;
    height: 56px;
    background: #002601;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: all .25s ease;
}

.btn-float-info img {
    width: 24px;
	height: 24px;
}

#masinformacion {
	scroll-margin-top: 100px;
}
.btn-float-info {
    display: none;
}

.single-especializacion .btn-float-info {
    display: flex;
}

/* Header home */
.page-id-13 .masinfo {
  display: none;
}

/* CPT single */
.single-especializacion main .e-con,
.single-summer-school main .e-con {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.footer-bar {
    padding: 10px;
    align-items: center;
    gap: 20px;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
	background-color: #002601;
	padding-right: 30px;
}
.footer-bar a {
	font-size:	14px;
	color: #fff!important;
}


/* Mobile */
@media (max-width: 767px) {
  .single-especializacion .page-content{
    align-items: center;
	padding: 20px;
  }
}
/* Tablet */
@media (max-width: 1024px) {
  .single-especializacion .page-content{
    align-items: center;
	padding: 20px;
  }