	/*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. PRICING TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Muli:400,700|Source+Sans+Pro:400,700");
/* ==========================================================================
  2. GENERAL
  ========================================================================== */
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

p {
  font-size: 14px;
  line-height: 20px; }

.chk {
  color: #53b96a; }

a:hover, a:focus {
  color: #12587d; }

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

h1 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #12587d;
  width: 100%;
  text-align: center; }

h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px; }

h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #333; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

a:not([href]):not([tabindex]) {
  color: #444; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #12587d; }

#m_carac, #m_func, #m_moni, #m_contact {
  height: 100px; }

#m_contact {
  margin-bottom: 40px; }

.g-recaptcha {
  margin-bottom: 15px; }

/*        ::placeholder {  Chrome, Firefox, Opera, Safari 10.1+ 
            color: red;
            opacity: 1;  Firefox 
        }

        :-ms-input-placeholder {  Internet Explorer 10-11 
            color: red;
        }

        ::-ms-input-placeholder {  Microsoft Edge 
            color: red;
        }*/
/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0 0;
  margin: 0px; }

.section-header {
  margin-bottom: 70px;
  text-align: center;
  width: 100%; }
  .section-header .section-title {
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center; }
    .section-header .section-title span {
      color: #12587d;
      font-weight: 700;
      font-family: 'Muli', sans-serif; }
  .section-header .section-subtitle {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px; }
    .section-header .section-subtitle i {
      font-size: 11px;
      color: #fff;
      margin: 2px 8px 0;
      position: relative;
      top: 1px; }
  .section-header .lines {
    position: relative;
    display: inline-block;
    background: #12587d;
    padding: 0px 15px;
    margin: 0 3px;
    color: #fff;
    font-size: 10px; }

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  padding: 15px 40px;
  border-radius: 2px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block; }

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff; }

.btn-common {
  border: none;
  background: #ebf1f4;
  position: relative;
  color: #fff;
  z-index: 1; }
  .btn-common:hover {
    color: #fff;
    background: #4a2634;
    top: 2px; }

.btn-border {
  color: #12587d;
  background-color: transparent;
  border: 1px solid #12587d; }
  .btn-border:hover {
    color: #fff;
    background-color: #12587d; }

.btn-dark {
  border: none;
  background: #222;
  position: relative;
  color: #fafafa !important;
  z-index: 1;
  border: 1px solid #353137;
  display: block;
  font-family: 'Moli', sans-serif;
  font-size: 30px;
  line-height: 24px;
  width: 100%;
  cursor: pointer; }
  .btn-dark:hover {
    color: #12587d;
    box-shadow: 0 0 4px #12587d;
    background: #222; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #12587d;
  background-color: #222;
  border: none; }

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px; }

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize; }
  .btn-rm i {
    vertical-align: middle; }

button:focus {
  outline: none !important; }

.clear {
  clear: both; }

/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999; }

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #12587d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
	/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px; }
  .back-to-top:hover {
    background: #12587d; }

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(18, 88, 125, 0.67843);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

	/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  background: url(../img/header.png) no-repeat;
  /*  bacground: linear-gradient(to right, #5e95ac, #9dd4dc); */
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 550px; }
  #hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #12587d;
    opacity: 0.9; }
  #hero-area .contents {
    padding: 70px 0 80px;
    z-index: 1; }
    #hero-area .contents h1 {
      color: #fff;
      font-size: 65px;
      font-weight: 700;
      margin-bottom: 50px; }
    #hero-area .contents .slog {
      display: inline-block;
      font-family: 'Muli', sans-serif;
      font-size: 30px;
      color: #fafafa;
      padding: 10px 35px;
      background: rgba(0, 0, 0, 0.81); }
  #hero-area .banner_bottom_btn {
    margin-top: 40px;
    background: #333;
    opacity: .6;
    margin-bottom: 20px;
    color: #fff; }

table.ul {
  width: 100%; }
  table.ul tr td:first-child {
    width: 55px;
    text-align: right;
    vertical-align: top;
    padding-right: 5px; }
  table.ul .check {
    color: #53b96a; }

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
  top: 4px; }

