@charset "UTF-8";
@media screen and (max-width: 780px) {
  /*780*/
  body {
    overflow-x: hidden !important;
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

*,
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.radius-5px {
  border-radius: 5px;
}

.color-white {
  color: #ffffff;
}

.bg-white {
  color: #ffffff;
}

/**
 * Basic typography style for copy text
 */

.text-dark-blue {
  color: #004e70;
}

.text-orange {
  color: #FFAF3F !important;
}

.text-light {
  color: white !important;
}

.bg-dark {
  background: #3F3F3E !important;
  color: #F8F8F8 !important;
}

.bg-dark p {
  color: white !important;
}

.text-light-blue {
  color: #157ffb;
}

.text-red {
  color: #004B57;
}

.bg-red {
  background: #004B57 !important;
}

.bg-red p {
  color: white !important;
}

.bg-dark-red {
  background: #004B57 !important;
}

.bg-dark-red p {
  color: white !important;
}

.bg-gray {
  background: #ebebeb !important;
  color: #000 !important;
}

.bg-gray h2 {
  color: #000;
}

.bg-light-blue {
  background: #157ffb !important;
  color: white !important;
}

.center {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 20%;
}

.bg-dark-gray {
  background: #6B6969 !important;
  color: white !important;
}

.bg-l-gray {
  background: #000 !important;
  color: white !important;
}

.bg-gray {
  background: #ebebeb !important;
  color: white !important;
}

/* Start Footer Section  */

.footer {
  background: #004B57;
}

.footer-section {
  padding-top: 60px;
}

.m-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-section .footer-logo {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}

.footer-section .footer-text p {
  width: 350px;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.footer-content ul {
  list-style-type: none;
  padding: 0;
}

.social-icons {
  margin-top: 10px;
}

.social-icons li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-right: 8px;
}

.footer-content li a {
  color: black;
  font-size: 14px;
}

.social-icons li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #d1cece;
  border-radius: 5px;
  background: #5e5e5e;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.footer-section .footer-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #000;
}

.footer-section p {
  color: black;
  margin-bottom: 20px;
}

.footer-newsletter {
  padding: 0;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
}

.footer-newsletter input#edit-actions-submit {
  width: 100%;
}

.footer-newsletter input#edit-actions-submit--2 {
  width: 100%;
}

.social-icons {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  padding: 0;
}

.fot-copyright {
  margin-top: 25px;
  background-color: #000;
  max-height: 90px !important;
}

.fot-copyright div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fot-copyright div p {
  color: #fff;
}

.fot-copyright div .social-icons li a {
  color: #fff !important;
  background-color: #000 !important;
  font-size: 1.5em;
}

.fot-copyright div .social-icons li a:hover {
  transition: 1s;
  color: #fff !important;
  background-color: #004B57 !important;
}

.footer .btn:hover {
  background-color: transparent;
  color: #fff;
}

.region-footer-col-1 div h2, .region-footer-col-4 div h2 {
  display: none;
}

h2#block-resources-menu {
  color: #000;
  font-weight: bold;
}

h2#block-links-menu {
  color: #000;
  font-weight: bold;
}

#block-webform h2 {
  color: #000;
  font-weight: bold;
}

.region-footer-col-1 .clearfix h4 {
  color: #fff;
  font-size: 18pt;
  text-transform: uppercase;
  font-weight: 600;
}

.region-footer-col-1 .clearfix p {
  margin: 5px;
  line-height: 24px;
  text-align: left !important;
  color: #fff !important;
}

.region-footer-col-1 .clearfix a {
  color: #fff;
}

.region-footer-col-2, .region-footer-col-3 {
  margin-left: 3% !important;
}

.region-footer-col-2 nav h2, .region-footer-col-3 nav h2 {
  color: #fff !important;
  font-size: 18pt;
  text-transform: uppercase;
  font-weight: 600;
}

.region-footer-col-2 nav ul, .region-footer-col-3 nav ul {
  margin-right: -2% !important;
}

.region-footer-col-2 nav ul li a, .region-footer-col-3 nav ul li a {
  font-size: 8.8pt !important;
  color: #fff;
  text-transform: uppercase;
}

ul.contextual-links li a {
  color: #004B57;
}

.region-footer-col-3 {
  margin-left: 15% !important;
}

.region-footer-col-3, .region-footer-col-2, .region-footer-col-3 {
  padding-top: 30px;
}

.logo-footer {
  padding: 0 !important;
}

.region-footer-col-4 img {
  width: 70%;
  height: auto;
  object-fit: initial;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p em strong {
  font-size: 13pt !important;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .region-footer-col-3 {
    margin-left: 15px !important;
  }
}

.region-footer-col-4 {
  margin-top: 18%;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 320px) {
  .fot-copyright div p {
    font-size: 9pt !important;
  }
}

@media only screen and (max-width: 351px) {
  .fot-copyright div p {
    font-size: 9pt !important;
  }
}

.copyright-logo {
  width: 300px;
  height: 54px;
  padding: 0;
}

.copyright-logo p {
  font-size: 16px;
  width: 40%;
}

.copyright-logo img {
  width: 65%;
}

@media screen and (max-width: 991px) and (min-width: 300px) {
  .region-footer-col-3, .region-footer-col-2, .region-footer-col-3 {
    padding-top: 0px;
    margin-top: -20px;
  }
  .region-footer-col-1 {
    padding-left: 25px;
  }
  .region-footer-col-4 {
    margin-top: 0%;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
  }
}

.navbar {
  position: relative;
  border-radius: 0px;
  color: white;
  background: #004B57;
}

.main-menu-area {
  background: #fff;
}

.main-menu-area.fixed-top {
  background: #fff;
}

/* formata├º├úo dos links do Menu */

.navbar-white .navbar-nav .nav-link {
  color: #004B57 !important;
  font-weight: 600;
  letter-spacing: .6px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 18px !important;
  font-family: sans-serif;
  border-radius: 5px;
  margin: 10px 0px;
}

.navbar-white .navbar-nav .nav-link:hover {
  transition: .5s;
  background: transparent;
  color: #1d98c4 !important;
  ;
  padding: 12px 18px;
}

.btn-contratar {
  background-color: #004B57 !important;
  box-shadow: none !important;
  margin: 10px 10px 0 20px !important;
  color: #fff !important;
}

a.nav-link.btn.btn-contratar:hover {
  color: #fff !important;
}

/* formatacao do icone da bandeira */

.language-icon {
  width: 20px;
  height: 20px;
  border-radius: 50px;
}

/* formata├º├úo do item de pesquisa */

.navbar-white .navbar-nav .nav-link.btn-search {
  text-align: center;
  background-color: #fff;
  background-color: transparent;
  margin-top: -1.5px;
}

/* fim formata├º├úo item de pesquisa */

/* Dropdown menu */

a.dropdown-item {
  font-weight: 600 !important;
  /* text-transform: uppercase; */
  position: relative;
}

a.dropdown-item::after {
  position: absolute;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  /* content: "\f095"; */
  content: "\f054";
  font-size: .6em;
  top: 9px;
  left: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu::after {
  top: -18px;
  left: 20px;
  content: '';
  position: absolute;
  border-color: transparent transparent #004B57 transparent;
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  z-index: 999999;
}

.dropdown-menu {
  background: #fff;
  border-radius: 0;
  background-color: #004B57;
  color: white;
  border-radius: 5px;
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  transition: .5s;
  background-color: white;
  color: #004B57;
}

/* Start Navbar Section */

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.main-menu-area.header-white .site-navigation {
  margin-top: 0px;
}

.site-navigation {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
}

.navbar {
  position: relative;
  border-radius: 0px;
}

.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

a.navbar-brand img {
  width: 210px;
  height: 55px;
}

.navbar-white .navbar-nav .nav-link.active, .navbar-white .navbar-nav .nav-link:hover {
  color: #000;
}


.fa.fa-bars {
  color: #004B57 !important;
}

.is-active {
  border-bottom: 2px solid #004B57;
}

.is-active a {
  border-bottom: none;
}

.block-language {
  margin-right: 0px;
  display: flex;
  margin-right: -80px;
  margin-top: -15px;
  margin-bottom: -30px;
  flex-direction: row-reverse;
}

#block-resources, #block-links {
  margin-top: 4px;
  /*45px*/
}

.block-menu {
  /* margin-top: 45px;
   45px*/
}

.block-language ul {
  position: absolute;
  display: flex;
  margin-top: 30px;
  margin-right: 0;
  justify-content: flex-start;
}

.block-language ul li {
  list-style: none;
  display: inline;
  padding: 4px 10px;
}

.navbar-toggler:hover {
  cursor: pointer;
}

/* End Navbar Section */

input#edit-keys {
  margin-top: 9px !important;
}

#block-bartik-search {
  position: absolute;
  display: none;
  background: #00455b !important;
  width: 100% !important;
  height: 130px;
  padding: 20px 42px;
  text-align: center;
  transition: background-color 500ms linear;
  z-index: 1;
  margin-top: 60px !important;
}

#block-bartik-search .container-inline form {
  max-width: 100%;
  height: 60px;
  margin: 10px 0;
}

#block-bartik-search .container-inline form input {
  text-align: center;
  border: none;
  padding: 5.5px 0;
  background: #fff;
  color: #6B6969;
  outline: none;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 70%;
  font-size: 2em;
  border-radius: 25px 0px 0px 25px;
}

#block-bartik-search .container-inline form span.btn-search {
  color: #fff;
  position: absolute;
  top: 1%;
  right: 0%;
  font-size: 23pt !important;
  cursor: pointer;
}
i.fa.fa-times-circle {
  border: none;
}

#block-bartik-search .sbtn {
  font-size: 36px;
  color: white;
}

a.nav-link.btn.btn-contratar {
  color: #fff !important;
}

/*pesquisa avan├ºada*/

.search-advanced {
  display: none;
}

a.btn-search {
  cursor: pointer;
}

.navbar-expand-lg {
  width: 100% !important;
}

.region-primary-menu {
  margin-right: -12px;
}

ul.lang-list li {
  padding: 1px !important;
  border-bottom-color: #004B57;
}

ul.lang-list li a {
  width: 10px;
  height: 10px;
  padding: 0 !important;
  margin-top: 2px !important;
}

ul.lang-list li a:hover {
  background-color: transparent !important;
}

ul.lang-list li a img {
  margin-left: -10px;
  margin-top: -15px;
}

@media screen and (min-width: 250px) and (max-width: 389px) {
  .nav-bandeira {
    left: 50%;
    top: 0%;
  }
}

@media screen and (min-width: 390px) and (max-width: 459px) {
  .nav-bandeira {
    left: 53%;
    top: 0%;
  }
}

@media screen and (min-width: 460px) and (max-width: 768px) {
  .nav-bandeira {
    left: 58%;
    top: 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .nav-bandeira {
    left: 67%;
    top: 0%;
  }
}

@media screen and (min-width: 900px) and (max-width: 991px) {
  .nav-bandeira {
    left: 70%;
    top: 0%;
  }
}

@media screen and (min-width: 1000px) {
  .nav-bandeira {
    display: none;
  }
}

@media screen and (min-width: 250px) and (max-width: 991px) {
  .dropdown-menu::after {
    top: 53px;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
  .navbar-expand-lg {
    width: 100% !important;
  }
  .navbar-small {
    margin-top: 0px !important;
  }
  .navbar-small a {
    color: #fff !important;
  }
  .nav-item {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    align-self: center;
  }
  .navbar-collapse {
    margin-top: 0 !important;
  }
  .btn-contratar {
    margin: 10px 20px 20px 20px !important;
    color: #fff !important;
  }
  #block-bartik-search {
    height: 100% !important;
  }
  nav#block-jp-temisto-resources {
    margin-top: 20px;
  }
  nav#block-jp-temisto-links {
    margin-top: 20px;
  }
  .container-inline form input {
    width: 80% !important;
    margin-top: 45% !important;
  }
  span.btn-search {
    color: #EBB266;
    font-size: 20pt !important;
    position: absolute;
    top: 10% !important;
    cursor: pointer;
    padding-top: -10px;
  }
  .for-search {
    margin-left: auto !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .top .nav-item {
    width: auto !important;
  }
  .nav-link.nav-link.btn-search {
    margin-left: 0 !important;
  }
}

.site-branding a.navbar-brand img {
  width: 100%;
  height: 100%;
}

#navbarCollapse ul.navbar-nav.main-navbar {
  margin: 0;
}

ul.for-search li.a {
  padding: 0 !important;
}

/* li.nav-item a.nav-link {
    font-size: 7pt !important; } */

ul.lang-list {
  padding: 0 !important;
}

ul.lang-list li {
  padding: 0 !important;
  text-align: center !important;
  padding: 2px !important;
}

ul.lang-list li a {
  padding: 0 !important;
  width: 24px;
  height: 24px;
}

ul.lang-list li a img {
  margin-left: -9px;
  margin-top: -4px;
}

#main-menu nav.navbar {
  /* margin-left: -70px; */
  padding-bottom: 0;
  padding-top: 0;
}

.site-navigation .navbar-brand {
  /* margin: -8px -15px -8px -47px; */
  /* clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%); */
  /* background-color: #f7f7f7; */
  padding: 0px 0px 13px 17px;
  width: 100%;
  height: 111px;
}

.site-navigation .main-navbar {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    margin-left: 0;
  }
  .site-navigation .main-navbar {
    margin-left: 0;
  }
}

#navbarCollapse>ul.navbar-nav.lang-list {
  margin-left: 10px;
}

.nav-bandeira {
  position: absolute;
}

.nav-bandeira ul.navbar-nav.lang-list {
  display: inline;
}

.nav-bandeira li {
  width: 40px;
  margin-right: 0px;
  float: left;
}

.navbar-small {
  background-color: #004B57;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .navbar-small #navbarNav {
    display: -webkit-box;
    display: -sm-flexbox;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: auto;
    margin: 0;
  }
  .navbar-small #navbarNav ul {
    margin-right: -30px;
  }
  .navbar-small #navbarNav ul li a {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
  }
  .navbar-small #navbarNav ul li a i {
    font-size: 1em;
  }
  #navbarCollapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

.container-header {
  padding: 0 0px;
}

.container-header .metade {
  clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
  position: absolute;
  background-color: #f7f7f7;
  width: 300px;
  height: 87px;
  left: 0;
}

.banner-contacto-section .container {
  border-radius: 6px;
}

.btn-banner-contacto {
  border-radius: 8px !important;
}

.title-banner-contacto p {
  font-size: 2.5em;
  color: #000;
  letter-spacing: -0.1rem;
  text-align: center;
}

@media (max-width: 320px) {
  .title-banner-contacto h2 {
    font-size: 2.5em !important;
    font-weight: bolder !important;
  }
}

@media (max-width: 768px) {
  .btn-banner-contacto {
    font-size: 2em;
  }
  .btn-full {
    width: 100%;
  }
  button.agree-button.eu-cookie-compliance-secondary-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  div#sliding-popup {
    height: 116px !important;
  }
}

.inst-text h3 {
  font-size: 2.5em !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* .carousel {
    margin-bottom: 4rem;
  } */

/* Declare heights because of positioning of img element */

#myCarousel {
  width: 100%;
  overflow: visible !important;
  margin-bottom: 5%;
}

#myCarousel .carousel-item {
  background-color: black !important;
}

#myCarousel .carousel-item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

#myCarousel .carousel-bottom-item {
  height: 66vh;
  background: #00C865 !important;
}

.carousel-caption {
  z-index: 10;
}

.carousel-item .container {
  height: 85%;
  align-items: center;
  background: none !important;
}

.carousel-item a>img, .carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* button slider */

.carousel-caption p {
  color: #d5d5d5;
}

.carousel-caption p a {
  background: #F8F8F8;
  color: #6B6969;
  border: none;
  padding: 15px 20px;
}

.carousel-caption p a:not(a:first-child) {
  background: #6B6969;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 320px) and (max-width: 414px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: .5em !important;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .carousel-caption {
    padding: 0% !important;
    bottom: 35% !important;
  }
}

@media (max-width: 768px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: 1em !important;
  }
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

@media (width: 768px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: 1.4em !important;
  }
}

@media (width: 1024px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: 1.7em !important;
  }
}

@media (min-width: 1025px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 60vh;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* .carousel {
    margin-bottom: 4rem;
  } */

/* Declare heights because of positioning of img element */

#myCarousel {
  width: 100%;
  overflow: visible !important;
  margin-bottom: 5%;
}

#myCarousel .carousel-item {
  background-color: black !important;
}

#myCarousel .carousel-item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

#myCarousel .carousel-bottom-item {
  height: 66vh;
  background: #00C865 !important;
}

.carousel-caption {
  z-index: 10;
}

.carousel-item .container {
  background: none !important;
}

.carousel-item a>img, .carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* button slider */

.carousel-caption p {
  color: #d5d5d5;
}

.carousel-caption p a {
  background: #F8F8F8;
  color: #6B6969;
  border: none;
  padding: 15px 20px;
}

.carousel-caption p a:not(a:first-child) {
  background: #6B6969;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 320px) and (max-width: 414px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: .5em !important;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .carousel-caption {
    padding: 0% !important;
    bottom: 35% !important;
  }
}

@media (max-width: 768px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: 1em !important;
  }
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}

@media (width: 768px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: 1.4em !important;
  }
}

@media (width: 1024px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 300px;
  }
  .carousel-caption h3 {
    font-size: 1.7em !important;
  }
}

@media (min-width: 1025px) {
  #myCarousel .carousel-item-top {
    width: 100%;
    height: 60vh;
  }
}

.prod-section {
  padding: 100px 0px;
}

.prod-section .container {
  padding: 0;
}

.prod-cards {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: -1 !important;
  padding: 0;
  padding: 50px 0% 0 1%;
  height: auto !important;
  transition: height 400ms cubic-bezier(0.25, 0.39, 0.39, 2.01);
}

