/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

article, aside, figure, footer, header, nav, section, details, summary, img {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font-family: "Open Sans", sans-serif;
  font: 99%;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background: #CCC !important;
  opacity: 0.7 !important;
}

input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  opacity: 0.7 !important;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
@media (min-width: $tablet) {}
@media (min-width: $tabletPro) {}
@media (min-width: $desktop-md) {}
@media (min-width: $desktop-lg) {}
@media (min-width: $desktop-big) {}
@media (min-width: $desktop-gg) {}
*/
/*
@include transition($vast);
@include transition($mfast);
@include transition($fast);
@include transition($default);
@include transition($slow);
@include transition($vslow);
*/
/*
@include border-radius();
*/
/* TRANSITIONS */
@font-face {
  font-family: "sansationbold_italic";
  src: url("../fonts/sansation_bold_italic-webfont.woff2") format("woff2"), url("../fonts/sansation_bold_italic-webfont.woff") format("woff"), url("../fonts/sansation_bold_italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansationitalic";
  src: url("../fonts/sansation_italic-webfont.woff2") format("woff2"), url("../fonts/sansation_italic-webfont.woff") format("woff"), url("../fonts/sansation_italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sansationregular";
  src: url("../fonts/sansation_regular-webfont.woff2") format("woff2"), url("../fonts/sansation_regular-webfont.woff") format("woff"), url("../fonts/sansation_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "sansationregular";
}

header,
section,
footer {
  float: left;
  text-align: center;
  width: 100%;
}

header {
  background: #272525;
  height: 8svh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header h1 {
  display: inline-block;
  max-width: 270px;
}
@media (min-width: 768px) {
  header h1 {
    max-width: 300px;
  }
}
@media (min-width: 1600px) {
  header {
    height: 10vh;
  }
}
@media (min-width: 1920px) {
  header h1 {
    max-width: 500px;
  }
}
#parallax {
  height: 84svh;
  background: url(../images/bg-parallax-mobile.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 1024px) {
  #parallax {
    background: url(../images/bg-parallax.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
  }
}
#documentos {
  background: #dbdbdb;
}
#documentos h2 {
  color: #272525;
  font-family: "sansationbold_italic";
  font-size: 36px;
}
#documentos ul {
  float: left;
  width: 100%;
  text-align: center;
  margin: 7vh 0 0 0;
}
#documentos ul li {
  display: inline-block;
  position: relative;
  width: 300px;
  margin: 3svh 0;
}
#documentos ul li span {
  background: #39679d;
  height: 70px;
  width: 70px;
  display: block;
  position: relative;
  z-index: 5;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#documentos ul li span img {
  float: left;
  width: 34px;
  margin: 12px 0 0 19px;
}
#documentos ul li div {
  float: right;
  background: #272525;
  position: relative;
  z-index: 3;
  width: calc(100% - 20px);
  height: 55px;
  display: flex;
  align-items: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 0 0 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#documentos ul li div p {
  color: #FFFFFF;
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  font-family: "sansationitalic";
}
@media (min-width: 768px) {
  #documentos ul {
    margin: 2vh 0 0 0;
  }
  #documentos ul li {
    margin: 4vh 3% 0 3%;
  }
}
@media (min-width: 1024px) {
  #documentos .wrapper {
    display: inline-block;
    width: 700px;
  }
  #documentos ul li:hover span {
    background: #272525;
  }
  #documentos ul li:hover div {
    background: #39679d;
  }
}
@media (min-width: 1280px) {
  #documentos .wrapper {
    width: 800px;
  }
  #documentos ul {
    margin: 4vh 0 0 0;
  }
  #documentos ul li {
    margin: 5vh 3% 0 3%;
    width: 340px;
  }
  #documentos ul li span {
    top: -6px;
  }
  #documentos ul li div {
    height: 60px;
    padding: 0px 0 0 75px;
  }
  #documentos ul li div p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1920px) {
  #documentos .wrapper {
    width: 1000px;
  }
  #documentos h2 {
    font-size: 50px;
  }
  #documentos ul li {
    width: 360px;
    margin: 4vh 3% 0 3%;
  }
  #documentos ul li span {
    height: 80px;
    width: 80px;
    top: -5px;
  }
  #documentos ul li span img {
    width: 39px;
    margin: 15px 0 0 22px;
  }
  #documentos ul li div {
    height: 70px;
  }
  #documentos ul li div p {
    font-size: 17px;
    line-height: 20px;
  }
}
#documentos,
#formulario,
footer {
  padding: 12svh 0 10svh 0;
}
@media (min-width: 768px) {
  #documentos,
  #formulario,
  footer {
    padding: 8svh 0 7svh 0;
  }
}
@media (min-width: 1024px) {
  #documentos,
  #formulario,
  footer {
    padding: 8svh 0 8svh 0;
  }
}
@media (min-width: 1280px) {
  #documentos,
  #formulario,
  footer {
    padding: 12svh 0 12svh 0;
  }
}
@media (min-width: 1920px) {
  #documentos,
  #formulario,
  footer {
    padding: 13svh 0 13svh 0;
  }
}
#formulario {
  background: #272525;
}
#formulario .wrapper {
  padding: 0 5%;
  display: inline-block;
}
#formulario .txt {
  float: left;
  width: 100%;
}
#formulario .txt h3 {
  color: #dbdbdb;
  font-family: "sansationbold_italic";
  font-size: 36px;
}
#formulario .txt p {
  color: #FFF;
  font-family: "sansationitalic";
  font-size: 15px;
  line-height: 20px;
  margin: 2vh 0 0 0;
  padding: 0 5%;
}
#formulario .form {
  float: left;
  width: 100%;
  margin: 5vh 0 0 0;
}
#formulario .form input[type=text],
#formulario .form textarea {
  background: #dbdbdb;
  color: #39679d;
  border: none;
  padding: 0;
  font-family: "sansationitalic";
  float: left;
  width: 100%;
  padding: 15px 20px 15px 20px;
  margin: 0 0 10px 0;
  font-size: 16px;
  border: 3px solid #272525;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#formulario .form input[type=text]:focus,
