@import url(animate.css);
@import url(fontawesome/css/all.min.css);
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-size: 14px;
  background: #f4f8f7;
  font-weight: 500; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none !important;
  box-shadow: none; }

strong {
  font-weight: 600; }

.errorBox {
  display: none; }

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.center {
  margin: 0 auto;
  width: 90%; }

.clearfix {
  clear: both; }

a:hover {
  text-decoration: none; }

.displayflex {
  display: flex !important; }

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  box-shadow: none; }

.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

/*********** BODY ELEMENTS *************/
.content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  margin: 50px 0 20px 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .content .logo {
    display: none;
    text-align: center;
    margin-top: 40px; }
    .content .logo img {
      max-height: 200px; }
  .content .text {
    display: none;
    text-align: center;
    padding: 40px; }
    .content .text h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #454545; }
    .content .text p {
      font-size: 14px;
      font-weight: 300; }
  .content .information {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #f4f8f7;
    border-top: 1px solid #e7eceb; }
    .content .information ul {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .content .information ul li {
        display: flex;
        min-width: 25%;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center; }
        .content .information ul li span {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 48px;
          margin-bottom: 10px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          border: 2px solid #026798;
          color: #058dae;
          width: 110px;
          height: 110px; }

.copyright {
  display: none;
  text-align: center; }
  .copyright img {
    width: 150px; }

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