*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home
{
	width: 100%;
	height: 100vh;
}
.home_background_mkt
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/marketing_images/23_1.png); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

#impulsa {
  background-image: url('../images/marketing_images/40.png'); /* Reemplaza con la URL de tu imagen */
  background-size: cover; /* Ajusta la imagen para que cubra todo el fondo */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat;
  height: 80vh; /* La sección ocupará toda la altura de la ventana */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribuye los elementos para que el h1 esté arriba y el h2 abajo */
  padding: 20px; /* Espaciado interno */
}


.section {
  text-align: center;
  background-color: white;
  padding: 50px 20px;
  position: relative;
}
.section h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.section-divider {
  margin: 50px auto;
  width: 80%;
  height: 20px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  clip-path: polygon(0 25%, 10% 50%, 0 75%, 100% 75%, 90% 50%, 100% 25%);
}
.section h2 {
  font-size: 55px;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
  margin-bottom: 90px !important;
}
.section h2 span {
  color: #e5c779;
  font-weight: 700;
}

/** service section **/

.service {
  background-color: #e9e9e9;
}

.service_box h3 {
  font-size: 35px;
  color: #252525;
  padding-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
}

.mar_top {
  margin-top: -35px;
}

.service_box p {
  color: #8a8a8a;
}

.service_box img{
  max-width: 25%;
}



/** end service section **/

/** about section **/

.seccion {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 95px;
}

.seccion .titlepage {
  text-align: justify;
  padding-bottom: 0;
  margin-right: -20px;
}

.seccion .titlepage h2 {
  margin-bottom: 35px;
  font-size: 55px;
}

.seccion .titlepage p {
  font-weight: 300;
  color: #2e2d2d;
  font-size: 17px;
  line-height: 31px;
  padding-bottom: 35px;
}

.seccion_img {
  padding: 40px 30px 45px 30px;
}

.seccion_img figure {
  margin: 0;
}

.seccion_img figure img {
  width: 100%;
  position: relative;
}

#asistencia{
  background: #ded039;
  
}

/** end about section **/

.cuadricula{
  padding: 15rem;
  padding-top: 0rem !important;
}

@media (max-width: 992px) {
    .contenido {
        flex-direction: column;
        text-align: center;
    }

    .titulo {
        font-size: 36px;
    }

    .subtitulo {
        font-size: 1.3rem;
    }

}

/* Ajustes para pantallas de tamaño pequeño */
@media (max-width: 768px) {
    .titulo {
        font-size: 30px;
    }

    .subtitulo {
        font-size: 1.1rem;
    }

    
  .logomenu{
    display:none;
  }

  .text-fluid {
    font-size: x-large !important; /* Escala entre 1rem y 1.5rem, según el tamaño de la pantalla */
  }

}

/* Ajustes para pantallas extra pequeñas */
@media (max-width: 576px) {
    .titulo {
        font-size: 24px;
    }

    .subtitulo {
        font-size: 1rem;
    }

    .menu-container {
      flex-direction: column;
      }
  
      .dropdown-menu {
          transform: none !important;
      }
  
      .menu-section {
          width: auto !important;
      }
      .minititulo{
        font-size: 60px !important;
      }

      .d_none {
        display: none;
    }
    .cuadricula{
        padding: 0rem !important;
    }
    .center-md{
        text-align-last: center;
    }

    .seccion .titlepage h2 {
      margin-bottom: 35px;
      font-size: 49px;
  }

  .home_background_mkt
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/marketing_images/23_mini.png); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .text-fluid {
    font-size: x-large !important; /* Escala entre 1rem y 1.5rem, según el tamaño de la pantalla */
  }
}



.img-fluid {
    max-width: 100%;
    height: auto;
}




img, svg {
    vertical-align: middle;
}

.cuadricula{
  padding: 15rem;
  padding-top: 0rem !important;
}

.square-cell {
  aspect-ratio: 1 / 1; /* Mantiene la proporción 1:1 para que sea un cuadrado */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.square-cell img {
  object-fit: cover;
}

