/*
  =========================================================
  =================HEADER==================================
  =========================================================
*/

/* Padre */
#c-head {
  background-image: linear-gradient(to right top, #91c37d, #6ac297, #4bbfb1, #43b8c5, #59afcf);
  overflow: hidden;
  position: relative;
}

/* Container */
#header {
  min-height: 120px;
  max-height: 120px;
  background-color: transparent;
}

/* navegacion */
#navegacion-header ol {
  list-style: none;
  display: flex;
  gap: 50px;
}

#navegacion-header a {
  color: white;
}

/* navegacion mobil */
#navegacion-header-mb{
  background-color: transparent;
  border: none;
  color: white;
  font-size: 40px;
}

/* Estilos para el menú desplegable */
#menu-mbl {
  width: 100vw;
  height: 200px;
  background-color: var(--bg-principal);
  list-style: none;
  padding: 0;
  z-index: 10;
  position: absolute;
  top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#menu-mbl li {
  width: 90%;
  height: 45px;
  text-align: left;
  line-height: 40px;
  color: white;
}

#menu-mbl li:hover {
  background-color: #2b499c;
}

#menu-mbl a {
  padding: 5px;
  color: white;
  text-decoration: none;
}


#navigation-mbl-content {
  z-index: 20;
  background-color: var(--bg-principal);
  color: white;
  width: 300px;
  height: 300px;
  transform: translateY(160px);
}

/* contenido mobil */
#hero-image-mbl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 1000px;
  max-height: 1000px;
}

/* apartado del fondo de la imagen */
#hero-image {
  min-height: 580px;
  max-height: 580px;
}

.hero-img-people {
  transform: translateY(15px);
}

#head-contenido {
  min-height: 100%;
  max-height: 100%;
  width: 400px;
}

#head-img-titulo {
  width: 700px;
  transform: translateY(10px);
}

#head-img-quieres {
  max-width: 540px;
  transform: translateY(-20px);
}

#head-contenido h4 {
  margin: 0;
  padding: 0;
  width: max-content;
  text-align: center;
  transform: translateY(-40px);
  color: var(--title);
}

#head-contenido a {
  transform: translateY(-30px);
}

/*
  =========================================================
  =================SOCIOS - LOGOS==========================
  =========================================================
*/

#c-partners {
  background-color: white;
}

#c-partners p {
  margin: 0;
  padding: 0;
  color: var(--bg-terciario);
}

#partners-logos {
  gap: 70px;
}

/*
  =========================================================
  ================= INFO DEL PROGRAMA======================
  =========================================================
*/

#c-programa {
  background-color: var(--bg-principal);
}

#programa-conenido {
  max-width: 900px;
  text-align: center;
  color: white
}

#cartilla-contenido div {
  gap: 15px;
}

#cartilla-contenido div > a {
  width: 400px;
}

/*
  =========================================================
  =================NEGOCIOS QUE PARTICIPAN=================
  =========================================================
*/

#c-negocios {
  background-color: white;
}

.negocios-cubo-pq {
  max-width: 40px;
  max-height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: block;
  transform: translateX(-120px) translateY(-200px);
  background-color: var(--bg-secondary);
}
.negocios-cubo-bg {
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: block;
  transform: translateX(120px) translateY(100px);
  background-color: var(--bg-secondary);
}

#negocios-content {
  min-width: 900px;
  max-width: 900px;
  min-height: 100%;
}

#negocios-content img {
  z-index: 10;
  transform: translateY(-68px) translateX(-100px);
}

#negocios-title {
  width: 700px;
  height: 190px;
  background-color: var(--bg-secondary);
  color: var(--title);
  transform: translateY(-70px) translateX(-180px);
}

#negocios-list {
  list-style-type: none;
  padding: 0;
  font-weight: 600;
  color: var(--bg-principal);
  transform: translateY(-70px);
}

#negocios-list li:before {
  content: "\25C6";
  color: var(--bg-secondary);
  margin-right: 8px;
  vertical-align: middle;
}

/*
  =========================================================
  =================MAS INFO DEL PROGRAMA===================
  =========================================================
*/

#c-programa-dos {
  background-color: var(--bg-cuatro);
}

#programa-dos-contenido {
  max-width: 940px;
  min-width: 940px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.card-title {
  margin: 15px 0 10px 0;
  padding: 0;
  color: var(--bg-principal);
}

.card-content {
  min-height: 150px;
  color: white;
  padding: 10px;
  text-align: center;
  background-color: var(--title-2);
}

/*
  =========================================================
  =================PARTICIPA===============================
  =========================================================
*/

#c-inscribete {
  background-color: var(--bg-secondary);
}

#inscribete-contenido {
  max-width: 900px;
}

#inscribete-title {
  text-align: center;
  color: var(--title);
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

/*
  =========================================================
  =================LISTA DE FECHAS Y EVENTOS===============
  =========================================================
*/

#c-eventos {
  background-color: white;
}

#eventos-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#eventos-content p {
  text-align: center;
}

.eventos-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.e-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90px;
  width: 100%;
  margin: 0;
  color: var(--title-2);
  padding: 0;
}

.title-eventos {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e-card-body {
  text-align: center;
  border-top: 1px solid var(--bg-terciario);
  min-height: 90px;
  max-height: 90px;
  width: 100%;
  margin-top: 0;
  text-align: left;
  color: var(--bg-principal);
}

.e-card-foot {
  text-align: center;
  min-height: 90px;
  max-height: 90px;
  width: 250px;
  margin: 0;
  font-size: 14px;
  color: var(--bg-principal);
}

/*
  =========================================================
  =================DESCARGAR CARTILLAWS====================
  =========================================================
*/

#c-cartillas {
  background-color: var(--bg-secondary);
}

#cartilla-contenido {
  max-width: 900px;
}

#cartilla-title {
  text-align: center;
  color: var(--title);
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

/*
  =========================================================
  =================CONTACTO Y MAPA=========================
  =========================================================
*/

#c-contacto {
  background-color: var(--bg-cuatro);
}

#contacto-contenido {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 34% 66%;
}

#contacto-contac {
  background-color: white;
  padding: 20px;
  color: var(--bg-principal);
}
#contacto-mbl {
  background-color: white;
  padding: 20px;
  color: var(--bg-principal);
}

/*
  =========================================================
  =================QUE ES SIGMA============================
  =========================================================
*/

#c-sigma {
  background-color: white;
}

#sigma-content {
  width: 1200px;
  padding: 40px;
}

#sigma-content img {
  max-width: 300px;
  max-height: 200px;
  transform: translateX(-300px);
}

#sigma-content p {
  color: white;
  max-width: 900px;
}

/*
  =========================================================
  =================FOOTER==================================
  =========================================================
*/

#c-footer {
  background-color: var(--bg-principal);
  color: white;
}

#footer-cpc {
  max-width: 700px;
  height: 100%;
  margin: auto;
}

#footer-siguenos {
  max-width: 300px;
  height: 100%;
  margin: auto;
}

#footer-siguenos a {
  color: white;
}

#footer-icon-redes {
  gap: 10px;
}

#footer-icon-redes a {
  font-size: 30px;
  color: white;
}