@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 45vh;
  background: url(../imagenes/mems.png) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/*-------------------------------------------
            Inicio section
-------------------------------------------*/
#inicio {
  padding: 60px 0 30px 0;
}
#inicio {
	font-size: 18px!important;
	text-align: justify!important;
}

#inicio ol, ul li {
	font-size: 18px!important;
    list-style-type: none;
}
ul i {
    color: #044BA0;
}
#inicio h2 {
  font-size: 36px!important;
  font-weight: bold;
  margin-bottom: 10px;
}
#inicio h3 {
  color: #060c22!important;
  font-size: 22px;
  font-weight: bold!important;
  margin-bottom: 15px;
}
#inicio h4 {
  color: #060c22!important;
  font-size: 20px;
  font-weight: bold!important;
  margin-bottom: 15px;
}

#inicio h5 {
  color: #060c22!important;
  font-size: 18px;
  font-weight: bold!important;
  margin-bottom: 15px;
}

/*-------------------------------------------
            Sections Header
-------------------------------------------*/
.section-header {
  margin-top: 60px;
}
.section-header h3 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  background: #D1D1D1!important;
  overflow: hidden;
  position: relative;
  color: #060c22;
  padding: 60px 0 40px 0;
}
#about h2 {
  color: #060c22;
}

#about h3 {
  color: #060c22;
}

#about p {
  color: #060c22;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact .contact-info i {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}
#contact .contact-info .contact-email h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
    text-align: left;
}
#contact .contact-info  .contact-email p {
    text-align: left;
    line-height: 15px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  color: #19328e;
}
#schedule h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  color: #19328e;
}
#schedule .sub {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  color: #0E3DD4;
}
#schedule p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 15px;
  font-size: 17px;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
  text-align: left;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq .row h3, h4 {text-align: center;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  background: url(../imagenes/SembrandoIdeas2023.jpg) center center no-repeat;
}