.prod-cards .prod-card {
  max-height: 300px;
  margin: -5px;
}

.prod-cards .prod-card:hover {
  transition: 1s;
  transform: scale(1.05);
}

.prod-cards .prod-card:hover .feature-box {
  background: #ffffff !important;
  border: 1 solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.prod-cards .prod-card:hover .feature-box .icon {
  color: #EBB266 !important;
}

.prod-cards .prod-card .feature-box {
  background-color: #F8F8F9;
}

.prod-cards .prod-card .feature-box .icon {
  color: #F4C38C;
  font-size: 40pt;
  margin-top: -40px;
}

.prod-cards .prod-card .feature-box h6 {
  color: #151546;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12pt;
  line-height: 20px;
  margin-top: -30px;
}

.prod-cards .prod-card .feature-box p {
  color: #151546;
  text-transform: uppercase;
  font-size: 10pt;
  line-height: 17px;
  margin-top: 9% !important;
}

.prod-cards .prod-card .feature-box:hover .icon {
  color: #EBB266 !important;
}

.prod-cards .prod-card a.card-buton {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #EBB266;
  color: #151546;
  border: 2px solid #EBB266;
  padding: 10px 4px;
  width: 80%;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
}

.prod-cards .prod-card a.card-buton:hover {
  background-color: #fff;
  color: #151546;
  border: 2px solid #151546;
}

.prod-jumbo {
  margin-top: -4%;
  border-radius: 3px;
  width: 94%;
  margin-left: 40px;
  height: 100px auto !important;
}

.prod-jumbo .small-jumbotron {
  width: 100%;
  border-radius: 3px;
  padding: 15px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
}

.prod-jumbo .small-jumbotron .jumbotron-body {
  padding: 1px;
}

.prod-jumbo .small-jumbotron .jumbotron-body h1 {
  line-height: 2px;
  font-size: 15pt !important;
}

.prod-jumbo .small-jumbotron a.btn {
  background-color: #EBB266;
  color: #151546 !important;
  border-radius: 8px !important;
  font-size: 11pt;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.prod-jumbo .small-jumbotron a.btn:hover {
  background-color: #fff;
  color: #151546;
  border: 2px solid #151546 !important;
}

.prod-jumbo #call-to-action {
  width: 100%;
  height: 100px auto !important;
  border-radius: 3px;
  padding: 10px;
  background-color: #B88D60 !important;
}

.prod-jumbo #call-to-action .container {
  margin: 0 !important;
  margin-top: 10px !important;
}

.prod-jumbo #call-to-action .container .info {
  height: auto !important;
}

.prod-jumbo #call-to-action .container .info h3 {
  color: #151546;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 30px !important;
  font-size: 15pt !important;
}

.prod-jumbo #call-to-action .container .info h3 p {
  color: #151546;
  font-size: 10pt;
  font-weight: normal !important;
  text-transform: none !important;
  margin-top: -6px;
}

.prod-jumbo #call-to-action .container div.bx-btn {
  float: right !important;
  margin-top: -15px;
}

.prod-jumbo #call-to-action .container a.callBtn {
  background-color: #EBB266;
  color: #151546 !important;
  border-radius: 8px !important;
  border: 2px solid #EBB266 !important;
  text-transform: inherit;
  font-size: 11pt;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.prod-jumbo #call-to-action .container a.callBtn:hover {
  background-color: #fff;
  color: #151546;
  border: 2px solid #151546 !important;
}

.callBtn {
  margin-top: -10px !important;
  margin-right: 20px !important;
}