.navbar-collapse .nav-link {
  color: #fff; }

.slicknav_nav {
  position: absolute;
  top: 50px;
  left: 0px; }
  .slicknav_nav li {
    border-bottom: 1px solid #eee; }
    .slicknav_nav li:last-child {
      border-bottom: 0; }

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  height: 70px;
  background: #fff !important; }
  .top-nav-collapse .navbar-brand {
    top: 0px; }
    .top-nav-collapse .navbar-brand img:first-child {
      width: 152px !important;
      height: 45px; }
    .top-nav-collapse .navbar-brand .nav-link {
      color: #333; }
  .top-nav-collapse .slicknav_nav {
    position: absolute;
    top: 50px;
    left: 0px;
    box-shadow: 0px 8px 30px -10px #333; }
  .top-nav-collapse .navbar-nav .nav-link {
    color: #333;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 10px !important; }
  .top-nav-collapse .navbar-nav .nav-link.active {
    color: #fff;
    line-height: 30px;
    margin-top: 5px !important; }
  .top-nav-collapse .navbar-nav .nav-link:active {
    color: #333; }
  .top-nav-collapse .navbar-expand-lg .navbar-nav li a:hover, .top-nav-collapse .navbar-expand-lg .navbar-nav li .active > a, .top-nav-collapse .navbar-expand-lg .navbar-nav li a:focus {
    color: #333; }
  .top-nav-collapse .top-nav-collapse .navbar-nav .nav-link:hover {
    color: #333; }

.indigo {
  background: transparent; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navbar .nav-link.active {
  color: #fff;
  background: #12587d; }

.dropdown-toggle::after {
  display: none; }

.slicknav_btn {
  border-color: #12587d;
  position: fixed;
  right: 10px;
  top: 10px; }

.slicknav_menu .slicknav_icon-bar {
  background: #12587d; }

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px; } }
.navbar-toggler {
  display: none; }

.mobile-menu {
  display: none; }

.slicknav_menu {
  display: none; }

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%; }

  #mobile-menu {
    display: none; }

  .slicknav_menu {
    display: block; }

  .slicknav_nav .active a {
    background: #12587d;
    color: #fff; }

  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #12587d;
    background: #f8f9fa; }

  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #12587d; }

  .slicknav_btn {
    margin: 0; }

  .navbar-brand {
    position: absolute;
    left: 20px; } }
#promo {
  position: relative;
  top: -160px; }
  #promo .ic-wrap {
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 20px; }
  #promo .ca {
    padding: 0 30px 30px;
    min-height: 300px;
    background: #fafafa;
    border: 1px solid #d4d4d4; }
  #promo .tlt {
    font-size: 26px;
    font-family: 'Multi', sans-serif;
    text-align: center;
    margin-top: 35px; }

.carac-tab-act {
  cursor: pointer; }

#carac {
  padding: 60px 0 50px 0;
  background: #ebf1f4; }
  #carac .section-header {
    margin-bottom: 0; }

.carac {
  padding: 50px 0;
  margin: 0 auto; }

.carac-content {
  padding: 70px 0 10px;
  background: #ebf1f4; }
  .carac-content img {
    height: 350px; }
  .carac-content .img-arr {
    width: 40px;
    height: 40px; }

.carac-tab {
  display: none; }
  .carac-tab > .row:first-child img {
    position: relative;
    top: -90px;
    cursor: pointer; }
  .carac-tab.act {
    display: block; }

.sobre {
  margin-top: -150px; }

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
  text-align: left;
  position: relative;
  padding-right: 50px; }
  .item-boxes h3 {
    padding-left: 10px;
    float: left;
    margin-top: 1px; }
  .item-boxes .icon {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: -50px;
    right: -10px;
    opacity: .3; }
  .item-boxes img {
    float: left;
    position: relative;
    left: -30px;
    z-index: 2; }
  .item-boxes .inner {
    border-left: 1px dashed #666;
    position: absolute;
    top: 0;
    left: 0px;
    height: 85%; }

.item-boxes-rw {
  margin-top: 50px; }

.objetivos {
  border: none;
  width: 100%;
  margin-bottom: 40px;
  clear: both; }
  .objetivos .chk {
    width: 80px;
    text-align: right;
    padding-right: 3px;
    vertical-align: top; }
  .objetivos td {
    line-height: 20px; }

#func:before {
  content: "";
  background: url("../img/func_bg_img.png") no-repeat 80% 25%;
  opacity: .3;
  z-index: -1;
  position: absolute;
  top: 150px;
  right: -15px; }

#info {
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 60px;
  background: #12587d; }
  #info .inf-title {
    width: 100%;
    font-family: 'Multi', sans-serif;
    font-size: 35px;
    color: #fafafa;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 60px; }

#moni {
  padding: 50px 0 0;
  margin-bottom: 0;
  background: #ebf1f4;
  position: relative; }
  #moni .section-header {
    margin-bottom: 0; }
  #moni .arr-cnt {
    width: 100%;
    text-align: center;
    position: relative;
    top: -17px;
    height: 50px;
    z-index: -1; }
    #moni .arr-cnt img {
      position: static; }

