/* 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;
}

/* line 6, ../sass/helpers/_basic.scss */
.text {
  font-size: 20px;
  text-align: justify;
  font-family: 'GothamBook';
  line-height: 25px;
}
@media (max-width: 767px) {
  /* line 6, ../sass/helpers/_basic.scss */
  .text {
    font-size: 15px;
  }
}

/* line 15, ../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 15, ../sass/helpers/_basic.scss */
  .clean-img {
    height: 300px;
  }
}

/* line 25, ../sass/helpers/_basic.scss */
.alert {
  margin-top: 20px;
}

/* line 28, ../sass/helpers/_basic.scss */
.errorField {
  color: #32c1cf;
  font-size: 12px;
}

/* line 1, ../sass/components/_buttons.scss */
.cta {
  background-color: transparent;
  color: #32c1cf;
  border: 1px solid #32c1cf;
  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: white;
  background: #32c1cf;
  transition: ease-out .18s;
  -webkit-transition: ease-out .18s;
}
/* line 20, ../sass/components/_buttons.scss */
.cta:focus {
  outline: none;
  box-shadow: none;
}

/* line 1, ../sass/layout/_nav.scss */
.navbar {
  background: #32c1cf;
  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: #1b1c1c;
}
/* 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: #1b1c1c;
  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 #1b1c1c;
}
/* 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 #1b1c1c;
}

/* 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: #1b1c1c;
    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: 20px 0;
}
/* line 28, ../sass/layout/_footer.scss */
footer .text-footer h1 {
  font-family: 'GothamBold';
  font-size: 16px;
  color: #1b1c1c;
  text-transform: uppercase;
}
/* line 34, ../sass/layout/_footer.scss */
footer .text-footer p {
  font-family: 'GothamBook';
  font-size: 12px;
  color: #1b1c1c;
}
/* line 38, ../sass/layout/_footer.scss */
footer .text-footer p a {
  color: #1b1c1c;
  text-decoration: none;
}

/* line 45, ../sass/layout/_footer.scss */
.copyright {
  background: #1b1c1c;
  padding: 15px 0;
}
@media (max-width: 767px) {
  /* line 48, ../sass/layout/_footer.scss */
  .copyright .copy {
    text-align: center;
  }
}
/* line 52, ../sass/layout/_footer.scss */
.copyright .copy p {
  color: white;
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  /* line 52, ../sass/layout/_footer.scss */
  .copyright .copy p {
    margin-bottom: 10px;
  }
}
/* line 61, ../sass/layout/_footer.scss */
.copyright .logo-25 {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 61, ../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: #1b1c1c;
  width: 100%;
  position: relative;
}
/* line 44, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(1) {
  height: 180px;
  margin-bottom: 10px;
}
/* line 47, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(1) h3 {
  font-family: 'GothamMedium';
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 47, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(1) h3 {
    font-size: 23px;
  }
}
/* line 61, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) {
  height: 170px;
}
/* line 63, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) h3 {
  font-family: 'GothamBook';
  text-transform: uppercase;
  font-size: 27px;
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 94px;
}
@media (max-width: 767px) {
  /* line 63, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(2) h3 {
    font-size: 22px;
    bottom: 70px;
  }
}
/* line 77, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) h4 {
  font-family: 'GothamMedium';
  text-transform: uppercase;
  font-size: 35px;
  color: white;
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
  bottom: 20px;
}
@media (max-width: 767px) {
  /* line 77, ../sass/modules/_header.scss */
  header .header-left-block:nth-of-type(2) h4 {
    font-size: 28px;
  }
}
/* line 90, ../sass/modules/_header.scss */
header .header-left-block:nth-of-type(2) h4 span {
  letter-spacing: 3px;
}
/* line 95, ../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 95, ../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 95, ../sass/modules/_header.scss */
  header .formulario {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  /* line 95, ../sass/modules/_header.scss */
  header .formulario {
    margin: 20px 0;
  }
}
/* line 115, ../sass/modules/_header.scss */
header .formulario h2 {
  color: white;
  font-size: 16px;
  margin-top: 15px;
}
/* line 120, ../sass/modules/_header.scss */
header .formulario h3 {
  color: white;
  font-size: 12px;
  margin-top: 10px;
}
/* line 126, ../sass/modules/_header.scss */
header .formulario .form-validate h1 {
  font-family: 'GothamBold';
  font-size: 55px;
  text-transform: uppercase;
  color: #32c1cf;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 126, ../sass/modules/_header.scss */
  header .formulario .form-validate h1 {
    font-size: 40px;
  }
}
@media (max-width: 555px) {
  /* line 126, ../sass/modules/_header.scss */
  header .formulario .form-validate h1 {
    font-size: 30px;
  }
}
/* line 139, ../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 146, ../sass/modules/_header.scss */
header .formulario .form-validate input:focus,
header .formulario .form-validate textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #32c1cf;
}
/* line 152, ../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 152, ../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 161, ../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 161, ../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 188, ../sass/modules/_header.scss */
header .formulario .form-validate textarea {
  width: 100%;
  height: 100px;
}
/* line 192, ../sass/modules/_header.scss */
header .formulario .form-validate .submit {
  background: #32c1cf;
  border: 1px solid #32c1cf;
  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 206, ../sass/modules/_header.scss */
header .formulario .form-validate .submit:focus {
  outline: none;
  box-shadow: none;
}
/* line 210, ../sass/modules/_header.scss */
header .formulario .form-validate .submit:hover {
  background: transparent;
  color: #32c1cf;
  transition: ease-in-out .08s;
  -webkit-transition: ease-in-out .08s;
}
/* line 218, ../sass/modules/_header.scss */
header .formulario input:focus::-webkit-input-placeholder {
  color: #32c1cf;
}
/* line 222, ../sass/modules/_header.scss */
header .formulario input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #32c1cf;
}
/* line 226, ../sass/modules/_header.scss */
header .formulario input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #32c1cf;
}
/* line 230, ../sass/modules/_header.scss */
header .formulario input:focus:-ms-input-placeholder {
  color: #32c1cf;
}
/* line 233, ../sass/modules/_header.scss */
header .formulario textarea:focus::-webkit-input-placeholder {
  color: #32c1cf;
}
/* line 237, ../sass/modules/_header.scss */
header .formulario textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #32c1cf;
}
/* line 241, ../sass/modules/_header.scss */
header .formulario textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #32c1cf;
}
/* line 245, ../sass/modules/_header.scss */
header .formulario textarea:focus:-ms-input-placeholder {
  color: #32c1cf;
}