.call-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.see-more {
  margin-top: 5%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view-more {
  height: auto !important;
}

.view-more .see-more {
  margin-top: 5% !important;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#arrow-button {
  padding: 1rem;
  height: 70px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

#arrow-button span {
  margin: 0 !important;
}

.filter-openCloseWrap {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 50px auto;
  display: block;
  cursor: pointer;
}

.filter-openCloseWrap:hover .filter-openClose, .filter-openCloseWrap:hover .filter-openClose:before {
  background-color: #EBB266;
}

.filter-openCloseWrap .filter-openClose {
  width: 3rem;
  height: 2px;
  background-color: #EBB266;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.filter-openCloseWrap .filter-openClose:before {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 3rem;
  top: 0;
  left: 0;
  background-color: #EBB266;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.filter-openClose {
  transform: rotate(45deg) translate(1.5rem, 0px);
  -webkit-transform: rotate(45deg) translate(1.5rem, 0px);
  -moz-transform: rotate(45deg) translate(1.5rem, 0px);
  -ms-transform: rotate(45deg) translate(1.5rem, 0px);
  -o-transform: rotate(45deg) translate(1.5rem, 0px);
}

.filter-openClose:before {
  transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -webkit-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -moz-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -ms-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -o-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
}

.no-filter .filter-openClose {
  transform: rotate(45deg) translate(0px, 1.5rem);
  -webkit-transform: rotate(45deg) translate(0px, 1.5rem);
  -moz-transform: rotate(45deg) translate(0px, 1.5rem);
  -ms-transform: rotate(45deg) translate(0px, 1.5rem);
  -o-transform: rotate(45deg) translate(0px, 1.5rem);
}

.no-filter .filter-openClose:before {
  transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -webkit-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -moz-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -ms-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -o-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 13pt !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 11pt !important;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 9pt;
  }
  .prod-section {
    margin-bottom: 5%;
    padding: 100px 0px;
  }
  .prod-card.col-lg-6 {
    margin-top: 2% !important;
    padding: 20px;
  }
  .prod-card.col-lg-6 a.btn {
    width: 60%;
    margin-left: 90px !important;
    margin-top: -9% !important;
  }
  .see-more {
    margin-top: 5% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .prod-cards {
    padding: 50px 0% 0 2%;
  }
  .prod-jumbo .small-jumbotron {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body {
    margin-bottom: 4px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 11pt !important;
    font-weight: bolder !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 11pt;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 8pt;
    margin-bottom: 4px;
  }
  .prod-section {
    margin-bottom: 4%;
    padding: 100px 0px;
  }
  .prod-card.col-md-6 {
    margin-top: 2% !important;
    padding: 20px;
  }
  .prod-card.col-md-6 a.btn {
    font-size: 10pt !important;
    width: 60%;
    margin-left: 50px !important;
    margin-top: -11% !important;
  }
  .see-more {
    margin-top: 5% !important;
  }
}

@media screen and (min-width: 329px) and (max-width: 767px) {
  .prod-cards {
    padding: 50px 0 0 0;
  }
  .prod-section {
    margin-bottom: 3%;
    padding: 50px 0px;
  }
  .prod-jumbo .small-jumbotron {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px !important;
    margin-left: -8% !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body {
    max-width: 100% !important;
    margin-bottom: 4px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 8pt !important;
    font-weight: bolder !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 11pt;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 8pt;
    margin-bottom: 4px;
  }
  .prod-card.col-lg-6 {
    padding: 20px;
  }
  .prod-card.col-lg-6 a.btn {
    width: 60%;
    margin-left: 90px !important;
    margin-top: -9% !important;
  }
  .see-more {
    margin-top: 5% !important;
  }
}

@media screen and (max-width: 767px) {
  .prod-jumbo {
    margin-left: auto;
    margin: auto;
  }
}

.btn-services-en {
  font-size: 1em !important;
}

@media screen and (max-width: 516px) {
  .prod-cards {
    height: 100% !important;
  }
  .see-more {
    margin-top: 5% !important;
  }
}

@media screen and (max-width: 1198px) {
  .container a.callBtn {
    font-size: 11pt !important;
    padding: 10px;
  }
}

@media screen and (max-width: 459px) {
  .btn-servpro {
    left: -4px;
  }
}

@media screen and (min-width: 413px) and (max-width: 993px) {
  .container a.callBtn {
    top: 5px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 411px) and (min-width: 320px) {
  .prod-card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .container a.callBtn {
    width: 100%;
    margin: 0 !important;
    text-align: center;
    white-space: normal;
  }
  .prod-card {
    margin-top: 0 !important;
    margin-bottom: 10% !important;
  }
  .prod-card .btn-servpro {
    top: 265px !important;
  }
  .see-more {
    margin-top: 5% !important;
  }
  .prod-section .container .view-more {
    bottom: 0 !important;
  }
  .see-more {
    margin-top: 5% !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width: 523px) {
  .prod-section .container .view-more~.see-more {
    margin: auto;
    margin-top: 5% !important;
    bottom: 0 !important;
  }
  .prod-section {
    padding: 50px 0px !important;
  }
}

@media screen and (max-width: 516px) {
  .see-more {
    margin-top: 10% !important;
  }
}

@media screen and (max-width: 417px) {
  .container a.callBtn {
    font-size: 9pt !important;
  }
}

@media screen and (min-width: 459px) and (max-width: 523px) {
  .btn-servpro {
    left: 10px;
  }
}

@media screen and (max-width: 364px) {
  .container a.callBtn {
    font-size: 12pt !important;
  }
}

@media (min-width: 355px) and (max-width: 1023px) {
  a.card-buton {
    bottom: -5px !important;
  }
}

.small-jumbotron {
  background-color: #B88D60 !important;
  max-height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center !important;
  padding: 15px !important;
}

.small-jumbotron .jumbotron-body {
  padding: 10px;
  width: 90%;
}

.small-jumbotron .jumbotron-body h1 {
  color: #151546;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 30px !important;
  font-size: 18pt !important;
}

.small-jumbotron .jumbotron-body span.jumbo-text {
  color: #151546;
  font-size: 12pt;
  text-transform: none;
  margin-top: 10px;
  font-weight: normal;
}

.small-jumbotron a.btn {
  background-color: #EBB266;
  color: #151546 !important;
  border: 2px solid #F8C98A;
  border-radius: 8px !important;
  font-size: 11pt;
  -webkit-box-shadow: -2px 6px 5px -2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -2px 6px 5px -2px rgba(0, 0, 0, 0.55);
  box-shadow: -2px 6px 5px -2px rgba(0, 0, 0, 0.55);
}

.small-jumbotron a.btn:hover {
  background-color: #fff;
  color: #151546;
  border: 2px solid #151546;
}

@media screen and (min-width: 320px) and (max-width: 414px) {
  .small-jumbotron {
    max-height: 250px !important;
  }
  .jumbotron-body h1 {
    font-size: 10pt !important;
  }
}

@media screen and (max-width: 991px) {
  .jumbotron-body {
    margin-top: 10px;
  }
  .small-jumbotron .jumbotron-body h1 {
    font-size: 16pt;
  }
}

@media screen and (max-width: 1024px) {
  .for-search li a {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 982px) {
  .for-search li a {
    margin-left: 15px !important;
  }
  .slick-next, .slick-prev {
    display: none !important;
  }
  .slick-dots {
    display: none;
  }
}

@media screen and (max-width: 529px) {
  .small-jumbotron a.btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .small-jumbotron .jumbotron-body h1 {
    font-size: 13pt !important;
    margin-bottom: 15px;
  }
  .small-jumbotron .jumbotron-body h1 span {
    font-size: 11pt !important;
  }
  .small-jumbotron a.btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 406px) {
  .small-jumbotron {
    padding-bottom: 40px !important;
  }
  .small-jumbotron .jumbotron-body h1 {
    font-size: 13pt !important;
    margin-bottom: 1px;
  }
  .small-jumbotron .jumbotron-body h1 span {
    font-size: 10pt !important;
    line-height: 10px !important;
  }
  .small-jumbotron a.btn {
    font-size: 10pt !important;
    margin-bottom: 20px;
    padding: 9px;
  }
}

.main-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px;
}

.main-content h2 {
  font-size: 13pt !important;
  color: #fff;
}

#counter-sec::before {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.counter-section {
  margin-top: -5%;
}

.counter-section .counter-to-item {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}

.counter-section .counter-to-item .row div {
  float: left;
}

.counter-section .counter-to-item .row div img {
  width: 90px;
  height: 90px;
}

.counter-section .counter-to-item .counter-progress {
  text-align: left;
}

.counter-section .counter-to-item .counter-progress .row div {
  padding: 0 !important;
  margin-left: 10px;
}

.counter-section .counter-to-item .counter-progress .row div.col-12 {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: flex-start;
}

.counter-section .counter-to-item .counter-progress .row div h5 {
  font-size: 13pt;
  color: #fff;
}

.counter-section .counter-to-item .counter-progress .row div p {
  padding: 0 !important;
  margin-left: 10px !important;
}

.counter-section .counter-to-item .counter-progress .row div p .counter {
  font-size: 17pt !important;
  color: #fff;
  font-weight: normal;
}

.field--name-field-unidade {
  font-size: 17pt !important;
  color: #fff !important;
  margin-top: 2px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-content h2 {
    font-size: 11pt !important;
  }
  .counter-section {
    margin-top: -9%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-content h2 {
    font-size: 11pt !important;
  }
  .counter-section {
    margin-top: -12%;
  }
}

@media screen and (min-width: 359px) and (max-width: 767px) {
  .main-content h2 {
    font-size: 11pt !important;
  }
  .counter-section {
    margin-top: -12%;
  }
}

@media screen and (min-width: 359px) and (max-width: 767px) {
  #counter-sec {
    width: 100%;
    height: 400px !important;
  }
  .main-content h2 {
    font-size: 11pt !important;
  }
  .counter-section {
    margin-top: -12%;
    width: 65%;
  }
  .counter-to-item {
    margin-left: 30%;
  }
}

@media screen and (max-width: 767px) {
  #counter-sec {
    height: auto !important;
  }
  .counter-section {
    margin-left: 15% !important;
  }
}

.overlay-count {
  background-color: rgba(0, 0, 0, 0.7);
  padding-bottom: 50px;
}

.counter-icons img {
  width: 90px;
  height: 90px;
}

.counter-number {
  font-size: 17pt !important;
}

.card-counter {
  font-weight: normal !important;
}

.card-counter-text {
  max-width: 80%;
}

@media (max-width: 1200px) {
  .counter-icons img {
    width: 75px;
    height: 90px;
  }
}

@media (max-width: 991px) {
  .card-count-items {
    max-width: 50% !important;
  }
  .counter-icons img {
    width: 70px;
    height: 90px;
  }
  .card-counter-block {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .pCounter {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
  }
  .card-count-items {
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
  .card-counter-img {
    justify-content: flex-end !important;
  }
  .card-counter-text {
    max-width: 80%;
    margin: 0 auto;
  }
  .card-counter-block {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .pCounter {
    display: block !important;
    flex-direction: row !important;
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .card-counter-block {
    width: 100% !important;
  }
  .card-count-items {
    max-width: 50% !important;
    flex: 0 50%;
  }
  .card-counter-img {
    justify-content: flex-end !important;
    display: flex;
  }
  .card-counter-img img {
    justify-content: flex-end !important;
    display: flex;
  }
  .card-counter-text {
    max-width: 40%;
  }
}

/*  Wiew in Desktop - by Augusto */

@media (min-width: 1200px) {
  .card-count-items {
    flex: 0 25% !important;
    min-width: 25% !important;
  }
}

.pCounter {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pCounter span.unity {
  margin-left: 5px;
  font-size: 15pt;
}

.sn_curiosity {
  /* background: #eeee; */
  display: flex;
  margin-bottom: 18px;
}

.sn_curiosity .custom-card-img img {
  width: 90px;
  height: 70px;
}

.sn_curiosity .custom-card-body {
  height: 70px;
  margin-left: 10px;
  overflow: hidden;
}

.sn_curiosity .custom-card-body .custom-card-title {
  font-size: .9em;
  padding: 5px 0;
  color: #181717;
}

.sn_curiosity .custom-card-body .custom-card-title a {
  color: #181717 !important;
}

.sn_curiosity.custom-card.first-element div img {
  width: 100% !important;
  height: 100px;
  margin-bottom: 10px;
}

.sn_curiosity.custom-card.first-element {
  display: flex;
  flex-direction: column;
  height: 180px;
  padding-top: 5%;
}

.sn_curiosity.custom-card.first-element .custom-card-body {
  margin-left: 0 !important;
}

.sn_news {
  /* background: #eeee; */
  display: flex;
  margin-bottom: 21px;
}

.sn_news .custom-card-img img {
  width: 90px;
  height: 70px;
}

.sn_news .custom-card-body {
  height: 70px;
  margin-left: 10px;
  margin-top: 0 !important;
}

.sn_news .custom-card-body .custom-card-title {
  margin-bottom: 10px;
  font-size: .9em;
}

.sn_news .custom-card-body .custom-card-title a {
  color: #5A5A5A !important;
}

.sn_news .custom-card-body .custom-card-content {
  margin-bottom: 10px;
  overflow: hidden !important;
}

.sn_news .custom-card-body .custom-card-content p {
  font-size: .9em;
  font-weight: 500;
}

.sn_news .custom-card-body .custom-card-data {
  margin-bottom: 10px;
  font-size: .9em;
}

.sn_news.custom-card.first-element div.custom-card-img img {
  width: 100% !important;
  height: 180px;
  margin-bottom: 10px;
}

.sn_news.custom-card.first-element {
  display: flex;
  flex-direction: column;
  padding: 5%;
}

.sn_news.custom-card.first-element .custom-card-body {
  margin-bottom: 0 !important;
}

.sn_news.custom-card.first-element .custom-card-body .custom-card-title {
  height: 50px;
  margin-bottom: 0 !important;
  color: #181717 !important;
}

.sn_news.custom-card.first-element .custom-card-body .custom-card-title a {
  color: #181717 !important;
}

.sn_news.custom-card.first-element .custom-card-body .custom-card-data span {
  font-size: .8em;
  font-weight: 600;
}

.sn_news.custom-card.first-element .custom-card-body .custom-card-data strong {
  font-size: .9em;
}

.sn_news.custom-card.first-element .custom-card-body .custom-card-content {
  margin-top: 10px !important;
}

.sn_news.custom-card.first-element .custom-card-body .custom-card-content p {
  color: #181717;
}

.custom-card-content, .custom-card-title {
  line-height: 18px;
}

.pdg-top-5 {
  padding-top: 5%;
}

.pdg-5 {
  padding-top: 5%;
}

.info-section {
  /* margin-bottom: 2%; */
  margin-top: 8.5%;
}

.info-section .row div .i-s-title {
  color: #151546;
  font-size: 1.8em;
  padding-bottom: 0px !important;
  border-bottom: 4px solid #ba8a53;
}

#pubCarousel .carousel-inner {
  height: 360px !important;
}

#pubCarousel .carousel-inner .carousel-item {
  height: 360px !important;
}

#pubCarousel .carousel-inner .carousel-item img {
  opacity: 1 !important;
  height: 100% !important;
}

.i-s-imagebox {
  margin-top: 12%;
  width: 100%;
}

.i-s-imagebox img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-news {
    padding: 15% 0 0 5%;
  }
  .info-section {
    margin-bottom: 5%;
  }
  .info-section .row>div {
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 368px) {
  .sn_news.custom-card.first-element {
    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .curious {
    padding-top: 2.5%;
  }
}

.accordion-body a.item {
  position: relative;
  height: 300px;
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 348px !important;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.accordion-body a.item img {
  width: 100%;
  height: 100%;
}

.accordion-body a.item .mosaiCaption {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 20px 10px;
  height: auto;
}

.accordion-body a.item .mosaiCaption p {
  width: 100% !important;
  font-size: 11pt;
  line-height: 20px;
  color: white;
}

.lb-details {
  background-color: #fff;
  color: #000;
  padding: 20px;
}

.lb-number {
  color: rgba(0, 0, 0, 0.8) !important;
}

@media screen and (max-width: 1299px) {
  .accordion-body a.item {
    margin-left: 6%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-body a.item {
    margin-left: 23%;
  }
}

@media screen and (max-width: 991px) {
  .accordion-body a.item {
    margin-left: 23%;
  }
}

@media only screen and (max-width: 375px) {
  .accordion-body {
    padding: 5px;
  }
  .accordion-body a.item {
    margin-left: -8% !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .accordion-body {
    padding: 0;
  }
  .accordion-body a.item {
    margin-left: -1%;
  }
}

@media screen and (max-width: 360px) {
  .accordion-body {
    padding: 0;
  }
  .accordion-body a.item {
    margin: -1%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .mosaiCaption {
    padding: 20px 60px !important;
    height: auto;
  }
  .mosaiCaption p {
    font-size: 8pt !important;
  }
}

.galeria-section {
  padding: 30px 0px 80px 0px !important;
}

@media screen and (min-width: 1024px) {
  .section-hm-products .section-hm-products {
    margin-top: 150px;
  }
}

.section-hm-products.section {
  padding-top: 0 !important;
}

.section-hm-products h2 {
  color: #004e70;
}

.section-hm-products p {
  font-size: 1.5em;
  word-break: break-word;
}

.section-hm-products .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-hm-products .row #arrow-button {
  padding: 1rem;
  height: 70px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.section-hm-products .row #arrow-button span {
  margin: 0 !important;
}

.section-hm-products .row .filter-openCloseWrap {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 50px auto;
  display: block;
  cursor: pointer;
}

.section-hm-products .row .filter-openCloseWrap:hover .filter-openClose, .section-hm-products .row .filter-openCloseWrap:hover .filter-openClose:before {
  background-color: #ebebeb;
}

.section-hm-products .row .filter-openCloseWrap .filter-openClose {
  width: 3rem;
  height: 4px;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.section-hm-products .row .filter-openCloseWrap .filter-openClose:before {
  content: ' ';
  position: absolute;
  height: 4px;
  width: 3rem;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.section-hm-products .row .filter-openClose {
  transform: rotate(45deg) translate(1.5rem, 0px);
  -webkit-transform: rotate(45deg) translate(1.5rem, 0px);
  -moz-transform: rotate(45deg) translate(1.5rem, 0px);
  -ms-transform: rotate(45deg) translate(1.5rem, 0px);
  -o-transform: rotate(45deg) translate(1.5rem, 0px);
}

.section-hm-products .row .filter-openClose:before {
  transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -webkit-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -moz-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -ms-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
  -o-transform: rotate(-90deg) translate(-1.5rem, -1.5rem);
}

.section-hm-products .row .no-filter .filter-openClose {
  transform: rotate(45deg) translate(0px, 1.5rem);
  -webkit-transform: rotate(45deg) translate(0px, 1.5rem);
  -moz-transform: rotate(45deg) translate(0px, 1.5rem);
  -ms-transform: rotate(45deg) translate(0px, 1.5rem);
  -o-transform: rotate(45deg) translate(0px, 1.5rem);
}

.section-hm-products .row .no-filter .filter-openClose:before {
  transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -webkit-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -moz-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -ms-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
  -o-transform: rotate(-90deg) translate(1.5rem, 1.5rem);
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@media screen and (min-width: 1024px) {
  .section-hm-products .row {
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
}

.section-hm-products .row .hm-produtos {
  margin-top: 15px;
  background-color: #ebebeb;
  border: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .section-hm-products .row .hm-produtos {
    margin-top: 0;
    margin-left: 10px;
  }
}

.section-hm-products .row .hm-produtos object {
  margin-top: 35px;
}

.section-hm-products .row .hm-produtos svg {
  width: 128px;
  height: 128px;
}

.section-hm-products .row .hm-produtos .card-body {
  background-color: transparent;
  height: 152px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.section-hm-products .row .hm-produtos .card-body h5 {
  color: #6B6969;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  line-height: 32px;
}

.section-hm-products .row .hm-produtos .card-body h5 a {
  text-decoration: none;
  color: #6B6969;
}

.section-hm-products .row .hm-produtos .card-body p {
  font-size: 1em;
}

.section-hm-products .row .hm-produtos:hover {
  transition: 1s;
  background-color: #004B57;
}

.section-hm-products .row .hm-produtos:hover svg#Capa_1 path {
  fill: #fff;
}

.section-hm-products .row .hm-produtos:hover .card-body h5 a {
  color: #fff;
}

.section-hm-products .row .hm-produtos:hover .card-body p {
  color: #fff;
}

.section-faqs {
  background-color: #F8F8F8;
}

.section-faqs hr.bac-header-line {
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
}

.section-faqs .header-carousel-principais h3.header-text {
  position: relative;
  top: 0;
  left: 10%;
  background-color: #F8F8F8;
  padding-left: 10px;
  padding-right: 10px;
  color: #004e70;
  text-transform: uppercase;
  font-weight: 600;
}

.section-faqs .header-carousel-principais a.morefaq {
  position: relative;
  top: 0;
  right: 10%;
  background-color: #F8F8F8;
  margin-top: -7px;
  color: #004B57;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 0px) and (max-width: 575px) {
  .section-faqs .header-carousel-principais h3.header-text {
    top: 8px;
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 769px) {
  .section-faqs .header-carousel-principais h3.header-text {
    top: 6px;
    font-size: 20px;
  }
}

.section-faqs .container h3.font-alt {
  color: #004e70;
  margin: 60px 0 13px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.section-faqs .container .row div .section-title {
  background-color: transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: -1%;
  margin-bottom: 10px;
}

.section-faqs .container .row div .section-title h2.font-alt {
  margin: 10px 0 0 0;
  position: relative;
  background-color: #F8F8F8;
  padding-left: 10px;
  padding-right: 10px;
  color: #004e70;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-faqs .accordion .card {
  border: none !important;
  background-color: #F8F8F8;
}

.section-faqs .accordion .card .card-header {
  padding: 0;
  background-color: #F8F8F8;
  border-radius: 10px;
}

.section-faqs .accordion .card .card-header h2 {
  padding: 0;
}

.section-faqs .accordion .card .card-header h2 button {
  background-color: #fff;
  color: #000;
  margin: 0 !important;
  margin-top: 5px !important;
  border-radius: 10px !important;
  box-shadow: none;
}

.section-faqs .accordion .card .card-header h2 button:hover {
  background-color: #004B57;
  color: #fff;
  text-decoration-line: none;
}

@media (min-width: 0px) and (max-width: 575px) {
  .section-faqs .accordion .card .card-header h2 button {
    margin-top: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 769px) {
  .section-faqs .accordion .card .card-header h2 button {
    margin-top: 5px !important;
  }
}

.seguros-faqs .container {
  margin-left: 12% !important;
}

.seguros-faqs .container .col-12, .seguros-faqs .container .card-body, .seguros-faqs .container .collapse .show {
  max-width: 85% !important;
}

.seguros-faqs .section-faqs {
  background-color: #EBEBEB;
}

.seguros-faqs .section-faqs h3.header-text {
  background-color: #EBEBEB;
}

.seguros-faqs .section-faqs .card-header {
  background-color: #EBEBEB !important;
}

.seguros-faqs .section-faqs .collapse, .seguros-faqs .section-faqs .show {
  background-color: #EBEBEB !important;
}

.seguros-faqs .section-faqs .card {
  background-color: #EBEBEB;
}

.seguros-faqs .section-faqs .card .card-body {
  border-radius: 6px;
}

@media (min-width: 991px) {
  .seguros-publicidades .i-s-imagebox {
    margin-top: 0 !important;
    margin-left: -16%;
    width: 83%;
  }
  .seguros-publicidades .i-s-imagebox img {
    object-fit: fill !important;
    border: 1px solid #cccccc;
  }
}

@media screen and (min-width: 1024px) {
  .seguros-publicidades .i-s-imagebox {
    padding-top: 70px !important;
    margin-left: -30px !important;
  }
  .seguros-publicidades .i-s-imagebox img {
    object-fit: fill !important;
  }
}

.bg-light-grey {
  background-color: #EBEBEB;
}

.container-principais-noticias {
  height: 400px;
  max-height: 400px;
  /*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
  /* MD */
  /* LG */
}

.container-principais-noticias .header-carousel-principais {
  height: 70px;
}

.container-principais-noticias h3.header-text {
  position: relative;
  top: 0;
  left: 10%;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  color: #004e70;
  text-transform: uppercase;
  font-weight: 600;
}

.container-principais-noticias hr.bac-header-line {
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
}

.container-principais-noticias .carousel-item {
  background-color: white !important;
}

.container-principais-noticias .carousel-item .single-item {
  cursor: pointer;
  float: left;
  height: 310px !important;
  width: 100%;
}

.container-principais-noticias .carousel-item .single-item .img-carousel {
  height: 200px;
  background-size: cover;
}

.container-principais-noticias .carousel-item .single-item .titulo {
  margin: 10px 0px;
  line-height: 16px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}

.container-principais-noticias .carousel-item .single-item .titulo p {
  line-height: 16px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}

.container-principais-noticias .carousel-item .single-item .bottom-area {
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .data {
  padding-top: 6%;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .like_dislike {
  float: right;
  padding-right: 20px;
  width: 100%;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .like_dislike .like {
  border: none;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .like_dislike .like a {
  background-image: url("../../../Manutencao/404.html");
  background-size: cover;
  border-radius: 32px;
  height: 32px;
  width: 32px;
  font-size: 0px;
  float: right;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .like_dislike .dislike {
  display: none;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .like_dislike_status {
  display: none;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .likebtn-wrapper {
  float: right;
}

.container-principais-noticias .carousel-item .single-item .bottom-area span.likebtn-label.lb-like-label {
  display: none;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .likebtn-button.lb-like {
  float: right;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .likebtn-button.lb-dislike {
  display: none;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .likebtn-button.lb-like {
  border: none;
}

.container-principais-noticias .carousel-item .single-item .bottom-area .likebtn-button.lb-like .likebtn-icon.lb-like-icon {
  background-image: url("../../../Manutencao/404.html");
  background-size: cover;
  border-radius: 100%;
}

.container-principais-noticias .carousel-control-next, .container-principais-noticias .carousel-control-prev {
  top: -70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: white;
  text-align: center;
  color: black;
  border: 1px solid grey;
  font-size: 22px;
}

.container-principais-noticias .carousel-control-prev {
  left: 86%;
  position: absolute;
  background-image: none !important;
}

.container-principais-noticias .carousel-control-next {
  right: 5%;
  position: absolute;
  background-image: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-principais-noticias {
    /* Show 4th slide on md if col-md-4*/
  }
  .container-principais-noticias .carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .container-principais-noticias {
    /* Show 3rd slide on sm if col-sm-6*/
  }
  .container-principais-noticias .carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .container-principais-noticias {
    /* show 2 items */
    /* left or forward direction */
    /* farthest right hidden item must be also positioned for animations */
    /* right or prev direction */
  }
  .container-principais-noticias .carousel-item {
    margin-right: 0;
  }
  .container-principais-noticias .carousel-inner .active+.carousel-item {
    display: block;
  }
  .container-principais-noticias .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .container-principais-noticias .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    transition: none;
  }
  .container-principais-noticias .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .container-principais-noticias .active.carousel-item-left+.carousel-item-next.carousel-item-left, .container-principais-noticias .carousel-item-next.carousel-item-left+.carousel-item, .container-principais-noticias .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .container-principais-noticias .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .container-principais-noticias .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .container-principais-noticias .carousel-item-prev.carousel-item-right+.carousel-item, .container-principais-noticias .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .container-principais-noticias {
    /* show 3rd of 3 item slide */
    /* left or forward direction */
    /* right or prev direction */
  }
  .container-principais-noticias .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }
  .container-principais-noticias .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    transition: none;
  }
  .container-principais-noticias .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .container-principais-noticias .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .container-principais-noticias .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container-principais-noticias .titulo a {
    font-size: 12px;
  }
}

@media (min-width: 991px) {
  .container-principais-noticias {
    /* show 4th item */
    /* Show 5th slide on lg if col-lg-3 */
    /* left or forward direction */
    /* right or prev direction //t - previous slide direction last item animation fix */
  }
  .container-principais-noticias .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }
  .container-principais-noticias .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  }
  .container-principais-noticias .carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .container-principais-noticias .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .container-principais-noticias .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .container-principais-noticias h3.header-text {
    top: 8px;
    font-size: 16px;
  }
  .container-principais-noticias .carousel-control-next, .container-principais-noticias .carousel-control-prev {
    top: -65px;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .container-principais-noticias .carousel-control-next .fa, .container-principais-noticias .carousel-control-prev .fa {
    display: inline-block;
  }
  .container-principais-noticias .carousel-control-prev {
    left: 75%;
  }
  .container-principais-noticias .carousel-control-next {
    right: 5%;
  }
}

@media (min-width: 576px) and (max-width: 769px) {
  .container-principais-noticias h3.header-text {
    top: 6px;
    font-size: 20px;
  }
  .container-principais-noticias .carousel-control-next, .container-principais-noticias .carousel-control-prev {
    top: -70px;
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .container-principais-noticias .carousel-control-next .fa, .container-principais-noticias .carousel-control-prev .fa {
    display: inline-block;
  }
  .container-principais-noticias .carousel-control-prev {
    left: 80%;
  }
  .container-principais-noticias .carousel-control-next {
    right: 5%;
  }
}

.container-coberturas-seguros {
  height: 550px;
  background-color: #EBEBEB;
  /*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
  /* MD */
  /* LG */
}

.container-coberturas-seguros .header-carousel-principais {
  height: 70px;
}

.container-coberturas-seguros h3.header-text {
  position: relative;
  top: 0;
  left: 10%;
  background-color: #EBEBEB;
  padding-left: 10px;
  padding-right: 10px;
  color: #004e70;
  text-transform: uppercase;
  font-weight: 600;
}

.container-coberturas-seguros hr.bac-header-line {
  position: relative;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
}

.container-coberturas-seguros .carousel-noticias-principais {
  height: 500px !important;
  position: absolute;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner {
  bottom: 30px;
  position: absolute;
  padding-right: 5px;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item {
  background-color: #EBEBEB !important;
  padding: 10px;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item {
  padding: 10px;
  float: left;
  height: 400px !important;
  width: 100%;
  background-color: white;
  border: 2px #d6d6d6 solid;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .icone {
  margin-top: 20px;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .img-carousel {
  height: 200px;
  background-size: cover;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .titulo {
  margin: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  height: 70px;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area {
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area .likebtn_container {
  float: right;
  padding-right: 20px;
  width: 100%;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area .likebtn-wrapper {
  float: right;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area span.likebtn-label.lb-like-label {
  display: none;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area .likebtn-button.lb-like {
  float: right;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area .likebtn-button.lb-dislike {
  display: none;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area .likebtn-button.lb-like {
  border: none;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-inner .carousel-item .single-item .bottom-area .likebtn-button.lb-like .likebtn-icon.lb-like-icon {
  background-image: url("../../../Manutencao/404.html");
  background-size: cover;
  border-radius: 100%;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-control-next, .container-coberturas-seguros .carousel-noticias-principais .carousel-control-prev {
  top: -0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: white;
  text-align: center;
  color: black;
  border: 1px solid grey;
  font-size: 22px;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-control-prev {
  left: 86%;
  position: absolute;
  background-image: none !important;
}

.container-coberturas-seguros .carousel-noticias-principais .carousel-control-next {
  right: 5%;
  position: absolute;
  background-image: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-coberturas-seguros {
    /* Show 4th slide on md if col-md-4*/
  }
  .container-coberturas-seguros .carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .container-coberturas-seguros {
    /* Show 3rd slide on sm if col-sm-6*/
  }
  .container-coberturas-seguros .carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .container-coberturas-seguros {
    /* show 2 items */
    /* left or forward direction */
    /* farthest right hidden item must be also positioned for animations */
    /* right or prev direction */
  }
  .container-coberturas-seguros .carousel-item {
    margin-right: 0;
  }
  .container-coberturas-seguros .carousel-inner .active+.carousel-item {
    display: block;
  }
  .container-coberturas-seguros .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .container-coberturas-seguros .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    transition: none;
  }
  .container-coberturas-seguros .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .container-coberturas-seguros .active.carousel-item-left+.carousel-item-next.carousel-item-left, .container-coberturas-seguros .carousel-item-next.carousel-item-left+.carousel-item, .container-coberturas-seguros .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .container-coberturas-seguros .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .container-coberturas-seguros .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .container-coberturas-seguros .carousel-item-prev.carousel-item-right+.carousel-item, .container-coberturas-seguros .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .container-coberturas-seguros {
    /* show 3rd of 3 item slide */
    /* left or forward direction */
    /* right or prev direction */
  }
  .container-coberturas-seguros .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }
  .container-coberturas-seguros .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    transition: none;
  }
  .container-coberturas-seguros .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .container-coberturas-seguros .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .container-coberturas-seguros .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container-coberturas-seguros .titulo a {
    font-size: 12px;
  }
}

@media (min-width: 991px) {
  .container-coberturas-seguros .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }
  .container-coberturas-seguros .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  }
  .container-coberturas-seguros .carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .container-coberturas-seguros .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .container-coberturas-seguros .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .container-coberturas-seguros h3.header-text {
    top: 8px;
    font-size: 16px;
  }
  .container-coberturas-seguros .carousel-control-next, .container-coberturas-seguros .carousel-control-prev {
    top: -65px;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .container-coberturas-seguros .carousel-control-next .fa, .container-coberturas-seguros .carousel-control-prev .fa {
    display: inline-block;
  }
  .container-coberturas-seguros .carousel-control-prev {
    left: 75%;
  }
  .container-coberturas-seguros .carousel-control-next {
    right: 5%;
  }
}

@media (min-width: 576px) and (max-width: 769px) {
  .container-coberturas-seguros h3.header-text {
    top: 6px;
    font-size: 20px;
  }
  .container-coberturas-seguros .carousel-control-next, .container-coberturas-seguros .carousel-control-prev {
    top: -70px;
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .container-coberturas-seguros .carousel-control-next .fa, .container-coberturas-seguros .carousel-control-prev .fa {
    display: inline-block;
  }
  .container-coberturas-seguros .carousel-control-prev {
    left: 80%;
  }
  .container-coberturas-seguros .carousel-control-next {
    right: 5%;
  }
}

.seguros-produtos .col-md-4.col-xl-4 {
  margin-bottom: 30px;
}

.seguros-produtos .hm-produtos {
  background-color: #ebebeb;
  border: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .seguros-produtos .hm-produtos {
    margin-top: 0;
  }
}

.seguros-produtos .hm-produtos object {
  margin-top: 35px;
}

.seguros-produtos .hm-produtos svg {
  width: 128px;
  height: 128px;
}

.seguros-produtos .hm-produtos .card-body {
  background-color: transparent;
  height: 152px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.seguros-produtos .hm-produtos .card-body h5 {
  color: #6B6969;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  line-height: 32px;
}

.seguros-produtos .hm-produtos .card-body h5 a {
  text-decoration: none;
  color: #6B6969;
}

.seguros-produtos .hm-produtos .card-body p {
  font-size: 1em;
}

.seguros-produtos .hm-produtos:hover {
  transition: 1s;
  background-color: #004B57;
}

.seguros-produtos .hm-produtos:hover svg#Capa_1 path {
  fill: #fff;
}

.seguros-produtos .hm-produtos:hover .card-body h5 a {
  color: #fff;
}

.seguros-produtos .hm-produtos:hover .card-body p {
  color: #fff;
}

.partnes {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.partnes .container .row h3 {
  color: #333;
  font-size: 12pt;
  font-weight: bolder;
  margin: 10px;
  text-transform: uppercase;
  margin-left: 1.7%;
}

.slick-carousel {
  width: 100%;
  height: 150px;
  margin: 20px auto;
  position: relative;
}

.your-class {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100px;
}

.your-class div.slick-carousel-item {
  width: 100%;
  margin: 0 5px;
  height: 100px;
  /* border: 5px solid blueviolet; */
  padding: 5px;
}

.your-class div.slick-carousel-item a {
  width: 100%;
  height: 100%;
}

div.slick-carousel-item img {
  width: 100%;
  height: 100%;
}

.slick-prev, .slick-next {
  top: 60% !important;
  border: none;
  font-size: 14pt;
  padding: 20px !important;
  border-radius: 3px;
  font-weight: 500;
  margin-top: 0px;
  height: 25px !important;
  width: 25px !important;
  border-radius: 8px !important;
}

.slick-prev {
  left: 1.4%;
  z-index: 1;
}

.slick-prev:before {
  font-family: FontAwesome;
  content: ' \f053';
  color: #6B6969;
  font-size: 40px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next {
  right: 1.4% !important;
}

.slick-next:before {
  font-family: FontAwesome;
  content: '\f054';
  color: #6B6969;
  font-size: 40px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  .slick-list {
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
  .partnes .container .row h3 {
    text-align: center;
  }
}

.pagina-sise .banner {
  height: 476px;
  background-position: center bottom;
  background-size: cover;
}

.pagina-sise .banner .texto-banner {
  width: 48%;
  margin-right: 12%;
  position: relative;
  top: 47%;
  float: right;
}

.pagina-sise .banner .texto-banner h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.pagina-sise .container .row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagina-sise .container .sobre .sobre-sise-logo {
  width: 70%;
  padding: 20px;
  margin-left: 11%;
}

.pagina-sise .container .sobre .sobre-texto p {
  margin-bottom: 20px;
}

.pagina-sise .container .icones .icone {
  margin: auto;
  padding: 20px 0;
  height: 150px;
  width: 150px;
  border: 5px solid grey;
  border-radius: 150px;
}

.pagina-sise .container .icones .descricao {
  text-align: center;
  padding: 10px;
}

.pagina-sise .container .beneficios .left-area h3 {
  color: black !important;
}

.pagina-sise .container .beneficios .left-area ul {
  margin-top: 40px;
}

.pagina-sise .container .beneficios .left-area ul li h5 {
  color: black !important;
}

.pagina-sise .container .beneficios .left-area p {
  color: black !important;
}

.pagina-sise .container .beneficios .red-area {
  border: 5px solid #004B57;
  padding: 5px;
}

.pagina-sise .container .beneficios .red-area .bg-red {
  height: 100%;
  padding: 40% 25px;
}

.pagina-sise .container .beneficios .red-area .bg-red p {
  font-size: 18pt;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 426px) {
  .pagina-sise .banner {
    height: 300px;
    background-position: 40% center;
  }
  .pagina-sise .banner .texto-banner {
    width: 75%;
    margin-right: 5%;
    position: relative;
    top: 40%;
    float: right;
  }
  .pagina-sise .banner .texto-banner h3 {
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    line-height: 22px;
  }
  .pagina-sise .container .sobre .sobre-sise-logo {
    width: 100%;
    padding: 30px 10px;
    margin-left: 0%;
  }
  .pagina-sise .container .sobre .sobre-sise-img {
    margin-bottom: 30px;
  }
  .pagina-sise .container .icones .col-md-4 {
    margin-bottom: 30px;
  }
  .pagina-sise .container .beneficios .left-area {
    margin-bottom: 30px;
  }
  .pagina-sise .container .beneficios .left-area h3 {
    text-align: center;
    font-size: 1.5em;
  }
  .pagina-sise .container .beneficios .left-area h5 {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) and (max-width: 921px) {
  .pagina-sise .banner .texto-banner {
    width: 65%;
    margin-right: 7%;
  }
  .pagina-sise .container .sobre .sobre-sise-img-container {
    text-align: center;
  }
  .pagina-sise .beneficios .left-area {
    margin-bottom: 30px;
  }
  .pagina-sise .beneficios .left-area h3 {
    text-align: center;
  }
  .pagina-sise .beneficios .red-area .bg-red {
    padding: 15% 25px !important;
  }
}

.login-modal-popup {
  padding: 0 !important;
}

.login-modal-header {
  padding: 40px 60px !important;
  background-color: #ffffff;
  border-radius: 10px;
}

.login-modal-content {
  padding: 40px 20px 0 20px !important;
  background-color: #efefef;
}

.login-modal-content .form-group {
  position: relative;
}

.login-modal-content .form-group .btn-show {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 16px 0 0 0;
  transition: 200ms;
}

.login-modal-content .mb {
  margin-bottom: 50px;
}

.login-modal-content .mb0 {
  margin-bottom: 0 !important;
}

.login-modal-content .form-control {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.login-modal-content .form-control input {
  color: #000000 !important;
}

.login-modal-content #password {
  margin-bottom: 0 !important;
}

.login-modal-content .info-icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.login-modal-content .ph-area {
  position: absolute;
  top: 0;
  padding: 16px 0 0 0;
  transition: 200ms;
}

.login-modal-content .form-control:focus+.ph-area, .login-modal-content .form-control:valid+.ph-area {
  font-size: 80%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  color: #000000;
}

.login-modal-title {
  margin-top: 20px !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  color: #000000 !important;
}

.btn-entrar {
  background-color: #2f69d4 !important;
  font-weight: 300 !important;
  font-size: 22px !important;
}

.login-modal-actions {
  background-color: #efefef;
  margin-top: 0 !important;
  padding: 0 20px 40px 20px !important;
}

.login-modal-actions .login-modal-confirm-button {
  width: 100%;
  background: none;
  background-color: #2f69d4 !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  border: none !important;
  border-radius: 6px !important;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.login-modal-footer {
  margin-top: 0 !important;
  margin-bottom: 70px !important;
  padding-top: 0 !important;
  border: none !important;
  border-top: 10px solid #2f69d4 !important;
}

.login-modal-footer .btn-entrar {
  border-radius: 0 !important;
  border: none;
  background-color: #636363 !important;
  font-weight: 300 !important;
  font-size: 22px !important;
}

.confirm-content {
  padding-bottom: 200px !important;
}

.confirm-actions {
  display: none !important;
}

.confirm-logo {
  width: 250px !important;
}

.confirm-sucess-txt {
  font-weight: 300 !important;
  color: #000000 !important;
  padding-bottom: 0 !important;
}

.arrow-back {
  position: absolute !important;
  left: 20px !important;
  top: 30px !important;
}

.p20 {
  padding: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.hide {
  display: none;
}

.show {
  display: inline;
}

.planos {
  width: 90%;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-content: center !important;
}

.planos .custom-shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 5px 20px 10px rgba(0, 0, 0, 0.1);
}

.planos .list-group-item.active {
  background: linear-gradient(90deg, #ffffff 0%, rgba(194, 202, 255, 0.2) 100%) !important;
  border-top-color: #d6d6d6;
  border-bottom-color: #157ffb;
}

.planos .list-group-item:nth-child(2n).list-group-item.active {
  border-top-color: #157ffb !important;
}

.form_progress {
  width: 100% !important;
  height: 10px;
  background: #ccc;
}

.form_progress div {
  position: relative;
  width: 50%;
  height: 10px;
  background: #6B6969;
}

.form_progress div::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  right: -8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #6B6969;
}

.form_progress div::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  right: -12px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}

.iactive {
  width: 100% !important;
}

.st {
  position: absolute;
  right: 0;
}

select.form-control, input[type="text"] {
  font-size: 1.2em !important;
  color: #157ffb !important;
}

select.form-control::placeholder, input[type="text"]::placeholder {
 /*  color: #157ffb !important; */
   color: #b4b4b4 !important;
}

label {
  color: #000 !important;
}

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked+label, input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  background: #ebebeb;
}

input[type="radio"]:checked+label:after, input[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: white;
  border: 3px solid #157ffb;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #157ffb;
}

.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: "\2714";
  display: inline-block;
  font-size: 12.66667px;
  text-align: center;
  line-height: 20px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #157ffb;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.banner_s {
  width: 100%;
  height: 430px;
  background-size: cover;
}

.banner_s .btn-b {
  width: 400px;
  background: transparent;
  color: white !important;
  border: 3px solid #FFF;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.pricing-value {
  font-size: 1.3em;
  font-weight: bold;
}

.creditcard-box {
  border: 1px solid #ccc;
}

.creditcard-box input {
  border: none;
}

.disabled {
  opacity: .4;
}

.comp_stepper {
  background-color: #0000FF !important;
  color: #FFF !important;
  border-color: #0000FF !important;
}

.has-error {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative !important;
  border: 1px solid red !important;
}

.has-success {
  border: 1px solid red !important;
}

input[type="radio"].has-error+label:before, input[type="radio"].has-erro+label:before {
  background: transparent !important;
  border: 3px solid red !important;
}

.has-error:parent {
  color: red !important;
}

.form-control:focus {
  box-shadow: none !important;
  color: #157ffb !important;
  background-color: transparent !important;
  outline: none;
}

.lb {
  text-align: center;
}

fieldset[hidden=true] {
  opacity: .5;
}

.messages.messages--error {
  display: none;
}

div[role="contentinfo"] {
  display: none;
}

@media (min-width: 1024px) {
  .card-mobile {
    height: 160px;
  }
}

.card-mobile {
  min-height: 160px;
}

@media (max-width: 760px) {
  /* .table{
    display: none;
  } */
  .text-contrate {
    font-size: 2em;
  }
  .back-home {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .wAOA {
    display: none !important;
  }
}

#edit-numero-telemovel-seguradoMask {
  display: none;
}

input[type="email"], input[type="tel"], input[type="date"] {
  color: #157ffb !important;
}

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 {
  border: 1px solid none;
  -webkit-text-fill-color: #157ffb;
  /* -webkit-box-shadow: 0 0 0px 1000px transparent inset; */
  /* transition: background-color 5000s ease-in-out 0s;*/
}

.end_stepper {
  background-color: #03e603 !important;
  color: #FFF !important;
  border-color: #03e603 !important;
}

.text-accent {
  color: #0000ff !important;
}

.simulador_online {
  background-position: center -70px;
  background-size: cover;
  height: 850px;
}

.simulador_online .simulador_container .simulador_box {
  margin-top: 500px;
  background: rgba(0, 0, 0, 0.8);
  width: 500px;
  height: auto;
  padding: 30px;
}

.simulador_online .simulador_container .simulador_box h2 {
  color: #fff;
  font-size: 2em;
}

.banner-simulador {
  position: absolute !important;
}

.know-more-section>section {
  margin-bottom: -60px !important;
}

:root {
  --main-theme-color: #151546 !important;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  font-size: 14px;
  line-height: 1.8;
  color: #6C6D74;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
}

img {
  object-fit: cover;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  padding: 0 0 20px;
  color: #5a5a5a;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  margin: auto;
}

p {
  font-size: 16px;
  margin: 0;
  color: #6C6D74;
  /*text-align: justify;
  margin-top: 4px !important;*/
}

.bg-orange {
  background-color: --main-theme-color !important;
}

.color-orange {
  color: --main-theme-color !important;
}

.btn {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 25px;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0px 3px 31px 3px rgba(0, 0, 0, 0.11);
  transition: all 0.32s ease-in-out;
  background: var(--main-theme-color);
  color: #fff;
}

.btn:hover {
  background-color: #fff;
  cursor: pointer;
}

.btn-more-solutions {
  float: right;
  text-decoration: none;
  margin-bottom: 0;
  padding: 12px 10px;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 3px 31px 3px rgba(0, 0, 0, 0.11);
  transition: all 0.32s ease-in-out;
  background: #F7FAFC;
  color: #a0a0a0;
  border: 2px solid #a0a0a0;
}

.btn-more-solutions:hover {
  text-decoration: none;
  border: 2px solid var(--main-theme-color) !important;
  color: var(--main-theme-color) !important;
  cursor: pointer;
}

.btn-todas-noticias {
  text-decoration: none;
  padding: 12px 10px;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 3px 31px 3px rgba(0, 0, 0, 0.11);
  transition: all 0.32s ease-in-out;
  background: #F7FAFC;
  color: #a0a0a0;
  border: 2px solid #a0a0a0;
}

.btn-todas-noticias:hover {
  text-decoration: none;
  border: 2px solid var(--main-theme-color) !important;
  color: var(--main-theme-color) !important;
  cursor: pointer;
}

/* Start Banner Slider Section */

#main-banner-1 .carousel-item {
  background-size: cover;
  width: 100%;
}

.py-7 {
  padding-top: 87px;
}

.main-banner.style-2 {
  padding: 160px 0px 160px;
}

.main-banner {
  color: #fff;
}

.main-banner.style-2 .subtitle {
  color: #fff;
  letter-spacing: 5px;
  font-size: 1.25rem;
}

.main-banner.style-2 h2 {
  color: #fff;
  font-weight: 700;
  margin: 15px 0px;
  font-size: 50px;
}

.main-banner.style-2 p.lead {
  max-width: 70%;
  margin: 20px 0px 40px;
  color: #fff;
}

.main-banner a.btn {
  font-size: 1.6em;
}

/* .carousel-control-next span,
.carousel-control-prev span {
    width: 45px;
    height: 45px;
    text-align: center;
    background: var(--main-theme-color) !important;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: bolder;
} */

.banner-caption {
  position: relative;
  left: 75px;
  padding: 54px 0px;
}

.carousel-control-next, .carousel-control-prev {
  opacity: unset;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* End Banner Slider Section */

/* Start services section */

.section {
  padding: 100px 0 !important;
  /* padding: 100px 0px;*/
}

.gray-bg {
  background: #f7fafc;
}

.services-bg {
  background-color: #fff;
}

.m-45px-b {
  margin-bottom: 45px;
}

.m-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.feature-box {
  padding: 50px 25px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.32s;
  -o-transition: all 0.32s;
  -moz-transition: all 0.32s;
  transition: all 0.32s;
  height: 100%;
}

.box-shadow {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.section.section.page-title.bg-fixed.bg-cover {
  height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section.section.page-title.bg-fixed.bg-cover.want-contact {
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.want-contact .container {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.want-contact .container div .service-banner {
  position: absolute;
  padding: 15px 10px;
  max-width: 500px !important;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  bottom: 30px;
}

.want-contact .container div .service-banner p {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}

.want-contact .container div .service-banner a {
  background-color: #1d98c4;
  border: none;
  font-size: 25px;
  margin-bottom: 5px;
}

.want-contact .container div .service-banner a:hover, .card-jumb .botao:hover {
  color: #212529 !important;
}

.want-contact .container .form-asksimulator {
  padding: 0 !important;
  background-color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

.want-contact .container .form-asksimulator div {
  padding: 0;
}

.want-contact .container .form-asksimulator div .box-shadow {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header {
  display: flex;
  align-items: center;
  border-bottom: solid 4px #004B57;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header a {
  margin: 0 10px;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header a i {
  font-size: 50px;
  color: #004B57;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header .inner-content {
  display: flex;
  align-items: center;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header .inner-content .icon-box {
  width: 90px;
  height: 60px;
  background-color: #fff;
  margin-bottom: 10px;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header .inner-content .icon-box svg {
  width: 100%;
  height: 100%;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header .inner-content .text-content h3, .want-contact .container .form-asksimulator div .box-shadow .form-header .inner-content h4 {
  color: #004B57;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  margin: 3px;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header-small {
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.37);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.37);
}

.want-contact .container .form-asksimulator div .box-shadow .form-header-small p {
  font-size: 14px;
}

.want-contact .container .form-asksimulator div .box-shadow .form-header-small p i {
  font-size: 23px;
}

.want-contact .container .form-asksimulator div .box-shadow form {
  max-width: 500px;
  display: flex;
  flex-flow: column;
  padding: 20px 5px;
}

.want-contact .container .form-asksimulator div .box-shadow form .form-item {
  margin: 0 !important;
}

.want-contact .container .form-asksimulator div .box-shadow form label {
  text-align: left;
}

.want-contact .container .form-asksimulator div .box-shadow form .form-type-checkbox {
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.want-contact .container .form-asksimulator div .box-shadow form #edit-flexbox-01 .webform-flex, .want-contact .container .form-asksimulator div .box-shadow form #edit-flexbox .webform-flex {
  -webkit-flex: none;
  flex: none;
}

.want-contact .container .form-asksimulator div .box-shadow form .form-type-checkbox>input {
  height: 25px !important;
  width: 25px !important;
  border-radius: 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  transition-duration: 0.3s;
  background-color: #fff;
  cursor: pointer;
}

.want-contact .container .form-asksimulator div .box-shadow form .form-type-checkbox>input+label {
  margin-left: 10px;
}

.want-contact .container .form-asksimulator div .box-shadow form .form-type-checkbox>input:checked {
  background-color: #004B57 !important;
  padding: 5px;
}

.want-contact .container .form-asksimulator div .box-shadow form input#edit-data-de-nascimento:before {
  color: rgba(51, 51, 51, 0.568);
  content: attr(placeholder);
  margin-right: 0.5em;
}

.want-contact .container .form-asksimulator div .box-shadow form input#edit-data-de-nascimento:focus:before {
  content: '';
}

.service-banner {
  width: 100% !important;
}

.service-banner h1 {
  margin-top: 100px;
  text-transform: uppercase;
}

.feature-box .icon {
  font-size: 40px;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  line-height: 90px;
  color: #fff;
}

.feature-box h6 {
  font-size: 18px;
  color: #2D2E33;
  font-weight: 500;
  margin: 0 0 10px;
}

.feature-box p {
  margin: 0;
}

.tabs.primary {
  background-color: #004B57;

}

.tabs.primary .is-active {
  border-bottom-color: #1d98c4 !important;
}

.tabs.primary .is-active a {
  background-color: #1d98c4;
  color: #fff;
}

.tabs.primary .is-active a:hover {
  background-color: #1d98c4 !important;
  color: #fff !important;
}

.tabs.primary li a:hover {
  background-color: #1d98c4 !important;
  color: #fff !important;
  border-bottom-color: #fff;
}

.portfolioFilter.clearfix a {
  color: #151546 !important;
}

.portfolioFilter.clearfix a.current {
  background-color: #B88D60 !important;
  color: #151546;
}

.portfolioFilter.clearfix a:hover {
  background-color: #B88D60 !important;
  color: #151546;
}

.theme-bg {
  background: var(--main-theme-color) !important;
}

.feature-box.active .icon {
  color: var(--main-theme-color) !important;
}

.feature-box.active .icon, .feature-box:hover .icon {
  background: #fff !important;
}

/* End services section */

/* Start Call to action */

.bg-fixed {
  background-attachment: fixed;
}

.bg-cover {
  background-size: cover;
  background-attachment: scroll;
}

.intro-content {
  padding: 25% 5%;
}

.call-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  /*background-color: rgba(255,255,255,0.2);*/
  position: relative;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.call-overlay h2 {
  font-size: 50px;
  width: unset;
  margin: 0;
  color: #fdfdfd;
}

.call-overlay p {
  color: #fff;
  font-weight: 500;
}

.call-action-btn {
  margin-top: 30px;
}

.btn-portfolio {
  margin-right: 1.7%;
  padding: 10px 15px;
}

/* End Call to action */

/* Start team section */

.section-heading {
  margin-bottom: 80px;
  text-align: justify;
}

.team-block {
  position: relative;
}

.team-block img {
  border-radius: 5px;
  height: 255px;
  width: 100%;
}

.team-info {
  margin-top: 20px;
}

.team-info h3 {
  margin-bottom: 0px;
  color: #212529;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}

.team-info h5 {
  opacity: .5;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
}

.team-bg {
  background-color: #F9FAFF;
}

/* End team section */

/* Start Testimonial Section */

#section-testimonial {
  padding-bottom: 120px;
  background: #F9FAFF;
}

.test-inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-top-right-radius: 35px;
  margin-bottom: 25px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  min-height: 500px;
}

.test-author-thumb {
  margin-bottom: 15px;
}

.test-inner i {
  font-size: 60px;
  opacity: .09;
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.test-author-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px dotted #ddd;
  padding: 5px;
}

.test-author-info {
  margin-top: 20px;
}

.test-author-info h4, .test-author-info h6 {
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #212529;
  font-size: 20px;
}

.test-author-info h6 {
  font-size: 12px;
}

.testimonial-heading h2 {
  margin: 0;
}

.test-inner p {
  font-size: 13px;
  text-align: left;
}

/* End Testimonial Section */

/* Start Our Clients Section */

.client-logo {
  margin: 30px 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.client-logo:hover {
  opacity: 0.8;
}

/* End Our Clients Section */

/* Start Contact Section */

.theme-bg {
  background: var(--main-theme-color) !important;
}

.call-to-action {
  padding: 20% 12%;
}

.call-to-action h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 60px;
  margin: 0;
  width: 100%;
}

.call-to-action p {
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 35px;
  display: inline-block;
}

.call-to-action_num {
  margin-left: -20px;
}

.m-btn-white {
  color: #fff;
  border: 2px solid white !important;
}

.call-to-action .contact-num {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  font-size: 15px;
}

.bg-contact-img {
  background-size: 70%;
  background-attachment: fixed;
  background-position: 0px 80px;
}

/* End Contact Section */

/* End Footer Section  */

/* Start About Banner Section */

.page-title {
  padding: 200px 0 100px 0;
  position: relative;
  z-index: 1;
}

.page-title h1 {
  color: #2a272780;
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  margin-left: 45px;
}

#block-jp-temisto-breadcrumbs {
  width: 100% !important;
  display: inline-block;
}

#block-jp-temisto-breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
  width: auto;
  margin: 4% 0 0 15.5%;
}

#block-jp-temisto-breadcrumbs ul li {
  display: inline-block;
  color: #004B57;
  text-decoration: underline;
  font-size: 14pt;
  margin: 0 15px;
  position: relative;
  font-weight: bold;
  /* float: left; */
}

#block-jp-temisto-breadcrumbs ul li a {
  color: #004e70;
}

.page-title:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0;
  z-index: -1;
  /* background: #000;  */
}

#block-jp-temisto-breadcrumbs ul i.fa.fa-angle-double-right {
  color: #004e70;
  font-size: 20px;
  float: left;
  margin-top: 7px;
}

/* End About Banner Section */

/* Start company section */

section#company-detail {
  padding: 100px 0px;
}

.company-detail-description p {
  padding-right: 35px;
}

#company-detail img {
  width: 100%;
}

/* End Start company section */

/* Start call to action */

#call-to-action {
  padding: 45px 0px;
}

#call-to-action h3 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 0px;
  vertical-align: middle;
}

#call-to-action .btn {
  margin-top: 10px;
  border-color: #fff;
  vertical-align: text-top;
}

#call-to-action .btn:hover {
  border-color: #f5f5f5;
}

/*  End call to action  */

/*  Start Blog page  */

.blog-area {
  padding: 20px 0px 80px 0;
}

.card-title {
  margin-bottom: .75rem !important;
  text-align: center !important;
}

.card-sobre-jupiter {
  background: #fff;
  border-top-right-radius: 35px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  border: none !important;
  height: 100%;
}

.card-sobre-jupiter .card-header, .card-sobre-jupiter .card-footer, .card-sobre-jupiter .card-body {
  background: transparent;
  border: none !important;
}

.post-box {
  margin-bottom: 30px;
  text-align: center;
  height: 635px;
}

.card-news .card-body {
  background: #F2F9FD;
  height: 100%;
}

.card-related-news .card-body {
  height: 100%;
}

.card-news .post-img {
  position: relative;
  height: 233px;
}

.card-produtos .card {
  height: 100%;
}

.card-related-news .post-img {
  position: relative;
}

.card-news .post-img img {
  width: 100%;
  height: 100%;
}

.card-related-news .post-img img {
  width: 100%;
  height: 133px;
}

.card-news .card-footer {
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border: none;
  margin-bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  background: transparent;
}

.card-news .card-footer .card-footer-content {
  background: transparent;
}

.card-news .card-footer .card-footer-content #btnNews:hover a {
  color: #fff !important;
}

.card-news .card-footer .card-footer-content #btnNews a {
  background-color: #157ffb !important;
}

input#edit-actions-submit {
  background-color: #0191c6 !important;
}

.card-news .blog-box-content {
  padding: 5px 20px 30px;
  background: #F2F9FD;
}

.card-related-news .blog-box-content, .card-body {
  padding: 5px 20px 30px;
  background: #fcfcfc;
}

/*.blog-box-content .btn{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
}*/

.card-news .post-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}

.card-related-news .post-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}

.card-news .post-bar li {
  display: inline-block;
  color: #424242;
  margin-right: 2px;
  margin-left: 2px;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}

.card-related-news .post-bar li {
  display: inline-block;
  color: #424242;
  margin-right: 2px;
  margin-left: 2px;
  transition: all 0.3s ease 0s;
  font-size: 13px;
}

.post-title {
  margin: 15px 0;
}

.post-title {
  margin: 15px 0;
}

.post-title a {
  font-size: 20px;
  color: #424242;
  transition: all 300ms linear 0ms;
}

.post-title a {
  font-size: 20px;
  color: #424242;
  transition: all 300ms linear 0ms;
}

.post-title a:hover {
  color: #fa520b;
  text-decoration: none;
}

.post-title a:hover {
  color: #fa520b;
  text-decoration: none;
}

.card-news p {
  font-size: 15px;
  text-align: justify;
}

.card-related-news p {
  font-size: 15px;
  text-align: justify;
}

.card-news .post-description {
  color: #424242;
  padding-bottom: 20px;
  max-lines: 3;
}

.card-related-news .post-description {
  color: #424242;
  padding-bottom: 20px;
  max-lines: 3;
}

.card-news .post-bar li:after {
  content: "/";
  margin-left: 8px;
}

.card-related-news .post-bar li:after {
  content: "/";
  margin-left: 8px;
}

.card-news .post-bar li:last-child:after {
  content: "";
}

.card-related-news .post-bar li:last-child:after {
  content: "";
}

.pagination {
  margin: 0 auto !important;
}

.pagination-nav {
  text-align: center;
  display: -webkit-box;
  margin-top: 40px;
}

.pagination li a, .pagination li a.active {
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  float: left;
  position: relative;
}

.pagination li a {
  color: #494949;
  border: 1px solid #DDD;
}

/*  End Blog page  */

.produto-area {
  padding: 0;
  margin-top: 5%;
}

.produto-area .container {
  width: 100% !important;
  padding: 0;
  display: flex;
  flex-direction: row-reverse !important;
}

.produto-area .container .img-box {
  width: 100%;
  height: 600px;
  margin: 10px;
  transform: skewX(-10deg) !important;
}

.produto-area .container .img-box img {
  position: relative !important;
  width: 100%;
}

@media (max-width: 767px) {
  .produto-area .container .img-box {
    transform: none;
    height: 300px;
  }
}

/* Start Blog Detail */

.blog-single-area {
  padding: 50px 20px;
}

.blog-single-area .time-date {
  border-radius: 0;
}

.time-date {
  padding: 10px 15px;
  padding-right: 0;
  background: var(--main-theme-color) !important;
  margin-bottom: 10px;
  border-radius: 5px;
}

.blog-content blockquote {
  padding: 30px 30px;
  background: #F5F5F5;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  font-style: italic;
  font-weight: bold;
  color: #353535;
  font-size: 16px;
}

.time-date ul li {
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
}

.time-date ul li i {
  color: #fff;
  margin-right: 5px;
}

.blog-content {
  margin-top: 20px;
  text-align: justify;
}

.blog-content p {
  margin-top: 20px;
}

.highlight-text {
  padding: 30px 30px;
  background: #F5F5F5;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.highlight-text p {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0;
  color: #353535;
}

.comment-row {
  margin-bottom: 60px;
}

.comment-row h3 {
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 18px;
  color: #111111;
}

.comment-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 100px;
}

.comment-item img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.comment-item h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.middel-item {
  margin-left: 50px;
}

.form-control {
  height: 45px;
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

textarea.form-control {
  height: auto;
}

.blog-single-img {
  height: 440px;
}

.blog-single-img img {
  width: 100%;
  height: 100%;
}

.form-area {
  width: 100%;
}

.time-date ul {
  margin-bottom: 0px;
}

/* End Blog Detail */

/*PORTFOLIO SECTION*/

.img-boxing img {
  width: 100%;
}

.portfolio-info p, h4 {
  color: #5e5b5bcc;
  font-weight: 500;
  text-align: left !important;
  padding-top: 20px;
}

.portfolio-info h4 {
  letter-spacing: -1.2px;
  font-size: 18px;
  padding-bottom: 20px;
}

.portfolio-info h4>a {
  color: #fff;
}

.portfolio-info h4>a:hover {
  color: var(--main-theme-color) !important;
  text-decoration: none;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .1s all linear;
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -9px;
  margin-right: -59px;
  margin-top: 0px;
}

.portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  /* text-align: center; */
}

.portfolio-item:hover .middle {
  opacity: 1;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.categories {
  padding: 0px 20px 20px 0px;
}

#portfolio .btn.btn-infos {
  background-color: #f95b5c;
  color: #fff;
  font-weight: bolder;
  border-radius: 8px;
  padding: 3px 10px;
  margin-top: 42px;
  cursor: pointer;
}

#portfolio .btn.btn-infos:hover {
  background-color: #ff8485;
}

#portfolio-banner img {
  width: 100%;
}

.portfolioFilter {
  padding-bottom: 55px;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #000;
  text-decoration: none;
  padding: 2px 15px;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

.portfolioFilter a.current {
  background: var(--main-theme-color) !important;
  color: #fff;
}

.portfolioFilter a:hover {
  background-color: #000;
  color: #fff;
}

.portfolioContainer {
  width: 1170px;
  display: inline-block;
  text-align: left !important;
}

.portfolioContainer img {
  margin: 0px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolio-item .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.portfolio-item .icon li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.portfolio-item .icon a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15%;
  background: #fff;
  color: #2d2c2c !important;
  text-align: center;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.portfolio-item .icon a:hover {
  background-color: var(--main-theme-color) !important;
  color: #fff !important;
}

.portfolio-item .icon a:hover i {
  color: #fff;
}

.mfp-close:hover {
  cursor: pointer !important;
}

.bottom-portfoliobtn a:hover {
  color: #fa520b;
  text-decoration: none;
  background-color: #fff;
}

.bottom-portfolio {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 20px;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0px 3px 31px 3px rgba(0, 0, 0, 0.11);
  transition: all 0.32s ease-in-out;
  background: var(--main-theme-color) !important;
  color: #fff !important;
  border: 2px solid var(--main-theme-color) !important;
}

.bottom-portfolio:hover {
  background-color: #fff !important;
  color: var(--main-theme-color) !important;
  cursor: pointer;
}

/* END PORTFOLIO SECTION*/

/* Start portfolio Details page */

.portfolio-single-area {
  padding: 100px 0 70px;
}

.portfolio-single-col {
  margin-bottom: 30px;
}

.portfolio-single-col h2 {
  margin-top: 30px;
}

.portfolio-single-img img {
  width: 100%;
  height: 350px;
}

.portfolio-single-col p:nth-child(2) {
  margin-top: 25px;
}

/* End portfolio Details page */

/* Start Contact Section */

.m-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-form {
  padding: 8%;
  margin: 0 5%;
  position: relative;
  background: #fff;
}

.contact-form h2 {
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 600;
  color: #2D2E33 !important;
  display: inline-block;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-control {
  font-size: 14px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #2D2E33;
}

.contact-form textarea.form-control {
  height: 100px;
}

.contact-btn .btn {
  width: 100%;
}

.contact-info {
  padding: 20px 0%;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

.contact-info i {
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
}

.contact-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #2D2E33;
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}

.bg-im-social {
  min-height: 250px;
}

.contact-info p {
  margin: 0;
}

.contact-info a {
  color: #6C6D74;
}

.contact-info a:hover {
  color: var(--main-theme-color) !important;
  text-decoration: none;
  font-weight: 600;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 82, 11, 0.25);
}

.jupiter-imagem {
  display: block;
  width: 100%;
  padding: 10px;
}

.jupiter-imagem img {
  width: 90% !important;
  height: 180px;
  margin: 0 auto;
}

.snapwidget-widget {
  height: 600px !important;
}

/* End Contact Section */

/*  Start Responsive query */

@media screen and (min-width: 320px) and (max-width: 575px) {
  a.navbar-brand img {
    width: 190px;
  }
  .test-author-info h4 {
    text-align: center !important;
  }
  .card-sobre-jupiter-col {
    margin-top: 40px;
  }
  .main-banner.style-2 h2, span {
    width: 70%;
    margin: auto;
  }
  .main-banner.style-2 h2 {
    font-size: 1.4em !important;
    margin-top: 10%;
  }
  .main-banner.style-2 span {
    font-size: 1.3em !important;
    margin-top: 25%;
  }
  .main-banner.style-2 a.btn {
    font-size: 0.6em !important;
    margin-left: 0 !important;
    text-align: center;
    width: 60%;
    margin-top: 9%;
  }
  .banner-caption {
    left: 0px;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .main-banner.style-2 p.lead {
    line-height: 30px;
    font-size: 16px;
    display: none;
  }
  .main-banner.style-2 p.lead {
    margin: 20px 44px 40px;
  }
  .call-overlay h2 {
    font-size: 40px;
  }
  .call-to-action h2 {
    padding: 0;
  }
  .portfolioContainer {
    width: 100% !important;
    display: flex !important;
  }
  .bg-contact-img {
    background-size: 100%;
    background-attachment: fixed;
    background-position: 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .contact-bg-res {
    margin-top: 80% !important;
  }
  .card-news-botton {
    padding-bottom: 10px;
  }
  .blog-content {
    text-align: start;
  }
  .owl-item {
    display: flex;
    justify-content: center;
  }
  .section-heading {
    text-align: left;
  }
  .card-news p {
    text-align: left;
  }
  .card-related-news p {
    text-align: left;
  }
  .blog-content {
    text-align: left;
  }
  .politicaprivacidade p {
    text-align: left;
  }
  .section-flexed .paragraphs {
    text-align: left;
  }
  .corpoQuetemos div {
    text-align: left !important;
  }
  .politicaprivacidade p {
    text-align: left !important;
  }
  .blog-box-content p {
    text-align: center;
  }
  .about-mobile {
    display: block !important;
    padding: 0 10px;
    text-align: center;
  }
  .client_said_p {
    text-align: center;
  }
  .test-author-info {
    display: block;
    text-align: center !important;
    padding: 0 10px;
  }
  .test-inner {
    min-height: 660px !important;
  }
}

@media screen and (min-width: 420px) and (max-width: 993px) {
  iframe.snapwidget-widget {
    height: 320px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
  .bg-im-social {
    display: none;
  }
  .bottom-portfolio {
    display: flex;
    justify-content: center !important;
  }
  div#navbarCollapse {
    border-top: 1px solid #f5f5f5;
  }
  .navbar {
    padding: 0px;
  }
  .main-menu-area .container {
    padding: 0px;
    max-width: 100% !important;
  }
  .navbar-white .navbar-brand {
    margin: 0;
    padding: 10px 0 10px 0 !important;
    /*
    width: 220px !important;
    height: 60px !important; */
  }
  .navbar-bandera-desktop {
    display: none;
  }
  .nav-bandeira {
    display: inline;
  }
  .navbar-toggler {
    margin-right: 10%;
  }
  .navbar-toggler span.fa-bars:before {
    color: #004B57 !important;
  }
  .navbar-white .navbar-nav .nav-link {
    padding: 10px 18px !important;
  }
  .team-block {
    padding-bottom: 30px;
  }
  .client-logo {
    margin: 5px 0px;
  }
  .contact-bg-res {
    margin-top: 461px;
  }
  .company-detail-description p {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 390px) {
  .portfolioFilter a {
    margin-right: 0px;
    padding: 2px 7px;
  }
  .portfolio-info h4 {
    text-align: center !important;
  }
  iframe.snapwidget-widget {
    height: 170px !important;
  }
}

@media only screen and (max-width: 427px) and (min-width: 390px) {
  iframe.snapwidget-widget {
    height: 200px !important;
  }
}

@media only screen and (max-width: 339px) and (min-width: 320px) {
  .test-inner {
    max-height: 640px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .categories {
    padding: 0px 10px 10px 10px;
  }
  .contact-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #call-to-action h3 {
    margin-bottom: 35px;
  }
  .contact-form {
    margin: 0px;
  }
  .block-language {
    margin-right: 0px;
    display: flex;
    margin-right: 80px;
    margin-top: -84px;
    flex-direction: row-reverse;
  }
  .owl-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-collapse {
    margin-top: 120px;
    border-top: 1px solid --main-theme-color;
  }
  .collapse .show {
    border-top: 1px solid --main-theme-color;
  }
  a.navbar-brand img {
    width: 140px;
    height: auto;
  }
  .card-text {
    text-align: center !important;
  }
  /* .carousel-item {

        background-size: 308% !important;
        background-position-x: 60%!important;
        background-repeat: no-repeat;

    }
    .carousel-item:nth-child(2) {
        background-position-x: 100%!important;
        background-repeat: no-repeat;
    } */
}

@media screen and (min-width: 481px) and (max-width: 575px) {
  .fw600 {
    padding: 0px 55px;
  }
  .categories {
    padding: 0px 20px 20px 20px;
  }
  .block-language {
    margin-right: 0px;
    display: flex;
    margin-right: 80px;
    margin-top: -92px;
    margin-bottom: -30px;
    flex-direction: row-reverse;
  }
  .owl-item-inner {
    display: flex;
    align-items: center;
  }
  .contact-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 766px) {
  .block-language {
    margin-right: 0px;
    display: flex;
    margin-right: 80px;
    margin-top: -27px;
    margin-bottom: -30px;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .block-language {
    margin-right: 0px;
    display: flex;
    margin-right: 80px;
    margin-top: -37px;
    margin-bottom: -30px;
    flex-direction: row-reverse;
  }
  .intro-content {
    padding: 25% 0%;
  }
  .company-detail-description {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .company-detail-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .navbar-collapse {
    margin-top: 75px;
    border-top: 1px solid --main-theme-color;
  }
  .bg-img-social-link {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  .portfolioContainer {
    width: 100%;
  }
  .block-language {
    margin-right: 0px;
    display: flex;
    margin-right: 80px;
    margin-top: -37px;
    margin-bottom: -30px;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .col-md-10.banner-caption {
    width: 90%;
  }
  .main-banner.style-2 h2 {
    font-size: 40px;
  }
  .portfolioContainer {
    width: 100%;
  }
  .categories {
    padding: 0px 20px 20px 20px;
  }
  .block-language ul {
    position: absolute;
    display: flex;
    margin-top: -26px;
    margin-right: 0;
    justify-content: flex-start;
  }
  .test-inner {
    min-height: 380px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-box.box-shadow.theme-hover {
    max-height: 385px;
  }
  .company-detail-description p {
    font-size: 15px;
    padding-right: 0px;
  }
  .portfolioContainer {
    width: 100%;
  }
  .categories {
    padding: 0px 20px 20px 20px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  #portfolio img {
    width: 100%;
  }
}

/**My Styles**/

.fz1-8 {
  font-size: 1.8em;
}

.saiba-mais {
  text-align: center !important;
  align-content: center;
}

.btn-inverse {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 25px;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0px 3px 31px 3px rgba(0, 0, 0, 0.11);
  transition: all 0.32s ease-in-out;
  background: #fff;
  color: var(--main-theme-color) !important;
  border: 2px solid var(--main-theme-color) !important;
}

.btn-inverse:hover {
  background-color: var(--main-theme-color) !important;
  color: #fff;
  cursor: pointer;
}

/* End Responsive query */

/* Start Paragraph news style */

/*.paragraph-news{
    position: relative;
}
.paragraph-news .call-action-btn{
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%);
}*/

.paragraph-news img {
  max-width: 100%;
  height: 230px;
  margin-bottom: 20px;
}

.paragraph-news h6 {
  font-size: 14;
  font-weight: 600;
}

/*Parceiros logo slider*/

.owl-item-inner {
  width: 200px !important;
  height: 200px !important;
  padding: 10px;
}

.owl-item-inner img.image-style-carousel-image-style {
  width: 200px !important;
  height: 200px !important;
  margin-top: 0%;
  margin-left: 10px !important;
  cursor: pointer;
}

/*Geting in touch - centering  the content Y*/

.in-touch h2 {
  margin-top: 10% !important;
}

.container-flexbox-row {
  display: flex;
  flex-direction: row;
}

/*Paragrafos "Nossas Tecnologias" e "Nossos Processos"*/

p.client_said_p {
  font-size: 1em;
}

/**/

.card-servicos {
  cursor: pointer;
}

.se-container {
  padding: 20px 0px 20px 0px;
}

.se-block .block-content .se-container .se-trigger img {
  display: none;
}

.categoia-blog a {
  color: var(--main-theme-color) !important;
  text-decoration: none;
}

/*Galeria pagina post*/

.gallery {
  position: relative;
  width: 100%;
}

.gallery input[name$="control"] {
  display: none;
}

.gallery .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 70vh;
  width: 100%;
}

.gallery .wrap {
  width: 100%;
  height: 100%;
  position: static;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 20px;
}

.gallery .wrap figure {
  padding: 10px;
  height: 100%;
  min-width: 100%;
  -webkit-transition: opacity 0.25s ease-in-out 0.05s;
  transition: opacity 0.25s ease-in-out 0.05s;
  position: relative;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.gallery .wrap figure label {
  cursor: zoom-in;
  height: auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.gallery .wrap figure img {
  cursor: inherit;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .thumbnails {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 60px;
  max-height: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  z-index: 20;
}

.gallery .thumbnails .thumb {
  min-width: 60px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  opacity: 0.7;
  margin: 5px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
}

.gallery .thumbnails .slider {
  position: absolute;
  display: block;
  width: 5px;
  height: calc(60px + 10px);
  z-index: 2;
  margin: 0;
  left: 0;
  -webkit-transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1);
  transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1);
}

.gallery .thumbnails .slider .indicator {
  width: 100%;
  height: 30px;
  max-height: calc(100% - 10px);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #428BFF;
  border-radius: 1px;
}

.gallery input#fullscreen:checked~.wrap figure {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gallery input#fullscreen:checked~.wrap figure label {
  cursor: zoom-out;
}

.gallery input#fullscreen:checked~.wrap figure label img {
  -webkit-animation: shadow 0.2s;
  animation: shadow 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-radius: 0;
}

.gallery input#image1:checked~.wrap figure {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.gallery input#image1:checked~.wrap figure:not(:nth-of-type(1)) {
  opacity: 0;
}

.gallery input#image1:checked~.thumbnails .slider {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.gallery input#image1:checked~.thumbnails .thumb:nth-of-type(1) {
  opacity: 1;
  cursor: default;
}

.gallery input#image2:checked~.wrap figure {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.gallery input#image2:checked~.wrap figure:not(:nth-of-type(2)) {
  opacity: 0;
}

.gallery input#image2:checked~.thumbnails .slider {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.gallery input#image2:checked~.thumbnails .thumb:nth-of-type(2) {
  opacity: 1;
  cursor: default;
}

.gallery input#image3:checked~.wrap figure {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.gallery input#image3:checked~.wrap figure:not(:nth-of-type(3)) {
  opacity: 0;
}

.gallery input#image3:checked~.thumbnails .slider {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.gallery input#image3:checked~.thumbnails .thumb:nth-of-type(3) {
  opacity: 1;
  cursor: default;
}

.gallery input#image4:checked~.wrap figure {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.gallery input#image4:checked~.wrap figure:not(:nth-of-type(4)) {
  opacity: 0;
}

.gallery input#image4:checked~.thumbnails .slider {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.gallery input#image4:checked~.thumbnails .thumb:nth-of-type(4) {
  opacity: 1;
  cursor: default;
}

@-webkit-keyframes full {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes full {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0);
  }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6);
  }
}

@keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0);
  }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6);
  }
}

/*Modal produto*/

.card-produto {
  padding: 20px !important;
}

.card-produto .card-body .w-100 #btnPro a.btn {
  background-color: #EBB266 !important;
}

.card-produto .box-thumbnail {
  height: 240px !important;
}

.card-produto .box-thumbnail img {
  width: 100% !important;
  height: 240px !important;
}

.modal-produto {
  background-color: transparent !important;
  padding: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}

.modal-produto .modal-dialog {
  background-color: transparent;
  position: absolute !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
}

.modal-produto .modal-dialog .modal-content {
  width: 100vw !important;
  height: 100vh !important;
}

.modal-produto .modal-dialog .modal-content .modal-body {
  overflow: auto;
}

/*icons pequeno para pagina de contacto*/

.footer-section p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  color: #6C6D74 !important;
}

.footer-section p strong {
  color: #000 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.quebra-contacto {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}

/* fim icons pequeno para pagina de contacto*/

/* politicaprivacidade*/

.politicaprivacidade p {
  text-align: justify;
}

/* fim politicaprivacidade*/

/* form candidatura */

.form-item .description {
  font-size: 0.85em;
  display: none !important;
}

.custom-input-file .description {
  display: none !important;
}

#edit-curriculo-upload .description {
  display: none !important;
}

/* formul├írio de download do portifolio */

.downloaad-port div div div div form label {
  float: left;
}

.intl-tel-input {
  width: 100% !important;
}

.downloaad-port div div div div form input[type=submit] {
  background-color: var(--main-theme-color);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 15px;
  border-radius: 5px;
}

.edit-captcha-response {
  display: flex;
  justify-content: center;
}

/*Bot├úo para baixar o portfolio */

.download-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.download-btn {
  background-color: #f9520b;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 5px;
}

.download-btn:hover {
  color: #fff;
  text-decoration: none;
}

/*cookie popup*/

button.eu-cookie-compliance-default-button {
  background: none;
  border: 2px solid #151546;
  box-shadow: none;
  border-radius: 5px !important;
}

button.agree-button {
  background: #fff;
  border: 2px solid #fff;
  background-image: linear-gradient( 90deg, #fff 0%, #fff 100%);
  box-shadow: none;
  color: #000;
  padding: 5px 20px;
  border-radius: 5px !important;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 1px !important;
}

.decline-button {
  color: #fff;
  background-image: transparent;
  text-shadow: none;
  font-weight: normal;
  display: none;
}

/*------------------- Carousel Media -----------------------*/

@media screen and (max-width: 575px) and (min-width: 320px) {
  .main-banner.style-2 p.lead {
    margin: 20px 44px 40px;
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  /* .carousel-control-next,
  .carousel-control-prev {
      background: rgba(0, 0, 0, .1) !important;
  } */
  .carousel-control-next span, .carousel-control-prev span {
    display: none;
  }
  .main-banner.style-2 {
    padding: 10% 0px;
  }
  .main-banner.style-2 a.btn {
    font-weight: bold !important;
    font-size: 0.9em !important;
    margin-left: 0 !important;
    text-align: center;
    width: 70%;
    margin-top: 9%;
    padding: 15px 10px;
  }
  /* .main-banner a.btn {
      font-size: 1em !important;
  } */
  .main-banner.style-2 span {
    font-size: 1.1em !important;
    margin-top: 25%;
  }
  .sliding-popup-bottom {
    height: 140px !important;
  }
  .jupiter-na-rede-icon {
    width: 50% !important;
    height: 50% !important;
    bottom: 20% !important;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: .8em !important;
  }
}

/*------------------- Carousel Media --------------------*/

@media (max-width: 990px) {
  .section-heading {
    margin-bottom: 80px;
    text-align: center;
  }
  .card-produto {
    padding: 20px !important;
  }
}

img[alt="infra"] {
  width: 100% !important;
}

/* SObre Home align BTN */

.hannibal {
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  top: 80% !important;
}

/* Cookie Medias */

@media (max-width: 538px) {
  .eu-cookie-compliance-message h2 {
    font-size: .8em;
    margin-bottom: -15px;
  }
}

@media (max-width: 600px) {
  .eu-cookie-compliance-message h2 {
    font-size: 1em;
    margin-bottom: -15px;
  }
  .eu-cookie-compliance-message .find-more-button {
    font-size: .9em;
  }
  .eu-cookie-compliance-message p {
    font-weight: normal;
    display: none;
  }
}

/*------------------------------------- Hannibal ----------------------------------*/

/*------------------------------------- estilizando imagem das nossa  tecnologia ----------------------------------*/

.img-completa img {
  width: 100% !important;
}

.img-padrao img {
  padding: 20px;
}

.imagem-largura-completa {
  width: 100% !important;
}

.imagem-interna {
  padding: 20px;
}

@media only screen and (min-width: 1085px) {
  .imagem-largura-completa {
    width: 86% !important;
  }
  .img-completa img {
    width: 86% !important;
  }
}

@media only screen and (max-width: 757px) {
  .imagem-interna {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .img-padrao img {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .page-title h1 {
    font-size: 1.7em !important;
  }
}

/* -------------------- Padding da home para section -------------*/

.paddbottom {
  padding-bottom: 50px !important;
}

.paddtop {
  padding-top: 50px !important;
}

.paddbottom {
  padding-bottom: 50px !important;
}

.paddtop0 {
  padding-top: 0px !important;
}

/*------------------------------------- fim estilizando imagem das nossa  tecnologia ----------------------------------*/

/*Captcha*/

.captcha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-captcha-response.form-item-captcha-response {
  display: none !important;
}

input#edit-captcha-response {
  text-align: center;
}

.intl-tel-input.allow-dropdown {
  display: flex;
  flex-direction: column;
}

/*Software*/

.software-section {
  height: 400px !important;
}

.software-section div div div .intro-content.text-center.in-touch {
  margin-top: -22%;
  height: 250px auto !important;
}

.software-section div div div .intro-content.text-center.in-touch .call-action-btn a {
  margin-top: 10px;
}

/*our tech section(tabed)*/

section.section.about-article {
  padding: 0 !important;
}

.about-article {
  margin-top: -13%;
}

.about-article div div div div div.section-header {
  text-align: left;
  width: 100%;
}

.about-article div div div div div.section-header h2 {
  color: #6c6d74;
  font-size: 28px !important;
  margin-bottom: -1%;
  font-weight: 500;
}

.about-article div div div div div div.section-header .section-header img {
  height: 500px !important;
}

/* estilizacao do about video */

.medentia-cont {
  padding: 0;
  margin: 0;
}

.medentia-cont div iframe {
  width: 100%;
  margin: 0;
}

.video-box {
  background-color: #fff;
}

div.col-md-6.paragraphs {
  font-size: 15px;
  text-align: left;
}

/* fim estilizacao video Amarildo Ferreira */

.section-flexed {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  height: 600px auto !important;
}

.section-flexed .paragraphs {
  position: relative !important;
  text-align: justify;
  padding: -10px 10px 10px 10px;
  /*width: 100%;
  height:600px!important;*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.section-flexed img {
  /*margin-left: 70px;*/
  width: 500px !important;
  flex-grow: 1 !important;
}

.jupiter-na-rede {
  background-color: #1e3140;
  margin-top: 10px;
  height: 250px;
  padding-bottom: 0 !important;
}

.jupiter-na-rede div.container {
  margin-top: -50px !important;
}

.mvs_card section div.container div.row div div h6 {
  margin-top: 30px;
}

.jupiter-na-rede div.social {
  width: 60%;
  display: flex;
  justify-content: space-between;
  margin-left: 20%;
}

.jupiter-na-rede div h2 {
  color: #ff001b;
  text-align: center;
}

.jupiter-na-rede div.social .item {
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px !important;
}

.jupiter-na-rede div.social a {
  font-size: 4em;
  flex-grow: 1;
  color: #fff;
}

.jupiter-na-rede div.social a:hover {
  transition: 1s;
  background-color: #fff;
  color: #1e3140;
}

.jupiter-na-rede div.social a i {
  align-items: center;
}

/* ------------ Jupiter na Rede - Home Page ------------- */

.jupiter-na-rede-section {
  padding: 40px 0 100px 0;
}

.jupiter-na-rede-icon {
  transition: all 1.5s;
  display: none;
}

.jupiter-na-rede-card {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px !important;
  transition: all 2s ease;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
  transition: all 1.5s;
}

.jupiter-na-rede-card a {
  text-decoration: none;
}

.jupiter-na-rede-title {
  font-size: 40px;
  font-weight: 600;
  padding: 0 0 20px;
  color: #c21e36;
  font-family: 'Poppins', sans-serif;
}

.jupiter-na-rede-icon {
  border: 3px solid #ffffff;
  color: #ffffff;
  cursor: none;
}

.jupiter-na-rede-card:hover .jupiter-na-rede-icons {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20%;
  z-index: 999;
  bottom: 5%;
  transition: 1.5s;
}

.jupiter-na-rede-card:hover .jupiter-na-rede-icon {
  DISPLAY: FLEX;
  FLEX-DIRECTION: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: .8em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

/* Reescrevendo a font  */

.blog-content {
  text-align: start;
}

.owl-item {
  display: flex;
  justify-content: center;
}

.section-heading {
  text-align: left;
}

.card-news p {
  text-align: left;
}

.card-related-news p {
  text-align: left;
}

.blog-content {
  text-align: left;
}

.politicaprivacidade p {
  text-align: left;
}

.section-flexed .paragraphs {
  text-align: left;
}

.corpoQuetemos {
  padding: 30px 0px 80px 0px !important;
}

.base-section {
  padding: 30px 0px 80px 0px !important;
}

.corpoQuetemos div {
  text-align: left !important;
}

.politicaprivacidade p {
  text-align: left !important;
}

.blog-box-content p {
  text-align: center;
}

.client_said_p {
  text-align: center;
}

.test-author-info {
  display: block;
  text-align: center !important;
  padding: 0 10px;
}

.card-text {
  text-align: center !important;
}

.portfolioFilter.clearfix {
  margin-top: 20px;
}

.about-cardT {
  margin-top: 35px !important;
  margin-bottom: 20px !important;
}

.card-icon i {
  font-size: 1.2em !important;
}

@media (min-width: 300px) and (max-width: 390px) {
  .jupiter-na-rede .container h2 {
    font-size: 2em;
  }
  .jupiter-na-rede .container .social {
    justify-content: center;
  }
  .jupiter-na-rede .container .social .item {
    padding: 10px;
  }
  .jupiter-na-rede .container .social .item a {
    font-size: 2.8em;
  }
}

.techlogo .card-header .img-card-tech img {
  width: 100%;
  height: auto !important;
}

.techlogo .card-header {
  padding: .3rem;
  background-color: #fcfcfc;
  border-bottom: 0;
}

a.btn-back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10%;
  right: 50px;
  border-radius: 50%;
  vertical-align: center;
  text-align: center;
  color: #fff !important;
  padding: 12px 10px;
  /* background: #004B57; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 9999999999999;
}

.arrow-up {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
}

.arrow-up:hover {
  color: #fff;
}

.carousel-image {
  width: 100%;
  height: 100%;
}

/*Mosaico*/

.mosiac {
  margin: 50px auto;
  max-width: 1000px;
  margin-top: -50px;
  box-sizing: border-box;
}

.grid {
  padding: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  scroll-behavior: smooth;
}

.grid .item {
  height: 300px;
  margin: 2px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  width: 260px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.grid .item img {
  width: 100%;
  height: 100%;
}

.grid .item {
  position: relative;
}

.mosaiCaption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 20px 10px;
  height: auto;
}

.mosaiCaption p {
  font-size: 11pt;
  line-height: 20px;
  color: white;
}

.grid .item .main-item {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.grid .item .main-item img {
  width: 100%;
  height: 300px auto;
  background-attachment: fixed;
}

.grid .item .main-item img:hover {
  filter: brightness(100%);
  transform: scale(1.3);
  transition: transform 2s, filter 1.5s ease-in-out;
}

.grid .item:nth-child(4n-5) {
  height: 300px;
  width: 260px;
}

.grid .item:nth-child(2n) {
  height: 300px;
  width: 600px;
}

.grid .item:nth-child(3n) {
  height: 300px;
  width: 300px;
}

.lb-details {
  width: 100% !important;
  margin-top: 20px;
}

.lb-caption {
  font-weight: normal !important;
  font-size: 13pt !important;
  line-height: 20px !important;
  width: 100% !important;
}

.lb-number {
  margin-top: 10px;
  font-size: 10pt !important;
}

.lb-closeContainer {
  position: absolute;
  top: -10%;
  right: 2%;
}

.item {
  opacity: 1;
}

.item.is-visible {
  -webkit-animation: Items 600ms ease-in forwards;
  animation: Items 600ms ease-in forwards;
}

@-webkit-keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) rotateY(90deg);
    transform: scale(0.3) rotateY(90deg);
  }
  60% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
  }
}

@keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) rotateY(90deg);
    transform: scale(0.3) rotateY(90deg);
  }
  60% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1055px) {
  .grid .item:nth-child(4n-5) {
    width: 200px;
  }
  .grid .item:nth-child(2n) {
    width: 450px;
  }
  .grid .item:nth-child(3n) {
    width: 245px;
  }
}

@media (min-width: 768px) and (max-width: 1049px) {
  .grid .item:nth-child(4n-5) {
    width: 310px;
  }
  .grid .item:nth-child(2n) {
    width: 300px;
  }
  .grid .item:nth-child(2n-1) {
    width: 380px;
  }
  .grid .item:nth-child(3n) {
    width: 223px;
  }
}

.grid {
  padding: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  scroll-behavior: smooth;
}

.grid .item {
  height: 300px;
  margin: 2px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  width: 260px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.grid .item .main-item {
  width: 100%;
  height: 300px;
}

.grid .item:nth-child(4n-5) {
  height: 300px;
  width: 260px;
}

.grid .item:nth-child(2n) {
  height: 300px;
  width: 400px;
}

.grid .item:nth-child(3n) {
  height: 300px;
  width: 300px;
}

.item {
  opacity: 0;
}

.item.is-visible {
  -webkit-animation: Items 600ms ease-in forwards;
  animation: Items 600ms ease-in forwards;
}

@-webkit-keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Items2 {
  0% {
    opacity: 0;
    height: 0%;
    padding: 0px;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) rotateY(90deg);
    transform: scale(0.3) rotateY(90deg);
  }
  60% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
  }
}

@keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) rotateY(90deg);
    transform: scale(0.3) rotateY(90deg);
  }
  60% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1055px) {
  .grid .item:nth-child(4n-5) {
    width: 200px;
  }
  .grid .item:nth-child(2n) {
    width: 450px;
  }
  .grid .item:nth-child(3n) {
    width: 245px;
  }
}

@media (min-width: 1024px) and (max-width: 1049px) {
  .grid .item:nth-child(4n-5) {
    width: 310px;
  }
  .grid .item:nth-child(2n) {
    width: 250px;
  }
  .grid .item:nth-child(2n-1) {
    width: 380px;
  }
  .grid .item:nth-child(3n) {
    width: 223px;
  }
  .eu-cookie-compliance-content {
    max-width: 100% !important;
  }
  .eu-cookie-compliance-message h2 {
    font-size: 12px !important;
  }
  .eu-cookie-compliance-message p {
    font-size: 11px !important;
  }
  button.agree-button {
    padding: 5px 12px !important;
    margin-top: 3px !important;
  }
}

@media (min-width: 763px) and (max-width: 768px) {
  .grid .item {
    height: 250px !important;
  }
  .grid .item:nth-child(4n-5) {
    width: 200px;
  }
  .grid .item:nth-child(2n) {
    width: 300px;
  }
  .grid .item:nth-child(3n) {
    width: 255px;
  }
  .grid .item:nth-child(4n) {
    width: 430px;
  }
}

@media(max-width:1152px)and (min-width:864px) {
  #sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    color: #ffffff;
    font-size: 12px !important;
  }
  /* button.agree-button.eu-cookie-compliance-secondary-button {
    margin-top: -41px !important;
  } */
  .owl-item {
    width: 96px;
  }
}

@media(min-width:1024px) and (max-width:1356px) {
  button.eu-cookie-compliance-secondary-button {
    margin-top: -35px !important;
  }
  #sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    font-size: 11px !important;
  }
}

@media (min-width: 320px) and (max-width: 760px) {
  .jupiter-na-rede-section {
    padding: 20px 0 50px 0 !important;
  }
  .get-in-touch-text {
    font-size: 25pt !important;
  }
  .jupiter-na-rede-icons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20%;
    z-index: 999;
    bottom: 5%;
    transition: 1.5s;
    margin-bottom: 10px;
  }
  .jupiter-na-rede-icon {
    DISPLAY: FLEX;
    FLEX-DIRECTION: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.5em !important;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px;
    cursor: pointer;
  }
  .mosiac {
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding: 0 !important;
  }
  .jupiter-na-rede-title {
    font-size: 1.8em;
    padding-left: 10px;
  }
  .grid {
    width: 500%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    animation: slider 20s infinite;
  }
  .grid div.item {
    width: 500% !important;
    /*display: flex;
    justify-content: center;
    align-items: center;
    float: left;*/
    height: 500px;
  }
  .jupiter-home-rede h2, .field--name-field-titulo-api {
    font-size: 30px !important;
  }
  section#portfolio {
    margin-bottom: -100px !important;
  }
  .grid .item:nth-child(4n-5) {
    width: 500% !important;
    height: 500px;
  }
  .grid .item:nth-child(2n) {
    width: 500% !important;
    height: 500px;
  }
  .grid .item:nth-child(3n) {
    width: 500% !important;
    height: 500px;
  }
  @keyframes slider {
    0% {
      margin-left: 0;
    }
    10% {
      margin-left: 0;
    }
    12% {
      margin-left: -100%;
    }
    22% {
      margin-left: -100%;
    }
    24% {
      margin-left: -200%;
    }
    34% {
      margin-left: -200%;
    }
    36% {
      margin-left: -300%;
    }
    46% {
      margin-left: -300%;
    }
    48% {
      margin-left: -400%;
    }
    58% {
      margin-left: -400%;
    }
    60% {
      margin-left: -300%;
    }
    70% {
      margin-left: -300%;
    }
    72% {
      margin-left: -200%;
    }
    82% {
      margin-left: -200%;
    }
    84% {
      margin-left: -100%;
    }
    94% {
      margin-left: -100%;
    }
    94% {
      margin-left: 0;
    }
  }
}

.mdl {
  position: absolute;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mdl .modal-content {
  width: 600px;
  height: 450px;
  right: 8%;
  background-position: center;
  background-size: cover;
  border: none;
  border-radius: 0;
  -webkit-animation: Items 600ms ease-in forwards;
  animation: Items 600ms ease-in forwards;
}

/*news Letter Modal*/

div.nmodl-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

div.nmodl-container .modal-body {
  width: 460px;
  height: 300px auto;
  background-color: #fff;
  margin: auto;
  margin-top: 15%;
  -webkit-box-shadow: 9px 13px 18px -8px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 9px 13px 18px -8px rgba(0, 0, 0, 0.38);
  box-shadow: 9px 13px 18px -8px rgba(0, 0, 0, 0.38);
  border-radius: 3px;
}

div.nmodl-container .modal-body .close-modal {
  float: right;
  font-size: 1.5em;
  cursor: pointer;
}

div.nmodl-container .modal-body input#edit-actions-submit {
  width: 100%;
}

.modal-body .region.region-footer-col-4 #block-webform h2 {
  display: none;
}

/*Sobre responsive image right side*/

.img-sobre-responsive img {
  width: 100% !important;
  height: auto !important;
}

.fa-icon-pequeno {
  font-size: 1.3em !important;
  margin-top: 0 !important;
}

.fa-icon-pequeno-phone {
  font-size: 1.6em !important;
  margin: 0 !important;
}

.fa-pequeno-envelope {
  font-size: 1.1em !important;
  margin: 0 !important;
}

.fa-pequeno {
  color: black;
  font-size: 14px !important;
  margin-top: 0 !important;
}

.fa-pequeno .fa-envelope {
  font-size: 9px;
}

li i.fa.fa-envelope {
  font-size: 11px !important;
}

.prod-jumbo .small-jumbotron {
  padding: 30px !important;
}

.prod-jumbo .small-jumbotron .jumbotron-body {
  margin-left: 6%;
}

@media screen and (max-width: 375px) {
  .prod-jumbo .small-jumbotron .jumbotron-body {
    margin-left: 5%;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 div {
    height: 40px;
    text-align: left;
    line-height: 20px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 10pt !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 10pt;
  }
  .prod-cards {
    margin-bottom: 3% !important;
    height: 1700px !important;
  }
  .see-more {
    margin-top: 40px !important;
    margin-bottom: 10%;
  }
  .prod-card {
    margin-top: 3% !important;
  }
  .prod-card a.btn {
    left: -4%;
  }
}

@media screen and (max-width: 768px) {
  .prod-jumbo .small-jumbotron .jumbotron-body {
    margin-left: 25%;
    width: 1000px !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 div {
    height: 40px;
    text-align: left;
    line-height: 25px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 15pt !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 13pt;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 10pt;
  }
  .small-banner-mobile {
    padding: 50px 0 !important;
    background-size: 140% 100%;
    background-position: right !important;
  }

}

@media screen and (max-width: 1024px) {
  .prod-jumbo .small-jumbotron {
    padding: 25px !important;
  }
  .prod-jumbo .small-jumbotron .row .jumbotron-body {
    position: absolute;
    margin-left: 1%;
    margin-top: -5%;
    height: 90px;
    padding: 0 !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 div {
    height: 40px;
    text-align: left;
    line-height: 25px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 13pt !important;
    margin-top: 20px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 10pt !important;
  }
  .prod-jumbo .small-jumbotron .row {
    padding: 0 !important;
    width: 50%;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 7pt;
    margin-left: 30% !important;
  }
}

@media screen and (max-width: 414px) {
  .prod-jumbo .small-jumbotron .jumbotron-body {
    margin-left: 20px;
  }
  .prod-card {
    margin-top: 5% !important;
  }
  .prod-card a.btn {
    left: -1% !important;
  }
}

@media screen and (max-width: 320px) {
  .prod-jumbo .small-jumbotron {
    margin-left: -10%;
    display: flex;
    flex-direction: column;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body {
    margin-left: 5%;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 div {
    height: 40px;
    text-align: left;
    line-height: 20px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 10pt !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 10pt;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 9pt;
  }
  .prod-cards {
    margin-bottom: 3% !important;
    height: 1700px !important;
    padding: 50px 0 0 0;
  }
  .see-more {
    margin-top: 40px !important;
    margin-bottom: 10%;
  }
  .prod-card {
    margin-top: 3% !important;
  }
  .prod-card a.btn {
    left: 10%;
  }
}

@media screen and (max-width: 411px) {
  .prod-jumbo .small-jumbotron {
    margin-left: -10%;
    display: flex;
    flex-direction: column;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body {
    margin-left: 5%;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 div {
    height: 40px;
    text-align: left;
    line-height: 20px;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body h1 {
    font-size: 10pt !important;
  }
  .prod-jumbo .small-jumbotron .jumbotron-body span {
    font-size: 10pt;
  }
  .prod-jumbo .small-jumbotron a.btn {
    font-size: 9pt;
  }
  .prod-cards {
    margin-bottom: 3% !important;
    height: auto !important;
  }
  .see-more {
    margin: auto !important;
    margin-top: 5% !important;
    margin-bottom: 10%;
  }
  .prod-card {
    margin-top: 3% !important;
  }
  .prod-card a.btn {
    left: -2%;
  }
}

/* Search result */

.result-list-item {
  width: 70%;
  margin-left: 15%;
}

.resultado-pesquisa {
  font-size: 16pt;
}

.resultado-pesquisa li {
  margin-top: 10px;
}

.resultado-pesquisa li h3 a {
  color: #151546 !important;
  font-weight: bold;
}

#search-form {
  margin-top: 120px !important;
}

#search-form .form-item-keys {
  margin-left: 30% !important;
  width: 100% !important;
  padding: 10px;
}

#search-form .form-item-keys input {
  font-size: 12pt !important;
  padding: 7px;
  width: 30%;
  border: none;
  color: #151546;
  border-bottom: 2px solid #e3e3e3;
  text-align: center;
}

#search-form label, a.search-help-link {
  display: none;
}

#search-form .js-form-wrapper #edit-submit {
  color: #fff !important;
  padding: 9px;
  border: none;
  font-size: 13pt;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #151546;
  border-radius: 3px;
}

#search-form .js-form-wrapper #edit-submit:hover {
  transition: 1s;
  background-color: #EBB266;
  color: #fff !important;
}

#search-form~h2 {
  font-size: 16pt;
  margin-left: 20%;
  margin-top: 2% !important;
  width: auto;
}

.small-banner-service {
  position: relative !important;
  min-height: 78vh !important;
  margin-bottom: -75px !important;
  background-position: 0 20% !important;
}

/*Page banner*/

@media screen and (max-width: 1204px) {
  .small-banner {
    display: none;
    /*  top: -30px!important; */
  }
}

@media screen and (max-height: 768px) {
  .small-banner-service {
    min-height: 85vh !important;
    margin-bottom: -75px !important;
    background-position: 0 20% !important;
  }
}

.footer-p {
  margin-top: -15px;
}

.big-imageBx img {
  margin: 5px 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.team-block img {
  border-radius: 0px;
}

.team-member {
  margin-top: 100px;
  text-align: center;
}

.team-member h3 {
  color: #151546;
  text-transform: uppercase;
  font-weight: bolder;
}

@media screen and (max-width: 991px) {
  .for-search {
    margin-left: -45px !important;
  }
}

.test-author-info {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.file--application-pdf {
  background-image: none !important;
}

.btnDownloadFile {
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  padding: 12px 25px;
  letter-spacing: 1px;
  background: transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.32s ease-in-out;
  color: #151546;
}

.paragraph-news {
  max-width: 95% !important;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .paragraph-news {
    max-width: 100% !important;
    margin-left: 0;
  }
}

@media only screen and (max-width: 757px) {
  .page-title h1 {
    display: block !important;
    text-align: left;
  }
}

.icon-change {
  float: right;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .icon-change {
    display: none;
  }
}

.btn-break-line-text {
  white-space: normal;
}

.padding20 {
  padding: 20px;
}

.paddingT20 {
  padding-top: 20px;
}

.paddingB20 {
  padding-bottom: 20px;
}

.paddingL20 {
  padding-left: 20px;
}

.paddingR20 {
  padding-right: 20px;
}

.marginT10 {
  margin-top: 10px;
}

@media only screen and (max-width: 375px) {
  #search-form .form-item-keys input {
    width: 90%;
    margin-left: -30%;
  }
  #search-form .js-form-wrapper #edit-submit {
    display: none;
  }
  .resultado-pesquisa {
    padding: 0;
  }
}

@media only screen and (max-width: 414px) {
  #search-form .form-item-keys input {
    width: 90%;
    margin-left: -30%;
  }
  #search-form .js-form-wrapper #edit-submit {
    display: none;
  }
  .resultado-pesquisa {
    padding: 0;
  }
}

