<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gradient_page_bg {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
}
.font_menu {
  font-family: 'Comfortaa-Regular', sans-serif;
}
.font_default {
  font-family: "san_francisco_displayregular", sans-serif;
}
.font_default_bold {
  font-family: "san_francisco_displayregular", sans-serif;
  font-weight: bold;
}
.foto {
  background-image: url(../../assets/images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.full_width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
#wrapper #content .abstract {
  padding-bottom: 2em;
  text-align: right;
  color: #4c4c4c;
  padding-top: 0.5em;
}
#home_banner_areas {
  margin-bottom: 30px;
  width: 100%;
  height: 50vh;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 0.25em;
}
@media screen and (max-width: 842px) {
  #home_banner_areas {
    grid-template-columns: 1fr;
    height: unset;
  }
}
#home_banner_areas &gt; div {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.5em;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.5s;
}
#home_banner_areas &gt; div:hover {
  opacity: 0.75;
}
#home_banner_areas &gt; div &gt; * {
  padding: 0.8em;
}
#home_banner_areas &gt; div .a_hide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#home_banner_areas h1 {
  font-family: "san_francisco_displayregular", sans-serif;
  font-variant: unset;
  font-size: 30px;
}
#home_banner_areas #mht,
#home_banner_areas #maternidades_robadas {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}
#home_banner_areas #mht {
  color: #111111;
  background-color: #F9F9F9;
  background-image: url(../../assets/images/alumna.jpg);
  background-position: center bottom -36px;
}
#home_banner_areas #mht &gt; h1 {
  color: #000000;
  background-color: #dcddd8;
}
#home_banner_areas #maternidades_robadas {
  color: #ffffff;
  background-color: #000000;
  background-image: url(../../assets/images/maternidades_robadas_banner.jpg);
  background-position: center;
}
#home_banner_areas #maternidades_robadas &gt; h1 {
  color: #ffffff;
  background-color: #2f312c;
}
@media screen and (max-width: 842px) {
  #home_banner_areas #maternidades_robadas {
    margin-top: 1em;
  }
}
.body_header {
  background-color: #6d5087;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 1em;
  padding-top: 1em;
  color: #ffffff;
  margin-top: 0.5em;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.cita {
  text-align: right;
  width: 100%;
  padding: 2em;
  padding-right: 3em;
}
@media (max-width: 842px) {
  .cita {
    padding-top: 0;
    width: auto;
  }
}
.intro_video {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF !important;
}
@media (max-width: 842px) {
  .intro_video {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    box-shadow: none;
    border-radius: unset;
    margin-bottom: 1rem;
  }
}
.intro_video &gt; i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  font-size: 5em;
  color: #573474;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
  width: 1em;
  margin-top: auto;
  margin-bottom: auto;
  height: 1em;
}
.intro_video:before {
  /*
			content: "\f101";
			display: block;
			font-size: 50px;
			z-index: 999999999999999;
			line-height: 50px;
			text-align: center;
			font-family: VideoJS;
			font-weight: 400;
			font-style: normal;
			opacity: 0.7;
			cursor: pointer;
			background-color: #ad9dba;
			width: 50px;
			height: 50px;
			border-radius: 40px;
			padding: 15px;
			margin-left: 46.5%;
			margin-top: 23.5%;
			color: #ffffff;
			*/
}
.intro_video #mediaplayer {
  background-color: #FFFFFF !important;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=main_home.css.map */</pre></body></html>