.boton-boxed {
  line-height: 30px;
  display: inline-block;
  padding: 0 28px;
  background: #293250;
  border: none;
  color: #FFF;
  font-size: 14px;
  cursor: pointer; }
  .boton-boxed:hover {
    background: #1E253E; }

/*======================================
    Selectric v1.9.6
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #2A3350;
  background: #F8F8F8;
  position: relative; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 30px;
  color: #444;
  height: 30px; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px / 38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-hover .selectric {
  border-color: #2A3350;
  background: #F2F2F2; }

.selectric-hover .selectric .button {
  color: #A2A2A2; }

.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #2A3350; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 4px 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444; }

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  color: #293250;
  text-decoration: none; }
  a:hover {
    color: #1E253E; }

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  background: #F4F4F4;
  color: #444; }
  body.sede-belgrano a.typeform-share {
    background-color: #293250 !important; }
  body.sede-tortuguitas a.typeform-share {
    background-color: #54182F !important; }

.logo {
  background: url("../img/logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px; }

.modal-close {
  width: 24px;
  height: 24px;
  background: url("../img/modal-close.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 56.25%; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#main-header #main-menu-container {
  background: #2A3350;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

#main-header #logo-container {
  position: absolute;
  top: 16px;
  left: 40px;
  width: 245px;
  height: 106px; }
  #main-header #logo-container .logo {
    float: left; }
  #main-header #logo-container h2 {
    margin: 0;
    background: url("../img/moorlands-logo.png");
    background-size: contain;
    width: 114px;
    height: 30px;
    text-indent: -9999px;
    float: left;
    background-repeat: no-repeat;
    margin: 20px 0 9px 42px;
    position: relative; }
    #main-header #logo-container h2:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #5F667B;
      position: absolute;
      bottom: -9px;
      left: 0;
      opacity: 0.5; }
  #main-header #logo-container h3 {
    background: url("../img/texto-belgrano.png");
    background-size: contain;
    width: 58px;
    height: 17px;
    text-indent: -9999px;
    float: left;
    background-repeat: no-repeat;
    margin: 9px 0 0 42px; }

.slides {
  width: 100%; }
  .slides .slide-background {
    background-position: center center;
    background-size: cover; }
  .slides .slick-prev, .slides .slick-next {
    width: 9px;
    height: 18px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 50;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -9px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .slides .slick-prev:hover, .slides .slick-next:hover {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
  .slides .slick-prev {
    background-image: url("../img/arrow-left.png");
    left: 40px; }
  .slides .slick-next {
    background-image: url("../img/arrow-right.png");
    right: 40px; }

body.homepage .slides {
  background: #293250;
  height: 488px; }
  body.homepage .slides .slide {
    position: relative; }
  body.homepage .slides .slide, body.homepage .slides .slide-background {
    height: 488px !important;
    width: 1024px; }
  body.homepage .slides .slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    body.homepage .slides .slide-background:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #293250;
      opacity: 0.8; }
  body.homepage .slides .slide-content {
    position: absolute;
    z-index: 20 !important;
    height: 100%;
    width: 100%;
    line-height: 488px;
    text-align: left;
    padding-left: 166px; }
    body.homepage .slides .slide-content .slide-content-inner {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      margin: 0 auto; }
      body.homepage .slides .slide-content .slide-content-inner h2 {
        font-size: 35px;
        margin: 0 0 30px 0;
        color: #FFF;
        font-weight: 400; }
      body.homepage .slides .slide-content .slide-content-inner .slide-botones {
        text-align: center; }
        body.homepage .slides .slide-content .slide-content-inner .slide-botones a {
          display: inline-block;
          height: 44px;
          width: 120px;
          border: 2px solid #FFF;
          line-height: 40px;
          border-radius: 4px;
          color: #FFF;
          font-size: 12px;
          text-transform: uppercase;
          text-decoration: none;
          position: relative;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          body.homepage .slides .slide-content .slide-content-inner .slide-botones a:hover {
            -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); }
          body.homepage .slides .slide-content .slide-content-inner .slide-botones a.boton-1:hover {
            background: #FFF;
            color: #293250; }
          body.homepage .slides .slide-content .slide-content-inner .slide-botones a.boton-2 {
            border-color: #293250;
            background: #293250; }

body.interna {
  background: #F2F2F2; }
  body.interna #contenido-inner {
    min-height: 100vh;
    padding-bottom: 60px; }
  body.interna .logo {
    display: block;
    width: 85px;
    height: 105px; }
  body.interna .slides .slide, body.interna .slides .slide-background {
    width: 100%;
    height: 348px; }
  body.interna .slides .slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

hr {
  background-color: #EBEBEB;
  height: 1px;
  width: 100%;
  border-width: 1px 0 0 0;
  border-top: 1px solid #EBEBEB;
  margin: 2em 0; }

.richtext-image {
  height: auto; }
  .richtext-image.left {
    max-width: 40%;
    float: left;
    margin: 0 16px 16px 0; }
  .richtext-image.right {
    max-width: 40%;
    float: right;
    margin: 0 0 16px 16px; }
  .richtext-image.full-width {
    max-width: 100%;
    margin: 16px 0; }

.responsive-object {
  height: 0;
  position: relative;
  margin: 20px 0; }
  .responsive-object > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.rich-text {
  font-size: 16px;
  line-height: 22px;
  color: #222;
  font-weight: 300; }

blockquote.cita {
  padding: 0;
  margin: 0; }
  blockquote.cita .cita-texto {
    font-size: 14px;
    color: #777;
    font-style: italic; }
    blockquote.cita .cita-texto:before {
      content: "\201C"; }
    blockquote.cita .cita-texto:after {
      content: "\201D"; }
  blockquote.cita .cita-pie {
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    color: #777; }

.paginado {
  text-align: center; }
  .paginado ul {
    margin: 0;
    padding: 0 0 60px 0; }
    .paginado ul li {
      display: inline-block;
      list-style-type: none;
      padding: 0 16px; }
      .paginado ul li a {
        color: #444;
        text-decoration: none;
        display: inline-block;
        padding: 3px 2px; }
        .paginado ul li a.activa, .paginado ul li a:hover {
          border-bottom: 3px solid #EEE; }

@media (min-width: 1024px) {
  #menu-principal-mobile {
    display: none !important; }
  .mobile {
    display: none !important; }
  .slides-container {
    padding: 16px 16px 0 16px; }
  .stream-field {
    max-width: 95%; }
  #contenido-inner {
    width: 1024px;
    margin: 0 auto;
    background: #FFF; }
  #main-header {
    height: 182px;
    position: relative;
    z-index: 1000; }
    #main-header #main-menu-container {
      height: 38px;
      line-height: 38px; }
      #main-header #main-menu-container #main-menu {
        height: 38px;
        line-height: 38px;
        letter-spacing: 0.03em; }
        #main-header #main-menu-container #main-menu > ul {
          margin: 0;
          padding: 0 37px; }
          #main-header #main-menu-container #main-menu > ul > li {
            list-style-type: none;
            display: inline-block;
            vertical-align: top;
            position: relative; }
            #main-header #main-menu-container #main-menu > ul > li:hover > ul {
              display: block; }
            #main-header #main-menu-container #main-menu > ul > li:hover > a, #main-header #main-menu-container #main-menu > ul > li:hover > span {
              background: #1E253E; }
            #main-header #main-menu-container #main-menu > ul > li > ul {
              display: none;
              position: absolute;
              left: 0;
              top: 38px;
              width: 100%;
              background: #293250;
              padding: 0;
              margin: 0;
              min-width: 155px; }
              #main-header #main-menu-container #main-menu > ul > li > ul:after {
                content: "";
                display: block;
                width: calc(100% + 2px);
                height: calc(100% + 2px);
                position: absolute;
                left: 0;
                top: 0;
                background: rgba(0, 0, 0, 0.2);
                z-index: -1; }
              #main-header #main-menu-container #main-menu > ul > li > ul li {
                list-style-type: none;
                position: relative;
                z-index: 1000; }
                #main-header #main-menu-container #main-menu > ul > li > ul li.with-subitems > a {
                  font-weight: bold; }
                #main-header #main-menu-container #main-menu > ul > li > ul li a, #main-header #main-menu-container #main-menu > ul > li > ul li span {
                  display: block;
                  padding: 10px 25px;
                  line-height: normal;
                  -webkit-user-select: none;
                  -moz-user-select: none;
                  -ms-user-select: none;
                  user-select: none; }
                  #main-header #main-menu-container #main-menu > ul > li > ul li a:hover, #main-header #main-menu-container #main-menu > ul > li > ul li span:hover {
                    background: #1E253E; }
                #main-header #main-menu-container #main-menu > ul > li > ul li ul {
                  padding: 0;
                  margin: 0; }
            #main-header #main-menu-container #main-menu > ul > li a, #main-header #main-menu-container #main-menu > ul > li span {
              color: #FFF;
              font-size: 12px;
              font-weight: normal;
              text-decoration: none;
              display: inline-block;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
            #main-header #main-menu-container #main-menu > ul > li span {
              cursor: default; }
            #main-header #main-menu-container #main-menu > ul > li > a, #main-header #main-menu-container #main-menu > ul > li > span {
              padding: 0 25px;
              height: 38px;
              line-height: 38px;
              vertical-align: top; }
            #main-header #main-menu-container #main-menu > ul > li.activo > a {
              font-weight: bold; }
  #links-right {
    position: absolute;
    top: 30px;
    right: 80px;
    font-weight: 300; }
    #links-right ul {
      margin: 0;
      padding: 0; }
      #links-right ul li {
        list-style-type: none;
        display: inline-block;
        color: #222;
        padding: 0 5px; }
        #links-right ul li a {
          color: #222;
          font-weight: 300;
          text-decoration: none;
          padding: 0 4px;
          font-size: 14px;
          line-height: 23px;
          display: inline-block; }
          #links-right ul li a:hover {
            border-bottom: 3px solid #EEE; }
          #links-right ul li a.active {
            font-weight: normal; }
  #contenido-wrapper {
    padding: 16px; }
    #contenido-wrapper #left {
      width: 214px;
      float: left;
      margin-right: 36px;
      min-height: 10px; }
    #contenido-wrapper #right {
      width: calc(100% - 250px);
      float: left; }
    #contenido-wrapper #right h1, #contenido-wrapper #full h1 {
      font-size: 22px;
      font-weight: bold;
      margin: 30px 0 16px 0; }
    #contenido-wrapper #right h2, #contenido-wrapper #full h2 {
      font-size: 19px; }
    #contenido-wrapper #right h3, #contenido-wrapper #full h3 {
      font-size: 17px; }
  #menu-lateral {
    background: #293250;
    padding: 44px 22px;
    letter-spacing: 0.03em; }
    #menu-lateral span {
      cursor: default; }
    #menu-lateral a, #menu-lateral span {
      color: #FFF;
      text-decoration: none;
      font-weight: 300;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #menu-lateral a.link-principal, #menu-lateral span.link-principal {
        font-size: 14px;
        font-weight: bold;
        padding: 6px 3px;
        display: inline-block;
        min-width: 100%;
        border-radius: 3px; }
        #menu-lateral a.link-principal:before, #menu-lateral span.link-principal:before {
          content: "\003e";
          font-weight: 300;
          display: inline-block;
          margin-right: 6px; }
    #menu-lateral a.link-principal:hover {
      background-color: #1E253E; }
    #menu-lateral li {
      list-style-type: none; }
      #menu-lateral li.no-submenu {
        margin-bottom: 4px; }
      #menu-lateral li.with-submenu {
        margin-bottom: 18px; }
        #menu-lateral li.with-submenu > a, #menu-lateral li.with-submenu > span {
          font-weight: bold; }
        #menu-lateral li.with-submenu ul {
          margin: 0;
          padding: 0; }
          #menu-lateral li.with-submenu ul li a, #menu-lateral li.with-submenu ul li span {
            padding-left: 8px; }
    #menu-lateral > ul {
      padding: 0;
      margin: 20px 0 0 0;
      font-size: 12px; }
      #menu-lateral > ul a, #menu-lateral > ul span {
        display: inline-block;
        padding: 0 3px;
        min-width: 100%;
        padding: 5px 4px;
        border-radius: 3px; }
      #menu-lateral > ul li.active > a, #menu-lateral > ul a:hover {
        background-color: #1E253E; }
  body.sede-tortuguitas #menu-lateral > ul a:hover, body.sede-tortuguitas #menu-lateral > ul li.active > a, body.sede-tortuguitas #menu-lateral a.link-principal:hover {
    background-color: #441326; } }

body.sede-tortuguitas a {
  color: #54182F;
  text-decoration: none; }
  body.sede-tortuguitas a:hover {
    color: #441326; }

body.sede-tortuguitas #main-header #main-menu-container {
  background-color: #54182F; }
  body.sede-tortuguitas #main-header #main-menu-container #main-menu > ul > li:hover > a, body.sede-tortuguitas #main-header #main-menu-container #main-menu > ul > li:hover > span, body.sede-tortuguitas #main-header #main-menu-container #main-menu > ul > li ul li a:hover, body.sede-tortuguitas #main-header #main-menu-container #main-menu > ul > li ul li span:hover {
    background: #441326 !important; }
  body.sede-tortuguitas #main-header #main-menu-container #main-menu > ul > li > ul {
    background: #54182F; }

body.sede-tortuguitas #main-header #logo-container h3 {
  background-image: url("../img/texto-tortuguitas.png");
  width: 100px; }

body.sede-tortuguitas #menu-lateral {
  background-color: #54182F; }

body.sede-tortuguitas.homepage .slides .slide-content .slide-content-inner .slide-botones a.boton-1:hover {
  color: #54182F; }

body.sede-tortuguitas.homepage .slides .slide-content .slide-content-inner .slide-botones a.boton-2 {
  background: #54182F;
  border-color: #54182F; }

body.sede-tortuguitas.homepage #ultimas-novedades #ultimas-novedades-boton-container a {
  background-color: #54182F;
  border-color: #54182F; }

@media (max-width: 1023px) {
  body {
    background: #FFF; }
  #contenido-inner {
    background: #FFF; }
  #main-menu-container {
    padding: 0 20px; }
    #main-menu-container a {
      color: #FFF;
      text-decoration: none;
      font-size: 13px;
      font-weight: 300; }
      #main-menu-container a span.active {
        font-weight: 400; }
    #main-menu-container #menu-open {
      float: left; }
      #main-menu-container #menu-open a, #main-menu-container #menu-open a:hover {
        display: inline-block;
        width: 23px;
        height: 16px;
        background: url("../img/menu-button.png") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important; }
    #main-menu-container #language-changer-mobile {
      float: right;
      display: none; }
  .desktop {
    display: none; }
  #main-header {
    height: 214px;
    position: relative; }
    #main-header #main-menu-container {
      height: 48px;
      line-height: 48px; }
  #mm-main-menu {
    background: #2A3350; }
    #mm-main-menu a, #mm-main-menu span {
      color: #FFF;
      font-size: 15px; }
      #mm-main-menu a:after, #mm-main-menu span:after {
        border-color: #FFF; }
    #mm-main-menu a:before {
      border-color: #61687D; }
    #mm-main-menu .mm-navbar {
      border-bottom-color: #61687D; }
    #mm-main-menu .mm-listview > li, #mm-main-menu .mm-listview > li .mm-next, #mm-main-menu .mm-listview > li .mm-next:before, #mm-main-menu .mm-listview > li:after {
      border-color: #61687D; }
  #contenido-wrapper #right {
    padding: 0 30px; }
  body.sede-tortuguitas #mm-main-menu {
    background: #54182F; }
    body.sede-tortuguitas #mm-main-menu a {
      color: #FFF;
      font-size: 15px; }
      body.sede-tortuguitas #mm-main-menu a:after {
        border-color: #FFF; }
    body.sede-tortuguitas #mm-main-menu a:before {
      border-color: rgba(255, 255, 255, 0.3); }
    body.sede-tortuguitas #mm-main-menu .mm-navbar {
      border-bottom-color: rgba(255, 255, 255, 0.3); }
    body.sede-tortuguitas #mm-main-menu .mm-listview > li, body.sede-tortuguitas #mm-main-menu .mm-listview > li .mm-next, body.sede-tortuguitas #mm-main-menu .mm-listview > li .mm-next:before, body.sede-tortuguitas #mm-main-menu .mm-listview > li:after {
      border-color: rgba(255, 255, 255, 0.3); } }

@media (max-width: 768px) {
  body.homepage .slides .slick-prev, body.homepage .slides .slick-next {
    bottom: 130px;
    top: auto; }
  body.homepage .slides .slide-content {
    padding-left: 0;
    text-align: center; }
  #main-header {
    text-align: center;
    padding-top: 32px; }
    #main-header #logo-container {
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0; }
  #contenido-wrapper #right {
    text-align: center;
    padding: 0 20px; }
    #contenido-wrapper #right h1 {
      font-size: 36px;
      margin: 42px 0 50px; }
    #contenido-wrapper #right .stream-field {
      max-width: 584px;
      margin: 0 auto;
      text-align: left; }
  blockquote.cita {
    text-align: center;
    margin: 30px 0; }
    blockquote.cita .cita-texto, blockquote.cita .cita-pie {
      font-size: 16px; }
  .richtext-image {
    height: auto; }
    .richtext-image.left, .richtext-image.right, .richtext-image.full-width {
      max-width: 100%;
      float: none;
      width: 100%;
      margin: 20px 0; } }

.boton-boxed {
  line-height: 30px;
  display: inline-block;
  padding: 0 28px;
  background: #293250;
  border: none;
  color: #FFF;
  font-size: 14px;
  cursor: pointer; }
  .boton-boxed:hover {
    background: #1E253E; }

.filtros {
  margin-bottom: 46px; }
  .filtros .selectric {
    width: 160px; }

@media (min-width: 768px) {
  .gutter-sizer {
    width: 1%; }
  body.docentes #right {
    padding-right: 40px; }
    body.docentes #right h1 {
      margin-bottom: 34px !important; }
  .docente {
    width: calc(97% / 4);
    margin-bottom: 1%; }
  :hover .docente-overlay {
    display: block; }
  .docente-inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .docente-inner:hover .docente-overlay {
      display: block; }
    .docente-inner .docente-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(84, 16, 43, 0.8);
      color: #FFF;
      text-align: center;
      padding: 40% 10px 0 10px;
      font-size: 14px;
      display: none; }
      .docente-inner .docente-overlay .nombre-docente {
        font-weight: 700;
        margin-bottom: 6px; }
      .docente-inner .docente-overlay .departamento-docente {
        font-weight: 300; }
  .filtros {
    padding-top: 36px;
    position: relative; }
    .filtros:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #F1F1F1;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 640px; }
    .filtros > * {
      float: left;
      margin-right: 6px; } }

@media (max-width: 767px) {
  .gutter-sizer {
    width: 0; }
  .docente {
    width: 100%;
    margin-bottom: 20px; }
  .docente-inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .docente-inner:hover .docente-overlay {
      display: block; }
    .docente-inner .docente-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(84, 16, 43, 0.8);
      color: #FFF;
      text-align: center;
      padding: 44% 10px 0 10px;
      font-size: 18px;
      display: none; }
      .docente-inner .docente-overlay .nombre-docente {
        font-weight: 700;
        margin-bottom: 6px; }
      .docente-inner .docente-overlay .departamento-docente {
        font-weight: 300; }
  .filtros .selectric {
    width: 100%;
    margin-bottom: 14px; } }

form.styled-form fieldset {
  border: none;
  padding: 0;
  margin: 0; }

form.styled-form .control-group {
  margin-bottom: 6px; }
  form.styled-form .control-group.has-error input[type="text"], form.styled-form .control-group.has-error input[type="email"], form.styled-form .control-group.has-error textarea, form.styled-form .control-group.has-error .selectric {
    border-color: #FD6C6C; }

form.styled-form label {
  display: none; }

form.styled-form input[type="text"], form.styled-form input[type="email"], form.styled-form textarea {
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  width: 100%; }

form.styled-form input[type="text"], form.styled-form input[type="email"] {
  line-height: 30px;
  padding: 0 10px; }

form.styled-form textarea {
  padding: 10px;
  height: 65px;
  resize: none; }

form.styled-form textarea, form.styled-form input {
  font-weight: 300;
  font-size: 13px;
  color: #777;
  font-family: "Lato", sans-serif; }

form.styled-form span.help-block {
  color: #C04343;
  font-size: 13px;
  display: block;
  margin: 3px 0 6px; }

form.styled-form .selectric {
  border-color: #E8E8E8; }

.success-message {
  font-weight: bold; }
  .success-message:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/ok.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

@media (min-width: 768px) {
  form.styled-form fieldset {
    float: left;
    width: 240px; }
    form.styled-form fieldset:first-of-type {
      margin-right: 20px; } }

.boton-boxed {
  line-height: 30px;
  display: inline-block;
  padding: 0 28px;
  background: #293250;
  border: none;
  color: #FFF;
  font-size: 14px;
  cursor: pointer; }
  .boton-boxed:hover {
    background: #1E253E; }

#ultimas-novedades h2 {
  text-align: center;
  font-weight: 300;
  font-size: 39px;
  margin: 60px 0; }

#ultimas-novedades h3 {
  color: #444;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }

#ultimas-novedades .ultima-novedad-resumen {
  font-size: 14px;
  color: #707070;
  font-weight: 300; }

#ultimas-novedades #ultimas-novedades-boton-container {
  clear: both;
  text-align: center;
  padding-top: 20px; }
  #ultimas-novedades #ultimas-novedades-boton-container a {
    display: inline-block;
    height: 44px;
    width: 120px;
    border: 2px solid #FFF;
    line-height: 40px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border-color: #293250;
    background: #293250; }
    #ultimas-novedades #ultimas-novedades-boton-container a:hover {
      opacity: 0.95; }

.ultima-novedad-imagen {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .ultima-novedad-imagen:hover {
    opacity: 0.9; }

#infografia ul {
  padding: 0;
  margin: 0; }

#infografia li {
  list-style-type: none; }

@media (min-width: 1024px) {
  #ultimas-novedades {
    padding: 0 30px; }
    #ultimas-novedades .ultima-novedad {
      float: left;
      width: 300px;
      margin-right: 27px; }
      #ultimas-novedades .ultima-novedad:nth-child(4) {
        margin-right: 0; }
  .ultima-novedad-imagen {
    width: 300px;
    height: 155px; }
  #infografia-desktop {
    margin: 80px 0 40px 0;
    padding: 0 30px; } }

@media (max-width: 1023px) {
  body.homepage #contenido-inner {
    padding-bottom: 0 !important; }
  #ultimas-novedades {
    padding: 20px 90px; }
    #ultimas-novedades .ultima-novedad {
      margin-bottom: 60px; }
  .ultima-novedad-imagen {
    display: block;
    width: 100%;
    height: 198px; }
  #infografia {
    background: #F4F4F4; }
    #infografia ul {
      padding: 120px 90px; }
      #infografia ul li {
        margin-bottom: 90px;
        text-align: center; }
        #infografia ul li:last-child {
          margin-bottom: 0; }
        #infografia ul li svg {
          max-width: 380px;
          width: 100%; } }

@media (max-width: 768px) {
  #ultimas-novedades {
    padding: 10px 20px; }
    #ultimas-novedades h2 {
      font-size: 35px; }
  #infografia ul {
    padding: 120px 20px; }
    #infografia ul li {
      margin-bottom: 80px; }
      #infografia ul li:last-child {
        margin-bottom: 0; } }

.boton-boxed {
  line-height: 30px;
  display: inline-block;
  padding: 0 28px;
  background: #293250;
  border: none;
  color: #FFF;
  font-size: 14px;
  cursor: pointer; }
  .boton-boxed:hover {
    background: #1E253E; }

#landing-top {
  background-size: cover;
  background-position: center center;
  height: 650px;
  text-align: center;
  position: relative;
  color: #FFF; }
  #landing-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #2A3350;
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0; }
  #landing-top #landing-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 150px;
    background: #54182F;
    z-index: 200;
    display: none; }
    #landing-top #landing-video .video-container {
      max-width: 978px;
      margin: 0 auto; }
    #landing-top #landing-video .modal-close {
      position: absolute;
      top: 23px;
      right: 26px;
      cursor: pointer; }
      #landing-top #landing-video .modal-close:hover {
        opacity: 0.8; }
  #landing-top #landing-inner {
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 10;
    height: 100%; }
    #landing-top #landing-inner h1 {
      font-weight: 300;
      font-size: 33px;
      margin: 64px 0 0 0; }
    #landing-top #landing-inner h2 {
      font-size: 20px;
      font-weight: 300;
      margin: 0 0 30px 0; }
    #landing-top #landing-inner #landing-ver-video {
      display: inline-block;
      line-height: 44px;
      padding: 0 11px;
      color: #FFF;
      cursor: pointer;
      text-transform: uppercase;
      background: #54182F;
      font-size: 12px; }
      #landing-top #landing-inner #landing-ver-video i {
        display: inline-block;
        margin-right: 4px;
        font-size: 11px; }
      #landing-top #landing-inner #landing-ver-video:hover {
        background-color: #441326; }
    #landing-top #landing-inner #landing-next {
      display: block;
      position: absolute;
      bottom: 50px;
      width: 30px;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      font-size: 40px;
      cursor: pointer;
      background: url("../img/arrow-down.png");
      background-size: 18px auto;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: background-size .05s ease;
      transition: background-size .05s ease; }
      #landing-top #landing-inner #landing-next:hover {
        background-size: 21px auto; }
  #landing-top .logo {
    width: 105px;
    height: 133px; }
  #landing-top #language-changer {
    position: absolute;
    font-weight: 300;
    text-align: right; }
    #landing-top #language-changer #landing-linkedin {
      margin-top: 12px; }
    #landing-top #language-changer a {
      color: #FFF;
      text-decoration: none;
      font-size: 13px;
      font-weight: 300; }
      #landing-top #language-changer a.active {
        font-weight: 400; }

#landing-middle {
  background: #FFF; }
  #landing-middle .right h2 {
    margin: 0 0 42px 0;
    font-weight: 300;
    font-size: 39px; }
  #landing-middle .right p {
    font-weight: 300;
    font-size: 20px; }

#landing-bottom {
  text-align: center;
  padding: 120px 0; }
  #landing-bottom .boton-sede {
    height: 105px;
    display: inline-block;
    margin: 0 9px;
    text-align: left;
    color: #FFF;
    text-decoration: none;
    line-height: 105px;
    border-radius: 9px;
    padding: 0 0px;
    width: 310px; }
    #landing-bottom .boton-sede.belgrano {
      background: #293250;
      padding-left: 10px; }
      #landing-bottom .boton-sede.belgrano:hover {
        background-color: #1E253E; }
      #landing-bottom .boton-sede.belgrano span.icono-sede {
        background-image: url("../img/logo-belgrano.png"); }
      #landing-bottom .boton-sede.belgrano span.boton-texto {
        padding-right: 16px; }
    #landing-bottom .boton-sede.tortuguitas {
      background: #54182F;
      padding-left: 12px; }
      #landing-bottom .boton-sede.tortuguitas:hover {
        background-color: #441326; }
      #landing-bottom .boton-sede.tortuguitas span.icono-sede {
        background-image: url("../img/logo-tortuguitas.png");
        margin-right: 12px; }
    #landing-bottom .boton-sede span.icono-sede {
      height: 54px;
      width: 96px;
      display: inline-block;
      vertical-align: middle;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    #landing-bottom .boton-sede span.boton-texto {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      font-size: 20px;
      font-weight: 300; }
      #landing-bottom .boton-sede span.boton-texto b {
        font-weight: normal; }

body.language-es #landing-bottom .boton-sede.tortuguitas {
  padding-left: 20px; }
  body.language-es #landing-bottom .boton-sede.tortuguitas span {
    margin-right: 14px; }

@media (min-width: 1124px) {
  #landing-inner {
    padding-top: 110px; }
    #landing-inner #language-changer {
      top: 50px;
      right: 0; }
  #landing-middle {
    min-height: 550px;
    position: relative; }
    #landing-middle .left {
      width: 50%;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
    #landing-middle .right {
      width: 50%;
      margin-left: 50%;
      padding: 98px 0 90px 76px;
      max-width: 550px; } }

@media (max-width: 1123px) {
  #landing-top {
    min-height: 100vh; }
    #landing-top #landing-inner {
      text-align: center;
      height: 100vh;
      line-height: 100vh; }
      #landing-top #landing-inner #landing-inner-container {
        display: inline-block;
        vertical-align: middle;
        line-height: normal; }
      #landing-top #landing-inner .logo {
        margin: 0 auto;
        width: 148px;
        height: 186px; }
      #landing-top #landing-inner h1 {
        font-size: 39px; }
      #landing-top #landing-inner h2 {
        font-size: 23px;
        margin-bottom: 70px; }
      #landing-top #landing-inner #language-changer {
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: normal; }
      #landing-top #landing-inner #landing-inner-container {
        margin-top: 26px; }
      #landing-top #landing-inner #landing-ver-video {
        line-height: 60px;
        font-size: 15px;
        font-weight: 300; }
    #landing-top #landing-video {
      padding: 0 20px;
      line-height: 100vh; }
      #landing-top #landing-video .video-container {
        display: inline-block;
        line-height: normal;
        vertical-align: middle;
        width: 100%; }
        #landing-top #landing-video .video-container h3 {
          font-size: 16px;
          font-weight: 300;
          text-align: left; }
  #landing-middle {
    text-align: center; }
    #landing-middle .right {
      max-width: 620px;
      margin: 0 auto;
      text-align: left; }
    #landing-middle h2 {
      text-align: center; }
    #landing-middle .left:not(.desktop) {
      height: 400px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    #landing-middle .right {
      padding: 64px 20px; } }

@media (max-width: 767px) {
  #landing-top #landing-inner h1 {
    margin-top: 36px; }
  #landing-top #landing-inner h2 {
    margin: 24px 0 40px 0; }
  #landing-top #landing-inner #landing-next {
    bottom: 16px; }
  #landing-top #landing-video .video-container h3 {
    text-align: center; }
  #landing-bottom .boton-sede {
    display: block;
    margin: 0 auto; }
    #landing-bottom .boton-sede.belgrano {
      margin-bottom: 28px; } }

@media (max-width: 767px) and (max-height: 600px) {
  #landing-top #landing-inner h1 {
    margin-top: 10px;
    font-size: 33px; }
  #landing-top #landing-inner h2 {
    margin: 4px 0 30px 0;
    font-size: 20px; }
  #landing-top #landing-inner #landing-ver-video {
    line-height: 50px;
    font-size: 14px;
    font-weight: 300; } }

.boton-boxed {
  line-height: 30px;
  display: inline-block;
  padding: 0 28px;
  background: #293250;
  border: none;
  color: #FFF;
  font-size: 14px;
  cursor: pointer; }
  .boton-boxed:hover {
    background: #1E253E; }

#novedades-listado h1 {
  font-size: 39px;
  font-weight: 300;
  text-align: center;
  margin: 50px 0 60px; }

#novedades-listado article h2, #novedades-listado article h2 a {
  color: #444;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase; }

#novedades-listado article h2 a:hover {
  border-bottom: 3px solid #EEE; }

#novedades-listado article .post-resumen {
  font-size: 14px;
  color: #818181; }

#novedad h1 {
  font-size: 26px; }

#novedad .rich-text {
  font-size: 14px;
  color: #818181; }

@media (min-width: 1024px) {
  #novedades-listado {
    padding: 0 36px; }
    #novedades-listado article {
      width: 420px;
      float: left;
      margin: 0 80px 110px 0; }
      #novedades-listado article:nth-child(2n+1) {
        margin-right: 0; }
      #novedades-listado article .post-imagen.desktop {
        display: block;
        width: 420px;
        height: 180px; }
        #novedades-listado article .post-imagen.desktop:hover {
          opacity: 0.9; }
  #novedad-imagen {
    width: 1024px;
    height: 336px; }
  #novedad {
    width: 680px;
    margin-left: 20px; } }

@media (max-width: 1023px) {
  #novedades-listado {
    text-align: center;
    padding: 0 20px; }
    #novedades-listado article {
      text-align: left;
      max-width: 584px;
      margin: 0 auto 90px auto; }
      #novedades-listado article .post-imagen.mobile {
        display: block;
        width: 100%;
        height: 200px;
        background-position: center center;
        background-size: cover; }
  #novedad-imagen {
    width: 100%;
    height: 350px;
    display: block;
    background-size: cover;
    background-position: center center; }
  #novedad {
    padding: 0 20px; } }