@media only screen and (max-width: 320px) {
  #search-form~h2 {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 375px) {
  #block-jp-temisto-breadcrumbs ul {
    margin-left: 5% !important;
  }
}

@media only screen and (max-width: 414px) {
  #block-jp-temisto-breadcrumbs ul {
    margin-left: 5% !important;
  }
}

@media only screen and (max-width: 320px) {
  #block-jp-temisto-breadcrumbs ul {
    margin-left: 5% !important;
  }
  #block-jp-temisto-breadcrumbs ul li {
    font-size: 10pt;
  }
  #block-jp-temisto-breadcrumbs ul i.fa {
    font-size: 12pt !important;
    margin-top: 3px !important;
  }
}

.title-banner-contacto {
  padding: 20px 0 !important;
}

.title-banner-contacto h2 {
  padding: 0 0 10px !important;
  line-height: 1.3em !important;
  font-weight: bolder;
}

/*Augusto Francisco*/

@media screen and (max-width: 1491px) {
  .want-contact .container div .service-banner {
    margin-top: 62%;
  }
}

@media screen and (max-width: 1492px) {
  .want-contact .container div .service-banner {
    margin-top: 66%;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .img-items-carousel-inst {
    display: none;
  }
  .inst-text {
    text-align: center;
  }
  .col-instituicional {
    align-items: center !important;
  }
}

.service-banner-termo, .service-banner-termo+a {
  font-size: 1em;
}

.seguros-publicidades .i-s-imagebox img {
  object-fit: cover !important;
}

@media screen and (max-width: 425px) {
  .small-banner-service {
    min-height: 50vh !important;
    padding: 10px !important;
  }
  .service-banner {
    width: 100%;
  }
  .service-banner #callSimulator {
    font-size: 1em;
  }
}

