@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap");
.full-height, html, body, body.mask::after, .no-founded {
  height: 100%;
}

.full-width, body.mask::after, section {
  width: 100%;
}

.absolute, .no-founded .container h1::after {
  position: absolute;
}

.fixed, body.mask::after {
  position: fixed;
}

.relative, section, .no-founded .container h1 {
  position: relative;
}

@media (min-width: 992px) {
  .visible-xs {
    display: none;
  }
}

@media (max-width: 992px) {
  .hidden-xs {
    display: none;
  }
}

.bold {
  font-weight: 700;
}

.ma-25 {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .ma-25 {
    margin-top: 15px;
  }
}

.ma-50 {
  margin-top: 50px;
}

.container-0 {
  padding: 0;
}
.container-0 h2 {
  padding: 0 15px;
}
.container-0 .row-fluid {
  margin: 0;
}
.container-0 .row-fluid .col-0 {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
body.mask {
  overflow: hidden;
}
body.mask::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  z-index: 1002;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

a {
  outline: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none !important;
}

input, input:hover, input:focus,
button, button:hover, button:focus,
textarea, textarea:focus, textarea:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  height: 54px;
  line-height: normal;
  padding: 0 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-border {
  background: none;
}
.btn.btn-border.btn-border-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .btn.btn-border.btn-border-white:hover {
    -webkit-box-shadow: 300px 0 0 0 #FFFFFF inset !important;
    -moz-box-shadow: 300px 0 0 0 #FFFFFF inset !important;
    box-shadow: 300px 0 0 0 #FFFFFF inset !important;
    color: #0099CC;
  }
}
.btn.btn-blue {
  background: #0099CC;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .btn.btn-blue:hover {
    -webkit-box-shadow: 400px 0 0 0 #00549E inset !important;
    -moz-box-shadow: 400px 0 0 0 #00549E inset !important;
    box-shadow: 400px 0 0 0 #00549E inset !important;
  }
}
@media (max-width: 380px) {
  .btn {
    font-size: 1.4rem;
    padding: 0 25px;
  }
}

.blue {
  color: #0099CC;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-blue {
  background-color: rgba(47, 137, 202, 0.1);
}

.bg-gradient {
  background: linear-gradient(#0099CC, #00549E);
}

.no-founded .container i {
  color: #0099CC;
  font-size: 10rem;
}
@media (max-width: 992px) {
  .no-founded .container i {
    font-size: 7rem;
  }
}
.no-founded .container h1 {
  color: #303135;
  font-family: "Libre Baskerville", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 30px 0;
  padding-bottom: 20px;
}
.no-founded .container h1::after {
  background-color: #0099CC;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
}
@media (max-width: 992px) {
  .no-founded .container h1 {
    font-size: 3.4rem;
  }
}
.no-founded .container h2 {
  color: #626262;
  margin-bottom: 50px;
}
