/* -------------------------------------------------------------
 *  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 *  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 *
 *  List of CSS3 Sass Mixins File to be @imported and @included as you need
 *
 *  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
 *  ENDING css files
 *
 *  note: All CSS3 Properties are being supported by Safari 5
 *  more info: http://www.findmebyip.com/litmus/#css3-properties
 *
 *------------------------------------------------------------- */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 1, 2017 */
@font-face {
  font-family: "open_sansregular";
  src: url("/skins/frontend/default/fonts/opensans-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sansbold";
  src: url("/skins/frontend/default/fonts/opensans-bold-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sansbold_italic";
  src: url("/skins/frontend/default/fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sansextrabold";
  src: url("/skins/frontend/default/fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sansextrabold_italic";
  src: url("/skins/frontend/default/fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sansitalic";
  src: url("/skins/frontend/default/fonts/opensans-italic-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sanslight";
  src: url("/skins/frontend/default/fonts/opensans-light-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sanslight_italic";
  src: url("/skins/frontend/default/fonts/opensanslight-italic-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensanslight-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sanssemibold";
  src: url("/skins/frontend/default/fonts/opensans-semibold-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "open_sanssemibold_italic";
  src: url("/skins/frontend/default/fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("/skins/frontend/default/fonts/opensans-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* colors */
/* size */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "open_sansregular", "Open Sans", monospace; }

#wrapper {
  min-height: 100%;
  position: relative; }

#header {
  padding: 0; }

#content {
  padding-top: 20px;
  padding-bottom: 20px; }

#footer {
  background: #007cc2;
  width: 100%;
  min-height: 100px;
  position: relative;
  bottom: 0;
  left: 0; }

.full {
  width: 100%; }

.clear {
  clear: both; }

.center {
  text-align: center;
  margin: 0 auto; }

.left {
  text-align: left; }

.img_left {
  float: left; }

.right {
  text-align: right; }

.img_right {
  float: right; }

.container {
  padding-top: 10px;
  padding-bottom: 10px; }

.white {
  background-color: #ffffff; }

.lightblue {
  background-color: #ebf2f6; }

.im_button {
  background-color: #007cc2;
  text-transform: uppercase;
  padding: 14px 37px;
  display: table;
  font-family: "open_sansbold", monospace;
  font-size: 16px;
  color: #ffffff; }

a {
  color: #111111; }

a:hover,
a:focus {
  text-decoration: none; }

/*header */
/*top menu */
.im_menu_index {
  display: none; }

body.cms-index-index .im_menu_all {
  display: none; }
body.cms-index-index .im_menu_index {
  display: inline; }

#header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3); }

#header .im_banner {
  display: none; }

body.cms-index-index #header {
  background: url("/skins/frontend/default/images/Home.jpg");
  background-color: #007cc2;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative; }

body.cms-index-index #header .im_banner {
  display: block; }

.full_banner_background {
  background: #007cc2 url("/skins/frontend/default/images/Home.jpg") no-repeat center/cover; }

#content .full_banner_background {
  margin-top: 20px;
  min-height: 260px;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

body.cms-index-index .im_menu {
  padding: 0 0 20px; }

.im_menu,
.im_menu_small {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid; }

.im_menu_small {
  display: none;
  font-size: 40px; }

body.cms-index-index .hamburger-inner, body.cms-index-index .hamburger-inner::before, body.cms-index-index .hamburger-inner::after {
  background-color: #ffffff; }

.im_hamburger {
  padding: 0;
  z-index: 202;
  position: relative; }
  .im_hamburger.is-active .hamburger-inner, .im_hamburger.is-active .hamburger-inner::before, .im_hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff; }

.im_banner_text h1 {
  font-size: 56px;
  font-weight: 800;
  text-align: center;
  line-height: 76px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-family: "open_sansextrabold", monospace;
  margin-bottom: 0; }

.im_banner_text h3 {
  margin-top: 0;
  font-size: 16px;
  color: #ffffff;
  font-family: "open_sansbold", monospace; }

.im_menu_logos {
  display: inline; }

.im_menu ul,
.im_menu_small ul {
  float: right; }

body.cms-index-index .im_menu ul li {
  color: #ffffff; }

.im_menu ul li {
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  cursor: hand; }

.im_menu ul li.im_menu_link.active,
.im_menu ul li.im_menu_link:hover,
.im_menu ul li.im_menu_link:focus {
  border-bottom: 1px solid #007cc2;
  color: #007cc2;
  padding-bottom: 10px; }
  .im_menu ul li.im_menu_link.active a,
  .im_menu ul li.im_menu_link:hover a,
  .im_menu ul li.im_menu_link:focus a {
    color: #007cc2; }

body.cms-index-index .im_menu ul li.im_menu_link.active,
body.cms-index-index .im_menu ul li.im_menu_link:hover,
body.cms-index-index .im_menu ul li.im_menu_link:focus {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px; }
body.cms-index-index a {
  color: #ffffff; }

.im_menu_support {
  background-color: #007cc2;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 25px;
  color: #ffffff;
}

.im_menu_support a, .im_button a, #footer a {
  color: #FFF;
}

.im_menu .dropdown-menu {
  margin-top: -1px;
  right: 0;
  left: inherit; }
  .im_menu .dropdown-menu li {
    width: 100%;
    margin: 0; }
  .im_menu .dropdown-menu a {
    text-align: right;
    padding: 15px 10px;
    font-family: "open_sansbold", monospace; }

.im_menu_support.active,
.im_menu_support:hover,
.im_menu_support:focus {
  border: none !important; }

/* The Overlay (background) */
.overlay * {
  padding: 0; }

.overlay .container {
  height: 100%;
  margin-top: 60px; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 200;
  right: 0;
  top: 0;
  background-color: #007cc2;
  overflow-x: hidden;
  transition: 0.5s; }

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  transition: 0.3s; }

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay ul {
  width: 100%; }

.overlay ul li {
  list-style-type: none;
  text-align: right;
  padding-right: 15px;
  width: 100%; }
  .overlay ul li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #ffffff; }
  .overlay ul li #secondLink {
    background-color: #ffffff; }
    .overlay ul li #secondLink a {
      color: #007cc2; }
    .overlay ul li #secondLink li {
      border-bottom: 1px solid #007cc2; }

.overlay .menu_options {
  right: 0;
  float: right; }

.overlay .im_menu_support {
  background-color: #ffffff;
  margin-top: 25px;
  padding: 2px 25px;
  color: #007cc2; }

.im_menu_margin_top {
  margin-top: 45px; }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
.im_close {
  text-align: right;
  float: right;
  font-size: 50px;
  padding: 15px 0 45px;
  color: white; }

.border_shadow {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  background: #007cc2;
  -webkit-box-shadow: 5px 1px 2px rgba(69, 69, 69, 0.4);
  -khtml-box-shadow: 5px 1px 2px rgba(69, 69, 69, 0.4);
  -moz-box-shadow: 5px 1px 2px rgba(69, 69, 69, 0.4);
  -ms-box-shadow: 5px 1px 2px rgba(69, 69, 69, 0.4);
  -o-box-shadow: 5px 1px 2px rgba(69, 69, 69, 0.4);
  box-shadow: 5px 1px 2px rgba(69, 69, 69, 0.4); }

.im_banner {
  text-align: center;
  margin: 50px 0 90px; }

#content .full {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden; }

.row-center {
  text-align: center; }

.col-center {
  display: inline-block;
  float: none; }

@media (min-width: 992px) {
  .col-md-2 {
    max-width: 16%; } }
.col-md-2.col-center {
  padding-top: 15px;
  padding-bottom: 15px; }

/*index */
.im_index .container {
  padding-top: 30px;
  padding-bottom: 20px; }

.im_full_header {
  width: 100%;
  margin-bottom: 30px; }

.im_title {
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: "open_sansbold", monospace; }

.im_subtitle {
  font-size: 24px;
  text-align: center; }

.im_smallunderline {
  height: 2px;
  width: 150px;
  background-color: #007cc2;
  margin: 0 auto; }

.im_smallunderline2 {
  height: 2px;
  width: 160px;
  background-color: #007cc2; }

.im_bigunderline {
  height: 2px;
  width: 100%;
  background-color: #e7e7e7;
  margin: 0 auto; }

.im_solution_image {
  height: 100px; }

.im_text,
.im_news_text,
.im_service_text,
.im_solution_text,
.im_solutions_text {
  font-size: 12px;
  text-align: justify;
  color: #878787;
  line-height: 25px; }

.im_text_center {
  font-size: 12px;
  text-align: center;
  color: #878787;
  line-height: 25px; }

.im_service_blocks {
  margin: 25px 0; }

.im_service_image {
  height: 80px;
  position: relative; }

.im_service_image img {
  bottom: 0;
  margin: 20px 0; }

.im_news_title,
.im_service_title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0; }

.im_news_text {
  margin-bottom: 30px; }

.im_news_block {
  margin-bottom: 20px; }

.im_img_empresa {
  margin: 50px 0 50px 50px; }

.im_table {
  text-align: center;
  border: 1px solid #e7e7e7; }

.im_table .table_title {
  font-size: 31px;
  text-transform: uppercase;
  font-family: "open_sansbold", monospace;
  color: #ffffff;
  background-color: #007cc2;
  padding: 10px; }

.im_table .table_sub {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "open_sansbold", monospace;
  background-color: #e7e7e7;
  padding: 10px; }

.im_table .table_text {
  font-size: 12px;
  color: #878787;
  line-height: 25px;
  font-family: "open_sanslight", monospace;
  position: relative;
  padding: 10px; }

.im_table .table_text:not(:last-child):before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #e7e7e7; }

.im_subtitle2 {
  font-size: 24px;
  margin-bottom: 5px; }

.im_solutions_title {
  font-size: 34px;
  text-transform: uppercase;
  font-family: "open_sansbold", monospace;
  color: #007cc2;
  margin-bottom: 15px; }

.im_solutions_subtitle {
  font-size: 22px;
  font-family: "open_sansbold_italic", monospace;
  margin-bottom: 15px; }

.im_solutions_text {
  margin-bottom: 15px; }

.im_solution_image {
  margin: 0 auto;
  text-align: center; }

.im_solutions_img_inline {
  display: inline; }

.im_solutions_bigtext {
  color: #878787;
  font-family: "open_sansbold_italic", monospace;
  font-size: 20px;
  line-height: 54px; }

.im_solution_formacao_title {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "open_sansbold", monospace;
  color: #ffffff;
  background-color: #007cc2;
  padding-top: 20px;
  padding-bottom: 20px; }

.im_solution_formacao_title .table_small_title {
  font-family: "open_sans", monospace;
  font-size: 11px; }

.full_background {
  background-size: auto 100%;
  background-repeat: no-repeat; }

.news_title {
  font-size: 20px;
  font-family: "open_sansbold", monospace; }

.news_block {
  margin-bottom: 10px;
  min-height: 250px; }

.im_news_others {
  padding-top: 20px;
  padding-bottom: 20px; }

.news_body {
  padding-top: 25px;
  padding-bottom: 20px; }

.news_block .news_title {
  margin-top: 5px; }

.news_social {
  color: #878787;
  font-size: 25px; }

.im_address_title {
  float: left;
  min-width: 100px;
  font-family: "open_sansbold", monospace;
  margin-bottom: 15px; }

.im_address_text {
  display: table;
  font-family: "open_sanslight", monospace;
  margin-bottom: 15px; }

.im_button2 {
  background-color: #007cc2;
  text-transform: uppercase;
  padding: 14px 67px;
  font-family: "open_sans", monospace;
  font-size: 14px;
  color: #ffffff;
  border: none; }

.im_button2_gray {
  background-color: #e7e7e7;
  text-transform: uppercase;
  padding: 14px 67px;
  font-family: "open_sans", monospace;
  font-size: 14px;
  color: #ffffff;
  border: none; }

body.cms-index-index .im_partners {
  display: none; }

.contact_form input,
.contact_form textarea,
.contact_form select {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

#map {
  height: 250px;
  width: 100%; }

.im_partners .certificacoes .im_smallunderline2 {
  margin-bottom: 12px; }
.im_partners .certificacoes .im_logos {
  white-space: nowrap; }

#footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff; }

/*owl */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ebf2f6;
  border: 2px solid #007cc2;
  width: 11px;
  height: 11px; }

.owl-theme .owl-dots .owl-dot span { background-color: #ebf2f6; }

.pagination-wrapper { text-align: center; margin-top: 20px; }

/* Media Queries */
@media only screen and (max-width: 1000px) {
  .im_menu {
    display: none; }

  .im_menu_small {
    display: block; }

  .full_banner_background {
    display: none; }

  .im_banner_text h1 {
    line-height: 52px;
    font-size: 46px; }

  .elevation_bg {
    background-image: none !important; }

  .elevation_bg .row {
    margin: 0; }

  .im_service_image,
  .im_service_title {
    text-align: center; }

  #footer .col-md-6 {
    margin-top: 30px;
    text-align: center; } }
@media only screen and (max-width: 650px) {
  .im_banner_text h1 {
    line-height: 24px;
    font-size: 24px; }

  .im_banner_text h3 {
    display: none; }

  .im_banner {
    margin: 30px 0 30px; } }

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