#user-login {
  border-color: #004B57 !important;
}

#user-login input[type=submit] {
  background-color: #004B57 !important;
}

.client-loginForm {
  text-align: left;
}

.client-loginForm h2 {
  text-align: center;
  font-size: 30px;
}

@media (max-width: 346px) {
  .section-hm-products p {
    font-size: 1.0em !important;
  }
}

@media (min-width: 347px) and (max-width: 620px) {
  .section-hm-products p {
    font-size: 1.2em;
  }
}

.eu-cookie-compliance-message p {
  margin-bottom: 100px !important;
}

.eu-cookie-compliance-message h2 {
  margin-bottom: -18px;
}

@media (max-width: 1366px) {
  .eu-cookie-compliance-message h2 {
    font-size: 10px;
  }
}

@media (max-width: 988px) {
  .eu-cookie-compliance-content {
    margin-top: 10px;
  }
}

@media (min-width: 988px) {
  .eu-cookie-compliance-content {
    margin-top: 19px;
  }
}

@media (width: 768px) and (height: 1024px) {
  .eu-cookie-compliance-content {
    margin-top: 5px;
  }
}

@media (min-width: 1000px) {
  .block-b {
    padding-right: 0 !important;
  }
}

.i-button {
  padding: 10px;
  text-decoration: none !important;
  background: transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/*Card Home media*/

@media screen and (min-width: 100px) and (max-width: 1030px) {
  .hm-produtos .card-body {
    height: 200px !important;
  }
}

@media (max-width: 346px) {
  .section-hm-products p {
    font-size: 1.0em !important;
  }
}

@media (min-width: 347px) and (max-width: 620px) {
  .section-hm-products p {
    font-size: 1.2em !important;
  }
}

.contact-row h6 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-row .col-12 {
  height: 35px !important;
  line-height: 0 !important;
}

.contacto-descricao {
  margin-bottom: 30px;
}

.contacto-descricao h5 {
  font-weight: 700;
  font-size: 1.4em;
}

.contacto-endereco h5 {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}

.contacto-endereco {
  margin-bottom: 30px;
}

.contacto-telefone {
  margin-bottom: 30px;
}

.contacto-telefone h5 {
  font-weight: 700;
  font-size: 1.1em;
}

.contacto-email {
  margin-bottom: 30px;
}

.contacto-email h5 {
  font-weight: 700;
  font-size: 1.1em;
}

.card-contacto {
  padding: 30px 20px !important;
}

.card-contacto i {
  margin-right: 4px;
}

.card-contacto .icon {
  background-color: black;
}

.contacto-form-1 {
  color: #000;
  font-weight: 400;
}

.contacto-form-1 input#edit-actions-submit {
  background-color: #157ffb !important;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  margin-top: 14px !important;
}

