/* 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, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.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;
}

/* line 13, ../sass/screen.scss */
.a-btn {
  box-shadow: none !important;
}

/* line 20, ../sass/screen.scss */
.user-registration-form INPUT {
  border: 1px solid #dedede;
}
/* line 23, ../sass/screen.scss */
.user-registration-form INPUT.button {
  font-size: 11px;
  display: inline-block;
  background: #ee163a;
  color: white;
  padding: 15px 34px;
  border: 2px solid #ee163a;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
/* line 37, ../sass/screen.scss */
.user-registration-form INPUT.button:hover {
  box-shadow: none;
  color: #ee163a;
  background-color: transparent;
}

/* line 50, ../sass/screen.scss */
.a-banner .banner-heading .heading-title {
  font-size: 30px !important;
  line-height: 40px !important;
  font-family: 'Montserrat-Bold', sans-serif;
  width: 60%;
  margin: 0 auto;
}

/* line 60, ../sass/screen.scss */
#btn-enviar-trabajo {
  padding: 10px 20px;
}

/* line 66, ../sass/screen.scss */
.wpcf7-form LABEL {
  margin: 10px 0 5px 0;
}
/* line 70, ../sass/screen.scss */
.wpcf7-form INPUT, .wpcf7-form TEXTAREA {
  border: 1px solid #dedede;
  padding: 10px;
  margin: 5px 10px 20px 0px !important;
}
/* line 76, ../sass/screen.scss */
.wpcf7-form INPUT[type=submit] {
  font-size: 11px;
  display: inline-block;
  background: #ee163a;
  color: white;
  padding: 10px 20px;
  border: 2px solid #ee163a;
  border-radius: 40px;
  text-transform: uppercase;
}
/* line 88, ../sass/screen.scss */
.wpcf7-form INPUT[type=submit]:hover {
  background: white;
  color: #ee163a;
}

/* line 95, ../sass/screen.scss */
.footer-top .header-menu {
  display: none;
}

/* line 101, ../sass/screen.scss */
.footer-top .logo IMG {
  height: 65px;
}

/* line 108, ../sass/screen.scss */
.article__category {
  display: none;
}
