/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
* {
  box-sizing: border-box;
}

html {
  color: #444;
  font-size: 1em;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
input,
select {
  width: 100%;
  max-width: 100%;
}

body {
  font-family: "Montserrat", "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

.form-group {
  margin-bottom: 1em;
}

#header {
  padding: 15px 0;
}
#header .logo {
  max-width: 200px;
}

#section-1 {
  background: url("../img/background.jpg") top center no-repeat;
  background-size: auto 80%;
}
#section-1 .main-form {
  background: #f6f6f6;
  max-width: 430px;
  border: 10px solid #2f3776;
  border-radius: 20px;
  padding: 30px 15px;
}

#section-2 {
  text-align: center;
}

#section-3 {
  background: #d9e7f7;
  text-align: center;
  padding-bottom: 50px;
}
#section-3 .container .row.content {
  position: relative;
}
.footer {
  background: #23295c;
  padding: 20px;
}
.footer a {
  color: #fff !important;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 991px) {
  .hidden-mb {
    display: none;
  }
  #section-1 .main-form {
    margin: 50px auto;
  }
}
@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports that meet the condition */
  body {
    position: relative;
  }
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #section-1 {
    padding-top: 90px;
    min-height: 56.25vw;
    background-size: cover;
  }
  #section-3 .container-fluid .col-lg-6:last-child .content {
    max-width: 570px;
  }
}

/*# sourceMappingURL=main.css.map */

/* Estilo pagina success */
.texto-hero {
  color: #23295e;
}

.border-custom{
  border-top: 10px solid #cb5f08;
}