.noti img {
  height: 300px; }

.noti {
  padding: 120px 0 100px; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #12587d;
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-section {
  margin-top: 0;
  margin-bottom: 0;
  color: #fafafa;
  position: relative;
  padding: 0px 0 100px; }
  .contact-section .arr-cnt {
    width: 100%;
    text-align: center;
    position: relative; }
    .contact-section .arr-cnt img {
      position: relative;
      top: -75px; }
  .contact-section .section-title {
    color: #fafafa;
    font-weight: 700; }
  .contact-section .lines {
    background: #4e4e4e;
    margin-bottom: 20px; }
  .contact-section .section-subtitle {
    color: #fff; }
  .contact-section .section-sub {
    color: #b3c6d0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Muli', sans-serif; }
  .contact-section .img-arr img {
    top: -30px;
    position: relative; }
  .contact-section .cnt-inf-sec {
    margin-bottom: 5px; }
    .contact-section .cnt-inf-sec .lnr {
      color: #b3c6d0;
      font-size: 42px;
      top: 5px;
      position: relative;
      margin-right: 15px;
      left: 5px; }
    .contact-section .cnt-inf-sec .title {
      color: #ebebeb;
      font-size: 30px;
      font-family: 'Source Sans Pro', sans-serif; }
  .contact-section .contact-data .desc {
    color: #fff;
    margin-left: 60px;
    margin-bottom: 30px; }
    .contact-section .contact-data .desc a {
      color: #fff; }
      .contact-section .contact-data .desc a:hover {
        color: #12587d; }
  .contact-section .help-block.with-errors {
    display: none;
    margin-left: 10px;
    color: #e63939; }
  .contact-section input:-webkit-autofill, .contact-section textarea:-webkit-autofill, .contact-section select:-webkit-autofill {
    background-color: #222 !important;
    background-image: none !important;
    color: #fafafa !important; }
  .contact-section #contactForm #msgSubmit {
    font-weight: bold;
    border: 1px solid;
    padding: 14px;
    position: relative;
    font-size: 16px;
    display: none;
    margin-top: 20px; }
    .contact-section #contactForm #msgSubmit .lnr {
      margin-right: 10px;
      font-size: 30px;
      margin-top: 5px;
      font-weight: bold;
      position: absolute;
      left: 10px;
      bottom: 8px; }

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  border-radius: 0px;
  color: #ebebeb;
  background: #222;
  border: 1px solid #353137;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  letter-spacing: 1.2px; }

.form-control:focus {
  box-shadow: 0 0 2px #12587d;
  border: 0;
  background: #222;
  color: #fafafa;
  letter-spacing: 1.2px; }

.btn.disabled, .btn:disabled {
  opacity: 1; }

.submit-button {
  font-family: 'Muli', sans-serif;
  color: #b3c6d0;
  font-size: 30px; }

.text-danger {
  font-size: 14px;
  margin-top: 10px; }

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #1c1f23;
  padding: 0 0 60px; }
  footer h1 {
    color: #ebebeb; }
  footer .contact-section .section-sub {
    color: #ebebeb; }
  footer .contact-section .cnt-inf-sec .lnr {
    color: #12587d; }
  footer .contact-section .contact-data .desc {
    color: #ebebeb; }
    footer .contact-section .contact-data .desc a {
      color: #ebebeb; }
      footer .contact-section .contact-data .desc a:hover {
        color: #fff !important; }

.sub-footer {
  background: #111;
  font-size: 16px;
  padding: 10px;
  border-top: 1px solid #333;
  color: #cacaca; }
  .sub-footer a {
    color: #cacaca !important; }
  .sub-footer p {
    text-align: center;
    color: #ebf1f4;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px; }

/*# sourceMappingURL=main.css.map */
