/*------------------------------------*\
    		$SETTINGS
\*------------------------------------*/
/* ============== // Transition // ============== */
/* ============== // FONTS // ============== */
/*------------------------------------*\
			$CURRENT
\*------------------------------------*/
/* =============================================================================
   				Functions
   ========================================================================== */
/* =============================================================================
   				Mixins
   ========================================================================== */
/*Media Queries*/
/*------------------------------------*\
	$GENERIC
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: 0;
}

::-moz-selection {
  background: #ef3340;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ef3340;
  color: white;
  text-shadow: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------------------------------*\
    		$Z-INDEX
\*------------------------------------*/
/*------------------------------------*\
    $PLUGINS
\*------------------------------------*/
/*------------------------------------*\
    		$PLUGINS
\*------------------------------------*/
/*------------------------------------*\
    $SVG
\*------------------------------------*/
/*------------------------------------*\
    $GLOBAL ELEMENTS
\*------------------------------------*/
/*------------------------------------*\
			$GLOBAL-CLASSES
\*------------------------------------*/
.wrap {
  margin: auto;
  max-width: 75rem;
  width: 100%;
}

.background-gray {
  padding: 40px 0;
  background-color: #f4f4f4;
}
.background-gray .section__title {
  margin-top: 0;
}

.contact-title {
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #1d1e20;
  text-align: center;
  position: relative;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 35px;
  font-size: 2.1875rem;
}
.contact-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -16px;
  width: 35px;
  height: 4px;
  background-color: #ef3340;
}

.more-elements {
  padding: 25px 15px 0;
  text-align: right;
}
@media (min-width: 740px) {
  .more-elements {
    padding: 26px 30px;
  }
}
@media (min-width: 1081px) {
  .more-elements {
    padding: 26px 0 0;
  }
}
.more-elements a {
  color: #ef3340;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
.more-elements a:hover {
  color: #ae0e19;
}
.more-elements a:hover svg {
  fill: #ae0e19;
}
.more-elements a svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #ef3340;
}

hr {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  border-top: solid 1px #e6e9ee;
  border-bottom: 0;
}
hr + .section {
  margin-top: 40px;
}

.spacer-top {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}

.sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*------------------------------------*\
$MAIN
\*------------------------------------*/
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

.box-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
}

.diagonal {
  position: relative;
}
.diagonal::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
  border-width: 0 0px 20px 100vw;
}
@media (min-width: 740px) {
  .diagonal::after {
    border-width: 0 0px 50px 100vw;
  }
}

a {
  text-decoration: none;
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}

/*------------------------------------*\
    $PAGE STRUCTURE - GENERAL
\*------------------------------------*/
/*------------------------------------*\
                $HEADER
\*------------------------------------*/
.header {
  background-color: #1d1e20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}
@media (min-width: 1081px) {
  .header {
    border-top: 8px solid #ef3340;
    /*transition: $transition-time $transition-method;*/
  }
  .header.is-fixed {
    top: -38px;
  }
  .header.is-fixed .header__wrap {
    padding: 15px 0 45px;
  }
}

.header__wrap {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px 12px 12px 20px;
}
@media (min-width: 1081px) {
  .header__wrap {
    /*transition: $transition-time $transition-method;*/
    padding: 30px 0 60px;
  }
}

.top-bar__wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-name {
  color: white;
  font-family: "Bitter", serif;
  font-weight: 700;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 50px;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 980px) {
  .site-name {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1081px) {
  .site-name {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    width: auto;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.site-name::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  height: 25px;
  width: 5px;
  background-color: #ef3340;
}
@media (min-width: 1081px) {
  .site-name::before {
    height: 4px;
    width: 34px;
    top: auto;
    bottom: -10px;
    left: 0;
  }
}
.site-name a {
  color: white;
}

/*------------------------------------*\
                $LOGO
\*------------------------------------*/
.logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 110px;
}
@media screen and (max-width: 980px) {
  .logo {
    display: none;
  }
}
.logo img {
  width: 100%;
}
@media (min-width: 1081px) {
  .logo {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*------------------------------------*\
    		$NAV
\*------------------------------------*/
.main-nav {
  max-width: 1200px;
  width: 100%;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  position: fixed;
  left: 0;
  z-index: 1100;
  display: none;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  overflow: scroll;
}
@media (min-width: 1081px) {
  .main-nav {
    top: 128px;
    overflow: visible;
  }
  .main-nav.is-fixed {
    top: 70px;
  }
}
.main-nav.is-open {
  display: block;
}
@media (min-width: 1081px) {
  .main-nav {
    background-color: white;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 1081px) {
  .main-nav__list {
    padding: 18px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
  }
}
.main-nav__list > li {
  position: relative;
}
.main-nav__list > li:last-of-type a, .main-nav__list > li:last-of-type span {
  border-bottom: 0;
}
.main-nav__list > li.current-menu-item > a, .main-nav__list > li.current-menu-item span, .main-nav__list > li.current_page_item > a, .main-nav__list > li.current_page_item span, .main-nav__list > li.current-page-ancestor > a, .main-nav__list > li.current-page-ancestor span, .main-nav__list > li.current-menu-ancestor > a, .main-nav__list > li.current-menu-ancestor span, .main-nav__list > li.current-menu-parent > a, .main-nav__list > li.current-menu-parent span, .main-nav__list > li.current-page-parent > a, .main-nav__list > li.current-page-parent span, .main-nav__list > li.current_page_parent > a, .main-nav__list > li.current_page_parent span, .main-nav__list > li.current_page_ancestor > a, .main-nav__list > li.current_page_ancestor span {
  color: #ef3340;
}
.main-nav__list > li.menu-item-has-children.sub-menu-open > span {
  border-bottom-color: transparent;
  background-image: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/minus.svg);
}
.main-nav__list > li.menu-item-has-children > span {
  background-image: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/plus.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 1081px) {
  .main-nav__list > li.menu-item-has-children > span {
    background-image: none;
  }
}
.main-nav__list > li:last-of-type a, .main-nav__list > li:last-of-type span {
  border-right: 0;
}
.main-nav__list > li > a, .main-nav__list > li > span {
  font-weight: 700;
  display: block;
  padding: 20px 10px;
  display: block;
  color: #1d1e20;
  font-family: "Bitter", serif;
  border-bottom: 1px solid #d7d2cb;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1081px) {
  .main-nav__list > li > a, .main-nav__list > li > span {
    border-bottom: 0;
    padding: 2px 10px;
    border-right: 1px solid #f9f8f7;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .main-nav__list > li > a:hover, .main-nav__list > li > span:hover {
    color: #ef3340;
  }
}
@media (min-width: 1161px) {
  .main-nav__list > li > a, .main-nav__list > li > span {
    padding: 2px 15px;
  }
}

.sub-menu {
  width: calc(100% + 20px);
  margin-left: -10px;
  background-color: white;
  padding: 10px;
  display: none;
  z-index: 200;
  border-top: 0;
}
@media (min-width: 1081px) {
  .sub-menu {
    padding: 5px 20px;
    -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    border: solid 1px #e6e9ee;
    position: absolute;
    top: 42px;
    left: -10px;
    margin: 0;
    width: 300px;
  }
}

.sub-menu__list {
  width: 100%;
}
.sub-menu__list .menu-item {
  display: block;
  color: #1d1e20;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Bitter", serif;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #d7d2cb;
}
@media (min-width: 1081px) {
  .sub-menu__list .menu-item {
    padding: 10px 0;
  }
}
.sub-menu__list .menu-item:last-of-type {
  border-bottom: none;
}
.sub-menu__list .menu-item.current_page_item, .sub-menu__list .menu-item .current-menu-item {
  color: #ef3340;
  font-weight: 700;
}
.sub-menu__list .menu-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -21px;
  width: 5px;
  height: 26px;
  background-color: #ef3340;
  opacity: 0;
}
.sub-menu__list .menu-item:hover {
  color: #ef3340;
}
.sub-menu__list .menu-item.current_page_item::before, .sub-menu__list .menu-item.current-menu-item::before {
  opacity: 1;
}

/*------------------------------------*\
			$NAVICON
\*------------------------------------*/
.navicon {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  bottom: 6px;
  right: 20px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
}
.navicon:active, .navicon:focus {
  outline: 0;
}
@media (min-width: 740px) {
  .navicon {
    bottom: 10px;
  }
}
@media (min-width: 1081px) {
  .navicon {
    display: none;
  }
}
.navicon svg {
  width: 40px;
  height: 40px;
  fill: #ef3340;
}

/*------------------------------------*\
                $FOOTER
\*------------------------------------*/
.footer {
  background-color: #1d1e20;
  padding: 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125em;
}
.footer.blank {
  margin-top: 40px;
}
@media (min-width: 1081px) {
  .footer {
    padding: 40px 50px;
  }
}
@media (min-width: 740px) {
  .footer .box.third {
    width: calc(100% - 5px);
    margin-bottom: 10px;
  }
}
@media (min-width: 1081px) {
  .footer .box.third {
    width: calc(33% - 5px);
    text-align: left;
  }
}
.footer .two-third {
  text-align: center;
  width: 100%;
}
@media (min-width: 740px) {
  .footer .two-third {
    width: 100%;
  }
}
@media (min-width: 1081px) {
  .footer .two-third {
    width: calc(66% - 5px);
    text-align: right;
  }
}
.footer .box {
  margin: 0;
}
.footer a {
  color: #ef3340;
}

.footer__item {
  margin: 15px 10px;
  display: inline-block;
}
@media (min-width: 740px) {
  .footer__item {
    margin: 0;
  }
}
.footer__item img {
  max-width: 100%;
}

#btnmodal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*    width: 60px;
      height: 60px;*/
  z-index: 9999;
}
@media (min-width: 740px) {
  #btnmodal {
    /*        width: 117px;
            height: 41px;*/
    bottom: 50px;
    right: 50px;
  }
}
#btnmodal .fa-plus {
  background-color: #000;
  height: 30px;
  width: 60px;
  display: block;
  float: right;
  color: #fff;
}
@media (min-width: 740px) {
  #btnmodal .fa-plus {
    height: 41px;
    width: 41px;
  }
}
#btnmodal .fa-plus:before {
  content: "+";
  font-size: 22px;
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media (min-width: 740px) {
  #btnmodal .fa-plus:before {
    font-size: 29px;
  }
}
#btnmodal .text {
  color: #fff;
  width: 60px;
  height: 30px;
  padding: 5px 0;
  clear: both;
  text-align: center;
  font-size: 9px;
  line-height: 12px;
}
@media (min-width: 740px) {
  #btnmodal .text {
    display: inline-block;
    padding: 9px 0 0;
    height: 41px;
    width: 76px;
    font-size: 11px;
  }
}

/*------------------------------------*\
		$COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
$FORM
\*------------------------------------*/
.signup-form {
  max-width: 330px;
  width: 100%;
  margin: 25px auto;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .signup-form {
    padding: 0;
  }
}
@media (min-width: 1081px) {
  .signup-form {
    margin: 50px auto 40px;
    max-width: 1060px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1081px) {
  .form__box {
    margin-bottom: 0;
    width: calc(33% - 14px);
  }
}

.form__full {
  width: 100%;
  text-align: center;
}

.form__submit {
  margin-top: 5px;
}
@media (min-width: 740px) {
  .form__submit {
    margin-top: 20px;
  }
}
@media (min-width: 1081px) {
  .form__submit {
    margin-top: 50px;
  }
}

.form__label {
  color: #545353;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form__label--active {
  bottom: 30px;
}

.form__spin {
  -webkit-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #ef3340;
  z-index: 4;
  width: 0;
}

.form__input {
  width: 100%;
  color: #ef3340;
  border: 0;
  padding: 7px 0;
  border-bottom: 2px solid #87858a;
  font-weight: 400;
  font-family: "Bitter", serif;
  letter-spacing: 0.3px;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
  background: transparent;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 200;
}
.form__input:active, .form__input:focus {
  outline: 0;
}

.parsley-errors-list {
  position: relative;
  bottom: 10px;
  left: 0;
  color: #fff;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
}
@media (min-width: 740px) {
  .parsley-errors-list {
    position: absolute;
    bottom: -25px;
    left: 20px;
    width: auto;
  }
}
.parsley-errors-list li {
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/ion-close-circled.svg) no-repeat 0 2px;
  padding-left: 20px;
  text-align: center;
  display: inline-block;
}

.form-container {
  max-width: 684px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.form__col {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 740px) {
  .form__col {
    width: calc(50% - 14px);
    margin-bottom: 0;
  }
  .form__col:nth-child(n+3) {
    margin-top: 50px;
  }
}

.form__btn {
  padding: 8px 20px;
}

.form-select {
  position: relative;
}
.form-select select {
  color: #545353;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
.form-select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #545353 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacto_simple .parsley-errors-list {
  left: 0px;
}
.contacto_simple .parsley-errors-list li {
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/ion-close-circled-red.svg) no-repeat 0 2px;
  color: #C6303A;
}

/*------------------------------------*\
    		$BTN
\*------------------------------------*/
.btn {
  border: 2px solid transparent;
  font-weight: 700;
  border-radius: 4px;
  padding: 10px 15px;
  display: inline-block;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #ef3340;
}
.btn:hover::before {
  width: 100%;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn--green {
  color: #ef3340;
  border-color: #ef3340;
}
.btn--green:hover {
  color: white;
}
.btn--green::before {
  background-color: #ef3340;
}

.btn--white {
  padding: 7px 15px;
  color: white;
  border-color: white;
}
.btn--white::before {
  background-color: white;
}

.btn--simple {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid white;
  padding: 0 20px;
  background-color: transparent;
  color: white;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 16px;
  font-size: 1rem;
}
.btn--simple:hover {
  color: #0082ba;
  background-color: white;
  border-color: white;
}

.btn--blue {
  color: #ef3340;
  padding: 0 13px;
  border-color: #ef3340;
  line-height: 34px;
  line-height: 2.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.btn--blue:hover {
  color: white;
  background-color: #ef3340;
  border-color: #ef3340;
}

.basicLightbox {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 10000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox__placeholder > [data-basicLightbox] {
  display: block !important;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

[data-basicLightbox] {
  display: none !important;
}

.basicLightbox__placeholder {
  background-color: #009fe3;
  padding: 20px;
  color: #fff;
  width: 80%;
  max-width: 1000px;
}

/*#modal{
    position:relative;padding-bottom:56.25%;padding-top:0px;
}
#modal iframe{
    position:absolute;width:100%!important;height:100%!important;
}*/
#modal {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
}

#modal iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

#btnmodal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*    width: 60px;
      height: 60px;*/
  z-index: 9999;
}
@media (min-width: 740px) {
  #btnmodal {
    /*        width: 117px;
            height: 41px;*/
    bottom: 50px;
    right: 50px;
  }
}
#btnmodal .fa-plus {
  background-color: #000;
  height: 30px;
  width: 60px;
  display: block;
  float: right;
  color: #fff;
}
@media (min-width: 740px) {
  #btnmodal .fa-plus {
    height: 41px;
    width: 41px;
  }
}
#btnmodal .fa-plus:before {
  content: "+";
  font-size: 22px;
  height: 100%;
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media (min-width: 740px) {
  #btnmodal .fa-plus:before {
    font-size: 29px;
  }
}
#btnmodal .text {
  color: #fff;
  width: 60px;
  height: 30px;
  padding: 5px 0;
  clear: both;
  text-align: center;
  font-size: 9px;
  line-height: 12px;
}
@media (min-width: 740px) {
  #btnmodal .text {
    display: inline-block;
    padding: 9px 0 0;
    height: 41px;
    width: 76px;
    font-size: 11px;
  }
}