#formulario .form textarea:focus {
  border: 3px solid #39679d;
}
#formulario .form input[type=text].valida {
  height: 0px;
  max-height: 0px;
  padding: 0px;
  margin: 0px;
  border: none !important;
}
#formulario .form textarea {
  height: 120px;
}
#formulario .form ::placeholder {
  color: #39679d;
}
#formulario .form a {
  background: #39679d;
  color: #FFF;
  font-size: 16px;
  font-family: "sansationregular";
  float: right;
  position: relative;
  padding: 15px 80px 15px 40px;
  margin: 0 15px 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#formulario .form a.disable {
  opacity: 0.5;
}
#formulario .form a > span {
  background: #FFF;
  position: absolute;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  top: -5px;
  right: -15px;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#formulario .form a > span span {
  height: 42px;
  width: 42px;
  border: 2px solid #39679d;
  float: left;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: 9px 0 0 9px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#formulario .form a > span span:before, #formulario .form a > span span:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #39679d;
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  left: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  */
}
#formulario .form a > span span:before {
  transform: rotate(45deg);
  top: 15px;
}
#formulario .form a > span span:after {
  transform: rotate(-45deg);
  top: 22px;
}
#formulario .form a:hover > span {
  background: #39679d;
}
#formulario .form a:hover > span span {
  border: 2px solid #FFF;
}
#formulario .form a:hover > span span:before, #formulario .form a:hover > span span:after {
  background: #FFF;
}
#formulario .form p {
  display: none;
  float: left;
  width: 100%;
  color: #FFF;
  margin: 30px 0 -48px 0;
}
#formulario .btnExt {
  float: left;
  width: 100%;
  margin: 100px 0 0px 0;
}
#formulario .btnExt a {
  background: #39679d;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 20px;
}
@media (min-width: 768px) {
  #formulario .wrapper {
    padding: 0;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  #formulario {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #formulario .wrapper {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  #formulario .txt {
    width: 40%;
    padding: 0 5% 60px 0;
    text-align: left;
  }
  #formulario .txt p {
    padding: 0;
    line-height: 25px;
  }
  #formulario .form {
    width: 60%;
    margin: 0;
  }
  #formulario .form p {
    width: auto;
    margin: 17px 0 0 5px;
  }
  #formulario .btnExt {
    margin: 100px 0 20px 0;
  }
}
@media (min-width: 1920px) {
  #formulario .txt {
    padding: 0 5% 70px 0;
  }
  #formulario .txt h3 {
    font-size: 50px;
  }
  #formulario .txt p {
    font-size: 17px;
    line-height: 26px;
  }
  #formulario .form input[type=text],
  #formulario .form textarea {
    padding: 18px 24px 18px 24px;
    margin: 0 0 13px 0;
    font-size: 18px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  #formulario .form a {
    font-size: 18px;
    padding: 18px 80px 18px 45px;
    margin: 0 15px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  #formulario .form a > span {
    background: #FFF;
    position: absolute;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    top: -6px;
    right: -15px;
    height: 66px;
    width: 66px;
  }
  #formulario .form a > span span {
    height: 44px;
    width: 44px;
    border: 3px solid #39679d;
    float: left;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin: 11px 0 0 11px;
    position: relative;
  }
  #formulario .form a > span span:before, #formulario .form a > span span:after {
    content: "";
    height: 3px;
    width: 11px;
    background: #39679d;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    left: 16px;
  }
  #formulario .form a > span span:before {
    transform: rotate(45deg);
    top: 14px;
  }
  #formulario .form a > span span:after {
    transform: rotate(-45deg);
    top: 21px;
  }
}
footer {
  background: #39679d;
}
footer .wrapper {
  padding: 0 5%;
}
footer .logo {
  text-align: center;
  margin: 0 0 50px 0;
}
footer .logo img {
  display: inline-block;
  width: 300px;
}
footer .logo2 {
  text-align: center;
  margin: 0 0 30px 0;
}
footer .logo2 img {
  display: inline-block;
  width: 200px;
}
footer p {
  color: #FFF;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  footer .wrapper {
    padding: 0 10%;
  }
}
@media (min-width: 1024px) {
  footer .wrapper {
    width: 800px;
    display: inline-block;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  footer .wrapper {
    width: 950px;
  }
  footer .logo img {
    width: 400px;
  }
  footer .logo2 {
    float: left;
    width: 210px;
  }
  footer .logo2 img {
    float: left;
    width: 170px;
  }
  footer p {
    float: left;
    width: calc(100% - 250px);
  }
}
@media (min-width: 1920px) {
  footer .logo img {
    width: 550px;
  }
}