.contacto-form-1 input {
  line-height: 8px;
}

.card {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card .card-item {
  margin-top: 5px;
  height: 100px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
}

.card .card-item .card-secudario {
  background-color: #0890c2;
}

.text-center {
  text-align: center !important;
}

.titulo-secao {
  margin: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #004e70;
}

@media (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}

.text-wrapper p {
  color: white;
  font-size: 1em;
}

@media screen and (min-width: 320px) and (max-width: 570px) {
  .contacto-form-1 input#edit-actions-submit {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) and (min-width: 320px) {
  .main-banner.style-2 h2, span {
    width: auto !important;
    margin: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 300px) {
  .site-navigation .navbar-brand {
    /*
    margin-left: -47px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
    background-color: #f7f7f7;
    */
    padding: 18px 100px 15px 0;
  }
  .small-banner-service {
    min-height: 60vh !important;
  }
  .container-header .metade {
    display: none;
  }
  .menu-top .navbar-toggler {
    border-color: white !important;
  }
  .menu-top .navbar-toggler span.fa-bars:before {
    color: white !important;
  }
  .menu-top li.nav-item a.nav-link {
    font-size: 1rem !important;
    margin: -7px 0 !important;
  }
  .menu-top {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .navbar-white .navbar-nav .nav-link {
    padding: 0px 18px !important;
    margin: 0;
    font-size: 1rem !important;
  }
  .service-card-title h1, .title-jumb {
    font-size: 1.8rem !important;
  }
  a.nav-link.btn.btn-contratar {
    color: #fff !important;
    background-color: #004B57 !important;
    box-shadow: none !important;
    padding: 5px 20px 5px 20px !important;
    color: #fff !important;
  }
  .navbar-toggler {
    margin-right: 0 !important;
  }
  .want-contact .container div .service-banner p {
    font-size: 25px;
    line-height: 24px;
  }
  .want-contact .container div .service-banner a {
    font-size: 16px;
  }
  #navbarCollapse ul.navbar-nav.main-navbar {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 452px) {
  .want-contact .container div .service-banner p br {
    display: none;
  }
  .want-contact .container div .service-banner {
    max-width: 90% !important;
  }
}

@media (min-width:600) and (max-width:800px) {
  .owl-carousel .owl-item {
    margin-right: -13px !important;
  }
  .carousel-caption-title {
    font-size: 30px;
  }
  h6.mt-3 {
    font-size: 18px;
  }
  .btn-slider a {
    font-size: 16px;
  }
  #sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab {
    font-size: 11px !important;
  }
  /* button.agree-button.eu-cookie-compliance-secondary-button {
    margin-top: -35px !important;
  } */
}

@media (min-width: 992px) and (max-width: 1200px) {
  li.nav-item a.nav-link {
    font-size: 9pt !important;
  }
}

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

/* FOOTER  */

footer {
  background: #00455b !important;
  color: #87888a;
  font-size: 14px;
  margin-top: 130px;
}

.footer-section {
  margin-top: -20px;
}

.footer-top {
  position: relative;
  bottom: 50px;
  margin-top: 0;
  z-index: 1;
}

.footer-top-bg {
  background: #1d98c4;
  border-radius: 3px;
  margin: 0;
  color: #fff;
}

.footer-top .footer-box {
  padding: 30px 35px 20px;
  min-height: 120px;
}

.footer-top .footer-box.two {
  background: rgba(0, 0, 0, 0.07);
}

.footer-top .footer-box {
  padding: 30px 35px 20px;
  min-height: 120px;
}

.footer-top .footer-box.three {
  background: rgba(0, 0, 0, 0.15);
}

.footer-top .footer-box i {
  /* float: left; */
  font-size: 28px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-align: center;
  width: 54px;
  height: 48px;
  line-height: 48px;
  padding-left: 6px;
}

.footer-top .footer-box .footer-box-content {
  margin-left: 80px;
}

.footer-top .footer-box .footer-box-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.footer-top .footer-box .footer-box-content p {
  margin: 0;
  color: white;
  font-size: 13px;
}

.footer-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 40px !important;
  padding: 0px;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
}

.footer-section .sec-column {
  margin-top: 60px
}

.region-footer-col-3 nav h2 {
  display: none;
}

.region-footer-col-3 {
  margin-left: 0 !important;
}

.region-footer-col-4 {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  justify-content: left;
}

.region-footer-col-4 img {
  width: 100%;
  height: auto;
  object-fit: initial;
}

.footer-section .region-footer-col-1 h2 {
  font-weight: 700;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
  display: block;
}

.footer-content li a {
  color: #9a9b9d !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.footer-social {
  padding-bottom: 20px;
  margin-top: -2rem;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.footer-social ul li a {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.footer-social ul li a i {
  width: 28px;
  height: 28px;
  line-height: 26px;
  color: #9a9b9d;
  border: 2px solid #9a9b9d;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.fot-copyright {
  background-color: #25272e;
}

.fot-copyright div {
  display: block;
}

.fot-copyright .copyright-text p {
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
  padding: 20px 0;
  color: #9a9b9d;
}

a.btn-back-to-top {
  /* background: #0c4b57; */
}

/* PESQUISAR */

.view-id-pesquisar .view-content .views-row {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0 30px 0;
}

.view-id-pesquisar .view-content .views-row h1 a {
  color: #6C6D74;
  font-size: 35px;
}

.view-id-pesquisar .view-content .views-row .h1 a {
  color: #42717f;
  font-size: 35px;
}

.view-id-pesquisar .view-content .views-row .h2 a {
  color: #04455b;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}

.view-id-pesquisar .view-content .views-row h2 a {
  color: #6C6D74;
  font-size: 18px;
  font-style: italic;
}

form#views-exposed-form-pesquisar-page-1 #edit-actions {
  display: none;
}

form#views-exposed-form-pesquisar-page-1 label {
  font-size: 22px;
  font-weight: bold;
  margin-left: -15px;
  padding-right: 15px;
  display: none;
}

form#views-exposed-form-pesquisar-page-1 .form-item-search-api-fulltext {
  display: flex;
  width: 100%;
}

form#views-exposed-form-pesquisar-page-1 .form--inline.clearfix {
  display: flex;
  justify-content: center;
}

