/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'GothamLight';
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLight") format("svg");
}
@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot") format("embedded-opentype"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg");
}
@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
}
@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot") format("embedded-opentype"), url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBold") format("svg");
}
@font-face {
  font-family: 'GothamBlack';
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg#GothamBlack") format("svg");
}
/* line 1, ../sass/helpers/_basic.scss */
body {
  overflow-x: hidden;
  font-family: 'GothamBook';
  position: relative;
}

@media (max-width: 555px) {
  /* line 6, ../sass/helpers/_basic.scss */
  .col-xxs-6 {
    width: 50%;
  }
}

/* line 11, ../sass/helpers/_basic.scss */
.text {
  font-size: 20px;
  text-align: justify;
  font-family: 'GothamBook';
  line-height: 25px;
}
@media (max-width: 767px) {
  /* line 11, ../sass/helpers/_basic.scss */
  .text {
    font-size: 15px;
  }
}

/* line 20, ../sass/helpers/_basic.scss */
.clean-img {
  background: url(../img/clean-img2.jpg);
  background-size: cover;
  background-position-x: right !important;
  height: 400px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/helpers/_basic.scss */
  .clean-img {
    height: 300px;
  }
}

/* line 30, ../sass/helpers/_basic.scss */
.alert {
  margin-top: 20px;
}

/* line 33, ../sass/helpers/_basic.scss */
.errorField {
  color: white;
  font-size: 12px;
}

/* line 38, ../sass/helpers/_basic.scss */
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
/* line 41, ../sass/helpers/_basic.scss */
.flex-row:before {
  display: block;
}

/* line 1, ../sass/components/_buttons.scss */
.cta {
  background-color: #00559c;
  color: white;
  border: 1px solid #00559c;
  text-transform: uppercase;
  font-family: 'GothamBook';
  position: relative;
  padding: 20px 0;
  text-align: center;
  width: 200px;
  margin-top: 50px;
  transition: ease-out .18s;
  -webkit-transition: ease-out .18s;
}
/* line 14, ../sass/components/_buttons.scss */
.cta:hover {
  color: #00559c;
  background: transparent;
  border: 1px solid #00559c;
  transition: ease-out .18s;
  -webkit-transition: ease-out .18s;
}
/* line 21, ../sass/components/_buttons.scss */
.cta:focus {
  outline: none;
  box-shadow: none;
}