/*------------------------------------*\
                        $BOXES
\*------------------------------------*/
.banners {
  max-width: 1180px;
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banners .banner {
  width: calc(100% - 20px);
  margin: 10px;
}
@media (min-width: 740px) {
  .banners .banner {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.banners .banner img {
  width: 100%;
}
.banners .banner img:hover {
  opacity: 0.8;
}
.banners .banner.big {
  width: calc(100% - 20px);
}
@media (min-width: 740px) {
  .banners .banner.big {
    width: calc(67% - 20px);
  }
}

/*------------------------------------*\
$HERO
\*------------------------------------*/
.hero {
  position: relative;
  margin-top: 128px;
}
@media (min-width: 740px) {
  .hero {
    padding: 0;
  }
}
@media (min-width: 1081px) {
  .hero {
    margin-top: 166px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero.animated::after {
  bottom: -155px;
  top: auto;
  height: 50%;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media (min-width: 740px) {
  .hero.animated::after {
    height: 200px;
  }
}
@media (min-width: 1300px) {
  .hero.animated::after {
    bottom: -120px;
  }
}
.hero.animated .label, .hero.animated .hero__title, .hero.animated .hero__copy, .hero.animated .btn, .hero.animated .hero__info {
  opacity: 1;
  -webkit-animation: scrollDown 1s ease backwards;
          animation: scrollDown 1s ease backwards;
}
.hero.animated .label {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.hero.animated .hero__title {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.hero.animated .hero__copy {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
.hero.animated .btn:nth-child(1) {
  -webkit-animation-delay: 1450ms;
          animation-delay: 1450ms;
}
.hero.animated .btn:nth-child(2) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.hero.animated .btn:nth-child(3) {
  -webkit-animation-delay: 1550ms;
          animation-delay: 1550ms;
}
.hero.animated .hero__info {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.hero--simple {
  height: 370px;
  padding: 0;
}
@media (min-width: 1081px) {
  .hero--simple {
    height: 530px;
    margin-top: 166px;
  }
}

.hero__wrapper {
  width: 100%;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11)));
  background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
  background-image: linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
  z-index: 100;
}
.hero__wrapper.v {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__wrapper.v .hero__content {
  padding: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.hero__container {
  position: relative;
  height: 100%;
}

.hero__content {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 60px 0 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 740px) {
  .hero__content {
    width: 100%;
    padding: 0 20px;
    padding: 90px 0 170px;
  }
}
@media (min-width: 1081px) {
  .hero__content {
    padding: 100px 0 200px;
  }
}
.hero__content .label {
  letter-spacing: 0.5px;
  color: white;
  background-color: #f47079;
  border-radius: 3px;
  padding: 3px 12px;
  display: inline-block;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.hero__text {
  padding: 0 20px;
  position: relative;
  z-index: 200;
}
@media (min-width: 1081px) {
  .hero__text {
    padding: 0;
    text-align: left;
    width: calc(100% - 300px);
    margin: auto;
  }
}

.hero__title {
  width: 100%;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: white;
  margin: 15px 0;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  z-index: 200;
  max-width: 600px;
}
@media (min-width: 740px) {
  .hero__title {
    padding: 15px 20px 15px 0;
  }
}
@media (min-width: 1081px) {
  .hero__title {
    margin: 15px 0 25px;
    line-height: 45px;
    line-height: 2.8125rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.hero__title-v {
  color: white;
  font-family: "Bitter", serif;
  font-weight: 700;
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 200;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 35px;
  font-size: 2.1875rem;
  max-width: 600px;
  position: relative;
}
@media (min-width: 1081px) {
  .hero__title-v {
    margin-top: -70px;
  }
}
.hero__title-v::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 44px;
  height: 4px;
  background-color: white;
  left: 50%;
  margin-left: -22px;
}
.hero__title-v::before else {
  left: 0;
}

.hero__copy {
  max-width: 760px;
  color: white;
  letter-spacing: 0.4px;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  z-index: 200;
}

.hero__btns {
  margin-top: 30px;
}
@media (min-width: 1081px) {
  .hero__btns {
    margin-top: 50px;
  }
}
.hero__btns a.btn {
  margin-right: 15px;
}
@media (max-width: 740px) {
  .hero__btns a.btn:nth-child(3) {
    margin-top: 15px;
  }
}

.hero__info {
  z-index: 300;
  width: calc(100% - 20px);
  margin: 0 auto;
  top: -40px;
  position: relative;
  margin-bottom: -30px;
}
@media (max-width: 740px) {
  .hero__info::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: white;
    display: block;
    position: absolute;
    left: -10px;
    top: 40px;
  }
}
@media (min-width: 740px) {
  .hero__info {
    max-width: 470px;
    margin-bottom: -100px;
    top: -100px;
  }
}
@media (min-width: 1081px) {
  .hero__info {
    width: 330px;
    bottom: -20px;
    top: auto;
    right: 50px;
    position: absolute;
    margin-bottom: 0;
  }
}

.hero__info__title {
  background-color: #009fe3;
  text-align: center;
  border-radius: 3px;
  color: white;
  font-weight: 700;
  font-family: "Bitter", serif;
  letter-spacing: 0.1px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 0;
}

.hero__info__block {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  padding: 25px 15px 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (min-width: 740px) {
  .hero__info__block {
    margin-top: 10px;
    border-radius: 3px;
  }
}
.hero__info__block .icon {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.hero__info__block .icon svg {
  width: 30px;
  height: 30px;
  fill: #545353;
}
.hero__info__block .box-title {
  color: #545353;
  font-weight: 700;
  font-family: "Bitter", serif;
  letter-spacing: 0.1px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 45px;
  margin-bottom: 10px;
}

.hero__info__copy {
  padding-left: 45px;
  margin-bottom: 20px;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  color: #545353;
}

.hero__info__disclaimer {
  border-top: 1px solid #d7d2cb;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  padding: 10px 15px 0;
  color: #545353;
}
.hero__info__disclaimer + .hero__info__disclaimer {
  margin-top: 10px;
}

.hero__media, .media-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__media picture, .hero__media img, .media-video-cover picture, .media-video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-video-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*------------------------------------*\
    		$BREADCRUMBS
\*------------------------------------*/
.breadcrumbs {
  display: none;
}
@media (min-width: 740px) {
  .breadcrumbs {
    display: block;
    margin-bottom: 10px;
  }
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 13px;
  color: #545353;
}
.breadcrumbs a:hover {
  color: #ef3340;
}
.breadcrumbs span svg {
  width: 4px;
  height: 8px;
  fill: #545353;
}

/*------------------------------------*\
$TITLES
\*------------------------------------*/
.featured-title {
  letter-spacing: 0.4px;
  text-align: center;
  font-weight: 700;
  color: #ef3340;
  font-family: "Bitter", serif;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
}
.featured-title::before {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 44px;
  height: 3px;
  background-color: #ef3340;
  left: 50%;
  margin-left: -22px;
}
.featured-title::before else {
  left: 0;
}
@media (min-width: 1081px) {
  .featured-title {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.simple-title {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  color: #545353;
  margin-bottom: 30px;
  position: relative;
  font-family: "Bitter", serif;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
}
.simple-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 35px;
  height: 4px;
  background-color: #545353;
  left: 50%;
  margin-left: -17.5px;
}
.simple-title::before else {
  left: 0;
}
@media (min-width: 740px) {
  .simple-title {
    text-align: left;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
    padding-left: 30px;
  }
  .simple-title::before {
    left: 30px;
    margin-left: 0;
  }
}
@media (min-width: 1081px) {
  .simple-title {
    padding-left: 100px;
  }
  .simple-title::before {
    left: 100px;
  }
}

.generic-title {
  color: #545353;
  font-family: "Bitter", serif;
  font-weight: 700;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
}
.generic-title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 35px;
  height: 4px;
  background-color: #ef3340;
}
.generic-title::before else {
  left: 0;
}

.small-title {
  letter-spacing: 0.1px;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #545353;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.medium-title {
  font-family: "Bitter", serif;
  color: rgba(0, 0, 0, 0.79);
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1081px) {
  .medium-title {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.medium-title.is-bold {
  font-weight: 700;
}
.medium-title a {
  color: rgba(0, 0, 0, 0.79);
}

.title--underline::after {
  content: "";
  width: 46px;
  height: 4px;
  display: block;
  background: #545353;
  margin-top: 10px;
}
.title--underline.underline--center::after {
  margin: 10px auto 0;
}

.school-title {
  color: #ef3340;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 740px) {
  .school-title {
    margin-bottom: 30px;
    display: table;
  }
}
@media (min-width: 1081px) {
  .school-title {
    padding: 0;
    margin-bottom: 40px;
  }
}
.school-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 44px;
  height: 4px;
  background-color: #00a297;
  left: 50%;
  margin-left: -22px;
}
@media (min-width: 740px) {
  .school-title::before {
    width: 35px;
    bottom: auto;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.title--medium {
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Bitter", serif;
  font-weight: bold;
  color: #545353;
  margin-bottom: 20px;
}
.title--medium.title--center {
  width: 100%;
  text-align: center;
}

.large-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #1d1e20;
  line-height: 33px;
  line-height: 2.0625rem;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 1081px) {
  .large-title {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.title-small {
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #1d1e20;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 740px) {
  .title-small {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.title-small a {
  color: #1d1e20;
}

/*------------------------------------*\
$STRUCTURE
\*------------------------------------*/
.page-container {
  width: 100%;
  margin: 0 auto;
}
.page-container > .page-title {
  padding-top: 30px;
}
@media (min-width: 1081px) {
  .page-container > .page-title {
    padding-top: 50px;
  }
}
.page-container > .hero {
  margin-top: 0;
}

.page-title {
  text-align: center;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #1d1e20;
  margin-bottom: 30px;
  position: relative;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 35px;
  font-size: 2.1875rem;
  position: relative;
  padding: 0 15px;
}
.page-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 44px;
  height: 4px;
  background-color: #ef3340;
  left: 50%;
  margin-left: -22px;
}
.page-title::before else {
  left: 0;
}
@media (min-width: 1081px) {
  .page-title {
    padding: 0;
    margin-bottom: 40px;
  }
}

.narrow-copy {
  max-width: 570px;
  width: 100%;
  margin: auto;
}

.single-column {
  max-width: 582px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .single-column {
    padding: 0;
  }
}

/*------------------------------------*\
			$SEARCH
\*------------------------------------*/
.top-search {
  width: 300px;
}

.search-form {
  width: 100%;
  position: relative;
}

.search-form__field {
  width: 100%;
  border: 0;
  margin: 0;
  color: white;
  padding: 0 10px;
  background-color: #474a4c;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
.search-form__field:active, .search-form__field:focus {
  outline: 0;
}
.search-form__field ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-form__field ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-form__field :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-form__field :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-form__submit {
  border: 0;
  margin: 0;
  background-color: transparent;
  padding: 0;
  top: 4px;
  right: 10px;
  position: absolute;
}
.search-form__submit svg {
  fill: white;
}

.search-spacer {
  padding-top: 30px;
}

.search-options {
  color: #ef3340;
}

/*------------------------------------*\
			$SOCIAL
\*------------------------------------*/
.social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
}
@media (min-width: 1081px) {
  .social-container {
    width: 100%;
  }
}

.background-gray + .social-wrapper, .home .social-wrapper {
  margin-top: 0 !important;
}

.social-wrapper {
  padding-top: 10px;
}
@media (max-width: 1081px) {
  .social-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
  }
  .social-wrapper .section__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.social-wrapper .section__title {
  color: #1d1e20;
  width: 100%;
}

.social-network {
  position: relative;
  text-align: center;
  width: calc(100% / 3);
}
@media (min-width: 1081px) {
  .social-network {
    padding: 40px 50px 80px;
  }
}

.social-network__icon {
  padding: 30px 0;
}
@media (min-width: 1081px) {
  .social-network__icon {
    padding: 0;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
.social-network__icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.social-network.facebook {
  background-color: #39579a;
}
.social-network.facebook .social-network__btn:hover {
  color: #39579a;
}

.social-network.twitter {
  background-color: #059ff5;
}
.social-network.twitter .social-network__btn:hover {
  color: #059ff5;
}

.social-network.linkedin {
  background-color: #0076b7;
}
.social-network.linkedin .social-network__btn:hover {
  color: #0076b7;
}

.social-network.email {
  background-color: #ee0085;
}
.social-network.email .social-network__btn:hover {
  color: #ee0085;
}

.social-network.link {
  background-color: #6e6c6c;
}
.social-network.link .social-network__btn:hover {
  color: #6e6c6c;
}

.network-users {
  color: white;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 57px;
  line-height: 3.5625rem;
  font-size: 35px;
  font-size: 2.1875rem;
  display: none;
}
@media (min-width: 1081px) {
  .network-users {
    display: block;
  }
}

.network-label {
  color: white;
  margin-bottom: 37px;
  font-family: "Bitter", serif;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 25px;
  font-size: 1.5625rem;
  display: none;
}
@media (min-width: 1081px) {
  .network-label {
    display: block;
  }
}

.social-network__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -50px;
  border: 2px solid white;
  display: inline-block;
  color: white;
  padding: 9px 13px;
  line-height: 16px;
  line-height: 1rem;
  font-size: 16px;
  font-size: 1rem;
  display: none;
  border-radius: 4px;
  font-weight: 700;
}
.social-network__btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-network__btn:hover::before {
  width: 100%;
}
@media (min-width: 1081px) {
  .social-network__btn {
    display: block;
  }
}
.social-network__btn span {
  position: relative;
  z-index: 200;
}

.tweet {
  margin-top: 20px;
  color: white;
  text-align: center;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  display: none;
}
@media (min-width: 1081px) {
  .tweet {
    display: block;
  }
}

/*------------------------------------*\
$FEATURED
\*------------------------------------*/
.featured {
  max-width: 1200px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}
@media (min-width: 1081px) {
  .featured {
    margin-top: 40px;
  }
}
@media (min-width: 1081px) {
  .featured.animated .featured__content {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .featured.animated .animation-container::before, .featured.animated .animation-container::after {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
    width: 0%;
  }
  .featured.animated .featured__media {
    opacity: 1;
  }
  .featured.animated .featured__media img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}

.featured__content {
  padding: 40px 15px;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  text-align: center;
  position: relative;
  z-index: 300;
  margin: -50% auto 0;
  width: calc(100% - 20px);
}
@media only screen and (min-device-width: 375px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .featured__content {
    margin-top: -100px;
  }
}
@media (min-width: 740px) {
  .featured__content {
    margin-top: -100px;
    padding: 50px 40px;
    width: 70%;
  }
}
@media (min-width: 1081px) {
  .featured__content {
    width: 580px;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.featured__content .label {
  letter-spacing: 0.5px;
  border-radius: 3px;
  padding: 3px 12px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ef3340;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.featured__content .meta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured__media {
  width: 100%;
}
@media (min-width: 1081px) {
  .featured__media {
    overflow: hidden;
    width: 860px;
  }
}
.featured__media img {
  width: 100%;
}

.featured__copy {
  display: none;
}
@media (min-width: 740px) {
  .featured__copy {
    margin-top: 30px;
    display: block;
  }
}
.featured__copy p {
  color: #545353;
  letter-spacing: 0.4px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.featured__copy + a {
  margin-top: 40px;
}
@media (min-width: 1081px) {
  .featured__copy + a {
    margin-top: 25px;
  }
}

.featured-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 505px;
  max-height: 600px;
  max-width: 75rem;
  width: 100%;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 740px) {
  .featured-full {
    /*background-size: cover;*/
    padding: 0;
    margin: 0px auto;
  }
}
.featured-full.hover-active .featured__cover {
  opacity: 1;
}
.featured-full.hover-active .featured__btn {
  background-color: white;
  border-color: white;
}
.featured-full::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(70%, rgba(29, 30, 32, 0.6)), to(rgba(29, 30, 32, 0.8)));
  background-image: -o-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
  background-image: linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
}
.featured-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.featured-full .featured__media {
  display: block;
}
@media (min-width: 740px) {
  .featured-full .featured__media {
    display: none;
  }
}
@media (min-width: 1081px) {
  .featured-full .featured__media {
    display: none;
  }
}

.featured-full__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 10px 30px 35px;
  width: 100%;
  z-index: 100;
}
@media (min-width: 740px) {
  .featured-full__content {
    padding: 20px 100px 30px 35px;
  }
}
.featured-full__content .featured__title {
  color: #e6e9ee;
}
.featured-full__content .featured__title a {
  font-family: "Bitter", serif;
  color: #e6e9ee;
}
.featured-full__content .featured__copy {
  display: block;
}
@media (min-width: 740px) {
  .featured-full__content .featured__copy {
    margin-top: 10px;
  }
}
.featured-full__content .featured__copy p {
  color: #e6e9ee;
}

/*------------------------------------*\
$CARDS
\*------------------------------------*/
.cards {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .cards {
    padding: 0;
  }
}

.card {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  opacity: 0;
}
@media (max-width: 740px) {
  .card {
    padding-top: 80px;
  }
  .card + .card {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .card {
    margin: 0 9px;
    min-height: 330px;
    width: calc(33.33% - 12px);
  }
  .card:first-of-type, .card:nth-child(3n+4) {
    margin-left: 0;
  }
  .card:nth-child(3n+3) {
    margin-right: 0;
  }
  .card:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (min-width: 1081px) {
  .card {
    min-height: 430px;
  }
}
.card:hover::after {
  opacity: 1;
}
.card:hover::before {
  opacity: 0;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11)));
  background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
  background-image: linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
}
.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a7242d), to(rgba(241, 75, 86, 0.35))), -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11)));
  background-image: -o-linear-gradient(bottom, #a7242d, rgba(241, 75, 86, 0.35)), -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
  background-image: linear-gradient(to top, #a7242d, rgba(241, 75, 86, 0.35)), linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
}
.card.card-loaded {
  opacity: 1;
  -webkit-animation: scaleFadeIn 0.5s;
          animation: scaleFadeIn 0.5s;
}

.card__content {
  position: relative;
  z-index: 300;
  padding: 0 20px 40px;
}

.card__meta {
  letter-spacing: 0.5px;
  color: white;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.card__title {
  letter-spacing: 0.2px;
  margin: 5px 0 20px;
  font-weight: 700;
  color: white;
  font-family: "Bitter", serif;
  position: relative;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
.card__title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  height: 50px;
  width: 6px;
  background-color: #ef3340;
}

.card__info {
  color: #f47079;
  letter-spacing: 0.5px;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.card--centros {
  min-height: 0px;
}
.card--centros::before, .card--centros::after {
  display: none;
}
.card--centros .card__content {
  padding: 40px 50px 40px 30px;
  position: relative;
  border: 1px solid #e6e9ee;
  width: 100%;
}
@media (min-width: 740px) {
  .card--centros .card__content {
    height: 100%;
  }
}
.card--centros .card__content::before {
  content: "";
  background: #ef3340;
  width: 2px;
  height: 48px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
}
.card--centros .card__title {
  color: #545353;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
.card--centros .card__title::before {
  display: none;
}

/*------------------------------------*\
			$PAGINATION
\*------------------------------------*/
.pagination {
  text-align: center;
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  color: #1d1e20;
  display: block;
  line-height: 27px;
  line-height: 1.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.pagination a:hover {
  color: #ef3340;
}
.pagination a.active {
  color: white;
  background-color: #ef3340;
}
.pagination .prev {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}
.pagination .next svg path {
  fill: #ef3340;
}
.pagination .link {
  width: 27px;
  height: 27px;
}

/*------------------------------------*\
$SECTION
\*------------------------------------*/
.section + .section {
  margin-top: 30px;
}
@media (min-width: 1081px) {
  .section + .section {
    margin-top: 40px;
  }
}
.section.background-gray {
  background-color: #f4f4f4;
}

.testimonial + .testimonial, .testimonial + .color-school, .color-school + .testimonial, .color-school + .color-school {
  margin-top: 0 !important;
}

.section__wrapper {
  max-width: 568px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .section__wrapper {
    padding: 0;
  }
}
.section__wrapper .section__title {
  margin-bottom: 20px;
}

.section__wrapper-special {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse row;
          flex-flow: wrap-reverse row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 740px) {
  .section__wrapper-special {
    padding-left: 40px;
    padding-right: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.section__wrapper-special .mini-profile {
  width: 180px;
}
@media (min-width: 740px) {
  .section__wrapper-special .mini-profile {
    padding-top: 100px;
  }
}
@media (max-width: 740px) {
  .section__wrapper-special .mini-profile {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (min-width: 740px) {
  .section__wrapper-special .mini-profile.mini-profile--special {
    padding-top: 0;
  }
}
.section__wrapper-special .special-text {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .section__wrapper-special .special-text {
    padding-right: 0;
    width: calc(100% - 180px);
    padding-left: 80px;
  }
}
.section__wrapper-special .special-text .section__title {
  margin-bottom: 20px;
}

.mini-profile__picture {
  width: 120px;
}
@media (max-width: 740px) {
  .mini-profile__picture {
    margin: auto;
  }
}
.mini-profile__picture img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.mini-profile__name {
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  font-family: "Bitter", serif;
  letter-spacing: 0.2px;
  color: #545353;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.mini-profile__title {
  color: #ef3340;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.section__title {
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: "Bitter", serif;
  font-weight: 700;
  position: relative;
  z-index: 300;
  text-align: center;
  padding: 0 15px;
  color: #545353;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 740px) {
  .section__title {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.section__title span {
  position: relative;
  display: inline-block;
}
.section__title span.sub-title {
  display: block;
}
.section__title span::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
}
.section__title.is-school {
  color: #ef3340;
}
.section__title.line-school span::before {
  background-color: #ef3340;
}
.section__title.is-gray {
  color: #545353;
}
.section__title.is-gray.line-bottom span::before {
  background-color: #545353;
}
.section__title.is-white {
  color: white;
}
.section__title.is-white.line-bottom span::before {
  background-color: white;
}
.section__title.line-left span::before {
  left: 50%;
  margin-left: -17px;
  bottom: -10px;
  margin-top: -2px;
  background-color: #ef3340;
}
@media (min-width: 1081px) {
  .section__title.line-left span::before {
    margin-left: 0;
    bottom: auto;
    left: -50px;
    top: 50%;
  }
}
.section__title.line-bottom span::before {
  bottom: -10px;
  left: 50%;
  margin-left: -16px;
}

.section__intro {
  margin-top: 30px;
  text-align: center;
  color: #545353;
  letter-spacing: 0.4px;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.section__intro.section__full {
  max-width: 1000px;
  margin: 0 40px;
}
@media (min-width: 1081px) {
  .section__intro.section__full {
    margin: 0 auto;
  }
}
.section__intro.section__full p {
  margin-bottom: 30px;
}

.section-heading-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.section-heading-container.narrow {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 740px) {
  .section-heading-container.narrow {
    padding-left: 100px;
  }
}
.section-heading-container.center .section-heading {
  text-align: center;
  margin-bottom: 20px;
}

.section-heading {
  color: #ef3340;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (min-width: 1081px) {
  .section-heading {
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.section-title-container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.section-title-container .section__title {
  text-align: left;
  margin-bottom: 20px;
}

/*------------------------------------*\
$TIMELINE
\*------------------------------------*/
.timeline {
  width: 100%;
  margin: auto;
  padding: 0 15px;
  overflow: hidden;
  max-width: 600px;
}
@media (min-width: 1081px) {
  .timeline {
    max-width: 1050px;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .timeline {
    max-width: 1200px;
  }
}
.timeline.simple {
  max-width: 440px;
}
.timeline.texto {
  max-width: 600px;
}
.timeline.texto .timeline__block__content {
  padding-top: 15px;
  margin-bottom: 10px;
}
.timeline.texto .timeline__copy {
  margin-top: 20px;
}
@media (max-width: 740px) {
  .timeline.texto .timeline__copy {
    display: none;
  }
}

.timelime__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  opacity: 0;
  border-top: solid 1px #d7d2cb;
  padding: 20px 5px 20px 20px;
  overflow: hidden;
}
.timelime__block:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 1081px) {
  .timelime__block:last-of-type {
    padding-bottom: 0;
  }
}
.timelime__block:last-of-type::before {
  display: none;
}
.timelime__block.site-scroll-in {
  opacity: 1;
  -webkit-animation: scrollIn 1s ease backwards;
          animation: scrollIn 1s ease backwards;
}
.timelime__block.site-scroll-in::before {
  height: 100%;
}
.timelime__block.site-scroll-in .timeline__marker {
  background-color: #ef3340;
  border-color: #ef3340;
  color: white;
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}
.timelime__block.site-scroll-in .timeline__box {
  opacity: 1;
  -webkit-animation: slideFadeLeft 900ms ease backwards;
          animation: slideFadeLeft 900ms ease backwards;
}
.timelime__block.site-scroll-in .timeline__box::after {
  opacity: 1;
  width: 35px;
}
@media (min-width: 1081px) {
  .timelime__block {
    border-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .timelime__block::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 33px;
    width: 3px;
    height: 0;
    z-index: -1;
    background-color: #f4f4f4;
    -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  }
}
.timelime__block.active .timeline__marker {
  background-color: #ef3340;
  border-color: #ef3340;
  color: white;
}

.timeline__marker {
  border-radius: 70px;
  width: 70px;
  height: 70px;
  background-color: white;
  line-height: 65px;
  line-height: 4.0625rem;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-family: "Bitter", serif;
  font-weight: 700;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  position: relative;
  -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  display: none;
}
@media (min-width: 1081px) {
  .timeline__marker {
    display: block;
  }
}

.timeline__block__content {
  width: 100%;
}
@media (min-width: 1081px) {
  .timeline__block__content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
.timeline__block__content + .timeline__block__content {
  margin-top: 30px;
}

.timeline__label {
  color: #545353;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.timeline__label span {
  opacity: 0;
  display: inline-block;
}

.timeline__title {
  color: #ef3340;
  letter-spacing: 0.1px;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 40px;
  position: relative;
}
.timeline__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/plus-circle.svg) #ef3340 no-repeat center;
  border-radius: 50%;
}
.timeline__title.is-active::before {
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/less-circle.svg) #ef3340 no-repeat center;
}
@media (min-width: 1081px) {
  .timeline__title {
    padding-right: 0;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .timeline__title::before {
    display: none;
  }
}
.timeline__title span {
  opacity: 0;
  display: inline-block;
}

.timeline__title-small {
  color: #545353;
  letter-spacing: 0.1px;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.timeline__title-small + .timeline__boxes {
  margin-top: 10px;
}
.timeline__title-small span {
  opacity: 0;
  display: inline-block;
}

.timeline__boxes {
  width: 100%;
  margin-top: 20px;
  display: none;
}
@media (min-width: 1081px) {
  .timeline__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
  }
}

.timeline__boxes__extra {
  width: 100%;
}
@media (min-width: 1081px) {
  .timeline__boxes__extra {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.timeline__boxes__extra .timeline__box:first-child::after {
  display: block;
  content: "";
  position: absolute;
  top: -35px;
  right: auto;
  left: 50%;
  height: 35px;
  width: 1px !important;
  -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  z-index: -1;
  background-color: #ef3340;
}
@media (max-width: 1081px) {
  .timeline__boxes__extra .timeline__box:first-child::after {
    display: none;
  }
}
.timeline__boxes__extra:first-child .timeline__box:first-child::after {
  top: 50%;
  right: -30px;
  height: 1px;
  left: auto;
  width: 35px !important;
}
.timeline__boxes__extra:nth-of-type(2n) {
  position: relative;
}
@media (min-width: 1081px) {
  .timeline__boxes__extra:nth-of-type(2n) {
    margin-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap row-reverse;
            flex-flow: wrap row-reverse;
  }
}
@media (min-width: 1300px) {
  .timeline__boxes__extra:nth-of-type(2n) {
    margin-right: 165px;
  }
}
.timeline__boxes__extra:nth-of-type(2n) .timeline__box:first-child {
  margin-right: 0;
}
.timeline__boxes__extra:nth-of-type(2n) .timeline__box:nth-child(n+2)::after {
  display: block;
}

.timeline__box {
  color: #ef3340;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: white;
  color: #ef3340;
  position: relative;
  opacity: 0;
  padding-left: 20px;
}
.timeline__box::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #ef3340;
  width: 5px;
  height: 5px;
}
@media (min-width: 1081px) {
  .timeline__box {
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #ef3340;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    width: 177px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 58px;
  }
  .timeline__box::before {
    display: none;
  }
  .timeline__box:last-of-type::after {
    display: none;
  }
  .timeline__box:nth-child(5)::after {
    display: none;
  }
  .timeline__box:nth-child(n+6) {
    margin-top: 20px;
  }
  .timeline__box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    height: 1px;
    width: 0;
    opacity: 0;
    -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    z-index: -1;
    background-color: #ef3340;
  }
}
.timeline__box.purple {
  color: #69187f;
  border-color: #69187f;
}
.timeline__box.purple::after {
  background-color: rgba(84, 83, 83, 0.5);
}
.timeline__box.purple::before {
  background-color: #69187f;
}
.timeline__box.carrera {
  color: #ef3340;
  border-color: #ef3340;
}
.timeline__box.carrera::after {
  background-color: rgba(84, 83, 83, 0.5);
}
.timeline__box.carrera::before {
  background-color: #ef3340;
}
.timeline__box.cian {
  color: #009fe3;
  border-color: #009fe3;
}
.timeline__box.cian::after {
  background-color: rgba(84, 83, 83, 0.5);
}
.timeline__box.cian::before {
  background-color: #009fe3;
}
.timeline__box.gray {
  color: #545353;
  border-color: rgba(84, 83, 83, 0.4);
  background-color: #f4f4f4;
}
.timeline__box.gray::after {
  background-color: rgba(84, 83, 83, 0.5);
}
.timeline__box.gray::before {
  background-color: #545353;
}

.timeline__list {
  margin-top: 15px;
}
@media (max-width: 740px) {
  .timeline__list {
    display: none;
  }
}

.timeline__list-item {
  color: #ef3340;
  position: relative;
  padding-left: 10px;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.timeline__list-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #ef3340;
  width: 5px;
  height: 5px;
}

.timeline__definition {
  width: 100%;
  background: #f4f4f4;
  padding: 13px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 22px;
}
.timeline__definition.site-scroll-in {
  opacity: 1;
  -webkit-animation: scrollIn 1s ease backwards;
          animation: scrollIn 1s ease backwards;
}
.timeline__definition.site-scroll-in::before {
  height: 100%;
}
.timeline__definition.site-scroll-in .timeline__definition {
  opacity: 1;
  -webkit-animation: slideFadeLeft 900ms ease backwards;
          animation: slideFadeLeft 900ms ease backwards;
}
.timeline__definition.site-scroll-in .timeline__definition::after {
  opacity: 1;
  width: 35px;
}
@media (min-width: 1081px) {
  .timeline__definition {
    margin-left: 90px;
    width: calc(100% - 100px);
  }
}
.timeline__definition .timeline__color {
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 16px;
  line-height: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.timeline__definition .timeline__color:last-of-type {
  margin-right: 0;
}
.timeline__definition .timeline__color.purple span {
  background-color: #69187f;
}
.timeline__definition .timeline__color.carrera span {
  background-color: #ef3340;
}
.timeline__definition .timeline__color.gray span {
  background-color: #87858a;
}
.timeline__definition .timeline__color.cian span {
  background-color: #009fe3;
}
.timeline__definition .timeline__color span {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 10px;
}

.timeline__download {
  margin: 20px 0 0 90px;
  width: calc(100% - 100px);
}
.timeline__download.site-scroll-in {
  opacity: 1;
  -webkit-animation: scrollIn 1s ease backwards;
          animation: scrollIn 1s ease backwards;
  /*        .timeline__download {
              opacity: 1;
              animation: slideFadeLeft 900ms ease backwards;
              &::after {
                  opacity: 1;
                  width: 35px;
              }
          }*/
}
.timeline__download.site-scroll-in::before {
  height: 100%;
}

/*------------------------------------*\
$PROFILE-CARDS
\*------------------------------------*/
.profile-cards {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .profile-cards {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .profile-cards {
    max-width: 1200px;
  }
}

.profile-card {
  background-color: white;
  width: 100%;
  padding-bottom: 35px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 740px) {
  .profile-card + .profile-card {
    margin-top: 10px;
  }
}
@media (min-width: 740px) {
  .profile-card {
    width: calc(33% - 10px);
    text-align: center;
    padding-bottom: 0;
    margin-right: 18px;
  }
  .profile-card:nth-child(3n+3) {
    margin-right: 0;
  }
  .profile-card:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (min-width: 1081px) {
  .profile-card {
    margin-right: 20px;
  }
  .profile-card:hover .profile-card__header::before, .profile-card:hover .profile-card__content::before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    height: 0;
  }
  .profile-card:hover::before {
    opacity: 0.8;
  }
  .profile-card:hover .profile-card__author-bio, .profile-card:hover .profile-card__author {
    color: white;
  }
  .profile-card:hover .profile-card__author-data {
    color: white;
  }
  .profile-card:hover .profile-card__author-data .icon svg {
    fill: white;
  }
  .profile-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    background-color: #ef3340;
  }
}

.profile-card__header {
  display: block;
  position: relative;
  padding-top: 35px;
  background-size: cover;
}
@media (min-width: 740px) {
  .profile-card__header {
    padding-top: 24px;
  }
  .profile-card--wide .profile-card__header {
    width: 170px;
    height: 170px;
    padding: 0;
  }
}
@media (min-width: 1081px) {
  .profile-card__header {
    padding-top: 60px;
  }
}

.profile-card__media {
  position: relative;
  z-index: 100;
  width: 116px;
  height: 116px;
  border-radius: 116px;
  margin: auto;
}
@media (min-width: 740px) {
  .profile-card--wide .profile-card__media {
    width: 170px;
    height: 170px;
  }
}
.profile-card__media img {
  border-radius: 50%;
  max-width: 100%;
}

.profile-card__author {
  position: relative;
  z-index: 100;
  color: #545353;
  font-weight: 700;
  font-family: "Bitter", serif;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.profile-card__author-bio {
  color: #ef3340;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 6px;
  position: relative;
  z-index: 400;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
}
@media (min-width: 740px) {
  .profile-card__author-bio {
    margin-bottom: 20px;
  }
}

.profile-card__content {
  padding: 0 18px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 740px) {
  .profile-card--wide .profile-card__content {
    width: 316px;
    margin-left: 60px;
    padding: 80px 0;
  }
}
.profile-card__content::before {
  content: "";
  width: calc(100% + 90px);
  height: calc(100% + 220px);
  position: absolute;
  left: -20px;
  bottom: -150px;
  background: white;
  display: block;
  -webkit-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.profile-card--wide .profile-card__content::before {
  display: none;
}
@media (min-width: 1081px) {
  .profile-card__content {
    padding-bottom: 35px;
    position: relative;
  }
}

.profile--director {
  padding: 50px 20px;
}

@media (min-width: 740px) {
  .profile-card--wide {
    width: 100%;
    max-width: 780px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
  }
  .profile-card--wide::after {
    content: "";
    width: 80%;
    height: calc(100% + 160px);
    position: absolute;
    right: -40px;
    bottom: -60px;
    background: white;
    display: block;
    -webkit-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 1;
  }
}
@media (min-width: 1081px) {
  .profile-card--wide:hover::after {
    width: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.profile-card__author-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #545353;
  position: relative;
  z-index: 400;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.profile-card__author-data .icon {
  margin-right: 10px;
}
.profile-card__author-data .icon svg {
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  fill: #ef3340;
}

.profile-contenido {
  z-index: 100;
  position: relative;
}
.profile-contenido p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.54px;
  text-align: left;
  color: #1d1e20;
}

/*------------------------------------*\
$COPY
\*------------------------------------*/
.featured-copy {
  margin-bottom: 20px;
  padding: 0 15px;
}
.featured-copy.lt {
  padding-top: 20px;
  border-top: 1px solid #e6e9ee;
}
.featured-copy.lb {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e9ee;
}
@media (min-width: 1081px) {
  .featured-copy {
    padding-left: 0;
    padding-right: 150px;
  }
}
.featured-copy p {
  color: #00a297;
  font-family: "Bitter", serif;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 740px) {
  .featured-copy p {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.featured-copy.centered {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1081px) {
  .featured-copy.centered {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.copy {
  width: 100%;
}
.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  margin-top: 25px;
  margin-bottom: 8px;
  font-family: "Bitter", serif;
  letter-spacing: 0.8px;
  color: #545353;
}
.copy h1 {
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 27px;
  font-size: 1.6875rem;
}
.copy h2 {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
.copy h2.school {
  color: #ef3340;
}
.copy h3 {
  font-weight: 700;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.copy h4 {
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.copy h5 {
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.8px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.copy p {
  color: #545353;
  letter-spacing: 0.4px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.copy p:last-of-type {
  margin-bottom: 0;
}
.copy p + p {
  margin-top: 12px;
}
.copy p + h3 {
  margin-top: 20px;
}
.copy p.pull-text {
  color: #ef3340;
  font-style: italic;
  font-weight: 400;
  font-family: "Bitter", serif;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 740px) {
  .copy p.pull-text {
    margin-right: -40px;
    margin-left: 40px;
  }
}
@media (min-width: 1081px) {
  .copy p.pull-text {
    margin: 20px -100px 20px 100px;
  }
}
.copy p.pull-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ef3340;
}
.copy blockquote {
  margin-bottom: 20px;
}
.copy ul, .copy ol {
  color: #545353;
  letter-spacing: 0.4px;
  padding-left: 20px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.copy ul + p, .copy ol + p {
  margin-top: 20px;
}
.copy ul li, .copy ol li {
  margin-top: 12px;
}
.copy ul > li {
  position: relative;
}
.copy ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #ef3340;
  background-size: contain;
}
.copy ol {
  counter-reset: li;
}
.copy ol > li {
  position: relative;
}
.copy ol > li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 4px;
  left: -20px;
  color: #00a297;
  line-height: 16px;
  line-height: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
.copy.white p {
  color: white;
}
.copy a {
  color: #ef3340;
}

.small-title {
  font-family: "Bitter", serif;
  color: #545353;
  font-weight: 700;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.extract p {
  letter-spacing: 0.5px;
  color: #87858a;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.single-copy p {
  color: #545353;
  letter-spacing: 0.4px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}

.simple-data li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #545353;
  letter-spacing: 0.4px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.simple-data li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.listado-docs {
  padding: 30px;
}
@media (min-width: 740px) {
  .listado-docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 740px) {
  .docs {
    width: calc(33.333% - 13.333px);
  }
}
.docs .docs__icon {
  width: 46px;
}
.docs .docs__icon img {
  width: 100%;
  display: block;
}
.docs .docs__content {
  padding-left: 17px;
  width: calc(100% - 50px);
}
.docs .docs__content h3 {
  margin-bottom: 10px;
}

/*------------------------------------*\
$GENERAL-INFO
\*------------------------------------*/
.general-info {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.general-info.columns, .general-info.normal {
  max-width: 1000px;
}
@media (min-width: 740px) {
  .general-info.columns .general-info__column + .general-info__column {
    margin-top: 25px;
  }
}
@media (min-width: 1081px) {
  .general-info.columns .general-info__column + .general-info__column {
    margin-top: 0;
  }
}
@media (min-width: 740px) {
  .general-info {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .general-info {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .general-info {
    max-width: 1200px;
  }
}
.general-info .copy ul > li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA0IDQiPjxwYXRoIGZpbGw9IiMwMDlmZTMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGg0djRIMHoiLz48L3N2Zz4=);
}
.general-info .copy ol > li::before {
  color: #009fe3;
}

.general-info__title {
  margin-bottom: 5px;
  position: relative;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Bitter", serif;
  color: #545353;
}
@media (min-width: 740px) {
  .general-info__title {
    padding-left: 40px;
  }
}
@media (min-width: 1081px) {
  .general-info__title {
    padding-left: 0;
  }
}
.general-info__title .icon {
  display: block;
}
@media (min-width: 740px) {
  .general-info__title .icon {
    position: absolute;
    top: -8px;
    left: 0;
  }
}
@media (min-width: 1081px) {
  .general-info__title .icon {
    top: 0;
    left: -45px;
    width: 36px;
    height: 32px;
    text-align: center;
  }
}
.general-info__title .icon svg {
  fill: #009fe3;
}

.general-info__main-block {
  width: 100%;
}
@media (min-width: 740px) {
  .general-info__main-block {
    width: calc(50% - 10px);
  }
  .general-info__main-block.normal {
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 1081px) {
  .general-info__main-block {
    width: 720px;
  }
  .general-info__main-block.normal {
    width: 100%;
  }
}

.general-info__additional {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 740px) {
  .general-info__additional {
    margin-top: 0;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1081px) {
  .general-info__additional {
    width: calc(100% - 720px);
    padding-left: 75px;
    margin-top: 0;
  }
}

.general-info__column {
  width: 100%;
}
@media (min-width: 740px) {
  .general-info__column {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1081px) {
  .general-info__column {
    width: calc(50% - 20px);
  }
}
@media (max-width: 740px) {
  .general-info__column + .general-info__column {
    width: 100%;
  }
  .general-info__column + .general-info__column .general-info__box {
    margin-top: 25px;
  }
}

.general-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1081px) {
  .general-info__row + .general-info__row {
    margin-top: 25px;
  }
}
@media (min-width: 1081px) {
  .general-info__row {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d2cb;
  }
  .general-info__row.one .general-info__box {
    width: 100%;
  }
  .general-info__row.three .general-info__box {
    width: calc(33.33% - 5px);
  }
}
.general-info__row:last-of-type {
  border-bottom: none;
}
@media (min-width: 1081px) {
  .general-info__row .general-info__box {
    width: calc(50% - 20px);
  }
}

.general-info__box {
  width: 100%;
}
@media (max-width: 1081px) {
  .general-info__box + .general-info__box {
    margin-top: 25px;
  }
}
@media (min-width: 1081px) {
  .general-info__box {
    margin-top: 0;
    padding: 0 50px 10px;
  }
}

/*------------------------------------*\
                        $VIDEO-MODULE
\*------------------------------------*/
.video-block {
  padding: 1px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.video-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 51, 64, 0.7);
}

.videoSlider-block {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.videoSlider-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 236, 236, 0.7);
}

.video-module {
  position: relative;
  z-index: 300;
  max-width: 660px;
  width: 100%;
  margin: auto;
  position: relative;
}
.video-module iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-module__play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-module__play:hover svg {
  fill: #ef3340;
}
.video-module__play svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  fill: white;
}

.video-module__media img {
  width: 100%;
}
.video-module__media:hover .info {
  opacity: 1;
}
.video-module__media .info {
  display: none;
}
@media (min-width: 740px) {
  .video-module__media .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 25px;
    background-color: #ef3340;
    color: white;
    opacity: 0;
    display: block;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
  }
}

.video-slider {
  position: relative;
  z-index: 300;
  max-width: 660px;
  width: 100%;
  height: 110px;
  margin: 15px auto 0;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.video-slider ul {
  width: auto;
  height: 90px;
}
.video-slider ul img {
  cursor: pointer;
}
.video-slider .flex-control-nav {
  z-index: 400;
  bottom: 0;
}
.video-slider .flex-control-nav img {
  cursor: pointer;
}
.video-slider .flex-direction-nav {
  display: none;
}

/*------------------------------------*\
			$TESTIMONIAL
\*------------------------------------*/
.testimonial {
  position: relative;
  padding: 1px 0 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial.testimonial-no-title {
  padding-top: 40px;
}
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.testimonial-block {
  width: calc(100% - 30px);
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  position: relative;
  z-index: 400;
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 740px) {
  .testimonial-block {
    max-width: 680px;
    padding: 40px 60px;
  }
}
@media (min-width: 1081px) {
  .testimonial-block {
    max-width: 1000px;
    width: 100%;
    padding: 90px 120px 70px 60px;
  }
}

.testimonial__photo {
  width: 85px;
  height: 85px;
  margin: auto;
}
@media (min-width: 740px) {
  .testimonial__photo {
    margin: 0;
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1081px) {
  .testimonial__photo {
    width: 280px;
    height: 280px;
  }
}
.testimonial__photo img {
  border-radius: 50%;
  max-width: 100%;
}

.testimonial__content {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 740px) {
  .testimonial__content {
    margin-top: 0;
    text-align: left;
    width: calc(100% - 160px);
    padding-left: 30px;
  }
}
@media (min-width: 1081px) {
  .testimonial__content {
    width: calc(100% - 280px);
    padding-left: 70px;
  }
}

.testimonial__person {
  letter-spacing: 0.1px;
  color: #545353;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.testimonial__title {
  letter-spacing: 0.6px;
  color: #ef3340;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
}

.testimonial__copy {
  margin-top: 12px;
}
.testimonial__copy p {
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.testimonial__copy p:nth-child(2) ~ * {
  display: none;
}

.testimonial__more {
  color: #009fe3;
  margin-left: 5px;
  cursor: pointer;
  padding-right: 15px;
  background-image: url("/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/down-periodismo.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}

/*------------------------------------*\
			$CALL-TO-ACTION
\*------------------------------------*/
.call-to-action {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 100px 0;
}
@media (min-width: 1081px) {
  .call-to-action {
    padding: 200px 0;
  }
}
.call-to-action.bigger {
  height: auto;
}
@media (min-width: 1081px) {
  .call-to-action.bigger {
    height: 640px;
  }
}
.call-to-action.bigger .call-to-action__content {
  max-width: 640px;
}
.call-to-action::before {
  content: "";
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #ef3340;
}

.call-to-action__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.call-to-action__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.call-to-action__content {
  max-width: 500px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 400;
  padding: 0 10px;
}
@media (min-width: 1081px) {
  .call-to-action__content {
    padding: 0;
  }
}

.call-to-action__title {
  text-align: center;
  color: white;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Bitter", serif;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (min-width: 1081px) {
  .call-to-action__title {
    line-height: 45px;
    line-height: 2.8125rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.call-to-action__copy {
  margin-top: 40px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .call-to-action__copy {
    display: none;
  }
}
.call-to-action__copy::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 4px;
  background-color: white;
}

/*------------------------------------*\
$SPLIT-INFO
\*------------------------------------*/
.split-info {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.split-info__static {
  padding: 60px 10px;
  background-color: #545353;
  width: 100%;
  text-align: center;
}
@media (min-width: 1081px) {
  .split-info__static {
    padding: 60px 0;
    width: 37.890625%;
  }
}

.split-info__static__container {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.split-info__title {
  color: white;
  margin-bottom: 50px;
  font-weight: 700;
  font-family: "Bitter", serif;
  position: relative;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 740px) {
  .split-info__title {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.split-info__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  margin-left: -16px;
  left: 50%;
  width: 35px;
  height: 4px;
  background-color: white;
}

.split-info__btn {
  display: block;
  background-color: #ef3340;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: white;
  font-family: "Bitter", serif;
  line-height: 37px;
  line-height: 2.3125rem;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  padding: 60px 20px;
}
@media (min-width: 1081px) {
  .split-info__btn {
    padding: 0;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
    width: 62.109375%;
  }
}
.split-info__btn:hover::before {
  width: 100%;
}
.split-info__btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #de1120;
}
.split-info__btn span {
  position: relative;
  z-index: 200;
  display: block;
  padding: 0 20px;
}
.split-info__btn .arrow-mobile {
  position: absolute;
  display: block;
  bottom: 12px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
}
@media (min-width: 1081px) {
  .split-info__btn .arrow-mobile {
    display: none;
  }
}
.split-info__btn .arrow-mobile svg {
  width: 40px;
  height: 40px;
  fill: white;
  display: block;
}
.split-info__btn .break {
  display: block;
}

.split-info__copy {
  text-align: center;
}
.split-info__copy span, .split-info__copy a {
  letter-spacing: 0.4px;
  color: white;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.split-info__copy a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/*------------------------------------*\
$TEASERS
\*------------------------------------*/
.teaser-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .teaser-container {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .teaser-container {
    padding: 0;
  }
}
.teaser-container.spacer {
  padding-top: 20px;
}
@media (min-width: 740px) {
  .teaser-container.spacer {
    padding-top: 30px;
  }
}
@media (min-width: 1081px) {
  .teaser-container.spacer {
    padding-top: 45px;
  }
}

.teaser-container--events {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teaser .teaser__media a::before {
  background-color: rgba(239, 51, 64, 0.5);
}
.teaser .teaser__date {
  color: #ef3340;
}
.teaser .teaser__date + .sep {
  color: #ef3340;
}
.teaser .teaser__date + .sep svg {
  fill: #ef3340;
}
.teaser .teaser__title::before {
  background-color: #ef3340;
}
.teaser .teaser__title.hover-active a {
  color: #ef3340;
}
.teaser .teaser__title a:hover {
  color: #ef3340;
}
.teaser .teaser__label a {
  color: #ef3340;
  line-height: 13px;
  line-height: 0.8125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mini-teaser::before {
  background-color: #ef3340;
}
.mini-teaser .mini-teaser__title a:hover {
  color: #ef3340;
}

.simple-teaser::before {
  background-color: #ef3340;
}
.simple-teaser .simple-teaser__title a {
  color: #545353;
}
.simple-teaser .simple-teaser__title a:hover {
  color: #ef3340;
}

.teaser-container .teaser__media a::before {
  background-color: rgba(239, 51, 64, 0.5);
}
.teaser-container .teaser__title::before {
  background-color: #ef3340;
}
.teaser-container .teaser__title.hover-active a {
  color: #ef3340;
}
.teaser-container .teaser__title a:hover {
  color: #ef3340;
}

.teaser {
  background-color: white;
  border: 1px solid #e6e9ee;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1081px) {
  .teaser {
    margin-right: 20px;
  }
  .teaser:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  .teaser + .teaser {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .teaser {
    width: calc(50% - 8px);
    padding-bottom: 28px;
  }
  .generic-wrapper .teaser {
    padding-bottom: 40px;
  }
}
@media (min-width: 740px) and (max-width: 1081px) {
  .teaser:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (min-width: 1081px) {
  .teaser {
    width: calc(33% - 10px);
  }
  .teaser:nth-child(n+4) {
    margin-top: 20px;
  }
}
.teaser.investigacion {
  width: 100%;
  margin-bottom: 30px;
}
.teaser.investigacion .teaser__extras {
  position: relative;
  padding: 0 30px;
  width: calc(100% - 60px);
  left: auto;
  bottom: auto;
}
.teaser.investigacion .teaser__copy {
  margin-bottom: 0;
}

.teaser__media {
  position: relative;
  display: none;
}
@media (min-width: 740px) {
  .teaser__media {
    display: block;
  }
}
.teaser__media.hover-active a::before {
  opacity: 1;
}
.teaser__media a {
  display: block;
  position: relative;
}
.teaser__media a:hover::before {
  opacity: 1;
}
.teaser__media a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.teaser__media img {
  width: 100%;
}

.teaser__content {
  padding: 15px 20px 30px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 740px) {
  .teaser__content {
    padding: 10px 33px 15px;
  }
}

.teaser__label {
  margin-bottom: 15px;
}
@media (min-width: 740px) {
  .teaser__label {
    margin-bottom: 10px;
  }
}

.teaser__copy {
  margin-top: 15px;
}
@media (min-width: 740px) {
  .teaser__copy {
    margin-bottom: 20px;
  }
}

.teaser__title {
  position: relative;
}
.teaser__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 6px;
  height: 50px;
  background-color: transparent;
}
@media (min-width: 740px) {
  .teaser__title::before {
    left: -34px;
  }
}
.teaser__title a {
  color: rgba(0, 0, 0, 0.79);
}

.teaser__extras {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (min-width: 740px) {
  .teaser__extras {
    left: 30px;
    width: calc(100% - 60px);
  }
}

.mini-teaser {
  width: 100%;
  position: relative;
  padding-right: 35px;
  padding-left: 10px;
}
.mini-teaser::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  width: 6px;
  height: 50px;
  background-color: transparent;
}
@media (min-width: 1081px) {
  .mini-teaser::before {
    left: -20px;
    top: 34px;
  }
}
@media (max-width: 740px) {
  .mini-teaser + .mini-teaser {
    margin-top: 25px;
  }
}
@media (min-width: 740px) {
  .mini-teaser {
    width: calc(50% - 30px);
    padding-right: 0;
    padding-left: 0;
    margin-right: 40px;
  }
  .mini-teaser:nth-child(4n+4) {
    margin-right: 0;
  }
  .mini-teaser:nth-child(n+3) {
    margin-top: 45px;
  }
}
@media (min-width: 1081px) {
  .mini-teaser {
    width: calc(25% - 30px);
    padding-right: 0;
    padding-left: 0;
  }
  .mini-teaser:nth-child(n+3) {
    margin-top: 0;
  }
}
.mini-teaser .teaser__extras {
  left: 0;
}
@media (max-width: 740px) {
  .mini-teaser .teaser__extras {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.simple-teaser {
  padding: 15px 25px 20px 30px;
  position: relative;
  background-color: white;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.simple-teaser::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 6px;
  height: 40px;
  background-color: transparent;
}
.simple-teaser.blocks {
  width: 100%;
}
@media (min-width: 740px) {
  .simple-teaser.blocks {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1081px) {
  .simple-teaser.blocks {
    width: calc(33% - 10px);
  }
  .simple-teaser.blocks:nth-child(n+4) {
    margin-top: 20px;
  }
}

.simple-teaser__title {
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media (min-width: 740px) {
  .simple-teaser__title {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mini-teaser__title {
  margin-bottom: 15px;
}
@media (min-width: 740px) {
  .mini-teaser__title {
    margin-top: 10px;
  }
}
@media (min-width: 1081px) {
  .mini-teaser__title {
    margin-bottom: 42px;
    min-height: 120px;
  }
}

.mini-teaser__label {
  display: none;
}
@media (min-width: 740px) {
  .mini-teaser__label {
    display: inline-block;
  }
}

.teaser__date {
  display: inline-block;
  line-height: 12px;
  line-height: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 740px) {
  .teaser__date {
    margin-bottom: 5px;
  }
}
.teaser__date + .sep {
  padding: 0 2px;
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
  color: #545353;
}
.teaser__date + .sep svg {
  fill: #545353;
}

.teaser__meta {
  color: #87858a;
  font-size: 0.875rem;
}
.teaser__meta a {
  color: #ef3340;
  line-height: 13px;
  line-height: 0.8125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

/*------------------------------------*\
			$METADATA
\*------------------------------------*/
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.meta.white .sep, .meta.white a {
  color: white;
}
.meta.white .date, .meta.white .meta__item--color {
  color: white;
}
.meta.gray .sep, .meta.gray a {
  color: #87858a;
}
.meta.gray .sep svg {
  fill: #87858a;
}
.meta.has-line {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d2cb;
}
.meta span, .meta a {
  display: inline-block;
  line-height: 15px;
  line-height: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.meta .sep {
  padding: 0 5px;
  font-size: 12px;
}
.meta a:hover {
  color: #ef3340;
}
.meta .date, .meta .meta__item--color {
  color: #ef3340;
}
.meta .date-simple {
  color: #87858a;
}
.meta .single__date {
  margin-right: 10px;
}
@media (max-width: 740px) {
  .meta .single__date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.meta .meta__item {
  padding-left: 9px;
  padding-right: 5px;
  position: relative;
  display: block;
}
.meta .meta__item::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #545353;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.meta .meta__item:first-child {
  padding-left: 0;
}
.meta .meta__item:first-child::before {
  display: none;
}
.meta .meta__item:last-child {
  padding-right: 0;
}

/*------------------------------------*\
$EVENTS
\*------------------------------------*/
.uppercase {
  font-family: Bitter;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.33;
  color: #474747;
  text-transform: uppercase;
}

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .events {
    padding: 0 30px;
  }
}
@media (min-width: 980px) {
  .events .event {
    margin-right: 21px;
  }
  .events .event:nth-child(3n+3) {
    margin-right: 0;
  }
}

.event {
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 740px) {
  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event + .event {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .event {
    width: 80%;
    margin: 0 auto 15px;
  }
}
@media (min-width: 980px) {
  .event {
    width: calc(33% - 13.333px);
    margin: 20px 0;
  }
  .home .event {
    margin-bottom: 0;
  }
  .event:nth-last-child(-n+3) {
    margin-top: 0;
  }
}
.event.is-featured {
  margin: 0 auto 20px;
  max-width: 72.5rem;
  width: 100%;
}
.event.is-featured .event__info {
  width: 100%;
  padding: 20px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
@media (min-width: 740px) {
  .event.is-featured .event__info {
    min-height: auto;
  }
}
.event.is-featured .event__date {
  width: auto;
}
.event.is-featured .event__location {
  text-align: center;
}
@media (min-width: 740px) {
  .event.is-featured .event__location {
    width: auto;
  }
}
@media (min-width: 1081px) {
  .event.is-featured .event__location {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e9ee;
  }
}
.event.is-featured .from, .event.is-featured .to {
  padding: 0;
  height: auto;
  display: inline-block;
  width: auto;
}
.event.is-featured .from .container, .event.is-featured .to .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event.is-featured .from .day-container, .event.is-featured .to .day-container {
  text-align: left;
  margin-left: 5px;
}
.event.is-featured .from .day-container .month, .event.is-featured .to .day-container .month {
  text-align: left;
  letter-spacing: 1.5px;
}
.event.is-featured .from .day-container .year, .event.is-featured .to .day-container .year {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  letter-spacing: 1.1px;
  color: #e6007e;
  line-height: 14px;
  line-height: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.event.is-featured .day {
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 38px;
  font-size: 2.375rem;
}
.event.is-featured .from {
  padding-right: 20px;
  border-bottom: none;
}
.event.is-featured .to {
  padding-left: 20px;
  position: relative;
}
.event.is-featured .to::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 1px;
  height: 40px;
  background-color: #e6e9ee;
}
.event.is-featured .event__title {
  text-align: center;
}
@media (min-width: 740px) {
  .event.is-featured .event__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1081px) {
  .event.is-featured .event__title {
    padding: 0 80px 0;
  }
}
.event.is-featured .event__extras {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.event.is-featured .event__extra {
  margin-bottom: 15px;
}
.event.is-featured .event__about {
  width: 100%;
}
@media (min-width: 1081px) {
  .event.is-featured .event__about {
    padding: 24px 100px;
  }
}
.event.single {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin: 0 0 10px 0;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.event.single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 50px;
  background-color: transparent;
}
.event.single .event__info .from {
  padding: 0;
}
.event.single .event__date .from, .event.single .event__date .to {
  padding: 10px 0;
}
.event.single .event__about {
  padding: 15px 15px 15px 30px;
}
.event.single .event__title {
  margin-bottom: 0;
  position: relative;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.event.single .event__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 6px;
  height: 40px;
  background-color: #00a297;
}
.event.full {
  width: 100%;
}

.event-generic {
  margin: 0 0 20px 0;
}

.event__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.event__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-color: #f4f4f4;
}
.event__wrapper .event__info {
  position: relative;
  z-index: 200;
}
.event__wrapper .event__info .to, .event__wrapper .event__info .from {
  padding: 20px 0;
}

.event__info {
  width: 100px;
  padding: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  background-color: #ef3340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.event__info .day, .event__info .month, .event__info .year {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 740px) {
  .event__info {
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 740px) {
  .event__info {
    width: 100%;
    padding: 10px 9px;
  }
}

.event__date {
  width: 100%;
  padding: 0 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event__date .from, .event__date .to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.generic-wrapper .event__date .from, .generic-wrapper .event__date .to {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
}
.event__date .from {
  width: 100%;
  margin-bottom: 16px;
}
.event__date .to {
  padding-top: 16px;
  border-top: 1px solid white;
  width: 100%;
  position: relative;
}
.event__date .day {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 1.23;
  text-align: center;
  color: #ffffff;
  display: block;
}
.event__date .month {
  margin-top: 2px;
  display: block;
  text-align: center;
  font-family: Bitter;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.41px;
  color: #ffffff;
  text-transform: uppercase;
}
.event__date .year {
  display: block;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.17px;
  color: #ffffff;
}
@media (max-width: 740px) {
  .event__date {
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event__date .to {
    border-top: 0 solid transparent;
    border-left: 1px solid white;
  }
  .event__date .from, .event__date .to {
    width: auto;
    padding: 0;
    margin: 0;
    width: 50%;
  }
  .event__date .from .container, .event__date .to .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event__date .from .container .day, .event__date .to .container .day {
    margin-right: 11px;
  }
}

.event__location {
  padding-left: 10px;
  text-align: left;
}
@media (min-width: 740px) {
  .event__location {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
  }
}
@media (min-width: 1081px) {
  .event__location {
    margin-bottom: 0;
    width: auto;
    padding-left: 10px;
  }
}
.event__location .year {
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
  font-family: "Bitter", serif;
}
.event__location .location {
  letter-spacing: 1px;
  color: #e6007e;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
}

.event__about {
  width: calc(100% - 100px);
  padding: 20px 14px 22px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event__about__wrapper {
  width: 100%;
}

.event__title {
  font-family: Bitter;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.12px;
  text-align: left;
  color: #1d1e20;
  margin-bottom: 15px;
}
.event__title a {
  color: #1d1e20;
}
.event__title a:hover {
  color: #ef3340;
}

.event__full-date {
  margin-bottom: 28px;
  letter-spacing: 0.9px;
  color: #1d1e20;
  line-height: 18px;
  line-height: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.event__extras {
  margin-top: 17px;
  display: none;
}
@media (min-width: 1081px) {
  .event__extras {
    display: block;
  }
}

.event__extra {
  color: rgba(0, 0, 0, 0.79);
  padding-left: 35px;
  position: relative;
  line-height: 27px;
  line-height: 1.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.event__extra svg {
  margin-right: 10px;
}
.event__extra .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.event__extra .icon svg {
  fill: #545353;
}

.event-date {
  line-height: 15px;
  line-height: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #e6007e;
}

/*------------------------------------*\
$COLUMNS
\*------------------------------------*/
.content-columns {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 740px) {
  .content-columns {
    padding: 0 20px;
  }
}
.content-columns.narrow {
  padding: 0;
}
@media (min-width: 740px) {
  .content-columns.narrow {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .content-columns.narrow {
    padding: 0 100px;
  }
}
.content-columns.imagen_copy .column-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 740px) {
  .content-columns.imagen_copy .column-media {
    margin-bottom: 25px;
  }
}
.content-columns.imagen_copy .column-media img {
  width: 100%;
  height: 100%;
}
.content-columns.imagen_copy .column-copy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.content-columns.copy_imagen .column-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 740px) {
  .content-columns.copy_imagen .column-media {
    margin-top: 30px;
  }
}
.content-columns.copy_imagen .column-media img {
  width: 100%;
  height: 100%;
}
.content-columns.tematicas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-columns.tematicas .column-copy {
  width: calc(100% - 25px);
  margin-left: 25px;
}
@media (min-width: 740px) {
  .content-columns.tematicas .column-copy {
    margin-left: 0;
    width: calc(60% - 20px);
  }
}
.content-columns.tematicas .column-copy .copy {
  position: relative;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: 0.15px;
}
.content-columns.tematicas .column-copy .copy:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 4px;
  height: 100%;
  background-color: #ef3340;
  top: 0;
  margin-left: -20px;
}
.content-columns.tematicas .column-media {
  width: 100%;
  margin: 15px auto;
}
@media (min-width: 740px) {
  .content-columns.tematicas .column-media {
    margin: 0;
    width: calc(40% - 20px);
  }
}

.content-column {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .content-column {
    padding: 0;
    width: calc(50% - 20px);
  }
}
.content-column.is-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-column.is-media img {
  width: 100%;
  height: 100%;
}
@media (max-width: 740px) {
  .content-column.is-media {
    padding: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1081px) {
  .content-column.is-copy {
    padding-left: 55px;
  }
}
.content-column.is-copy .section__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1081px) {
  .content-column.is-copy .section__title {
    text-align: left;
  }
}
.content-column.is-copy .btn {
  margin-top: 20px;
}
@media (max-width: 740px) {
  .content-column.is-copy .btn {
    margin: 20px auto 0;
    display: table;
  }
}
.content-column.column-table {
  margin-top: 20px;
}
@media (min-width: 740px) {
  .content-column.column-table {
    padding-right: 40px;
    padding-left: 80px;
    margin-top: 0;
  }
}

/*------------------------------------*\
			$BOXES
\*------------------------------------*/
.boxes {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1081px) {
  .box {
    margin-bottom: 10px;
  }
}
.box.third {
  width: 100%;
}
@media (min-width: 740px) {
  .box.third {
    width: calc(33% - 5px);
  }
}
.box.half {
  width: 100%;
}
@media (min-width: 740px) {
  .box.half {
    width: calc(50% - 5px);
  }
}
.box.full {
  width: 100%;
}
.box:hover .box__media::after {
  opacity: 1;
}

.box__media {
  position: relative;
  display: block;
  overflow: hidden;
}
.box__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.87)), to(rgba(94, 85, 85, 0.28)));
  background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.87), rgba(94, 85, 85, 0.28));
  background-image: linear-gradient(to top, rgba(31, 31, 31, 0.87), rgba(94, 85, 85, 0.28));
}
.box__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(222, 17, 32, 0.87)), to(rgba(239, 51, 64, 0.28)));
  background-image: -o-linear-gradient(bottom, rgba(222, 17, 32, 0.87), rgba(239, 51, 64, 0.28));
  background-image: linear-gradient(to top, rgba(222, 17, 32, 0.87), rgba(239, 51, 64, 0.28));
}
.box__media img {
  width: 100%;
}

.box__content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 300;
  padding-right: 16px;
}
@media (min-width: 740px) {
  .box__content {
    bottom: 20px;
  }
}
@media (min-width: 1081px) {
  .box__content {
    bottom: 60px;
  }
}
.box__content::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 3px;
  height: 50px;
  background-color: #ef3340;
}

.box__title {
  color: white;
  display: block;
  font-family: "Bitter", serif;
  font-weight: 700;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 740px) {
  .box__title {
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1081px) {
  .box__title {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.box__copy {
  display: block;
  margin-top: 6px;
  color: white;
  letter-spacing: 0.4px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}

/*------------------------------------*\
			$MILESTONES
\*------------------------------------*/
.milestones {
  max-width: 820px;
  width: 100%;
  margin: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.milestones.loaded {
  opacity: 1;
}
.milestones .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.milestones .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.milestones .events-wrapper::after, .milestones .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.milestones .events-wrapper::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(248, 248, 248, 0)));
  background-image: -o-linear-gradient(left, #FFFFFF, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #FFFFFF, rgba(248, 248, 248, 0));
}
.milestones .events-wrapper::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(248, 248, 248, 0)));
  background-image: -o-linear-gradient(right, #FFFFFF, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #FFFFFF, rgba(248, 248, 248, 0));
}
.milestones .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dcdcdc;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.milestones .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ef3340;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.milestones .events a {
  position: absolute;
  bottom: -44px;
  z-index: 2;
  text-align: center;
  color: #87858a;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.milestones .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
  background-color: white;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .milestones .events a:hover::after {
  background-color: #ef3340;
  border-color: #ef3340;
}
.milestones .events a.selected {
  pointer-events: none;
  color: #ef3340;
}
.milestones .events a.selected::after {
  background-color: #ef3340;
  border-color: #ef3340;
}
.milestones .events a.older-event {
  color: #ef3340;
}
.milestones .events a.older-event::after {
  border-color: #ef3340;
}

.milestones-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.milestones-navigation a:hover {
  border-color: #ef3340;
}
.milestones-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/arrow.svg) no-repeat 0 0;
  background-size: contain;
}
.milestones-navigation a.prev {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 740px) {
  .milestones-navigation a.prev {
    left: 0;
  }
}
.milestones-navigation a.next {
  right: 20px;
}
@media (min-width: 740px) {
  .milestones-navigation a.next {
    right: 0;
  }
}
.no-touch .milestones-navigation a:hover {
  border-color: #7b9d6f;
}
.milestones-navigation a.inactive {
  cursor: not-allowed;
}
.no-touch .milestones-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.milestones .events-content, .milestones .events-content-media {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}
.milestones .events-content li, .milestones .events-content-media li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.milestones .events-content li.selected, .milestones .events-content-media li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.milestones .events-content li.enter-right, .milestones .events-content li.leave-right, .milestones .events-content-media li.enter-right, .milestones .events-content-media li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.milestones .events-content li.enter-left, .milestones .events-content li.leave-left, .milestones .events-content-media li.enter-left, .milestones .events-content-media li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.milestones .events-content li.leave-right, .milestones .events-content li.leave-left, .milestones .events-content-media li.leave-right, .milestones .events-content-media li.leave-left {
  animation-direction: reverse;
}
.milestones .events-content li > *, .milestones .events-content-media li > * {
  max-width: 800px;
  margin: 0 auto;
}

.milestone__year {
  color: #ef3340;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.milestone__title {
  color: #545353;
  letter-spacing: 0.1px;
  font-weight: 700;
  font-family: "Bitter", serif;
  margin: 10px 0 15px;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.milestone__copy {
  max-width: 600px;
  width: 100%;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/*------------------------------------*\
			$PROFILE
\*------------------------------------*/
.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
@media (min-width: 740px) {
  .profile {
    padding: 20px 30px 0;
  }
}
@media (min-width: 1081px) {
  .profile {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 100px;
  }
}
.author .profile {
  display: block;
}

.profile__media {
  width: 150px;
  margin: auto;
}
@media (min-width: 740px) {
  .profile__media {
    margin: 0;
    width: 160px;
  }
}
@media (min-width: 1081px) {
  .profile__media {
    width: 280px;
  }
}
.profile__media img {
  border-radius: 50%;
  width: 100%;
}

.profile__content {
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .profile__content {
    margin-top: 0;
    padding-right: 0;
    width: calc(100% - 160px);
    padding-left: 40px;
  }
}
@media (min-width: 1081px) {
  .profile__content {
    width: calc(100% - 280px);
    padding-left: 90px;
  }
}
.profile__content.profile--center {
  text-align: center;
}

.profile__name {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #1d1e20;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (min-width: 740px) {
  .profile__name {
    text-align: left;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.profile__title {
  color: #ef3340;
  font-weight: 400;
  font-family: "Bitter", serif;
  letter-spacing: 0.1px;
  position: relative;
  text-align: center;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 740px) {
  .profile__title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.profile__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  height: 3px;
  background-color: #ef3340;
}
@media (min-width: 740px) {
  .profile__title::before {
    left: 0;
    margin-left: 0;
  }
}
.profile__title + .profile__blocks {
  margin-top: 20px;
}

.profile__network {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 740px) {
  .profile__network {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.profile__network a {
  width: 36px;
  display: block;
  margin-right: 10px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.profile__network a:last-of-type {
  margin-right: 0;
}
.profile__network a svg {
  fill: white;
}

.profile__network--link {
  background-color: #545353;
}

.profile__network--linkedin {
  background-color: #0089be;
}

.profile__network--twitter {
  background-color: #00b4ed;
}

.profile__network--research {
  background-color: #00ccba;
}

.profile__network--alumni {
  background-color: #357df3;
}

.profile__data {
  margin-top: 20px;
}

.profile__data-item + .profile__data-item {
  margin-top: 10px;
}
.profile__data-item .icon {
  margin-right: 5px;
}
.profile__data-item .icon svg {
  width: 15px;
  height: auto;
  fill: #ef3340;
}
.profile__data-item .txt {
  color: #545353;
}
.profile__data-item a {
  color: #ef3340;
  border-bottom: 1px solid #ef3340;
}

.profile__copy-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #545353;
  position: relative;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
}
.profile__copy-title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 35px;
  height: 4px;
  background-color: #545353;
}
.profile__copy-title::before else {
  left: 0;
}

.profile__picture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
}
@media (min-width: 1081px) {
  .profile__picture {
    width: 175px;
    height: 175px;
  }
}
.profile__picture img {
  border-radius: 50%;
  width: 100%;
}

.profile__content {
  max-width: 640px;
  width: 100%;
  margin: 20px auto 50px;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .profile__content {
    padding: 0;
  }
}
.profile__content .bio {
  margin-top: 25px;
  letter-spacing: 0.7px;
  color: rgba(0, 0, 0, 0.79);
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.profile__content .title {
  position: relative;
}
.profile__content .title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  background-color: #ef3340;
  height: 3px;
  width: 40px;
  margin-left: -20px;
}

/*------------------------------------*\
			$ANIMATIONS
\*------------------------------------*/
.site-scroll {
  opacity: 0;
}
.site-scroll.alone.site-scroll-in {
  opacity: 1;
  -webkit-animation: scrollIn 1s ease backwards;
          animation: scrollIn 1s ease backwards;
}
.site-scroll.alone.site-scroll-in.d200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.site-scroll.alone.site-scroll-in.d400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

@-webkit-keyframes scrollIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes scrollIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes slideFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes slideFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.basic-animation.animated {
  opacity: 1;
  -webkit-animation: scrollDown 1s ease backwards;
          animation: scrollDown 1s ease backwards;
}

@-webkit-keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
}

@keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
}
.animation-container {
  position: relative;
}
@media (min-width: 1081px) {
  .animation-container::before, .animation-container::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: white;
    z-index: 100;
    -webkit-transition: 1200ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 1200ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 1200ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  }
  .animation-container::before {
    width: 20%;
    left: 0;
  }
  .animation-container::after {
    width: 10%;
    right: 0;
  }
}

/*------------------------------------*\
$NEWSLETTER
\*------------------------------------*/
.newsletter {
  padding: 60px 0 85px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1081px) {
  .newsletter {
    margin-top: 0 !important;
  }
}
.newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 51, 64, 0.8);
}

.newsletter__container {
  max-width: 540px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 300;
  padding: 0 10px;
}

.newsletter__title {
  color: white;
  font-family: "Bitter", serif;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 37px;
  line-height: 2.3125rem;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
}
.newsletter__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 40px;
  height: 4px;
  background-color: white;
  left: 50%;
  margin-left: -20px;
}
.newsletter__title::before else {
  left: 0;
}

.newsletter__form {
  width: 100%;
}

.newsletter__field {
  border-radius: 4px;
  background-color: white;
  color: #87858a;
  border: 0;
  padding: 9px 10px;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 260px;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .newsletter__field {
    max-width: 370px;
    margin-bottom: 0;
  }
}
.newsletter__field:active, .newsletter__field:focus {
  outline: 0;
}

.newsletter__btn {
  color: white;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
@media (max-width: 740px) {
  .newsletter__btn {
    display: block;
    margin: auto;
  }
}
@media (min-width: 1081px) {
  .newsletter__btn {
    margin-left: 10px;
    margin-top: 0;
  }
}

/*------------------------------------*\
                        $INSTAGRAM
\*------------------------------------*/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  background-color: #e6007e;
  position: relative;
  /*	&::before {
                  content: '';
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  margin-left: -12px;
                  margin-top: -12px;
                  width: 24px;
                  height: 24px;
                  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjkuMDYzcHgiIGhlaWdodD0iMTY5LjA2M3B4IiB2aWV3Qm94PSIwIDAgMTY5LjA2MyAxNjkuMDYzIj48cGF0aCBkPSJNMTIyLjQwNiwwSDQ2LjY1NEMyMC45MjksMCwwLDIwLjkzLDAsNDYuNjU1djc1Ljc1MmMwLDI1LjcyNiwyMC45MjksNDYuNjU1LDQ2LjY1NCw0Ni42NTVoNzUuNzUyIGMyNS43MjcsMCw0Ni42NTYtMjAuOTMsNDYuNjU2LTQ2LjY1NVY0Ni42NTVDMTY5LjA2MywyMC45MywxNDguMTMzLDAsMTIyLjQwNiwweiBNMTU0LjA2MywxMjIuNDA3IGMwLDE3LjQ1NS0xNC4yMDEsMzEuNjU1LTMxLjY1NiwzMS42NTVINDYuNjU0QzI5LjIsMTU0LjA2MywxNSwxMzkuODYyLDE1LDEyMi40MDdWNDYuNjU1QzE1LDI5LjIwMSwyOS4yLDE1LDQ2LjY1NCwxNWg3NS43NTIgYzE3LjQ1NSwwLDMxLjY1NiwxNC4yMDEsMzEuNjU2LDMxLjY1NVYxMjIuNDA3eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik04NC41MzEsNDAuOTdjLTI0LjAyMSwwLTQzLjU2MywxOS41NDItNDMuNTYzLDQzLjU2M2MwLDI0LjAyLDE5LjU0Miw0My41NjEsNDMuNTYzLDQzLjU2MXM0My41NjMtMTkuNTQxLDQzLjU2My00My41NjEgQzEyOC4wOTQsNjAuNTEyLDEwOC41NTIsNDAuOTcsODQuNTMxLDQwLjk3eiBNODQuNTMxLDExMy4wOTNjLTE1Ljc0OSwwLTI4LjU2My0xMi44MTItMjguNTYzLTI4LjU2MSBjMC0xNS43NSwxMi44MTMtMjguNTYzLDI4LjU2My0yOC41NjNzMjguNTYzLDEyLjgxMywyOC41NjMsMjguNTYzQzExMy4wOTQsMTAwLjI4MSwxMDAuMjgsMTEzLjA5Myw4NC41MzEsMTEzLjA5M3oiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTI5LjkyMSwyOC4yNTFjLTIuODksMC01LjcyOSwxLjE3LTcuNzcsMy4yMmMtMi4wNTEsMi4wNC0zLjIzLDQuODgtMy4yMyw3Ljc4YzAsMi44OTEsMS4xOCw1LjczLDMuMjMsNy43OCBjMi4wNCwyLjA0LDQuODgsMy4yMiw3Ljc3LDMuMjJjMi45LDAsNS43My0xLjE4LDcuNzgtMy4yMmMyLjA1LTIuMDUsMy4yMi00Ljg5LDMuMjItNy43OGMwLTIuOS0xLjE3LTUuNzQtMy4yMi03Ljc4IEMxMzUuNjYxLDI5LjQyMSwxMzIuODIxLDI4LjI1MSwxMjkuOTIxLDI4LjI1MXoiIGZpbGw9IiNGRkYiIC8+PC9zdmc+);
                  background-size: contain;
          }*/
}
@media (min-width: 1081px) {
  .instagram {
    width: 100%;
    background-color: transparent;
  }
}

.instagram__logo {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #e6007e;
  padding: 30px 0;
}
@media (min-width: 1081px) {
  .instagram__logo {
    display: none;
  }
}
.instagram__logo svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.instagram__image {
  position: relative;
  width: 25%;
  display: none;
}
@media (min-width: 1081px) {
  .instagram__image {
    display: block;
  }
  .instagram__image:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 1300px) {
  .instagram__image {
    width: calc(100% / 6);
  }
  .instagram__image:nth-child(n+5) {
    display: block;
  }
}
.instagram__image.wide {
  display: none;
}
@media (min-width: 1300px) {
  .instagram__image.wide {
    display: block;
  }
}
.instagram__image img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .instagram__image.movile {
    display: block;
    width: 100%;
  }
  .instagram__image.movile .instagram__cover {
    background-color: #e6007e;
  }
  .instagram__image.movile .instagram__name, .instagram__image.movile social-network__btn {
    display: none;
  }
}

.instagram__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 159, 227, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.instagram__cover .social-network__btn:hover {
  background-color: white;
  color: rgba(0, 159, 227, 0.8);
}

.instagram__name {
  color: white;
  font-weight: 700;
  font-family: "Bitter", serif;
  line-height: 34px;
  line-height: 2.125rem;
  font-size: 30px;
  font-size: 1.875rem;
}

/*------------------------------------*\
			$FULL-PICTURE
\*------------------------------------*/
.full-picture img {
  width: 100%;
}

/*------------------------------------*\
			$QUOTE
\*------------------------------------*/
.quote-block {
  max-width: 580px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .quote-block {
    padding: 0;
    position: relative;
    margin-top: 50px !important;
  }
}
.quote-block .quote-icon {
  margin: 0 auto 14px;
  width: 63px;
  height: 45px;
}
@media (min-width: 740px) {
  .quote-block .quote-icon {
    position: absolute;
    top: 0;
    left: -25px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.quote-block .quote-icon svg {
  fill: #ef3340;
  width: 100%;
}
.quote-block p {
  color: #ef3340;
  font-style: italic;
  font-weight: 400;
  font-family: "Bitter", serif;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
}
@media (min-width: 740px) {
  .quote-block p {
    text-align: left;
    padding-left: 15px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1081px) {
  .quote-block p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ef3340;
  }
}

/*------------------------------------*\
			$CENTERED-IMAGE
\*------------------------------------*/
.centered-image {
  padding: 0 15px;
}
@media (min-width: 740px) {
  .centered-image {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .centered-image {
    padding: 0;
  }
}
.centered-image img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/*------------------------------------*\
			$CENTERED-TEXT
\*------------------------------------*/
.centered-text {
  max-width: 580px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .centered-text {
    padding: 0;
  }
}
.centered-text p {
  text-align: center;
}

/*------------------------------------*\
$GALLERY
\*------------------------------------*/
.gallery-with-box {
  max-width: 1280px;
  margin: 40px auto 0;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gallery-with-box:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery-with-box:nth-child(even) .gallery-box {
  left: auto;
  right: 60px;
}

.gallery-box {
  width: 100%;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
}
@media (min-width: 740px) {
  .gallery-box {
    display: block;
    padding: 50px 15px 30px;
  }
}
@media (min-width: 1081px) {
  .gallery-box {
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    width: 550px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 60px;
    z-index: 400;
    padding: 80px 80px 80px 100px;
  }
}

.gallery-box__title {
  margin-bottom: 20px;
}
.gallery-box__title::before {
  background: #545353;
}
@media (min-width: 740px) {
  .gallery-box__title {
    text-align: center;
    display: block;
    margin: 0 auto 50px;
  }
  .gallery-box__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1081px) {
  .gallery-box__title {
    text-align: left;
    margin: 0 0 50px;
  }
  .gallery-box__title::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}

@media (min-width: 740px) {
  .simple-data {
    display: table;
    max-width: 280px;
    margin: auto;
  }
}
@media (min-width: 1081px) {
  .simple-data {
    margin: 0;
    max-width: 100%;
  }
}

.gallery {
  width: 100%;
  position: relative;
}
@media (min-width: 1081px) {
  .gallery {
    width: 66.25%;
  }
}
.gallery img {
  width: 100%;
}

.slides::before, .slides::after {
  content: " ";
  display: table;
}
.slides::after {
  clear: both;
}

.flex-control-nav {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-control-nav a {
  margin: 0 2px;
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d7d2cb;
}
.flex-control-nav a.flex-active {
  background-color: #009fe3;
}

.flex-direction-nav {
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-direction-nav .flex-nav-prev {
  display: none;
  background-color: #009fe3;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 5px;
}
.flex-direction-nav .flex-nav-prev:active, .flex-direction-nav .flex-nav-prev:focus {
  outline: 0;
}
@media (max-width: 740px) {
  .flex-direction-nav .flex-nav-prev svg {
    width: 25px;
    height: auto;
  }
}
@media (min-width: 740px) {
  .flex-direction-nav .flex-nav-prev {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.flex-direction-nav .flex-prev.flex-disabled {
  display: none;
}
.flex-direction-nav .flex-next {
  display: block;
  background-color: #009fe3;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.flex-direction-nav .flex-next:active, .flex-direction-nav .flex-next:focus {
  outline: 0;
}
.flex-direction-nav .flex-next.flex-disabled {
  display: none;
}
@media (max-width: 740px) {
  .flex-direction-nav .flex-next svg {
    width: 25px;
    height: auto;
  }
}
@media (min-width: 740px) {
  .flex-direction-nav .flex-next {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.gallery-full {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 90px;
}
.gallery-full img {
  max-width: 100%;
}

.tabs {
  border-bottom: 2px solid #00a297;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .tabs {
    margin-bottom: 0;
  }
}
.tabs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs .container div {
  padding: 15px 30px;
  min-width: 200px;
  border-top: 1px solid #00a297;
  border-left: 1px solid #00a297;
  border-right: 1px solid #00a297;
  text-align: center;
  background-color: white;
}
@media (max-width: 740px) {
  .tabs .container div {
    padding: 15px;
  }
}
.tabs .container div a {
  font-family: "Bitter", serif;
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 1.5rem;
  color: #00a297;
}
@media (max-width: 740px) {
  .tabs .container div a {
    line-height: 1.5rem;
    font-size: 1.1875rem;
  }
}
.tabs .container div.active {
  background-color: #00a297;
}
.tabs .container div.active a {
  color: white;
}

/*------------------------------------*\
$TABLE
\*------------------------------------*/
.table-container {
  max-width: 780px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .table-container {
    padding: 0 20px;
  }
}
@media (min-width: 1081px) {
  .table-container {
    padding: 0;
  }
}

.table__title {
  font-weight: 400;
  font-family: "Bitter", serif;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.79);
  margin-bottom: 30px;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (max-width: 740px) {
  .table--scroll {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}

.table--scroll::-webkit-scrollbar {
  height: 6px;
}

.table--scroll::-webkit-scrollbar-track {
  background: #e6e9ee;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.table--scroll::-webkit-scrollbar-thumb {
  background: #009fe3;
}

@media (min-width: 740px) {
  .table {
    width: 100%;
  }
}
.table .table--block {
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  margin-top: 10px;
}
@media (max-width: 740px) {
  .table .table--block {
    display: table-row;
    white-space: nowrap;
  }
}
@media (min-width: 740px) {
  .table .table--block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.table .table--block:first-of-type {
  background-color: #009fe3;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 0;
  margin-top: 0;
}
.table .table--block:first-of-type .table__item {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: white;
}
.table .table--block .table__item {
  padding: 16px 10px;
  text-align: left;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1px;
}
.table .table--block .table__item:first-of-type {
  max-width: 30%;
  text-align: center;
}
@media (max-width: 740px) {
  .table .table__item {
    display: table-cell;
  }
}
@media (min-width: 740px) {
  .table .table__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*------------------------------------*\
			$NUMBERS
\*------------------------------------*/
.numbers {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .numbers {
    padding: 0;
  }
}

.number-module {
  padding: 30px 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  width: 100%;
}
@media (max-width: 740px) {
  .number-module:nth-child(n+9) {
    display: none;
  }
  .number-module + .number-module {
    margin-top: 10px;
  }
}
@media (min-width: 740px) {
  .number-module {
    width: calc(33.33% - 15px);
    margin-right: 20px;
  }
}
@media (min-width: 740px) {
  .number-module:nth-child(3n+3) {
    margin-right: 0;
  }
  .number-module:nth-child(n+4) {
    margin-top: 20px;
  }
  .number-module:nth-child(n+7) {
    display: none;
  }
}
@media (min-width: 1081px) {
  .number-module {
    padding: 30px 20px 50px 20px;
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .number-module:nth-child(3n+3) {
    margin-right: 20px;
  }
  .number-module:nth-child(4n+4) {
    margin-right: 0;
  }
  .number-module:nth-child(4) {
    margin-top: 0;
  }
  .number-module:nth-child(n+5) {
    margin-top: 20px;
  }
  .number-module:nth-child(n+9) {
    display: none;
  }
}

.number-module__number {
  color: #ef3340;
  font-family: "Bitter", serif;
  font-weight: 700;
  line-height: 58px;
  line-height: 3.625rem;
  font-size: 48px;
  font-size: 3rem;
  position: relative;
  position: relative;
}
.number-module__number::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 30px;
  height: 3px;
  background-color: #ef3340;
}
.number-module__number::before else {
  left: 0;
}

.number-module__copy {
  margin-top: 30px;
  color: #87858a;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

/*------------------------------------*\
			$LOAD-MORE
\*------------------------------------*/
.load-more-container {
  text-align: center;
  margin-top: 40px;
}

.load-more {
  background-color: white;
  border: 2px solid #ef3340;
  border-radius: 4px;
  color: #ef3340;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
.load-more:hover {
  background-color: #ef3340;
  color: white;
}
.load-more:active, .load-more:focus {
  outline: 0;
}

/*------------------------------------*\
$FILTER
\*------------------------------------*/
.filter {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto;
}

.filter__form {
  padding: 50px 36px;
  background-color: #f4f4f4;
}
@media (min-width: 1081px) {
  .filter__form {
    padding: 40px 115px;
  }
}

.filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-form__box {
  width: 100%;
}
.filter-form__box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(239, 51, 64, 0.6);
}
.filter-form__box ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(239, 51, 64, 0.6);
}
.filter-form__box :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(239, 51, 64, 0.6);
}
.filter-form__box :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(239, 51, 64, 0.6);
}
@media (max-width: 740px) {
  .filter-form__box + .filter-form__box {
    margin-top: 10px;
  }
}
@media (min-width: 740px) {
  .filter-form__box {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  .filter-form__box:last-of-type {
    width: 103px;
    margin-right: 0;
  }
}
.filter-form__box select {
  width: 100%;
}

.filter-form__field {
  width: 100%;
  color: #ef3340;
  border: 0;
  padding: 5px 7px;
  border-radius: 4px;
  border: solid 1px #f47079;
  font-weight: 400;
  font-family: "Bitter", serif;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.filter-form__field:active, .filter-form__field:focus {
  outline: 0;
}

.filter-form__submit {
  font-weight: 700;
  border-radius: 4px;
  margin: 0;
  padding: 4px 25px;
  display: inline-block;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid #ef3340;
  color: #ef3340;
}
@media (max-width: 740px) {
  .filter-form__submit {
    width: 100%;
    padding: 8px 25px;
  }
}

.filter__letters {
  background-color: #ef3340;
  padding: 15px 0;
}
@media (max-width: 740px) {
  .filter__letters {
    overflow-x: scroll;
  }
}

.filter__letters::-webkit-scrollbar {
  height: 6px;
}

.filter__letters::-webkit-scrollbar-track {
  background: #e6e9ee;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.filter__letters::-webkit-scrollbar-thumb {
  background: #de1120;
}

.filter__letters__container {
  margin: auto;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
}
@media (min-width: 740px) {
  .filter__letters__container {
    width: auto;
  }
}

.filter__letter {
  color: white;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 15px;
}
.filter__letter:first-child {
  padding-left: 0;
}

.filtros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .filtros {
    margin-bottom: 40px;
  }
}
.filtros .filtros__title {
  color: #ef3340;
  font-weight: bold;
}
.filtros .filtros__reset {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.filtros .filtros__reset svg {
  width: 16px;
  height: 16px;
  fill: #ef3340;
}

/*------------------------------------*\
$SELECT
\*------------------------------------*/
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  height: 32px;
  outline: 0;
  vertical-align: middle;
}
@media (max-width: 740px) {
  .select2-container {
    width: 100% !important;
  }
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  outline: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  background-color: white;
  border: solid 1px #f47079;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  color: #ef3340;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  font-family: "Open Sans", sans-serif;
  color: #545353;
  font-size: 16px;
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px;
  background-image: url("/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/select-periodismo.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ef3340;
  color: white;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ef3340;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*------------------------------------*\
                        $DOCUMENTS
\*------------------------------------*/
.documents {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .documents {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .documents {
    padding: 0;
  }
}

.documents-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.document {
  background-color: white;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 20px 35px;
}
@media (min-width: 740px) {
  .document {
    /*padding: 20px 120px 20px 20px;*/
  }
}
@media (max-width: 740px) {
  .document + .document {
    margin-top: 10px;
  }
}
@media (min-width: 740px) {
  .document {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .document:nth-child(2n) {
    margin-right: 0;
  }
  .document:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (min-width: 1081px) {
  .document {
    /*padding: 50px 35px 50px;*/
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .document:nth-child(2n) {
    margin-right: 20px;
  }
  .document:nth-child(4n+4) {
    margin-right: 0;
  }
  .document:nth-child(n+3) {
    margin-top: 0px;
  }
  .document:nth-child(n+5) {
    margin-top: 20px;
  }
}

.document__name {
  position: relative;
  margin-bottom: 20px;
  /*	@include respond-to(desktop) {
          }*/
}
.document__name::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 30px;
  height: 3px;
  background-color: #ef3340;
}
.document__name::before else {
  left: 0;
}

.document__download {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #87858a;
  line-height: 15px;
  line-height: 0.9375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  /*	@include respond-to(desktop) {
                  top: auto;
                  margin-top: 0;

                  right: auto;

          }*/
}
.document__download span {
  display: inline-block;
  /*		@include respond-to(tablet) {
                          display: inline-block;
                  }*/
}
.document__download svg {
  width: 20px;
  height: 20px;
  fill: #87858a;
  /*		@include respond-to(desktop) {
                          width: 20px;
                          height: 20px;
                          fill: $copy-light;
                  }*/
}

.document__media {
  margin-bottom: 10px;
  width: 100%;
}
.document__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
			$CONTACT-CARDS
\*------------------------------------*/
.contact-cards {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
}
.contact-cards.alone {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (min-width: 740px) {
  .contact-cards {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .contact-cards {
    padding: 0;
  }
}

.contact-card {
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 740px) {
  .contact-card + .contact-card {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .contact-card {
    width: calc(33.33% - 16.666px);
    min-height: 230px;
    margin-right: 25px;
  }
  .contact-card:nth-child(3n+3) {
    margin-right: 0;
  }
  .contact-card:nth-child(n+4) {
    margin-top: 25px;
  }
}

.contact-card__name {
  width: 100%;
  font-family: "Bitter", serif;
  letter-spacing: 0.1px;
  padding: 40px 20px;
  color: #545353;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media (min-width: 1081px) {
  .contact-card__name {
    padding: 0 20px;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: #424141;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 22px;
    font-size: 1.375rem;
    width: 175px;
  }
}
.contact-card__name::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 2px;
  height: 60px;
  background-color: #ef3340;
}

.contact-card__info {
  position: relative;
  background-color: #ef3340;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1081px) {
  .contact-card__info {
    padding: 0;
    width: calc(100% - 175px);
  }
}

.contact-card__title {
  font-weight: 700;
  color: white;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1081px) {
  .contact-card__title {
    margin-bottom: 0;
    position: absolute;
    bottom: 100px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
.contact-card__title::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 4px;
  background-color: white;
  left: 0;
  bottom: -5px;
}

.contact-card__email {
  display: block;
  color: white;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
@media (min-width: 1081px) {
  .contact-card__email {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 25px;
    left: 15px;
  }
}
.contact-card__email a {
  display: block;
  color: white;
}

.contact-card__v {
  color: white;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1081px) {
  .contact-card__v {
    padding: 0 10px 30px 15px;
  }
}
.contact-card__v a {
  color: white;
  display: block;
}

.contact-card__v_title {
  font-weight: 700;
  margin-top: 15px;
}

/*------------------------------------*\
			$STAFF
\*------------------------------------*/
.staff {
  padding-top: 40px;
  padding-bottom: 40px;
}
.staff.gray {
  background-color: #f4f4f4;
}

.staff__container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .staff__container {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .staff__container {
    padding: 0 20px;
  }
}

.staff__members {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.staff-member {
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  width: 100%;
}
@media (max-width: 740px) {
  .staff-member + .staff-member {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .staff-member {
    width: calc(50% - 15px);
    margin-right: 25px;
  }
  .staff-member:nth-child(2n) {
    margin-right: 0;
  }
  .staff-member:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (min-width: 1081px) {
  .staff-member {
    margin-right: 40px;
    padding-bottom: 60px;
    width: calc(33.33% - 45px);
  }
  .staff-member:nth-child(2n) {
    margin-right: 40px;
  }
  .staff-member:nth-child(3n) {
    margin-right: 0;
  }
  .staff-member:nth-child(n+3) {
    margin-top: 0px;
  }
  .staff-member:nth-child(n+4) {
    margin-top: 40px;
  }
}

.staff-member__id {
  padding: 30px;
  text-align: center;
}
@media (min-width: 1081px) {
  .staff-member__id {
    padding: 40px 60px;
  }
}

.staff-member__name {
  letter-spacing: 0.2px;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #545353;
  margin-bottom: 20px;
  position: relative;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}
.staff-member__name::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 43px;
  height: 4px;
  background-color: #ef3340;
  left: 50%;
  margin-left: -21.5px;
}
.staff-member__name::before else {
  left: 0;
}
@media (min-width: 1081px) {
  .staff-member__name {
    letter-spacing: 1.3px;
    margin-bottom: 30px;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.staff-member__title {
  letter-spacing: 0.9px;
  color: #ef3340;
  font-weight: 500;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.staff-member__contact {
  z-index: 200;
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
}
@media (min-width: 1081px) {
  .staff-member__contact {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.staff-member__contact a {
  color: #2e2e2d;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
.staff-member__contact a:hover {
  color: #ef3340;
}

/*------------------------------------*\
			$LIBRARY
\*------------------------------------*/
.library {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.library .filtros {
  width: 100%;
}

.library__filter {
  width: 100%;
  padding: 30px 35px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1081px) {
  .library__filter {
    padding: 54px 82px;
    width: 415px;
  }
}

.library-form {
  width: 100%;
}
@media (min-width: 740px) {
  .library-form {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 1081px) {
  .library-form {
    max-width: 100%;
  }
}

.library-form__box {
  width: 100%;
}
.library-form__box + .library-form__box {
  margin-top: 15px;
}
.library-form__box select {
  width: 100%;
}

.library-form__field {
  border: 1px solid #d7d2cb;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  background-color: white;
  color: #87858a;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.library-form__submit {
  width: 100%;
  border: 2px solid #ef3340;
  border-radius: 4px;
  display: block;
  margin: 0;
  padding: 10px 0;
  color: #ef3340;
  font-weight: 700;
  background-color: transparent;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.library__content {
  margin-top: 30px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .library__content {
    margin-top: 0;
    padding-right: 0;
    width: calc(100% - 415px);
    padding-left: 85px;
  }
}

/*------------------------------------*\
$ACCORDION
\*------------------------------------*/
.accordion-container {
  max-width: 568px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 15px;
}

.accordion--details .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 0;
}
.accordion--details .accordeon__copy {
  padding-left: 26px;
}
.accordion--details .accordeon__copy::after {
  content: "";
  margin-top: 6px;
  display: block;
  width: 28px;
  height: 3px;
  background: #ef3340;
}

.accordeon__avatar {
  border-radius: 50%;
  overflow: hidden;
}

.accordeon__cargo {
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 3px;
  color: #ef3340;
}

.accordion__title {
  padding: 14px 50px 14px 19px;
  letter-spacing: 0.1px;
  color: #545353;
  font-weight: 700;
  font-family: "Bitter", serif;
  cursor: pointer;
  border-top: 1px solid #d7d2cb;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.accordion__title.is-active {
  border-bottom-color: #d7d2cb;
  color: #ef3340;
}
.accordion__title.is-active::before {
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/less-circle.svg) #ef3340 no-repeat center;
}
.accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url(/web/20231110201004im_/https://comunicaciones.uai.cl/assets/themes/escuela-de-negocios/img/plus-circle.svg) #ef3340 no-repeat center;
  border-radius: 50%;
}

.accordion__content {
  display: none;
  padding: 20px 6px 30px;
}

.accordion__profile {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__profile__photo {
  width: 100px;
}
.accordion__profile__photo img {
  width: 100%;
  border-radius: 50%;
}

.accordion__profile__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.accordion__profile__title {
  letter-spacing: 0.5px;
  color: #ef3340;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.js-acc-content {
  display: none;
}

@media (max-width: 1081px) {
  .js-acc-content--mobile {
    display: none;
  }
}

/*------------------------------------*\
			$EXTRAS
\*------------------------------------*/
.video-block + .section.background-gray {
  margin-top: 0;
}

@media (max-width: 740px) {
  .section.call-to-action + .section {
    margin-top: 0;
  }
  .section.call-to-action + .section .section__title {
    margin-top: 10px;
  }
}

.page-container .featured {
  margin-bottom: 40px;
}

/*------------------------------------*\
			$FEATURED-NEWS
\*------------------------------------*/
.featured-news {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
}

.featured-news__imagen {
  position: relative;
}
.featured-news__imagen::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(70%, rgba(29, 30, 32, 0.6)), to(rgba(29, 30, 32, 0.8)));
  background-image: -o-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
  background-image: linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
}

.featured-news__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 400;
  padding: 20px;
}
@media (min-width: 1081px) {
  .featured-news__content {
    padding: 20px 100px 30px 35px;
  }
}
.featured-news__content .featured-news__label {
  display: inline-block;
  margin-right: 20px;
}
.featured-news__content .featured-news__label a {
  display: block;
  color: white;
  line-height: 13px;
  line-height: 0.8125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ef3340;
}
.featured-news__content .meta {
  display: inline-block;
}

.featured-news__title {
  margin-top: 12px;
  font-weight: 700;
  font-family: "Bitter", serif;
  position: relative;
  color: white;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 740px) {
  .featured-news__title {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 1081px) {
  .featured-news__title {
    margin-bottom: 10px;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.featured-news__title a {
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.featured-news__title a:hover {
  color: #ef3340;
}
.featured-news__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 6px;
  height: 100%;
  background-color: #ef3340;
}
@media (min-width: 1081px) {
  .featured-news__title::before {
    left: -35px;
  }
}

/*------------------------------------*\
			$OPINION-BOXES
\*------------------------------------*/
.opinion-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .opinion-boxes {
    padding: 0 30px;
  }
}
@media (min-width: 1081px) {
  .opinion-boxes {
    padding: 0;
  }
}

.opinion {
  background-color: white;
  width: 100%;
  padding-bottom: 33px;
  border: solid 1px #e6e9ee;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 740px) {
  .opinion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #d7d2cb;
    padding-bottom: 10px;
  }
  .opinion + .opinion {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .opinion {
    width: calc(33% - 10px);
    text-align: center;
  }
  .opinion:nth-child(n+4) {
    margin-top: 20px;
  }
}

.opinion__header {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 740px) {
  .opinion__header {
    padding-top: 24px;
  }
}
@media (max-width: 740px) {
  .opinion__header {
    background-image: none !important;
  }
}
.opinion__header::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -20px;
  width: 140%;
  height: 120px;
  background-color: white;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.opinion__header:hover .opinion__media::before {
  opacity: 1;
}
.opinion__header.hover-active .opinion__media::before {
  opacity: 1;
}

.opinion__header {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 740px) {
  .opinion__header {
    padding-top: 24px;
  }
}
@media (max-width: 740px) {
  .opinion__header {
    background-image: none !important;
  }
}
.opinion__header::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -20px;
  width: 140%;
  height: 120px;
  background-color: white;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.opinion__header:hover .opinion__media::before {
  opacity: 1;
}
.opinion__header.hover-active .opinion__media::before {
  opacity: 1;
}

.opinion__media {
  position: relative;
  z-index: 100;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (min-width: 740px) {
  .opinion__media {
    width: 140px;
    height: 140px;
    display: block;
  }
}
.opinion__media img {
  border-radius: 50%;
  width: 100%;
}
.opinion__media::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(239, 51, 64, 0.5);
}

.opinion__author {
  margin-top: 10px;
  position: relative;
  z-index: 100;
  color: #1d1e20;
  font-weight: 400;
  font-family: "Bitter", serif;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.opinion__author a {
  color: #1d1e20;
}

.opinion__author-bio {
  color: #ef3340;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 400;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
}
@media (min-width: 740px) {
  .opinion__author-bio {
    margin-bottom: 20px;
  }
}

.opinion__content {
  padding: 10px 18px;
  width: 100%;
}
@media (min-width: 740px) {
  .opinion__content {
    padding: 0 18px;
    text-align: center;
  }
}
.opinion__content .meta {
  justify-items: center;
}

.opinion__title {
  padding: 12px 0;
  border-top: 1px solid #e6e9ee;
  min-height: 80px;
}
@media (min-width: 740px) {
  .opinion__title {
    min-height: 90px;
  }
}
@media (min-width: 1081px) {
  .opinion__title {
    padding: 20px;
  }
}
.opinion__title a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opinion__title a:hover {
  color: #ef3340;
}

/*------------------------------------*\
			$ERROR404
\*------------------------------------*/
.error404__container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error404__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 162, 151, 0.5)), to(#00a297)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 151, 0.7)), to(rgba(0, 162, 151, 0.7)));
  background-image: -o-linear-gradient(bottom, rgba(0, 162, 151, 0.5), #00a297), -o-linear-gradient(rgba(0, 162, 151, 0.7), rgba(0, 162, 151, 0.7));
  background-image: linear-gradient(to top, rgba(0, 162, 151, 0.5), #00a297), linear-gradient(rgba(0, 162, 151, 0.7), rgba(0, 162, 151, 0.7));
}

.error404__logo {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 300;
  background-color: #1d1e20;
  padding: 20px;
  width: 180px;
}
@media (min-width: 740px) {
  .error404__logo {
    width: auto;
  }
}
.error404__logo svg {
  width: 140px;
  height: auto;
}
@media (min-width: 740px) {
  .error404__logo svg {
    width: auto;
  }
}

.error404__content {
  position: relative;
  z-index: 200;
  text-align: center;
  max-width: 650px;
  width: 100%;
}
.error404__content .huge {
  font-size: 130px;
  line-height: 130px;
  color: white;
  font-family: "Bitter", serif;
  font-weight: 700;
}
@media (min-width: 740px) {
  .error404__content .huge {
    font-size: 250px;
    line-height: 250px;
  }
}

.error404__copy {
  padding: 0 20px;
  color: white;
  margin-bottom: 25px;
  font-family: "Bitter", serif;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 740px) {
  .error404__copy {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.error404__search {
  margin-bottom: 25px;
  padding: 0 30px;
}
@media (min-width: 740px) {
  .error404__search {
    padding: 0;
  }
}
.error404__search .search-form__submit {
  background-color: rgba(255, 255, 255, 0.4);
}
.error404__search .search-form__submit svg {
  fill: white;
}
.error404__search .search-form__field {
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}
.error404__search ::-webkit-input-placeholder {
  color: white;
}
.error404__search ::-moz-placeholder {
  color: white;
}
.error404__search :-ms-input-placeholder {
  color: white;
}
.error404__search :-moz-placeholder {
  color: white;
}

/*------------------------------------*\
                        $SHARE
\*------------------------------------*/
.share {
  z-index: 1000;
}
.share svg {
  width: 18px;
  height: 18px;
}
.share a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share a svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: white;
}

.share__facebook {
  background-color: #39579a;
}
.share__facebook:hover {
  background-color: #1d2d50;
}

.share__twitter {
  background-color: #059ff5;
}
.share__twitter:hover {
  background-color: #035e91;
}

.share__linkedin {
  background-color: #0076b7;
}
.share__linkedin:hover {
  background-color: #003451;
}

.share__email {
  background-color: #ee0085;
}
.share__email:hover {
  background-color: #88004c;
}

.share__link {
  background-color: #6e6c6c;
}
.share__link:hover {
  background-color: #3a3a3a;
}

.share--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.share--simple a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share--full {
  max-width: 1200px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 740px) {
  .share--full {
    margin-top: 0;
    display: block;
    position: fixed;
    top: 200px;
    left: 0;
  }
}
.share--full a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
}

.share--author {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share--author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
}

.share--tematica {
  max-width: 1200px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
}
.share--tematica a {
  margin-left: 30px;
  background-color: transparent;
}
.share--tematica a:hover {
  background-color: transparent;
}
.share--tematica a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 47px;
}
.share--tematica a svg path {
  fill: #ef3340;
}
@media (min-width: 740px) {
  .share--tematica a svg {
    width: 56px;
    height: 57px;
  }
}

/*------------------------------------*\
$SINGLE
\*------------------------------------*/
.single-container {
  max-width: 980px;
  width: 100%;
  margin: 40px auto;
  position: relative;
  border-bottom: 1px solid #e6e9ee;
  padding-bottom: 30px;
}
@media (min-width: 740px) {
  .single-container {
    padding: 0 88px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1081px) {
  .single-container {
    margin: 60px auto 40px;
    padding: 0 0 50px;
  }
}

.single__title {
  color: #1d1e20;
  font-family: "Bitter", serif;
  font-weight: 700;
  line-height: 37px;
  line-height: 2.3125rem;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 18px;
}
@media (min-width: 740px) {
  .single__title {
    line-height: 45px;
    line-height: 2.8125rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1081px) {
  .single__title {
    line-height: 43px;
    line-height: 2.6875rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.single__title a {
  color: #1d1e20;
}

.single-header {
  padding: 0 16px 30px;
}
@media (min-width: 740px) {
  .single-header {
    padding: 0 0 20px;
  }
}
@media (min-width: 1081px) {
  .single-header {
    padding: 0 0 30px;
  }
}

.single-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 15px;
}
@media (min-width: 740px) {
  .single-content {
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 1081px) {
  .single-content {
    margin-top: 40px;
  }
}
.single-content.c-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-content .sidebar {
  width: 100%;
}
.single-content .btn {
  margin-top: 30px;
}

.single__copy {
  max-width: 600px;
  width: 100%;
}
.single__copy.is-alone {
  max-width: 780px;
}

.single-container-event .single__title {
  max-width: 600px;
  margin: 24px auto 4px;
  text-align: center;
}
.single-container-event .single-header {
  padding-bottom: 0;
}
.single-container-event .event__info {
  width: 100%;
  padding: 20px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
@media (min-width: 740px) and (max-width: 1081px) {
  .single-container-event .event__info {
    min-height: auto;
  }
}
.single-container-event .event__date {
  width: auto;
}
.single-container-event .event__location {
  text-align: center;
}
@media (min-width: 740px) and (max-width: 1081px) {
  .single-container-event .event__location {
    width: auto;
  }
}
@media (min-width: 1081px) {
  .single-container-event .event__location {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e9ee;
  }
}
.single-container-event .from, .single-container-event .to {
  padding: 0;
  height: auto;
  display: inline-block;
  width: auto;
}
.single-container-event .from .container, .single-container-event .to .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-container-event .from .day-container, .single-container-event .to .day-container {
  text-align: left;
  margin-left: 5px;
}
.single-container-event .from .day-container .month, .single-container-event .to .day-container .month {
  text-align: left;
  letter-spacing: 1.5px;
}
.single-container-event .from .day-container .year, .single-container-event .to .day-container .year {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  letter-spacing: 1.1px;
  color: #e6007e;
  line-height: 14px;
  line-height: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.single-container-event .day {
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 38px;
  font-size: 2.375rem;
}
.single-container-event .from {
  padding-right: 20px;
  border-bottom: none;
}
.single-container-event .to {
  padding-left: 20px;
  position: relative;
}
.single-container-event .to::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 1px;
  height: 40px;
  background-color: #e6e9ee;
}
.single-container-event .event__title {
  text-align: center;
}
@media (min-width: 740px) {
  .single-container-event .event__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1081px) {
  .single-container-event .event__title {
    padding: 0 80px 0;
  }
}
.single-container-event .event__extras {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.single-container-event .event__extra {
  margin-bottom: 15px;
}
.single-container-event .event__about {
  width: 100%;
}
@media (min-width: 1081px) {
  .single-container-event .event__about {
    padding: 24px 100px;
  }
}

.featured-media {
  padding: 0 15px;
}
@media (min-width: 740px) {
  .featured-media {
    padding: 0;
  }
}
.featured-media img {
  max-width: 100%;
}

.featured-media-caption {
  color: #545353;
  border-bottom: 1px solid #bab9b9;
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.media {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 30px;
}
.media img {
  width: 100%;
}

.media--gallery {
  max-width: 980px;
}
.media--gallery .media__copy {
  max-width: 780px;
  width: 100%;
  margin: auto;
}

.media--video__cover {
  position: relative;
}

.media--video__trigger {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media__copy {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e9ee;
}
.media__copy p {
  font-family: "Bitter", serif;
  color: #00a297;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.single-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery__big {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 740px) {
  .gallery__big {
    width: 50%;
  }
}

.gallery__small {
  width: 50%;
  cursor: pointer;
  position: relative;
}

.gallery__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 162, 151, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery__btn {
  z-index: 100;
}

.single-investigation__details {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e9ee;
  padding: 30px 50px 25px;
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  max-width: 700px;
}
.single-investigation__details .single-investigation__detail {
  padding-left: 25px;
  position: relative;
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
@media (min-width: 740px) {
  .single-investigation__details .single-investigation__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.single-investigation__details .single-investigation__detail > span {
  display: block;
  color: #87858a;
}
.single-investigation__details .single-investigation__detail a {
  color: #ef3340;
}
.single-investigation__details .single-investigation__detail__title {
  font-weight: bold;
}
@media (min-width: 740px) {
  .single-investigation__details .single-investigation__detail__title {
    width: 150px;
  }
}
@media (min-width: 740px) {
  .single-investigation__details .single-investigation__detail__copy {
    width: calc(100% - 150px);
    padding-left: 24px;
  }
}
.single-investigation__details .single-investigacion__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.single-investigation__details .single-investigacion__icon svg {
  fill: #ef3340;
}

.single-investigacion .single-content {
  padding: 0 20px;
}
@media (min-width: 740px) {
  .single-investigacion .single-content {
    padding: 0 50px;
  }
}
@media (min-width: 1081px) {
  .single-investigacion .single-content {
    padding: 0 140px;
  }
}
.single-investigacion .single-content .featured-copy {
  padding: 0;
}
.single-investigacion .single-content .featured-copy p {
  color: #ef3340;
}
.single-investigacion .single-content .single__copy {
  max-width: 700px;
}

.map {
  position: relative;
}

.map__wrapper {
  height: 500px;
  position: relative;
}
@media (min-width: 740px) {
  .map__wrapper {
    height: 600px;
  }
}
@media (min-width: 1081px) {
  .map__wrapper {
    height: 500px;
  }
}

#map-canvas {
  height: 100%;
}

.map__info {
  position: absolute;
  left: 15px;
  bottom: 30px;
  width: calc(100% - 30px);
  z-index: 100;
}
@media (min-width: 740px) {
  .map__info {
    left: 80px;
    top: 85px;
    bottom: auto;
    width: 230px;
  }
}
@media (min-width: 1081px) {
  .map__info {
    left: 170px;
    width: 380px;
  }
}
.map__info .event {
  width: 100%;
}

/*------------------------------------*\
			$CATEGORIES
\*------------------------------------*/
.category-menu {
  width: 100%;
  position: relative;
  z-index: 400;
  padding-top: 10px;
}
@media (min-width: 740px) {
  .category-menu {
    padding-top: 30px;
  }
}
.category-menu.negative {
  padding-top: 0;
}
@media (min-width: 740px) {
  .category-menu.negative {
    padding-top: 20px;
    padding-top: 60px;
    margin-top: -31px;
  }
}
@media (min-width: 740px) {
  .category-menu.category-open .category-menu__wrap::before {
    display: none;
  }
}

.category-menu__wrap {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  position: relative;
}
@media (min-width: 740px) {
  .category-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.category-menu__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0 2px 4px 0 #dfe6f3;
          box-shadow: 0 2px 4px 0 #dfe6f3;
  background-color: #dfe6f3;
  display: none;
}
@media (min-width: 740px) {
  .category-menu__wrap::before {
    display: block;
  }
}

@media (max-width: 740px) {
  .category {
    border-bottom: 1px solid #d7d2cb;
    display: block;
  }
  .category:last-child {
    border-bottom: 0;
  }
}

.category__label {
  cursor: pointer;
  padding: 12px 23px 12px 23px;
  color: #1d1e20;
  font-family: "Bitter", serif;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  background-color: #f4f4f4;
}
@media (min-width: 740px) {
  .category__label {
    background-color: transparent;
    border-bottom: 0;
    margin: 0 5px;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 14px 23px 14px 23px;
  }
}
.category__label.active {
  border: 1px solid #dfe6f3;
  border-bottom: 0;
  background-color: white;
  position: relative;
}
@media (min-width: 740px) {
  .category__label.active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
  }
  .category__label.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    z-index: 2;
  }
}
.category__label.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category__label svg {
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 740px) {
  .category__label svg {
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

.category__list {
  width: 100%;
  background-color: white;
  border: solid 1px #dfe6f3;
  display: none;
}
@media (min-width: 740px) {
  .category__list {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    top: 46px;
  }
}
.category__list a {
  color: #545353;
  font-family: "Bitter", serif;
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 20px 10px 20px;
  line-height: 15px;
  line-height: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 740px) {
  .category__list a {
    width: calc(25% - 20px);
  }
  .category__list a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #dfe6f3;
    z-index: 4;
  }
  .category__list a:nth-child(9)::before, .category__list a:nth-child(10)::before, .category__list a:nth-child(11)::before {
    height: 100%;
  }
  .category__list a:nth-child(10)::before {
    height: 120%;
  }
}
.category__list a:nth-child(4n+4) {
  padding-right: 0;
}
.category__list a:nth-child(4n+4)::before {
  display: none;
}

.category__list__container {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 740px) {
  .category__list__container {
    padding: 34px 0 34px 30px;
  }
}

/*------------------------------------*\
			$LIGHTBOX
\*------------------------------------*/
/*------------------------------------*\
			$OVERLAY
\*------------------------------------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1200;
  padding: 0;
  background: #f6f6f6;
}
@media (min-width: 1081px) {
  .overlay {
    padding: 0;
  }
}
.overlay.overlay-is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay__container {
  height: 100%;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.overlay__close {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #545353;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 200;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1081px) {
  .overlay__close {
    top: 0;
    width: 60px;
    height: 60px;
  }
}
.overlay__close:active, .overlay__close:focus {
  outline: 0;
}
.overlay__close svg {
  fill: white;
  width: 26px;
  height: 26px;
}
@media (min-width: 1081px) {
  .overlay__close svg {
    width: 32px;
    height: 32px;
  }
}

/*------------------------------------*\
			$GALLERY-LIGHTBOX
\*------------------------------------*/
.gallery-slider {
  height: 100%;
  width: 100%;
  position: relative;
}

.gallery-container {
  padding: 0;
  height: 100%;
  width: 100%;
}
.gallery-container::before, .gallery-container::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery-container::after {
  clear: both;
}

.gallery-image {
  height: 100%;
  display: none;
}
.gallery-image:first-child {
  display: block;
}

.gallery-image__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (min-width: 1081px) {
  .gallery-image__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
  }
}

.gallery-image__img {
  width: 100%;
  height: 55%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 740px) {
  .gallery-image__img {
    height: 70%;
  }
}
@media (min-width: 1081px) {
  .gallery-image__img {
    padding: 0 60px;
    height: auto;
    width: 75%;
  }
}
.gallery-image__img img {
  max-width: 100%;
}

.gallery-image__info {
  width: 100%;
  height: 45%;
  position: relative;
}
@media (min-width: 740px) {
  .gallery-image__info {
    height: 30%;
  }
}
@media (min-width: 1081px) {
  .gallery-image__info {
    width: 25%;
    height: auto;
  }
}

.gallery-image__info__container {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1081px) {
  .gallery-image__info__container {
    right: 0;
    position: absolute;
    padding-right: 40px;
    bottom: 215px;
  }
}

.gallery-image__info__title {
  padding-top: 20px;
}

.gallery-image__info__label {
  margin-top: 15px;
}

.gallery-controls {
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
  z-index: 500;
}
@media (min-width: 1081px) {
  .gallery-controls {
    bottom: 40px;
    width: calc(25% - 20px);
  }
}
.gallery-controls .flex-direction-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}
@media (max-width: 740px) {
  .gallery-controls .flex-direction-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.gallery-controls .flex-direction-nav li {
  margin-right: 15px;
}
.gallery-controls .flex-direction-nav a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px 10px rgba(119, 119, 119, 0.2);
          box-shadow: 0 0 30px 10px rgba(119, 119, 119, 0.2);
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
.gallery-controls .flex-direction-nav svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 15px;
  height: 25px;
  fill: #222324;
}
@media (min-width: 1081px) {
  .gallery-controls .flex-direction-nav svg {
    fill: #000000;
  }
}

/*------------------------------------*\
			$SIDE-NAV
\*------------------------------------*/
.side-nav {
  position: fixed;
  top: 50%;
  left: 30px;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-transform: translateZ(0);
  background-color: #f1efef;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: 1px solid #d7dce4;
  border-radius: 20px;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 14px 0 rgba(29, 30, 32, 0.08);
          box-shadow: 0 0 14px 0 rgba(29, 30, 32, 0.08);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}
@media (min-width: 1081px) {
  .side-nav {
    display: block;
  }
}
.side-nav.is-visible {
  opacity: 1;
  -webkit-animation: scrollIn 1s ease backwards;
          animation: scrollIn 1s ease backwards;
}
.side-nav.turn-school {
  border: 1px solid #ed1b2a;
  background-color: #ef3340;
}
.side-nav.turn-school a.current .side-nav__dot {
  background-color: white;
}
.side-nav.turn-school a .side-nav__dot {
  background-color: rgba(230, 233, 238, 0.2);
}
.side-nav a {
  display: block;
  margin: 3px 0;
  position: relative;
  padding: 0 12px;
}
.side-nav a.current .side-nav__dot {
  background-color: #ef3340;
}
.side-nav a:hover .side-nav__label {
  opacity: 1;
}

.side-nav__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(239, 51, 64, 0.2);
}

.side-nav__label {
  opacity: 0;
  display: block;
  background-color: #ef3340;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 5px 10px;
  position: absolute;
  top: -5px;
  left: 45px;
}
.side-nav__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 0;
  margin-top: -6px;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #ef3340 transparent transparent;
}

/*------------------------------------*\
$REVISTA
\*------------------------------------*/
.revista {
  padding: 0 15px;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 740px) {
  .revista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 40px;
  }
}
.revista .revista__media {
  margin: 0 auto 32px;
  width: 180px;
}
@media (min-width: 740px) {
  .revista .revista__media {
    width: 220px;
    height: 330px;
    margin: 0;
  }
}
.revista .revista__media img {
  width: 100%;
  display: block;
}
@media (min-width: 740px) {
  .revista .revista__content {
    width: 384px;
    padding-left: 50px;
  }
}
.revista .revista__content .revista__title {
  color: #ef3340;
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 12px;
  font-family: "Bitter", serif;
  font-weight: bold;
}
.revista .revista__content .revista__text {
  color: rgba(0, 0, 0, 0.79);
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  font-family: "Bitter", serif;
}

/*------------------------------------*\
$BOLETIN
\*------------------------------------*/
@media (min-width: 740px) {
  .listado--boletin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.listado--boletin .boletin {
  background: #3e3e3e;
  padding: 20px 20px 60px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media (min-width: 740px) {
  .listado--boletin .boletin {
    width: calc(33.333% - 13.333px);
  }
}
.listado--boletin .boletin--logo {
  margin-bottom: 26px;
}
.listado--boletin .boletin__content {
  color: white;
  text-align: center;
}
.listado--boletin .boletin__title {
  margin-bottom: 14px;
  line-height: 41px;
  line-height: 2.5625rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Bitter", serif;
}
.listado--boletin .boletin__title::after {
  content: "";
  width: 190px;
  height: 2px;
  margin: 5px auto 0;
  background: white;
  opacity: 0.5;
  display: block;
}
.listado--boletin .boletin__date {
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

/*------------------------------------*\
$DECANO
\*------------------------------------*/
.decano-full .wrap {
  max-width: 980px;
  margin: auto;
}

@media (min-width: 740px) {
  .decano-full__media {
    margin-bottom: 40px;
  }
}
.decano-full__media img {
  width: 100%;
}

.decano-full__content {
  padding: 5px 15px 0;
}
@media (min-width: 740px) {
  .decano-full__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0;
  }
}
.decano-full__content .decano-full__column {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
@media (min-width: 740px) {
  .decano-full__content .decano-full__column {
    width: 50%;
    padding-right: 45px;
    border-bottom: 0;
    margin: 0;
  }
}
@media (min-width: 740px) {
  .decano-full__content .decano-full__column:first-of-type {
    border-right: 2px solid rgba(151, 151, 151, 0.4);
  }
}
.decano-full__content .decano-full__column:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 740px) {
  .decano-full__content .decano-full__column:last-of-type {
    padding-right: 0;
    padding-left: 45px;
  }
}
.decano-full__content h3 {
  margin: 0;
}

.text-carrera {
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ef3340;
}

/*------------------------------------*\
$DOWNLOAD-BLOCK
\*------------------------------------*/
.download-block {
  padding: 40px 0;
  max-width: 980px;
  margin: auto;
}
@media (min-width: 740px) {
  .download-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 740px) {
  .download-block__item {
    width: 50%;
  }
}

.download-block__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 78px 20px;
  margin: auto;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
  font-family: "Bitter", serif;
  font-weight: bold;
  position: relative;
}
@media (min-width: 740px) {
  .download-block__file {
    max-width: 346px;
    width: 50%;
  }
}
@media (min-width: 1081px) {
  .download-block__file {
    overflow: hidden;
  }
  .download-block__file:hover .download-block__bg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
.download-block__file::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ef3340;
  opacity: 0.9;
}
.download-block__file span {
  position: relative;
  z-index: 200;
}
.download-block__file span:first-of-type {
  margin-right: 24px;
}
.download-block__file span:last-of-type {
  width: 160px;
}
.download-block__file .download-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*------------------------------------*\
			$AUTHOR
\*------------------------------------*/
.author-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 740px) {
  .author-photo {
    width: 140px;
    height: 140px;
  }
}
.author-photo img {
  border-radius: 50%;
  width: 100%;
}

.author-small-photo {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}
.author-small-photo img {
  border-radius: 50%;
  width: 100%;
}

.author-info {
  padding-bottom: 20px;
}

.author-info__header {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.author-info__header::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -20px;
  width: 140%;
  height: 120px;
  background-color: white;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.author-info__person {
  position: relative;
  padding: 0 24px 15px;
  margin-bottom: 15px;
}
.author-info__person::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: calc(100% - 25px);
  background-color: #00a297;
}
.author-info__person::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #e6e9ee;
}

.author-info__mini {
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
}

.author-info__bio {
  padding: 0 24px;
}

.author-info__links {
  margin-top: 25px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*------------------------------------*\
			$SIDEBAR
\*------------------------------------*/
.sidebar {
  width: calc(100% - 30px);
  margin: 20px auto 0;
}
.sidebar.sidebar-cloned {
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .sidebar {
    width: 100%;
  }
}
@media (min-width: 1081px) {
  .sidebar {
    max-width: 300px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 740px) {
  .sidebar-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sidebar__title {
  background-color: #00a297;
  font-family: "Bitter", serif;
  color: white;
  padding: 10px 28px 12px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.sidebar__block + .sidebar__block {
  margin-top: 30px;
}
@media (min-width: 740px) {
  .sidebar__block + .sidebar__block {
    margin-top: 0;
  }
}
@media (min-width: 1081px) {
  .sidebar__block + .sidebar__block {
    margin-top: 20px;
  }
}

/*------------------------------------*\
$MENUTOP
\*------------------------------------*/
.top-bar {
  background-color: #2d2d2d;
}
@media (min-width: 740px) {
  .top-bar {
    height: 32px;
  }
}
@media (max-width: 740px) {
  .top-bar .wrap {
    padding: 0 10px 20px;
  }
}
@media (min-width: 740px) {
  .top-bar .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.top-bar .click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  height: 100%;
  cursor: pointer;
  padding-left: 10px;
}
@media (max-width: 740px) {
  .top-bar .click {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 10px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.top-bar .click svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 14px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuTop-open .top-bar .click svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.top-nav {
  padding: 2px 0;
  position: relative;
  z-index: 900;
}

.menu--top {
  width: 100%;
  z-index: 900;
  display: none;
  border-top: 1px solid #696c6e;
  padding: 15px;
}
@media (min-width: 740px) {
  .menu--top {
    background: #353637;
    padding: 40px 0;
    position: absolute;
    top: 32px;
    left: 0;
  }
}
@media (min-width: 740px) {
  .menu--top .top-nav {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    max-width: 740px;
    margin: auto;
  }
}
.menu--top .top-nav .top-nav__item {
  display: block;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: white;
}
@media (max-width: 740px) {
  .menu--top .top-nav .top-nav__item {
    margin: 7px 0;
  }
}
@media (min-width: 1081px) {
  .menu--top .top-nav .top-nav__item {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .menu--top .top-nav .top-nav__item:hover {
    color: #009fe3;
  }
}

@media (min-width: 740px) {
  .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.nav-top a {
  color: white;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #474747;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 740px) {
  .nav-top a {
    width: 100%;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    border-right: 0;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(215, 210, 203, 0.5);
  }
}

@media (min-width: 740px) {
  .menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.tematicas--cards {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
@media (min-width: 1081px) {
  .tematicas--cards {
    padding: 0;
  }
}
.tematicas--cards .tematicas--card {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  position: relative;
  opacity: 0;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100%;
}
@media (max-width: 740px) {
  .tematicas--cards .tematicas--card {
    padding-top: 80px;
  }
  .tematicas--cards .tematicas--card + .card {
    margin-top: 15px;
  }
}
@media (min-width: 740px) {
  .tematicas--cards .tematicas--card {
    margin: 0;
    min-height: 330px;
  }
  .tematicas--cards .tematicas--card.card--5-5 {
    width: calc(100%/3);
  }
  .tematicas--cards .tematicas--card.card--5-4 {
    width: calc(100%/2);
  }
  .tematicas--cards .tematicas--card.card--5-3 {
    width: calc(100%/3);
  }
}
@media (min-width: 1081px) {
  .tematicas--cards .tematicas--card {
    min-height: 240px;
  }
  .tematicas--cards .tematicas--card.card--5-5 {
    width: calc(100%/5);
  }
  .tematicas--cards .tematicas--card.card--5-4 {
    width: calc(100%/4);
  }
  .tematicas--cards .tematicas--card.card--5-3 {
    width: calc(100%/3);
  }
}
.tematicas--cards .tematicas--card.card-loaded {
  opacity: 1;
  -webkit-animation: scaleFadeIn 0.5s;
          animation: scaleFadeIn 0.5s;
}
.tematicas--cards .tematicas--card .card__title:before {
  content: initial;
}
.tematicas--cards .tematicas--card .card__content {
  padding: 0 20px;
}

/*------------------------------------*\
$GALLERY
\*------------------------------------*/
.gallery-slider {
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gallery-slider:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery-slider.full {
  max-width: inherit;
  margin: 0;
}
@media (min-width: 740px) {
  .gallery-slider.full .title {
    font-size: 60px !important;
    padding: 0 20px 0 60px !important;
  }
}
@media (min-width: 1081px) {
  .gallery-slider.full .title {
    font-size: 100px !important;
  }
}
.gallery-slider.full .title:before {
  background-color: transparent !important;
}
.gallery-slider.full .title span {
  color: #ef3340;
}
.gallery-slider.full .slider .slide {
  height: 820px;
}
.gallery-slider .slider {
  width: 100%;
  position: relative;
}
.gallery-slider .slider .slide {
  position: relative;
}
.gallery-slider .slider .slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(70%, rgba(29, 30, 32, 0.6)), to(rgba(29, 30, 32, 0.8)));
  background-image: -o-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
  background-image: linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
}
.gallery-slider .slider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery-slider .slider .slide video {
  width: auto;
  max-height: 440px;
  height: 100%;
}
@media (min-width: 740px) {
  .gallery-slider .slider .slide video {
    max-height: 550px;
  }
}
@media (min-width: 1081px) {
  .gallery-slider .slider .slide video {
    width: 100%;
    max-height: 820px;
  }
}
.gallery-slider .slider .slide img {
  width: 100%;
  /*                min-height: 400px;
                          @include respond-to(tablet) {
                              min-height: auto;
                          }
                          @include respond-to(desktop) {
                              min-height: auto;
                          }*/
}
.gallery-slider .slider .slide .title {
  width: calc(100% - 40px);
  padding: 0 20px;
  left: 0;
  bottom: 80px;
  position: absolute;
  font-family: "Bitter", serif;
  font-size: 1.6em;
  line-height: 30px;
  z-index: 99999999999;
}
@media (min-width: 740px) {
  .gallery-slider .slider .slide .title {
    font-size: 2em;
    line-height: normal;
  }
}
@media (min-width: 1081px) {
  .gallery-slider .slider .slide .title {
    bottom: 130px;
  }
}
.gallery-slider .slider .slide .title::before {
  background-color: #009fe3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 70px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 740px) {
  .gallery-slider .slider .slide .title::before {
    height: 100%;
  }
}
.gallery-slider .slider .slide .title a {
  color: #e6e9ee;
}
.gallery-slider .flex-control-nav {
  bottom: 25px;
}
.gallery-slider .flex-direction-nav {
  bottom: 30px;
  right: 30px;
  height: 52px;
  line-height: 52px;
  display: none;
}
@media (min-width: 1081px) {
  .gallery-slider .flex-direction-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.gallery-slider .flex-direction-nav .flex-next,
.gallery-slider .flex-direction-nav .flex-prev {
  background-color: transparent;
  width: 52px;
  line-height: 52px;
  height: 52px;
}
.gallery-slider .flex-direction-nav .flex-nav-next,
.gallery-slider .flex-direction-nav .flex-nav-prev {
  background-color: transparent;
  width: 52px;
  line-height: 52px;
  height: 52px;
}
.gallery-slider .flex-direction-nav .flex-nav-next a,
.gallery-slider .flex-direction-nav .flex-nav-prev a {
  width: 52px;
  height: 52px;
}
.gallery-slider .flex-direction-nav .flex-nav-prev {
  right: 102px;
}

/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.3;
}

.video-hero--content {
  position: relative;
  color: #FFF;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 505px;
  max-height: 505px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.video-hero--content h1 {
  font-weight: 700;
  color: var(--primario);
  line-height: 2.75rem;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 740px) {
  .video-hero--content h1 {
    line-height: 3.75rem;
    font-size: 3.5rem;
  }
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.page-width {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after,
.jquery-background-video-pauseplay.pause:before {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

/*------------------------------------*\
$TEASERS LIST
\*------------------------------------*/
/*------------------------------------*\
                        $TEASER
\*------------------------------------*/
.teaser-list {
  padding: 0;
  max-width: 1280px;
  width: 100%;
  margin: 50px auto;
}
@media (min-width: 740px) {
  .teaser-list {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .teaser-list {
    max-width: 1180px;
  }
}
.teaser-list .teaser__media {
  width: 100%;
}
@media (min-width: 740px) {
  .teaser-list .teaser__media {
    width: 50% !important;
    margin: auto !important;
  }
}
.teaser-list .teaser__media img {
  width: 100%;
}
.teaser-list .teaser-item {
  width: 100%;
}
@media (min-width: 1300px) {
  .teaser-list .teaser-item {
    margin-bottom: 10px;
  }
}
.teaser-list .teaser-item ul li::before {
  width: 4px;
  height: 4px;
  background-color: white;
}
.teaser-list .teaser-item:nth-child(odd) .teaser__content {
  background-color: #009ee6;
}
.teaser-list .teaser-item:nth-child(even) .teaser__content {
  background-color: #5f5f5f;
}
@media (min-width: 740px) {
  .teaser-list .teaser-item:nth-child(odd) .teaser__content,
.teaser-list .teaser-item:nth-child(odd) .teaser__content--small {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .teaser-list .teaser-item:nth-child(odd) .teaser__media,
.teaser-list .teaser-item:nth-child(odd) .teaser__media--long {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .teaser-list .teaser-item:nth-child(even) .teaser__media,
.teaser-list .teaser-item:nth-child(even) .teaser__media--long {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .teaser-list .teaser-item:nth-child(even) .teaser__content,
.teaser-list .teaser-item:nth-child(even) .teaser__content--small {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.teaser-list .teaser--simple {
  padding: 30px;
  background: #fcd190;
  margin-bottom: 10px;
}
.teaser-list .teaser--simple a.btn {
  color: #565656;
  border-color: #565656;
}
.teaser-list .teaser--simple a.btn:hover {
  background: #565656;
  color: white;
}
.teaser-list .teaser--simple__title {
  color: #545353;
  margin: 0 0 30px;
  position: relative;
}
.teaser-list .teaser--simple__title::before {
  content: "";
  width: 52px;
  height: 1px;
  background: #545353;
  position: absolute;
  bottom: -10px;
}
.teaser-list .teaser__content {
  padding: 20px 20px 10px;
  width: 100%;
}
@media (min-width: 740px) {
  .teaser-list .teaser__content {
    padding: 0 30px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1081px) {
  .teaser-list .teaser__content {
    padding: 0 100px;
  }
}
.teaser-list .teaser__content .fourth-title {
  position: relative;
  margin-top: 15px;
}
@media (max-width: 740px) {
  .teaser-list .teaser__content .fourth-title {
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.teaser-list .teaser__content .fourth-title::before {
  content: "";
  width: 22px;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -10px;
}
.teaser-list .teaser__content ul {
  margin: 0;
}
.teaser-list .teaser__content .copy p {
  line-height: 25px;
  line-height: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.teaser-list .teaser__content .copy ol,
.teaser-list .teaser__content .copy ul {
  color: white;
}
.teaser-list .teaser--gris .teaser__content--small {
  background: #565656;
}
.teaser-list .teaser--gris .teaser__content--small .teaser__date {
  background: #494949;
}
.teaser-list .teaser--gris .teaser__cat {
  color: #f7ba4e;
}
.teaser-list .teaser--gris .teaser__cat a {
  color: #f7ba4e;
}
.teaser-list .teaser--gris a.btn:hover {
  color: #565656;
}
.teaser-list .teaser__content--small {
  position: relative;
  padding: 60px 20px 0;
  width: 100%;
}
@media (min-width: 740px) {
  .teaser-list .teaser__content--small {
    width: calc(100% - 246px);
  }
}
@media (min-width: 1081px) {
  .teaser-list .teaser__content--small {
    width: calc(100% - 426px);
  }
}
.teaser-list .teaser__content--small .copy p {
  margin-bottom: 15px;
}
.teaser-list .teaser__content--small a.btn {
  margin: 30px 0 20px;
}
@media (min-width: 740px) {
  .teaser-list .teaser__content--small a.btn {
    margin: 20px 0 15px;
  }
}
@media (min-width: 1081px) {
  .teaser-list .teaser__content--small a.btn {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
.teaser-list .color-white {
  color: white;
}
.teaser-list .color-white p {
  color: white;
}
.teaser-list .fourth-title {
  line-height: 38px;
  line-height: 2.375rem;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 38px 0;
}

.oculto{display:none!important;height:auto!important}@media (max-width:768px){.oculto-mobile{display:none}}@media (min-width:768px){.oculto-desktop{display:none}}.divisor{display:none}@media (max-width:768px){.divisor{display:block;height:1px;border-bottom:1px solid #000;width:calc(100% - 22px);margin-bottom:5px;margin:0 auto}}@media (min-width:768px){.mr-xl-6{margin-right:6px}}@media (min-width:768px){.ml-xl-6{margin-left:6px}}.m-0{margin:0!important}@media (max-width:768px){.mb-md-20{margin-bottom:20px!important}}@media (max-width:768px){.mt-md-30{margin-top:30px}}@media (max-width:768px){.flex-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:768px){.px-md-13{padding-left:13px;padding-right:13px}}.py-24{padding-top:24px;padding-bottom:24px}.px-14{padding-left:14px;padding-right:14px}.d-inline{display:inline-block}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.text-right{text-align:right}.limpiar{font-family:"Bitter",serif;font-size:15px;font-weight:600;line-height:1.47;letter-spacing:.54px;color:#474747;text-decoration:underline}.text-center{text-align:center}@media (max-width:768px){.text-md-center{text-align:center}}.embed-container{width:100%;max-width:294px}@media (max-width:768px){.embed-container{margin:0 auto}}.embed-container iframe{width:800px;height:450px}@media (max-width:768px){.embed-container iframe{max-width:294px;height:170px}}.contenido-toggle h2{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;color:#474747}@media (max-width:768px){.contenido-toggle h2{font-size:30px;line-height:1.67;text-align:center}}.contenido-toggle h3{font-family:"Open Sans",sans-serif;font-size:32px;font-weight:600;line-height:1.34;letter-spacing:2.13px;color:#ef3340}@media (max-width:768px){.contenido-toggle h3{font-size:18px;line-height:2.39;letter-spacing:1.2px;text-align:center}}@media (max-width:768px){.contenido-toggle .col-img{display:none!important}}@media (max-width:768px){.contenido-toggle .d-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.videos-testimoniales{max-width:1200px;margin:0 auto}@media (max-width:768px){.videos-testimoniales{margin:0 13px}}.videos-testimoniales ul{max-width:370px;border-radius:5px;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,.16);box-shadow:0 6px 15px 0 rgba(0,0,0,.16);background-color:#fff;padding:16px 20px}@media (max-width:768px){.videos-testimoniales ul{max-width:294px;margin:0 auto;padding:12px 15px}}.videos-testimoniales ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:31px;cursor:pointer;font-family:"Open Sans",sans-serif;font-size:15px;color:#474747}@media (max-width:768px){.videos-testimoniales ul li{font-size:13px}}.videos-testimoniales ul li:last-child{margin-bottom:0!important}.videos-testimoniales ul li h6{font-weight:700;text-transform:uppercase;margin-bottom:12px}.videos-testimoniales ul li .thumbnail{font-size:2em;margin-right:16px;min-width:80px;text-align:center}.videos-testimoniales ul li .thumbnail img{max-width:100%;height:auto}.bg-plomo{background-color:#f9f8f7}.enlace{min-width:207px;display:inline-block;padding:12px;border-radius:5px;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,.16);box-shadow:0 6px 15px 0 rgba(0,0,0,.16);border:solid 1px #00a297;background-color:#fff;color:#00a297;font-family:"Open Sans",sans-serif;font-size:16px;font-weight:700;line-height:1.44;letter-spacing:.58px;text-align:center;text-transform:uppercase;margin-top:42px}.enlace.w100{min-width:100%!important}.enlace.verde{background-color:#00a297;color:#fff}@media (max-width:1024px){.enlace{width:270px;display:block;text-align:center;margin:42px auto 0 auto}}@media (max-width:768px){.enlace{width:270px;display:block;text-align:center;letter-spacing:auto!important}}.titulo_contenido{font-family:"Bitter",serif;font-size:45px;font-weight:700;color:#474747;padding-top:68px}@media (max-width:1024px){.titulo_contenido{display:none}}.titulo_contenido span{font-family:"Open Sans",sans-serif;font-size:30px;font-weight:600;line-height:1.43;letter-spacing:2px;color:#00a297}.subtitulo_contenido{font-family:"Bitter",serif;font-size:30px;font-weight:600;line-height:1.43;letter-spacing:2px;color:#00a297}@media (max-width:768px){.subtitulo_contenido{font-size:18px;line-height:1.67;letter-spacing:1.2px;text-align:center;text-transform:uppercase;margin-bottom:24px}}@media (max-width:1024px){.subtitulo_contenido.desktop{display:none}}.titulo_mobile{font-family:"Bitter",serif;color:#474747;font-size:30px;font-weight:700;line-height:1.67;text-align:center;display:none;text-transform:uppercase;padding-top:68px;margin-bottom:55px}@media (max-width:1024px){.titulo_mobile{display:block}}@media (max-width:768px){.titulo_mobile{padding-top:36px;margin-bottom:20px}}.titulo_mobile span{font-family:"Open Sans",sans-serif;font-size:30px;font-weight:600;line-height:1.43;letter-spacing:2px;color:#00a297}.borde{height:45px;margin-left:7px;padding-left:15px;border-left:10px solid #00a297}@media (max-width:1024px){.borde{display:none;height:0;margin-left:0;padding-left:0;border-left-style:none;border-left-width:0;border-left-color:transparent}}.comparador{max-width:1440px;margin:0 auto;padding:0;background-size:contain;background-repeat:no-repeat;background-position:center center}@media (max-width:768px){.comparador{background-size:cover}}.comparador .acreditaciones h2{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;text-align:center;color:#474747;margin-top:69px;margin-bottom:46px}@media (max-width:768px){.comparador .acreditaciones h2{font-size:30px;line-height:1.67;margin-top:40px;margin-bottom:45px}}@media (max-width:768px){.comparador .acreditaciones .texto{margin:0 12px}}.comparador .acreditaciones .texto p{font-family:"Open Sans",sans-serif;font-size:17px;line-height:1.41;letter-spacing:.12px;color:#1d1e20;margin-bottom:18px}@media (max-width:768px){.comparador .acreditaciones .texto p{font-size:15px;line-height:1.6;letter-spacing:.11px}}.comparador .acreditaciones .imagenes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin-top:37px;margin-bottom:68px}.comparador .acreditaciones .imagenes div{margin:0 14px}.comparador .acreditaciones .imagenes img{max-width:100%}.comparador .persona{border-radius:5px;padding:24px 34px;max-width:241px;min-height:300px;background-color:#fff;text-align:center}@media (max-width:768px){.comparador .persona{display:none;width:auto}}.comparador .persona .nombre{font-family:"Open Sans",sans-serif;font-size:18px;font-weight:600;line-height:1.33;color:#474747;margin-bottom:18px;display:block}.comparador .persona .cargo{font-family:"Open Sans",sans-serif;font-size:14px;line-height:1.36;color:#474747}.comparador .persona img{border-radius:50%;max-width:130px;margin-bottom:26px}.comparador .bienvenida{background-color:#fff;padding:25px 47px;max-width:933px;border-radius:5px}@media (max-width:768px){.comparador .bienvenida{background-color:#f8f8f8;padding:15px}}.comparador .bienvenida h2{font-family:"Bitter",serif;font-size:62px;font-weight:700;line-height:1.32;color:#474747;margin-bottom:36px}@media (max-width:768px){.comparador .bienvenida h2{font-size:40px;font-weight:700;text-align:center}}@media (max-width:768px){.comparador .bienvenida .texto{padding:18px 14px;border-radius:10px;background-color:#fff}}.comparador .bienvenida .texto p{font-family:"Open Sans",sans-serif;font-size:16px;line-height:1.5;letter-spacing:.11px;color:#1d1e20;margin-bottom:18px}@media (max-width:768px){.comparador .bienvenida .texto p{font-family:"Open Sans",sans-serif;font-size:15px;line-height:1.6;letter-spacing:.11px;color:#1d1e20}.comparador .bienvenida .texto p:nth-child(n+2){display:none}}.comparador .icono{border-radius:50%;border:1px solid #00a297;position:relative}.comparador .icono img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.comparador .icono.size43{width:43px;height:43px}.comparador .icono.size43 img{max-width:22px;height:auto}.comparador .icono.size69{width:69px;height:69px}.comparador .icono.size69 img{max-width:35px;height:auto}.comparador .uai-mundo h2{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.33;text-align:center;color:#474747;text-transform:uppercase}.comparador .uai-mundo h2 span{color:#00a297}@media (max-width:768px){.comparador .uai-mundo h2{font-size:30px;margin:0 14px 30px 14px}}.comparador .uai-mundo .texto{margin-bottom:30px}@media (max-width:768px){.comparador .uai-mundo .texto{max-width:294px;margin:0 14px 30px 14px}}.comparador .uai-mundo .mapa{height:500px!important;width:100%}.comparador .container{max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.comparador .imagen_contenido_ancho{width:100%;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:1024px){.comparador .imagen_contenido_ancho{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.comparador .imagen_contenido_ancho .order1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:85px}@media (max-width:1024px){.comparador .imagen_contenido_ancho .order1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin:0}}.comparador .imagen_contenido_ancho .imagen{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:510px}@media (max-width:1024px){.comparador .imagen_contenido_ancho .imagen{min-width:100%;text-align:center}}.comparador .imagen_contenido_ancho .columna-contenido{padding-left:69px;max-width:66.66%;padding-right:34px}.comparador .imagen_contenido_ancho .columna-contenido.informacion{padding-left:20px}@media (max-width:768px){.comparador .imagen_contenido_ancho .columna-contenido{max-width:100%}}@media (max-width:1024px){.comparador .imagen_contenido_ancho .columna-contenido{margin-top:35px;margin-bottom:41px;padding:0 15px}}.comparador .imagen_contenido_ancho .columna-contenido p{font-family:"Open Sans",sans-serif;font-size:17px;line-height:1.41;letter-spacing:.12px;color:#1d1e20;margin-bottom:24px}.comparador .titulo_cajas{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;color:#474747;margin-top:43px;margin-bottom:50px;text-align:center}@media (max-width:768px){.comparador .titulo_cajas{font-family:"Bitter",serif;font-size:30px;font-weight:700;line-height:1.33;color:#474747;margin:43px 15px 53px 15px}}.comparador .contenido{margin-right:84px}@media (max-width:768px){.comparador .contenido{margin:0 14px}}.comparador .contenido h2{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;color:#474747;margin-bottom:40px}@media (max-width:768px){.comparador .contenido h2{font-family:"Bitter",serif;font-size:30px;font-weight:700;line-height:1.33;text-align:center;color:#474747}}.comparador .contenido p:nth-child(2){margin-left:7px;padding-left:15px;border-left:10px solid #00a297}@media (max-width:768px){.comparador .contenido p:nth-child(2){margin-left:0;padding-left:0;border-left-style:none;border-left-color:transparent;border-left-width:0}}.comparador .contenido p{font-family:"Open Sans",sans-serif;font-size:17px;line-height:1.41;letter-spacing:.12px;color:#1d1e20;margin-bottom:22px;margin-left:31px}@media (max-width:768px){.comparador .contenido p{margin-left:0;font-size:15px;line-height:1.6;letter-spacing:.11px}}.comparador .contenido em,.comparador .contenido i{font-family:"Open Sans",sans-serif;font-size:17px;line-height:1.41;letter-spacing:.12px;color:#1d1e20;font-weight:600;font-style:italic}@media (max-width:768px){.comparador .contenido em,.comparador .contenido i{font-size:15px;line-height:1.6;letter-spacing:.11px}}.comparador .distinciones{min-width:314px}@media (max-width:768px){.comparador .distinciones{display:none}}.comparador .distinciones .distincion{width:179px;min-height:156px;border-radius:5px;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,.16);box-shadow:0 6px 15px 0 rgba(0,0,0,.16);background-color:#fff;margin-bottom:18px;padding:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comparador .distinciones .distincion p{font-family:"Bitter",serif;font-size:16px;font-weight:700;text-align:center;color:#00a297;text-transform:uppercase}.comparador .distinciones .distincion p span{color:#474747}.comparador .hero{max-width:1200px;margin:0 auto;height:600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 97px}@media (max-width:768px){.comparador .hero{padding:0 16px}}.comparador .hero h1{font-family:"Bitter",serif;font-size:61px;font-weight:700;line-height:1.34;color:#00a297}@media (max-width:768px){.comparador .hero h1{font-size:40px;line-height:1.33}}.comparador .hero h2{font-family:"Open Sans",sans-serif;font-size:32px;font-weight:600;line-height:1.34;letter-spacing:2.13px;color:#fff;margin-bottom:36px}@media (max-width:768px){.comparador .hero h2{font-family:"Open Sans",sans-serif;font-size:20px;line-height:1.35;letter-spacing:1.33px;margin-bottom:28px}}.comparador .hero .informacion{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.comparador .hero .informacion{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.comparador .hero .informacion .fecha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.comparador .hero .informacion .fecha.hasta{border-top:1px solid #fff}}.comparador .hero .informacion .fecha.hasta::before{content:" ";display:block;border-left:1px solid #fff;margin:0 25px;height:55px}@media (max-width:768px){.comparador .hero .informacion .fecha.hasta::before{margin:0;padding:0;display:none;border-left-style:none;border-left-width:0}}.comparador .hero .informacion .fecha .dia{font-family:"Open Sans",sans-serif;font-size:45px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:center;color:#fff;margin-right:9px}.comparador .hero .informacion .fecha .mes{font-family:"Open Sans",sans-serif;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:1.5px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.comparador .informacion-contacto:first-child{margin-left:0}.comparador .informacion-contacto:last-child{margin-right:0}.comparador .informacion-contacto{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:28px 18px;border-radius:5px;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,.16);box-shadow:0 6px 15px 0 rgba(0,0,0,.16);background-color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 19px}@media (min-width:768px){.comparador .informacion-contacto{min-width:377px}}@media (max-width:768px){.comparador .informacion-contacto{padding:16px 29px;margin:0 0 24px 0}}.comparador .informacion-contacto .icono{width:95px;height:95px;background-color:#18a297;margin-right:20px}@media (max-width:768px){.comparador .informacion-contacto .icono{display:none}}.comparador .informacion-contacto .icono img{max-width:45px;max-height:45px}.comparador .informacion-contacto .contactos h6{font-family:"Open Sans",sans-serif;font-size:16px;font-weight:700;letter-spacing:1.2px;color:#474747;margin-bottom:10px}.comparador .informacion-contacto .contactos a{display:block;margin-bottom:10px;font-family:"Open Sans",sans-serif;font-size:16px;letter-spacing:1.2px;color:#474747}.comparador .informacion-contacto .contactos a img{max-width:24px;max-height:24px}.w100{width:100%}@media (max-width:768px){.w294-mobile{max-width:294px!important}}.pt-80{padding-top:80px}@media (max-width:768px){.pt-md-44{max-width:44px!important}}.pb-40{padding-top:40px}.mt-42{margin-top:42px}.mt-40{margin-top:40px}.mb-15{margin-bottom:15px}.mb-55{margin-bottom:55px}.mb-37{margin-bottom:37px}.mb-59{margin-bottom:59px}.mb-40{margin-bottom:40px}.py-40{padding-top:40px;padding-bottom:40px}.pb-58{padding-bottom:58px}.pb-41{padding-bottom:41px}.mb-30{margin-bottom:30px}@media (min-width:768px){.mb-lg-75{margin-bottom:75px}}.mb-75{margin-bottom:75px}.mb-35{margin-bottom:35px}.mb-52{margin-bottom:52px}.mb-55{margin-bottom:55px}.mb-43{margin-bottom:43px}.pt-43{padding-top:43px}.pt-69{padding-top:69px}.pt-71{padding-top:71px}.mt-12{margin-top:12px}.mr-12{margin-right:12px}.title-testimonio{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;text-align:center;color:#474747;text-transform:uppercase}@media (max-width:768px){.title-testimonio{font-size:30px;font-weight:700;line-height:1.67}}@media (max-width:768px){#web_testimonios .profile-cards .profile-card:nth-child(n+2){display:none}}.videos-testimonio{padding-top:80px;padding-bottom:40px}@media (max-width:768px){.videos-testimonio{padding-top:44px;padding-bottom:37px}}.videos-testimonio h2{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;color:#474747;text-align:center;text-transform:uppercase}@media (max-width:768px){.videos-testimonio h2{font-size:30px;line-height:1.67}}.navbar-fixed{position:fixed;left:0;bottom:13px;width:100%;z-index:400}@media (max-width:768px){.navbar-fixed{bottom:0}}.navbar-fixed .navbar-mba{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:1200px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.navbar-fixed .navbar-mba .boton{background-color:#1d1e20;padding:10px 0 10px 0;width:198px}.navbar-fixed .navbar-mba .boton .contenido{border-right:1px solid #333;text-align:center;height:61px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-fixed .navbar-mba .boton .contenido a{font-family:"Open Sans",sans-serif;font-size:15px;font-weight:600;line-height:1.33;color:#fff}@media (max-width:768px){.navbar-fixed .navbar-mba .boton .contenido a{font-size:10px;line-height:1.4}}@media (max-width:768px){.navbar-fixed .navbar-mba .boton .contenido{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.navbar-fixed .navbar-mba .boton svg{color:#fff}.navbar-fixed .navbar-mba .boton img,.navbar-fixed .navbar-mba .boton svg{max-width:20px;max-height:20px;margin-right:10px}@media (max-width:768px){.navbar-fixed .navbar-mba .boton img,.navbar-fixed .navbar-mba .boton svg{max-width:15px;max-height:15px;margin-right:0;margin-bottom:6px}}@media (max-width:768px){.navbar-fixed .navbar-mba .boton{width:100%}.navbar-fixed .navbar-mba .boton img{display:block}}.navbar-fixed .navbar-mba .dropup{position:relative;display:inline-block}.navbar-fixed .navbar-mba .dropbtn{border:none}.navbar-fixed .navbar-mba .dropup-content{display:none;position:absolute;bottom:75px;min-width:160px;z-index:1;background-color:#1d1e20}.navbar-fixed .navbar-mba .dropup-content a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px}.navbar-fixed .navbar-mba .dropup:hover .dropup-content{display:block}.titulo-admision{font-family:"Bitter",serif;font-size:45px;font-weight:700;line-height:1.82;color:#474747}.scrolling-wrapper{overflow-x:scroll;overflow-y:hidden;white-space:nowrap}.comparador .resultados{position:relative;height:100%}.comparador .filtros h6{font-family:"Bitter",serif;font-size:17px;font-weight:700;letter-spacing:1.13px;color:#474747;margin-bottom:21px}.comparador .filtros li{margin-bottom:11px}.comparador .filtros li input{margin-left:11px}.comparador .filtros label{font-family:"Open Sans",sans-serif;font-size:15px;font-weight:600;line-height:1.47;letter-spacing:.54px;color:#474747}.comparador #app{max-width:1200px;margin:0 auto;padding:25px 0}.comparador #app .loading{color:#fff;background-color:rgba(0,0,0,.9);border-radius:5px;padding:15px;margin:10px;position:absolute;top:0;width:100%;height:100%;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comparador #app .loading .spin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px}.comparador #app .loading .spin div{width:12px;height:12px;background-color:#00a297;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:5000ms;animation-duration:5000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.comparador #app .caja-blanca{border-radius:5px;background-color:#fff;padding:15px 14px;-webkit-box-shadow:0 6px 15px 0 rgba(0,0,0,.16);box-shadow:0 6px 15px 0 rgba(0,0,0,.16);margin-bottom:15px}.comparador #app .caja-blanca.big{padding:29px 23px}.comparador #app .caja-blanca.small{padding:29px 10px}.comparador #app .caja-blanca h5{font-family:"Bitter",serif;font-size:17px;font-weight:700;letter-spacing:1.13px;color:#474747;margin-bottom:51px}.comparador #app .caja-blanca li{margin-left:11px}.comparador #app .caja-blanca li.border{border-bottom:1px solid #EEE;margin-bottom:19px}.comparador #app .caja-blanca label{font-family:"Open Sans",sans-serif;font-size:15px;font-weight:600;line-height:1.47;letter-spacing:.54px;color:#474747;text-transform:uppercase;display:block;margin-bottom:19px}.comparador #app .caja-blanca label input{margin-right:15px}.comparador #app .mba{border-radius:5px;background-color:#f4f4f4;padding:10px;margin-bottom:5px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.comparador #app .mba h4{font-family:"Bitter",serif;font-size:17px;font-weight:700;letter-spacing:1.13px;color:#2d2d2d;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comparador #app .mba .enlace{width:100%}.comparador #app .mba .white{border-radius:5px;background-color:#fff;padding:15px 14px}.container-checkbox{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.container-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.container-checkbox input:checked~.checkmark{background-color:#18a297}.container-checkbox input:checked~.checkmark:after{display:block}.container-checkbox:hover input~.checkmark{background-color:#ccc}.container-checkbox .checkmark:after{left:5px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:solid 1px #87858a}.checkmark:after{content:"";position:absolute;display:none}


/*------------------------------------*\
    $EXTRA HELP
\*------------------------------------*/
/* Basics */
.left, .alignleft {
  float: left;
}

.right, .alignright {
  float: right;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