form#views-exposed-form-pesquisar-page-1 #edit-search-api-fulltext {
  font-size: 20px !important;
  width: 1070px;
  color: #000000b3 !important;
  border-radius: 99px;
  height: 65px;
  border: 1px solid #00000082;
  margin-top: 90px !important;
  margin-bottom: -24px;
  padding: 18px;
}

input#edit-filter::placeholder {
  color: #00000082 !important;
}

input#edit-filter {
  font-size: 20px !important;
  width: 1070px;
  color: #000000b3 !important;
  border-radius: 99px;
  height: 55px;
  border: 1px solid #00000082;
  margin-top: 20px !important;
  margin-bottom: -24px;
  padding: 18px;
  margin-left: -58px;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-filter.form-item-filter.form-no-label:after {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #0000008c;
  font-size: 28px;
  padding-right: -3.5em;
  position: relative;
  top: -31px;
  left: 968px;
}

.pagination li a.active {
  color: #fff;
  background-color: #009bcc !important;
  border: #009bcc !important;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext:after {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #0000008c;
  font-size: 28px;
  padding-right: -3.5em;
  position: relative;
  top: 95px;
  left: -46px;
}

*, *:focus, *:hover {
  outline: none;
}

form#views-exposed-form-pesquisar-page-1 {
  margin-bottom: 30px;
}