/* line 250, ../sass/modules/_header.scss */
.modalidad {
  background: #32c1cf;
  text-align: center;
  height: 110px;
  display: table;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  /* line 250, ../sass/modules/_header.scss */
  .modalidad {
    height: 60px;
  }
}
/* line 260, ../sass/modules/_header.scss */
.modalidad .offset-modalidad {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: -61px;
  opacity: 0;
  z-index: -999;
}
/* line 269, ../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 269, ../sass/modules/_header.scss */
  .modalidad h1 {
    font-size: 20px;
  }
}
/* line 278, ../sass/modules/_header.scss */
.modalidad h1 span {
  color: #1b1c1c;
}

/* line 283, ../sass/modules/_header.scss */
.under-mode {
  background: #259fab;
  padding: 50px 0;
}
/* line 286, ../sass/modules/_header.scss */
.under-mode p {
  color: white;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
/* line 292, ../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: contain;
  background-repeat: no-repeat;
  background-position-x: right !important;
  background-color: #1b1c1c;
  padding: 100px 0 50px;
}
@media (max-width: 992px) {
  /* line 1, ../sass/modules/_modulo2.scss */
  .modulo2 {
    padding: 50px 0;
  }
}
/* line 11, ../sass/modules/_modulo2.scss */
.modulo2 h1 {
  font-size: 80px;
  color: white;
  font-family: 'GothamBold';
  text-transform: uppercase;
}
@media (max-width: 555px) {
  /* line 11, ../sass/modules/_modulo2.scss */
  .modulo2 h1 {
    font-size: 50px;
  }
}
/* line 20, ../sass/modules/_modulo2.scss */
.modulo2 h2 {
  color: #32c1cf;
  font-family: 'GothamBold';
  font-size: 20px;
  padding-top: 10px;
  padding-left: 15px;
}
@media (max-width: 555px) {
  /* line 20, ../sass/modules/_modulo2.scss */
  .modulo2 h2 {
    font-size: 12px;
  }
}
/* line 30, ../sass/modules/_modulo2.scss */
.modulo2 .clearfix {
  margin-bottom: 35px;
}
/* line 33, ../sass/modules/_modulo2.scss */
.modulo2 p {
  color: white;
}
/* line 36, ../sass/modules/_modulo2.scss */
.modulo2 h5 {
  color: #32c1cf;
  font-size: 27px;
  font-family: 'GothamBlack';
  margin-top: 35px;
}

/* line 43, ../sass/modules/_modulo2.scss */
.coneau {
  background: #32c1cf;
  text-align: center;
}
/* line 46, ../sass/modules/_modulo2.scss */
.coneau p {
  color: #1b1c1c;
  font-size: 18px;
  font-family: 'GothamBook';
  padding: 15px 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: #32c1cf;
  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: #32c1cf;
  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: #1b1c1c;
}

/* 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: #32c1cf;
  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: #1b1c1c;
  border-radius: 0;
}
/* line 27, ../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 27, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios .panel-group .panel .panel-heading a .panel-title {
    font-size: 20px;
  }
}
/* line 37, ../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 48, ../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 58, ../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 67, ../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 71, ../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 78, ../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 92, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body {
  background: #32c1cf;
  padding: 50px;
}
@media (max-width: 767px) {
  /* line 92, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios .panel-group .panel .panel-collapse .panel-body {
    padding: 15px;
  }
}
/* line 99, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body ul li {
  color: white;
  text-transform: uppercase;
  border-top: 1px solid white;
  padding: 10px 0;
  font-family: 'GothamBook';
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  /* line 99, ../sass/modules/_plan-de-estudios.scss */
  .plan-de-estudios .panel-group .panel .panel-collapse .panel-body ul li {
    font-size: 12px;
  }
}
/* line 109, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body ul li span {
  padding-left: 10px;
}
/* line 113, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body ul li:last-child {
  border-bottom: 1px solid white;
}
/* line 117, ../sass/modules/_plan-de-estudios.scss */
.plan-de-estudios .panel-group .panel .panel-collapse .panel-body .t-final {
  background: #1b1c1c;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GothamBold';
  letter-spacing: 2px;
  border: 1px solid #1b1c1c;
  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: #1b1c1c;
  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: #32c1cf;
  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/_director.scss */
.director {
  background: #32c1cf;
  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: #1b1c1c;
  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: #1b1c1c;
  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: #1b1c1c;
  padding: 50px 0;
}
/* line 4, ../sass/modules/_requisitos.scss */
.requisitos h1 {
  color: #32c1cf;
  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: 20px;
  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;
  }
}
