/**********************************************************************************************/
/******* INTERIORES > GENERAL ***********************************************************************/
section {
  padding: 0 20px;
}

h2.titSection {
  text-transform: uppercase;
  position: relative;
  color: var(--azul);
  padding: 15px 0px 50px;
  font-weight: 800;
  font-size: 2rem;
}
h2.titSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 5px;
  background-color: var(--rojo);
}

p {
  font-size: 0.9em;
}

/**********************************************************************************************/
/******* INTERIORES > HEADER ***********************************************************************/
header {
  background: url("../img/header_slider1.jpg");
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .boxHeaderWrap {
  padding: 20px;
  text-align: center;
}
header .boxHeaderWrap h1.titHeader {
  color: var(--blanco);
  font-size: 4rem;
  font-weight: 800;
}
header .boxHeaderWrap h2.titHeader2 {
  color: var(--blanco);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0px;
}
header .boxHeaderWrap h2.titHeader2 strong {
  font-size: 1.2em;
}
header .boxHeaderWrap a.btn {
  background-color: var(--rojo);
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
}
header .boxHeaderWrap a.btn:hover {
  background-color: var(--rojoHover);
}

/**********************************************************************************************/
/******* INTERIORES > TUTORES ***********************************************************************/
main#tutores {
  padding: 50px 0px 100px;
}
main#tutores p.col3 {
  column-count: 3;
  column-gap: 10px;
}
main#tutores section#objetivos {
  font-size: 1rem;
}
main#tutores section#objetivos .wrap {
  max-width: 800px;
}
main#tutores section#objetivos .box50 {
  margin-bottom: 46px;
}
main#tutores section#objetivos .box50 img.imgTutores {
  width: 100%;
}
main#tutores section#objetivos .box50 p {
  padding-left: 30px;
  align-self: center;
}
main#tutores section#objetivos p {
  margin-bottom: 20px;
  font-size: 1em;
}
main#tutores section#objetivos ul {
  padding-left: 30px;
}
main#tutores section#objetivos ul li {
  margin-bottom: 15px;
  font-size: 1em;
  list-style: none;
  position: relative;
}
main#tutores section#objetivos ul li i {
  position: absolute;
  left: -20px;
  top: 5px;
}
main#tutores section#objetivos a.tutorInscribete {
  padding: 15px 35px;
  font-weight: 800;
  font-size: 1.3rem;
  text-decoration: none;
  background-color: var(--rojo);
  color: #fff;
}
main#tutores section#objetivos a.tutorInscribete:hover {
  background-color: var(--rojoHover);
}

main#faqs {
  padding: 50px 0px 100px;
}
main#faqs section#boxListFAQ .wrap {
  max-width: 800px;
}
main#faqs section#boxListFAQ .accordion .formatoBeca-linea {
  border-bottom: 1px solid #ccc;
}
main#faqs section#boxListFAQ .accordion button.faqListBtn {
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}

main#nosotros {
  padding: 50px 0px 100px;
}
main#nosotros section#motivacion {
  font-size: 1rem;
}
main#nosotros section#motivacion .wrap {
  max-width: 800px;
}
main#nosotros section#motivacion .box50 {
  margin-bottom: 46px;
}
main#nosotros section#motivacion .box50 img.imgTutores {
  width: 100%;
}
main#nosotros section#motivacion .box50 p {
  padding-left: 30px;
  align-self: center;
}
main#nosotros section#motivacion p {
  margin-bottom: 20px;
  font-size: 1em;
}
main#nosotros section#motivacion ul {
  padding-left: 30px;
}
main#nosotros section#motivacion ul li {
  margin-bottom: 15px;
  font-size: 1em;
  list-style: none;
  position: relative;
}
main#nosotros section#motivacion ul li i {
  position: absolute;
  left: -20px;
  top: 5px;
}

/*# sourceMappingURL=interiores.css.map */