/* line 1, ../sass/layout/_nav.scss */
.navbar {
  background: #00559c;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  top: 0;
  border-radius: 0;
  z-index: 9;
}
/* line 10, ../sass/layout/_nav.scss */
.navbar .navbar-header {
  height: 110px;
  position: relative;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
@media (max-width: 992px) {
  /* line 10, ../sass/layout/_nav.scss */
  .navbar .navbar-header {
    height: 60px;
  }
}
/* line 17, ../sass/layout/_nav.scss */
.navbar .navbar-header .navbar-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 0;
}
/* line 24, ../sass/layout/_nav.scss */
.navbar .navbar-header .navbar-toggle .icon-bar {
  background: #191b1b;
}
/* line 28, ../sass/layout/_nav.scss */
.navbar .navbar-header .navbar-brand {
  height: inherit;
  position: relative;
}
/* line 31, ../sass/layout/_nav.scss */
.navbar .navbar-header .navbar-brand img {
  width: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
@media (max-width: 992px) {
  /* line 31, ../sass/layout/_nav.scss */
  .navbar .navbar-header .navbar-brand img {
    width: 125px;
  }
}
/* line 46, ../sass/layout/_nav.scss */
.navbar .navbar-collapse ul li {
  height: 110px;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
@media (max-width: 992px) {
  /* line 46, ../sass/layout/_nav.scss */
  .navbar .navbar-collapse ul li {
    height: 60px;
  }
}
/* line 52, ../sass/layout/_nav.scss */
.navbar .navbar-collapse ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  padding-top: 45px;
  padding-bottom: 10px;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
@media (max-width: 1200px) {
  /* line 52, ../sass/layout/_nav.scss */
  .navbar .navbar-collapse ul li a {
    font-size: 12px;
    padding: 0 7px;
    padding-top: 45px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 52, ../sass/layout/_nav.scss */
  .navbar .navbar-collapse ul li a {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    padding: 0 10px;
  }
}
/* line 73, ../sass/layout/_nav.scss */
.navbar .navbar-collapse ul li a:hover, .navbar .navbar-collapse ul li a:focus {
  background-color: transparent !important;
  border-bottom: 1px solid white;
}
/* line 80, ../sass/layout/_nav.scss */
.navbar .navbar-collapse ul li:last-child {
  font-family: 'GothamBlack';
}
/* line 84, ../sass/layout/_nav.scss */
.navbar .navbar-collapse ul .active a {
  border-bottom: 1px solid white;
}

/* line 95, ../sass/layout/_nav.scss */
.navbar-mobile {
  z-index: 9;
}
/* line 97, ../sass/layout/_nav.scss */
.navbar-mobile .navbar-header {
  height: 60px !important;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
/* line 101, ../sass/layout/_nav.scss */
.navbar-mobile .navbar-header .navbar-brand img {
  width: 125px;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
/* line 109, ../sass/layout/_nav.scss */
.navbar-mobile .navbar-collapse ul li {
  height: 60px !important;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}
/* line 112, ../sass/layout/_nav.scss */
.navbar-mobile .navbar-collapse ul li a {
  padding-top: 20px;
  padding-bottom: 5px;
  transition: ease-out 0.18s;
  -webkit-transition: ease-out 0.18s;
  -moz-transition: ease-out 0.18s;
  -ms-transition: ease-out 0.18s;
  -o-transition: ease-out 0.18s;
}

@media (max-width: 992px) {
  /* line 124, ../sass/layout/_nav.scss */
  .navbar-header {
    float: none;
  }

  /* line 127, ../sass/layout/_nav.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 130, ../sass/layout/_nav.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 133, ../sass/layout/_nav.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 137, ../sass/layout/_nav.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 141, ../sass/layout/_nav.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 144, ../sass/layout/_nav.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  /* line 148, ../sass/layout/_nav.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 151, ../sass/layout/_nav.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 155, ../sass/layout/_nav.scss */
  .collapse.in {
    display: block !important;
  }
}
/* line 1, ../sass/layout/_footer.scss */
footer {
  padding: 20px 0;
}
@media (max-width: 992px) {
  /* line 1, ../sass/layout/_footer.scss */
  footer {
    text-align: center;
  }
}
/* line 6, ../sass/layout/_footer.scss */
footer .logo-footer {
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 9, ../sass/layout/_footer.scss */
  footer .logo-footer:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #191b1b;
    right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 9, ../sass/layout/_footer.scss */
  footer .logo-footer:after {
    right: 23px;
  }
}

/* line 22, ../sass/layout/_footer.scss */
footer img {
  width: 100%;
  max-width: 165px;
}
/* line 26, ../sass/layout/_footer.scss */
footer .text-footer {
  padding: 8px 0;
}
/* line 28, ../sass/layout/_footer.scss */
footer .text-footer h1 {
  font-family: 'GothamBold';
  font-size: 16px;
  color: #191b1b;
  text-transform: uppercase;
}
/* line 34, ../sass/layout/_footer.scss */
footer .text-footer p {
  font-family: 'GothamMedium';
  font-size: 11px;
  color: #191b1b;
  line-height: 1.2;
}
/* line 39, ../sass/layout/_footer.scss */
footer .text-footer p a {
  color: #191b1b;
  text-decoration: none;
}
/* line 42, ../sass/layout/_footer.scss */
footer .text-footer p a:hover {
  color: #00559c;
}

/* line 50, ../sass/layout/_footer.scss */
.copyright {
  background: #191b1b;
  padding: 15px 0;
}
@media (max-width: 767px) {
  /* line 53, ../sass/layout/_footer.scss */
  .copyright .copy {
    text-align: center;
  }
}
/* line 57, ../sass/layout/_footer.scss */
.copyright .copy p {
  color: white;
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  /* line 57, ../sass/layout/_footer.scss */
  .copyright .copy p {
    margin-bottom: 10px;
  }
}
/* line 66, ../sass/layout/_footer.scss */
.copyright .logo-25 {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 66, ../sass/layout/_footer.scss */
  .copyright .logo-25 {
    text-align: center;
  }
}

/* line 1, ../sass/modules/_header.scss */
header {
  background: url(../img/modulo1-bg3.jpg);
  background-size: cover;
  margin-top: 110px;
}
@media (min-height: 820px) {
  /* line 1, ../sass/modules/_header.scss */
  header {
    height: calc(100vh - 220px);
  }
}
@media (max-height: 819px) {
  /* line 1, ../sass/modules/_header.scss */
  header {
    height: auto;
  }
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_header.scss */
  header {
    margin-top: 60px;
  }
}
/* line 15, ../sass/modules/_header.scss */
header .equal-height {
  position: relative;
}
@media (min-height: 820px) {
  /* line 15, ../sass/modules/_header.scss */
  header .equal-height {
    height: calc(100vh - 220px);
  }
}
@media (max-height: 819px) {
  /* line 15, ../sass/modules/_header.scss */
  header .equal-height {
    height: auto;
  }
}
@media (max-width: 992px) {
  /* line 15, ../sass/modules/_header.scss */
  header .equal-height {
    height: auto;
  }
}
/* line 27, ../sass/modules/_header.scss */
header .equal-height .veinte-anos {
  margin-left: 85px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  /* line 27, ../sass/modules/_header.scss */
  header .equal-height .veinte-anos {
    margin-left: 130px;
  }
}
@media (max-width: 992px) {
  /* line 27, ../sass/modules/_header.scss */
  header .equal-height .veinte-anos {
    display: none;
  }
}
/* line 39, ../sass/modules/_header.scss */
header .header-left-block {
  background: #191b1b;
  width: 100%;
  position: relative;
  padding: 0 25px;
}
/* line 45, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(1) {
  height: 180px;
  margin-bottom: 10px;
}
/* line 48, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(1) .mba-title {
  font-family: 'GothamBlack';
  text-transform: uppercase;
  font-size: 100px;
  color: #00559c;
  position: absolute;
  top: 20px;
}
@media (max-width: 555px) {
  /* line 48, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(1) .mba-title {
    font-size: 75px;
  }
}
/* line 59, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(1) .mba-subtitle {
  font-family: 'GothamBold';
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  text-align: left;
  padding-top: 140px;
}
@media (max-width: 555px) {
  /* line 59, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(1) .mba-subtitle {
    font-size: 18px;
  }
}
/* line 71, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) {
  height: 170px;
  padding: 27px 20px;
}
/* line 74, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) .mba-two-title {
  font-family: 'GothamBlack';
  text-transform: uppercase;
  font-size: 28px;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 74, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(2) .mba-two-title {
    font-size: 25px;
  }
}
/* line 83, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) .mba-two-title span {
  text-transform: uppercase;
  color: white;
  letter-spacing: -1px;
}
/* line 88, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) .mba-two-title .span1 {
  font-family: 'GothamLight';
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 88, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(2) .mba-two-title .span1 {
    font-size: 22px;
  }
}
/* line 95, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) .mba-two-title .span2 {
  font-family: 'GothamBlack';
  font-size: 24x;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  /* line 95, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(2) .mba-two-title .span2 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}
/* line 107, ../sass/modules/_header.scss */
header .formulario {
  background: rgba(33, 29, 30, 0.7);
  padding: 40px 20px;
}
@media (min-width: 992px) and (min-height: 820px) {
  /* line 107, ../sass/modules/_header.scss */
  header .formulario {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-height: 819px) {
  /* line 107, ../sass/modules/_header.scss */
  header .formulario {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  /* line 107, ../sass/modules/_header.scss */
  header .formulario {
    margin: 20px 0;
  }
}
/* line 127, ../sass/modules/_header.scss */
header .formulario h2 {
  color: white;
  font-size: 16px;
  margin-top: 15px;
}
/* line 132, ../sass/modules/_header.scss */
header .formulario h3 {
  color: white;
  font-size: 12px;
  margin-top: 10px;
}
/* line 138, ../sass/modules/_header.scss */
header .formulario .form-validate h1 {
  font-family: 'GothamBlack';
  font-size: 55px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 138, ../sass/modules/_header.scss */
  header .formulario .form-validate h1 {
    font-size: 40px;
  }
}
@media (max-width: 555px) {
  /* line 138, ../sass/modules/_header.scss */
  header .formulario .form-validate h1 {
    font-size: 30px;
  }
}
/* line 151, ../sass/modules/_header.scss */
header .formulario .form-validate input,
header .formulario .form-validate textarea {
  background: transparent;
  border-radius: 0;
  border-color: #a49c99;
  color: white;
  margin: 2px 0;
}
/* line 158, ../sass/modules/_header.scss */
header .formulario .form-validate input:focus,
header .formulario .form-validate textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #00559c;
}
/* line 164, ../sass/modules/_header.scss */
header .formulario .form-validate .form-group:nth-of-type(2),
header .formulario .form-validate .form-group:nth-of-type(4) {
  display: inline-block;
  width: 50%;
  margin-bottom: 1px;
}
@media (max-width: 1200px) {
  /* line 164, ../sass/modules/_header.scss */
  header .formulario .form-validate .form-group:nth-of-type(2),
  header .formulario .form-validate .form-group:nth-of-type(4) {
    width: 100%;
  }
}
/* line 173, ../sass/modules/_header.scss */
header .formulario .form-validate .form-group:nth-of-type(3),
header .formulario .form-validate .form-group:nth-of-type(5) {
  display: inline-block;
  width: 49%;
  margin-bottom: 1px;
}
@media (max-width: 1200px) {
  /* line 173, ../sass/modules/_header.scss */
  header .formulario .form-validate .form-group:nth-of-type(3),
  header .formulario .form-validate .form-group:nth-of-type(5) {
    width: 100%;
  }
}
/* line 201, ../sass/modules/_header.scss */
header .formulario .form-validate textarea {
  width: 100%;
  height: 100px;
}
/* line 205, ../sass/modules/_header.scss */
header .formulario .form-validate .submit {
  background: #00559c;
  border: 1px solid #00559c;
  color: white;
  font-family: 'GothamBold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 100%;
  padding: 15px 0;
  margin-top: 10px;
  position: relative;
  transition: ease-in-out .08s;
  -webkit-transition: ease-in-out .08s;
}
/* line 219, ../sass/modules/_header.scss */
header .formulario .form-validate .submit:focus {
  outline: none;
  box-shadow: none;
}
/* line 223, ../sass/modules/_header.scss */
header .formulario .form-validate .submit:hover {
  background: transparent;
  color: #00559c;
  transition: ease-in-out .08s;
  -webkit-transition: ease-in-out .08s;
}
/* line 231, ../sass/modules/_header.scss */
header .formulario input:focus::-webkit-input-placeholder {
  color: white;
}
/* line 235, ../sass/modules/_header.scss */
header .formulario input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/* line 239, ../sass/modules/_header.scss */
header .formulario input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
/* line 243, ../sass/modules/_header.scss */
header .formulario input:focus:-ms-input-placeholder {
  color: white;
}
/* line 246, ../sass/modules/_header.scss */
header .formulario textarea:focus::-webkit-input-placeholder {
  color: white;
}
/* line 250, ../sass/modules/_header.scss */
header .formulario textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/* line 254, ../sass/modules/_header.scss */
header .formulario textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
/* line 258, ../sass/modules/_header.scss */
header .formulario textarea:focus:-ms-input-placeholder {
  color: white;
}

/* line 263, ../sass/modules/_header.scss */
.modalidad {
  background: #191b1b;
  text-align: center;
  height: 110px;
  display: table;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  /* line 263, ../sass/modules/_header.scss */
  .modalidad {
    height: 60px;
  }
}
/* line 273, ../sass/modules/_header.scss */
.modalidad .offset-modalidad {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: -61px;
  opacity: 0;
  z-index: -999;
}
/* line 282, ../sass/modules/_header.scss */
.modalidad h1 {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 282, ../sass/modules/_header.scss */
  .modalidad h1 {
    font-size: 20px;
  }
}
/* line 291, ../sass/modules/_header.scss */
.modalidad h1 span {
  color: #00559c;
}

/* line 296, ../sass/modules/_header.scss */
.under-mode {
  background: #259fab;
  padding: 50px 0;
}
/* line 299, ../sass/modules/_header.scss */
.under-mode p {
  color: white;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
/* line 305, ../sass/modules/_header.scss */
.under-mode p:first-child {
  margin-bottom: 20px;
}

/* line 1, ../sass/modules/_modulo2.scss */
.modulo2 {
  background: url(../img/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right !important;
  background-color: #1b1c1c;
  padding: 180px 0 120px;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_modulo2.scss */
  .modulo2 {
    padding: 50px 0;
  }
}
/* line 12, ../sass/modules/_modulo2.scss */
.modulo2 ul {
  padding-left: 20px;
}
/* line 16, ../sass/modules/_modulo2.scss */
.modulo2 ul li {
  list-style: square;
  color: white;
}
/* line 22, ../sass/modules/_modulo2.scss */
.modulo2 h1 {
  font-size: 80px;
  color: #00559c;
  font-family: 'GothamBlack';
  text-transform: uppercase;
  letter-spacing: -3px;
}
@media (max-width: 555px) {
  /* line 22, ../sass/modules/_modulo2.scss */
  .modulo2 h1 {
    font-size: 50px;
  }
}
/* line 32, ../sass/modules/_modulo2.scss */
.modulo2 h2 {
  color: white;
  font-family: 'GothamBlack';
  font-size: 18px;
  padding-top: 10px;
  padding-left: 135px;
}
@media only screen and (min-width: 556px) {
  /* line 32, ../sass/modules/_modulo2.scss */
  .modulo2 h2 {
    position: absolute;
    left: 205px;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (max-width: 555px) {
  /* line 32, ../sass/modules/_modulo2.scss */
  .modulo2 h2 {
    font-size: 12px;
    padding-left: 4px;
  }
}
/* line 49, ../sass/modules/_modulo2.scss */
.modulo2 .clearfix {
  margin-bottom: 35px;
}
/* line 52, ../sass/modules/_modulo2.scss */
.modulo2 p {
  color: white;
  font-family: 'GothamBook';
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 58, ../sass/modules/_modulo2.scss */
.modulo2 h5 {
  color: #00559c;
  font-size: 22px;
  font-family: 'GothamBook';
  margin-top: 35px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 24px;
  position: relative;
}
/* line 67, ../sass/modules/_modulo2.scss */
.modulo2 h5:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background: #00559c;
  left: 0;
  bottom: -50px;
}
/* line 77, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards {
  margin-top: 100px;
}
/* line 79, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row {
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
/* line 83, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row .item-eight-card {
  min-height: 160px;
  border-right: 2px solid white;
  position: relative;
}
/* line 87, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row .item-eight-card h1 {
  font-size: 50px;
  color: #00559c;
  font-family: 'GothamBlack', sans-serif;
  position: absolute;
  top: 25px;
  left: 20px;
}
/* line 95, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row .item-eight-card p {
  color: white;
  font-size: 16px;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* line 104, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row .item-eight-card img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 992px) {
  /* line 110, ../sass/modules/_modulo2.scss */
  .modulo2 .eight-cards .flex-row .item-eight-card:first-child {
    border-bottom: 2px solid white;
  }
}
@media (max-width: 767px) {
  /* line 110, ../sass/modules/_modulo2.scss */
  .modulo2 .eight-cards .flex-row .item-eight-card:first-child {
    border-right: 0;
  }
}
@media (max-width: 992px) {
  /* line 118, ../sass/modules/_modulo2.scss */
  .modulo2 .eight-cards .flex-row .item-eight-card:nth-of-type(2) {
    border-bottom: 2px solid white;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 127, ../sass/modules/_modulo2.scss */
  .modulo2 .eight-cards .flex-row .item-eight-card:nth-of-type(3) {
    border-right: 0;
    border-bottom: 2px solid white;
  }
}
/* line 133, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row .item-eight-card:last-child {
  border-right: none;
}
/* line 137, ../sass/modules/_modulo2.scss */
.modulo2 .eight-cards .flex-row:last-child {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

/* line 144, ../sass/modules/_modulo2.scss */
.coneau {
  background: #00559c;
  text-align: center;
}
/* line 147, ../sass/modules/_modulo2.scss */
.coneau p {
  color: white;
  font-size: 18px;
  font-family: 'GothamBold';
  padding: 25px 0;
}

/* line 1, ../sass/modules/_dirigido.scss */
.dirigido {
  padding: 80px 0;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_dirigido.scss */
  .dirigido {
    padding: 50px 0;
  }
}
/* line 6, ../sass/modules/_dirigido.scss */
.dirigido h1 {
  color: #00559c;
  font-size: 70px;
  font-family: 'GothamBlack';
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  /* line 6, ../sass/modules/_dirigido.scss */
  .dirigido h1 {
    font-size: 40px;
  }
}
/* line 16, ../sass/modules/_dirigido.scss */
.dirigido ul {
  color: #00559c;
  list-style: disc;
  margin-left: 20px;
}
/* line 20, ../sass/modules/_dirigido.scss */
.dirigido ul li {
  padding-right: 20px;
  margin: 25px 0;
  text-align: left;
}
/* line 24, ../sass/modules/_dirigido.scss */
.dirigido ul li span {
  color: #191b1b;
}

/* line 1, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios {
  background: #f8f8f8;
  padding: 100px 0 50px;
  border-top: 1px solid #efefef;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios {
    padding: 50px 0;
  }
}
/* line 8, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios h1 {
  font-size: 56px;
  font-family: 'GothamBlack';
  color: #00559c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 8, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios h1 {
    font-size: 40px;
  }
}
/* line 20, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel {
  margin-top: 0;
  border-radius: 0;
}
/* line 23, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading {
  background: #191b1b;
  border-radius: 0;
  padding: 15px;
}
/* line 28, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading a .panel-title {
  position: relative;
  padding: 5px 0 5px 30px;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'GothamBold';
}
@media (max-width: 555px) {
  /* line 28, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios .panel-group .panel .panel-heading a .panel-title {
    font-size: 20px;
  }
}
/* line 38, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading a .panel-title:before {
  content: "";
  background: url(../img/bullet.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
}
/* line 49, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading a .panel-title:after {
  content: "\2212";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  border: 1px solid #585858;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 5px;
}
/* line 59, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading a .panel-title .icon {
  position: absolute;
  border: 1px solid #585858;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 5px;
}
/* line 68, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading a:hover, .plan-de-estudios .panel-group .panel .panel-heading a:active, .plan-de-estudios .panel-group .panel .panel-heading a:focus {
  text-decoration: none;
}
/* line 72, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading a:hover .panel-title, .plan-de-estudios .panel-group .panel .panel-heading a:active .panel-title, .plan-de-estudios .panel-group .panel .panel-heading a:focus .panel-title {
  text-decoration: none;
}
/* line 79, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-heading .collapsed .panel-title:after {
  content: "\002b";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  border: 1px solid #585858;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 5px;
}
/* line 93, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body {
  background: #00559c;
  padding: 50px;
}
@media (max-width: 767px) {
  /* line 93, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios .panel-group .panel .panel-collapse .panel-body {
    padding: 15px;
  }
}
/* line 100, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body ul li {
  color: white;
  padding: 10px 0;
  font-family: 'GothamLight';
}
@media (max-width: 767px) {
  /* line 100, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios .panel-group .panel .panel-collapse .panel-body ul li {
    font-size: 12px;
  }
}
/* line 117, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body .t-final {
  background: #191b1b;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GothamBold';
  letter-spacing: 2px;
  border: 1px solid #191b1b;
  text-align: center;
  margin-top: 40px;
  width: 100%;
  padding: 15px 0;
  cursor: default;
  transition: ease-in-out .08s;
  -webkit-transition: ease-in-out .08s;
}
/* line 132, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body .t-final:focus {
  outline: none;
  box-shadow: none;
}

/* line 1, ../sass/modules/_perfil-del-egresado.scss */
.perfil-del-egresado {
  background: #191b1b;
  padding: 100px 0 50px;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_perfil-del-egresado.scss */
  .perfil-del-egresado {
    padding: 50px 0;
  }
}
/* line 7, ../sass/modules/_perfil-del-egresado.scss */
.perfil-del-egresado h1 {
  color: #5d5d5e;
  font-size: 56px;
  font-family: 'GothamBlack';
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 7, ../sass/modules/_perfil-del-egresado.scss */
  .perfil-del-egresado h1 {
    font-size: 40px;
  }
}
/* line 16, ../sass/modules/_perfil-del-egresado.scss */
.perfil-del-egresado h2 {
  font-family: 'GothamBook';
  font-size: 18px;
  color: white;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 16, ../sass/modules/_perfil-del-egresado.scss */
  .perfil-del-egresado h2 {
    margin-bottom: 20px;
  }
}
/* line 26, ../sass/modules/_perfil-del-egresado.scss */
.perfil-del-egresado .card {
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 26, ../sass/modules/_perfil-del-egresado.scss */
  .perfil-del-egresado .card {
    margin-top: 20px;
  }
}
/* line 31, ../sass/modules/_perfil-del-egresado.scss */
.perfil-del-egresado .card h3 {
  text-transform: uppercase;
  color: #00559c;
  font-size: 35px;
  font-family: 'GothamBlack';
  margin-bottom: 10px;
}
/* line 38, ../sass/modules/_perfil-del-egresado.scss */
.perfil-del-egresado .card p {
  font-family: 'GothamBook';
  font-size: 18px;
  color: white;
  line-height: 20px;
}

/* line 1, ../sass/modules/_egresado-podra.scss */
.egresado-podra {
  background: #00559c;
  padding: 100px 0 50px;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_egresado-podra.scss */
  .egresado-podra {
    padding: 50px 0;
  }
}
/* line 7, ../sass/modules/_egresado-podra.scss */
.egresado-podra h1 {
  font-size: 56px;
  font-family: 'GothamBlack';
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/modules/_egresado-podra.scss */
  .egresado-podra h1 {
    font-size: 40px;
  }
}
/* line 19, ../sass/modules/_egresado-podra.scss */
.egresado-podra .text {
  font-size: 16px;
  color: white;
  font-family: 'GothamBlack';
  text-align: center;
}
@media (max-width: 992px) {
  /* line 19, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .text {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 555px) {
  /* line 19, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .text {
    padding: 0 20px;
  }
}
/* line 34, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-img {
  margin-top: 20px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  /* line 34, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-img {
    display: none;
  }
}
/* line 41, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-img img {
  width: auto;
  max-width: 100%;
}
/* line 46, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-txt {
  padding: 0 50px;
}
@media only screen and (min-width: 768px) {
  /* line 46, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-txt {
    display: none;
  }
}
@media (max-width: 555px) {
  /* line 46, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-txt {
    padding: 0 10px;
  }
}
/* line 54, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-txt .item-cuadro-txt {
  border-left: 2px solid white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  height: 140px;
  padding-top: 15px;
  padding-left: 15px;
}
@media (max-width: 555px) {
  /* line 54, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-txt .item-cuadro-txt {
    padding: 15px;
  }
}
/* line 66, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-txt .item-cuadro-txt h2 {
  color: #191b1b;
  font-size: 30px;
  font-family: 'GothamBook', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  /* line 66, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-txt .item-cuadro-txt h2 {
    font-family: 'GothamBlack', sans-serif;
    color: white;
  }
}
/* line 76, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-txt .item-cuadro-txt h3 {
  color: white;
  font-size: 20px;
  font-family: 'GothamBook', sans-serif;
}
@media (max-width: 992px) {
  /* line 76, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-txt .item-cuadro-txt h3 {
    min-height: 140px;
    height: auto;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 555px) {
  /* line 76, ../sass/modules/_egresado-podra.scss */
  .egresado-podra .cuadro-txt .item-cuadro-txt h3 {
    min-height: 140px;
    height: auto;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
  }
}
/* line 96, ../sass/modules/_egresado-podra.scss */
.egresado-podra .cuadro-txt .item-cuadro-txt:last-child {
  border-bottom: 2px solid white;
}

/* line 1, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente {
  background: white;
  padding: 100px 0 50px;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_cuerpo-docente.scss */
  .cuerpo-docente {
    padding: 50px 0;
  }
}
/* line 8, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente h1 {
  color: #00559c;
  font-family: 'GothamBlack';
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 8, ../sass/modules/_cuerpo-docente.scss */
  .cuerpo-docente h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
/* line 20, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente h6 {
  font-size: 11px;
  line-height: 1.2;
  font-family: 'GothamLight';
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px 10px;
}
/* line 30, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .content {
  padding: 0 180px;
}
@media (max-width: 992px) {
  /* line 30, ../sass/modules/_cuerpo-docente.scss */
  .cuerpo-docente .content {
    padding: 0 80px;
  }
}
@media (max-width: 555px) {
  /* line 30, ../sass/modules/_cuerpo-docente.scss */
  .cuerpo-docente .content {
    padding: 0;
  }
}
/* line 38, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .content h2 {
  font-family: 'GothamBold';
  font-size: 20px;
  color: #202020;
  margin-top: 40px;
}
/* line 44, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .content hr {
  border-color: #00559c;
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 49, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 53, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .content ul li {
  font-family: 'GothamBook';
  color: #202020;
  font-size: 16px;
  margin: 4px 0;
}
/* line 62, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .item-docente {
  background: #191b1b;
  text-align: center;
  width: 120px;
  height: 185px;
  margin: 25px auto;
  padding: 15px 0;
}
/* line 69, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .item-docente img {
  margin-bottom: 10px;
}
/* line 72, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .item-docente h1 {
  color: white;
  text-transform: uppercase;
  font-family: 'GothamBook';
  font-size: 14px;
  margin: 0;
}
/* line 80, ../sass/modules/_cuerpo-docente.scss */
.cuerpo-docente .item-docente .pais {
  color: #619aca;
  font-family: 'GothamBold';
}

/* line 1, ../sass/modules/_director.scss */
.director {
  background: #00559c;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  /* line 4, ../sass/modules/_director.scss */
  .director .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 10, ../sass/modules/_director.scss */
.director .bg-dir {
  background: #70d4dd;
}
/* line 12, ../sass/modules/_director.scss */
.director .bg-dir .titulo-foto {
  background: #191b1b;
  padding: 0;
}
/* line 15, ../sass/modules/_director.scss */
.director .bg-dir .titulo-foto h1 {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-family: 'GothamBlack';
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  /* line 15, ../sass/modules/_director.scss */
  .director .bg-dir .titulo-foto h1 {
    font-size: 35px;
  }
}
/* line 27, ../sass/modules/_director.scss */
.director .bg-dir .foto-dir {
  padding: 0;
}
/* line 29, ../sass/modules/_director.scss */
.director .bg-dir .foto-dir img {
  width: 100%;
}
/* line 34, ../sass/modules/_director.scss */
.director .bg-dir .titulo-text h2 {
  color: #191b1b;
  text-transform: capitalize;
  font-size: 25px;
  font-family: 'GothamBold';
  padding: 48.5px 0;
}
@media (max-width: 767px) {
  /* line 34, ../sass/modules/_director.scss */
  .director .bg-dir .titulo-text h2 {
    padding: 35px 0;
  }
}
@media (max-width: 992px) {
  /* line 46, ../sass/modules/_director.scss */
  .director .bg-dir-txt {
    margin-top: 10px;
  }
}
/* line 51, ../sass/modules/_director.scss */
.director .text-dir {
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 51, ../sass/modules/_director.scss */
  .director .text-dir {
    padding: 0 15px;
  }
}

/* line 1, ../sass/modules/_requisitos.scss */
.requisitos {
  background: #191b1b;
  padding: 50px 0;
}
/* line 4, ../sass/modules/_requisitos.scss */
.requisitos h1 {
  color: #00559c;
  font-family: 'GothamBlack';
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/modules/_requisitos.scss */
  .requisitos h1 {
    font-size: 40px;
  }
}
/* line 14, ../sass/modules/_requisitos.scss */
.requisitos h2 {
  font-size: 20px;
  font-family: 'GothamBook';
  color: white;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 14, ../sass/modules/_requisitos.scss */
  .requisitos h2 {
    font-size: 18px;
  }
}
/* line 23, ../sass/modules/_requisitos.scss */
.requisitos ul {
  list-style-image: url(../img/bullet-2.svg);
  margin-left: 25px;
}
/* line 26, ../sass/modules/_requisitos.scss */
.requisitos ul li {
  font-size: 16px;
  font-family: 'GothamBook';
  color: white;
  margin: 20px 0;
  line-height: 22px;
}
/* line 32, ../sass/modules/_requisitos.scss */
.requisitos ul li span {
  font-family: 'GothamBold';
}
@media (max-width: 767px) {
  /* line 26, ../sass/modules/_requisitos.scss */
  .requisitos ul li {
    font-size: 18px;
  }
}

/* line 1, ../sass/modules/_testimonios.scss */
.testimonios {
  background: #00559c;
  padding: 50px 0;
}
/* line 6, ../sass/modules/_testimonios.scss */
.testimonios .testimonio {
  padding: 0 20px;
}
/* line 10, ../sass/modules/_testimonios.scss */
.testimonios .testimonio p {
  color: white;
  font-family: 'GothamLight';
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
  text-align: justify;
}
/* line 19, ../sass/modules/_testimonios.scss */
.testimonios .testimonio h6 {
  color: white;
  font-family: 'GothamBook';
  font-size: 16px;
  line-height: 1.8;
  padding-top: 30px;
}
/* line 27, ../sass/modules/_testimonios.scss */
.testimonios h1 {
  color: white;
  font-family: 'GothamBlack';
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 27, ../sass/modules/_testimonios.scss */
  .testimonios h1 {
    font-size: 40px;
  }
}
/* line 39, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .item {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  /* line 42, ../sass/modules/_testimonios.scss */
  .testimonios .owl-carousel .item img {
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
/* line 54, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 60, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .owl-nav {
  display: none;
}
/* line 66, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .owl-dots span {
  background: #75a0c3;
  border: solid 0px;
}
/* line 71, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .owl-dots span:hover {
  background: white !important;
  border: 0px;
}
/* line 77, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .owl-dots span:focus {
  background: white !important;
  border: 0px;
}
/* line 85, ../sass/modules/_testimonios.scss */
.testimonios .owl-carousel .owl-dots .active span {
  background: white !important;
  border: 0px;
}