.container.contextual-region.view.view-pesquisar.view-id-pesquisar.view-display-id-page_1 {
  margin-bottom: 150px;
}

@media (max-width:1024) and (min-width:768) {
  button.agree-button.eu-cookie-compliance-secondary-button {
    margin-top: 5px !important;
  }
}

button.btn.btn-default.botao-acionar {
  display: block;
  margin-left: 20px;
}

.clearfix.text-formatted.field.field--name-field-texto-politica.field--type-text-with-summary.field--label-hidden.field__item h4 {
  margin-top: -194px;
  font-weight: 600;
  font-size: 20px;
  color: #000000d1;
}

label.js-form-required.form-required {
  font-size: 18px;
}

.col-md-12.js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-anexar-documento.form-item-anexar-documento {
  font-size: 18px;
}

label.btn.webform-file-button:hover {
  background: #00455b;
}

label.btn.webform-file-button {
  background: #009bcc;
  height: 49px;
  width: auto;
  color: #fff !important;
}

span.field_texto_politica {
  color: #000000d1;
}

span.field_texto_politica h3 {
  font-size: 20px;
}
form#webform-submission-formulario-de-sinistros-node-282-add-form label {
  color: #000000d1 !important;
}
div#edit-anexar-documento-upload label {
  color: #fff !important;
}
img.img-log {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: -5rem;
}

@media(max-width: 992px){
  #main-menu nav.navbar {
    justify-content: space-between !important;
  }
  .site-branding a.navbar-brand img {
   /* width: 350px !important;
    height: auto !important;
    */
  }
  #main-menu nav.navbar {
    padding-top: 10px;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.site-navigation .navbar-brand {
  border-radius: 50%;
  padding: 9px 14px;
  border-width: 4px !important;
  color: #0099c7;
}