@charset "utf-8";
/* 
Plantilla:  Sections General
Autor:      OncemediaMX / Miguel Solorio
Website:    oncemedia.com.mx
Fecha:      Abril 2021
------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: var(--color_body);
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight:500;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* position: relative; */
  color: var(--color_azul);
}

/*
.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

*/

.section-title p {
  margin-bottom: 0;
}
