@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #858ca2; }

@media (min-width: 768px) {
  body {
    font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: 1.25;
  color: #37475b; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

.text {
  font-size: 1em; }

.text ul {
  list-style-type: disc; }

.text ol {
  list-style-type: decimal; }

.text ul, .text ol {
  margin-top: 0.5em;
  padding-left: 3em; }

.text ul li, .text ol li {
  display: list-item; }

.text table {
  width: 100%;
  background-color: #fff; }

.text table th, .text table td {
  border: 1px solid #ddd;
  padding: 0.4em 0.8em; }

.text a {
  color: #2196f3;
  font-weight: 700; }

.text a:hover {
  color: #3CA727;
  text-decoration: underline; }

::selection {
  background: #F7D9BF; }

::-moz-selection {
  background: #F7D9BF; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #F7D9BF; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }

.container {
  width: auto; }

.container-fluid {
  max-width: 1260px; }

@media (min-width: 480px) {
  .container {
    max-width: 600px; } }

@media (min-width: 768px) {
  .container {
    max-width: 800px; } }

@media (min-width: 992px) {
  .container {
    max-width: 1260px; } }

.body-home {
  background: #fff; }

html, body {
  height: 100%; }

@media (min-width: 992px) {
  .main-wrap {
    min-height: 100%;
    margin-bottom: -314px; }
  .main-wrap:after {
    content: "";
    display: block; }
  .main-wrap:after, .main-footer {
    height: 314px; } }

.modal-message {
  text-align: center;
  margin-bottom: 40px; }

.modal-message-v2 {
  text-align: left;
  margin-bottom: 40px; }

.modal-message__icon {
  width: 88px;
  margin: 0 auto 30px auto; }

.modal-message__title--success {
  color: #79b150; }

.modal-message__title--error {
  color: #d84f5f; }

.modal-message__desc {
  color: #999; }

.modal-message__title-v2 {
  text-align: center;
  margin-bottom: 20px; }

.body-404 {
  background: #093b7c;
  background-image: linear-gradient(45deg, #083877 0%, #0d58ba 100%); }

.table-full, .table-full td {
  width: 100%;
  height: 100%; }

.table-full td {
  text-align: center;
  vertical-align: middle; }

.message-box {
  max-width: 600px;
  padding: 40px 30px;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.15);
  background: #fff; }

.message-box__logo {
  max-width: 250px;
  margin: auto; }

.message-box__logo img {
  display: block; }

.message-box__text {
  margin-top: 60px; }

.message-box__return {
  margin-top: 60px; }

.main-header {
  position: relative;
  z-index: 9;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px; }

@media (min-width: 992px) {
  .main-header {
    box-shadow: none;
    padding-bottom: 0; } }

@media (max-width: 479px) {
  .main-header .container-fluid {
    padding: 0 15px; } }

.main-header--inner {
  background-image: linear-gradient(to top, #fff 0%, #eee 100%); }

.main-header__logo {
  width: 125px;
  padding-top: 20px;
  float: left; }

.main-header__logo img {
  display: block; }

.main-header__logo a {
  display: block;
  transition: opacity 0.2s ease; }

.main-header__logo a:hover {
  opacity: 0.9; }

@media (min-width: 600px) {
  .main-header__logo {
    width: 250px; } }

@media (min-width: 992px) {
  .main-header__logo {
    padding-top: 40px; } }

/* dados */
.header-info {
  float: right;
  padding-top: 20px;
  color: #858ca2; }

.header-info li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  padding-left: 32px;
  position: relative; }

.header-info li:before {
  display: block;
  content: "";
  width: 1px;
  height: 72px;
  background: #dedede;
  position: absolute;
  left: 0;
  top: -12px; }

.header-info li:first-child {
  margin-left: 0;
  padding-left: 0; }

.header-info li:first-child:before {
  display: none; }

@media (min-width: 768px) {
  .header-info {
    float: right;
    padding-top: 52px; } }

.header-info__icon {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: -4px;
  color: #0a448e; }

.header-info__str {
  display: inline-block;
  vertical-align: top;
  transition: color 0.15s ease; }

.header-info__str .str-1 {
  color: #000; }

.header-info__str .str-2 {
  color: #9e9e9e; }

.header-info__str .header-info__link:hover .str-1 {
  color: #0A448E; }

.header-info__str .header-info__link:hover .str-2 {
  opacity: 0.8; }

.header-info__link {
  display: block; }

/* desktop */
.menu-desktop {
  display: none; }

@media (min-width: 992px) {
  .menu-desktop {
    display: block;
    clear: both;
    background: #0A448E;
    margin-top: 40px; }
  .menu-desktop:before, .menu-desktop:after {
    display: table;
    content: "";
    font-size: 0; }
  .menu-desktop:after {
    clear: both; } }

.menu-desktop > ul > li {
  display: block;
  float: left;
  text-transform: uppercase;
  position: relative;
  margin-left: -1px; }

.menu-desktop > ul > li.isHover > a {
  color: #fff; }

.menu-desktop > ul > li.isHover > a:after {
  width: 100%; }

.menu-desktop > ul > li:before {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  left: 0;
  top: 15px;
  background: #4C6EBF;
  position: absolute; }

.menu-desktop > ul > li:first-child {
  margin-left: 0; }

.menu-desktop > ul > li:first-child:before {
  display: none; }

.menu-desktop > ul > li .fa-caret-down {
  font-size: 14px;
  margin-left: 3px; }

.menu-desktop > ul > li > a {
  display: block;
  color: #bdd0e8;
  padding: 19px 25px 0 25px;
  height: 60px;
  position: relative;
  z-index: 3;
  transition: color 0.3s ease, background 0.3s ease; }

.menu-desktop > ul > li > a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3BA426;
  width: 0;
  height: 3px;
  transition: width 0.3s ease-in-out; }

.menu-desktop > ul > li > a:hover {
  color: #fff; }

.menu-desktop > ul > li > a:hover:after {
  width: 100%; }

.menu-desktop > ul > li > a:active {
  background: #3b539b; }

.menu-desktop > ul > li > a.isActive {
  background: #3CA727;
  color: #fff; }

/* menu desktop > submenu */
@keyframes submenuFade {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.menu-desktop .submenu {
  display: none;
  text-transform: none;
  background: #fff;
  width: 300px;
  position: absolute;
  z-index: 15;
  left: 0;
  top: 100%;
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, 0.3);
  animation-name: submenuFade;
  animation-duration: 0.3s;
  animation-fill-mode: both; }

.menu-desktop .submenu li {
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25; }

.menu-desktop .submenu a {
  display: block;
  color: #474747;
  padding: 14px 24px 12px 24px; }

.menu-desktop .submenu a:hover {
  color: #0A448E;
  background: #efefef; }

.menu-desktop .submenu a:before {
  display: none; }

.menu-desktop .has-sub:hover .submenu {
  display: block; }

/* mobile */
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 43;
  width: 260px;
  height: 100%;
  background: #fff;
  box-shadow: 3px 0 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation; }

@media (min-width: 480px) {
  .menu-mobile {
    width: 300px; } }

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

.menu--isActive {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.menu-mobile__logo {
  padding: 25px 20px 25px 20px;
  background: #062651;
  margin-bottom: 10px; }

.menu-mobile__logo img {
  display: block;
  width: 125px; }

.menu-mobile > ul > li {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative; }

.menu-mobile > ul > li:first-child {
  margin-left: 0; }

.menu-mobile > ul > li > a {
  display: block;
  color: #29396b;
  padding: 15px 12px 13px 20px;
  position: relative;
  -webkit-tap-highlight-color: #3b539b; }

.menu-mobile .has-sub > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #29396b;
  margin-left: 6px; }

.menu-mobile__icon {
  color: #009018;
  width: 24px;
  text-align: center;
  margin-right: 6px; }

.menu-mobile .submenu {
  display: none;
  font-size: 0.9375em;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px; }

.menu-mobile .submenu li {
  margin: 2px 0;
  position: relative; }

.menu-mobile .submenu li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #E7E7E8; }

.menu-mobile .submenu a {
  display: block;
  padding: 8px 15px 12px 25px;
  color: #444;
  position: relative; }

.menu-mobile .submenu a:before {
  display: inline-block;
  content: "\00BB";
  color: #999;
  position: relative;
  top: -1px;
  margin-right: 6px; }

/* mobile menu open */
@media (max-width: 991px) {
  .navFade {
    position: fixed;
    z-index: 9;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, right 0s linear 0.15s;
    -o-transition: opacity 0.4s ease, right 0s linear 0.15s;
    -moz-transition: opacity 0.4s ease, right 0s linear 0.15s;
    -ms-transition: opacity 0.4s ease, right 0s linear 0.15s;
    transition: opacity 0.4s ease, right 0s linear 0.15s; }
  .body-faded .navFade {
    right: 0;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); } }

/* toggle */
.nav-toggle {
  float: right;
  padding-top: 17px; }

@media (min-width: 600px) {
  .nav-toggle {
    padding-top: 40px; } }

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

.hamburger {
  width: 38px;
  height: 34px;
  position: relative;
  background: none;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  -webkit-tap-highlight-color: #c33; }

.hamburger span {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 4px;
  background: #354b8c;
  font-size: 0;
  text-indent: -9999px; }

.hamburger span:before, .hamburger span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 4px;
  background: #354b8c; }

.hamburger span:before {
  top: -10px; }

.hamburger span:after {
  bottom: -10px; }

.home-slider {
  padding: 30px 0 45px 0;
  position: relative;
  z-index: 1;
  background: url(../img/pat-light.png) repeat; }

@media (min-width: 992px) {
  .home-slider {
    margin-top: -30px;
    padding: 60px 0 45px 0; } }

.slide-container {
  background: #17488D; }

.slide-container:before, .slide-container:after {
  display: table;
  content: "";
  font-size: 0; }

.slide-container:after {
  clear: both; }

@media (min-width: 992px) {
  .slide-container {
    background: url(../img/slide-bg.jpg) center top no-repeat; } }

.slide-text-cell {
  padding: 20px;
  text-align: center; }

.slide-text-cell .btn {
  display: none; }

@media (min-width: 992px) {
  .slide-text-cell .btn {
    display: inline-block;
    margin-top: 20px; } }

.slide-image-cell {
  padding: 30px;
  background: #fff;
  text-align: center; }

@media (min-width: 992px) {
  .slide-col-text {
    padding: 0;
    width: 52%;
    float: left; }
  .slide-col-image {
    padding: 0;
    width: 48%;
    float: left; }
  .slide-aligner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 460px; }
  .slide-text-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 80px 0 60px;
    text-align: left; }
  .slide-image-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative; }
  .slide-image-cell:before {
    display: block;
    content: "";
    width: 100px;
    height: 460px;
    background: url(../img/slide-corner.png) center no-repeat;
    position: absolute;
    left: -100px;
    top: 0; } }

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2) {
  .slide-image-cell:before {
    background-image: url(../img/slide-corner@2x.png);
    background-size: 100px 460px; } }

.slide-title {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff; }

.slide-description {
  font-size: 1em;
  color: #8ba3e4; }

@media (min-width: 992px) {
  .slide-title {
    font-size: 2.5em; }
  .slide-description {
    font-size: 1.125em; } }

/* owl custom dots */
.custom-owl.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 15px 0 0 0; }

@media (min-width: 992px) {
  .custom-owl.owl-theme .owl-nav.disabled + .owl-dots {
    margin: -15px 0 0 60px; } }

.custom-owl.owl-theme .owl-dots {
  float: left;
  background: #fff;
  height: 30px;
  border-radius: 30px;
  position: relative;
  padding: 3px 6px 0 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 15px 0 0 0; }

@media (min-width: 992px) {
  .custom-owl.owl-theme .owl-dots {
    margin: -15px 0 0 60px; } }

.custom-owl.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px; }

.custom-owl.owl-theme .owl-dots .owl-dot span {
  background: #BAC0CE; }

.custom-owl.owl-theme .owl-dots .owl-dot.active span,
.custom-owl.owl-theme .owl-dots .owl-dot:hover span {
  background: #14CD25; }

/* home sections */
.home-section {
  margin-top: 50px; }

@media (min-width: 768px) {
  .home-section {
    margin-top: 100px; } }

.btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  border: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 4px;
  outline: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.15s ease; }

.btn:active {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset; }

.btn-green {
  background: #5BB83E;
  border-color: #1C8400;
  color: #fff; }

.btn-green .fa {
  color: #FCFF00; }

.btn-green:hover {
  background: #6fc554; }

.btn-green:active {
  background: #4e9d35; }

.btn-blue {
  background: #115bb6;
  border-color: #0e4b95;
  color: #fff; }

.btn-blue .fa {
  color: #fff; }

.btn-blue:hover {
  background: #1367cd; }

.btn-blue:active {
  background: #0f4f9f; }

.btn-block {
  width: 100%; }

.btn-icon-left {
  margin-right: 0.4em; }

.btn-icon-right {
  margin-left: 0.4em; }

.main-footer {
  position: relative;
  font-size: 14px;
  color: #bdd0e8;
  letter-spacing: 0.07em;
  background: #0D458B url(../img/pat-dark.png) repeat; }

.ft-container {
  padding: 40px 0; }

.ft-subtitle {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px; }

@media (min-width: 992px) {
  .ft-subtitle {
    margin-bottom: 25px; } }

.ft-list li {
  margin-top: 8px;
  word-wrap: break-word; }

.ft-list li:first-child {
  margin-top: 0; }

.ft-list a {
  color: #bdd0e8; }

.ft-list a span {
  color: #0fec38;
  margin-right: 4px; }

.ft-list a:hover, .ft-list a:hover span {
  color: #fff; }

.ft-list .link-more {
  margin-top: 12px !important; }

.ft-list .fa {
  color: #0fec38;
  margin-right: 4px; }

.ft-text p {
  margin-top: 5px; }

.ft-text p:first-child {
  margin-top: 0; }

.ft-mb-spaceup {
  margin-top: 40px; }

@media (min-width: 992px) {
  .ft-mb-spaceup {
    margin-top: 0; } }

/* newsletter */
.newsletter-form {
  margin-top: 10px;
  position: relative; }

.newsletter-form ::-webkit-input-placeholder {
  font-style: italic; }

.newsletter-form ::-moz-placeholder {
  font-style: italic; }

.newsletter-form :-ms-input-placeholder {
  font-style: italic; }

.newsletter-form :-moz-placeholder {
  font-style: italic; }

.newsletter-form label.error {
  position: absolute;
  left: 0;
  bottom: -28px;
  display: inline-block;
  color: #fff;
  font-size: 0.875em;
  background-color: #de6464;
  border-radius: 20px;
  padding: 2px 12px; }

.newsletter-field {
  background: #003D86;
  border: 1px solid #5273C5;
  border-radius: 4px;
  position: relative; }

.newsletter-input {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px 52px 10px 12px;
  background: transparent;
  color: #fff;
  letter-spacing: 0.04em; }

.newsletter-input:disabled {
  color: #849cbb;
  cursor: not-allowed; }

.newsletter-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #2E56A4;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease; }

.newsletter-button:hover {
  background: #3767c4; }

.newsletter-button:active {
  background: #3460b8; }

.newsletter-button:disabled {
  cursor: not-allowed; }

/* casa web */
.credits {
  background: #003077;
  padding: 20px 0 14px 0;
  text-align: center; }

@media (min-width: 480px) {
  .credits {
    text-align: right; } }

.credits__logo {
  width: 80px;
  display: inline-block; }

.credits__logo img {
  display: block; }

.credits__logo a {
  display: block;
  opacity: 0.7;
  transition: opacity 0.2s ease; }

.credits__logo a:hover {
  opacity: 1; }

body {
  min-width: 300px; }

/* section title */
.section-title {
  margin-bottom: 30px;
  color: #a6acb4;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; }

.section-title span {
  display: block;
  font-size: 28px;
  color: #37475b;
  font-weight: 700; }

@media (min-width: 768px) {
  .section-title {
    font-size: 28px; }
  .section-title span {
    font-size: 36px; } }

.section-title--border {
  padding-bottom: 10px;
  border-bottom: 2px solid #ebeff5; }

/* page */
.page {
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .page {
    padding-bottom: 100px; } }

.inner-page {
  padding: 50px 0; }

@media (min-width: 768px) {
  .inner-page {
    padding-bottom: 100px; } }

/* galerias */
.gallery:before, .gallery:after {
  display: table;
  content: "";
  font-size: 0; }

.gallery:after {
  clear: both; }

.gallery-pictures .imgLink {
  display: block;
  background: #fff;
  padding: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }

.gallery-2 {
  margin: -1.5%; }

.gallery-2 .item {
  width: 47%;
  margin: 1.5%;
  float: left; }

.gallery-2 .item--full {
  width: 97%;
  margin: 1.5%; }

.gallery-3 {
  margin: -1.5%; }

.gallery-3 .item {
  width: 30.333332%;
  margin: 1.5%;
  float: left; }

.gallery-3 .item--full {
  width: 97%;
  margin: 1.5%; }

.gallery-4 {
  margin: -1%; }

.gallery-4 .item {
  width: 23%;
  margin: 1%;
  float: left; }

.gallery-6 {
  margin: -1%; }

.gallery-6 .item {
  width: 14.666665%;
  margin: 1%;
  float: left; }

/* section list */
.section-list {
  margin-top: -40px; }

.section-list-item {
  padding-top: 40px; }

.section-list-v2 {
  margin-top: -60px; }

.section-list-item-v2 {
  padding-top: 60px; }

/* spacing */
.spaceup {
  padding-top: 60px; }

.mb-spaceup {
  padding-top: 40px; }

@media (min-width: 992px) {
  .mb-spaceup {
    padding-top: 0; } }

/* extra column padding */
@media (min-width: 992px) {
  .lPad {
    padding-left: 20px; }
  .rPad {
    padding-right: 20px; } }

/* custom fade in up (wow) */
@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.custom-fadeInUp {
  animation-name: customFadeInUp; }

/* breadcrumb */
.breadcrumb {
  font-size: 0.875em;
  margin-bottom: 30px; }

.breadcrumb li {
  display: inline-block;
  margin-right: 6px; }

.breadcrumb .fa {
  display: inline-block;
  margin-left: 10px; }

.breadcrumb a {
  color: #0a448e; }

.breadcrumb a:hover {
  color: #5BB83E; }

/* image class */
.image img {
  display: block;
  width: 100%; }

/* gallery thumb style */
.gallery-thumbs .imgLink {
  display: block;
  border: 2px solid #EBEFF5;
  border-radius: 4px;
  padding: 10px;
  transition: border 0.15s ease; }

.gallery-thumbs .imgLink:hover {
  border-color: #CADAF1; }

.gallery-thumbs figure {
  text-align: center; }

.gallery-thumbs img {
  display: inline-block; }

.gallery-thumbs-row {
  margin: -10px;
  padding-top: 20px; }

.gallery-thumbs-row:before, .gallery-thumbs-row:after {
  display: table;
  content: "";
  font-size: 0; }

.gallery-thumbs-row:after {
  clear: both; }

.gallery-thumbs-col {
  width: 50%;
  float: left;
  padding: 10px; }

/* text margin bottom */
.text-spacedown {
  margin-bottom: 30px; }

/* cards */
.card {
  position: relative; }

.card-fill {
  background: #fff;
  border: 2px solid #EBEFF5;
  border-radius: 4px; }

/* hover */
.card-link {
  display: block; }

@media (min-width: 992px) {
  .card-link .card-fill {
    transition: box-shadow 0.3s ease, border 0.15s ease; }
  .card-link:hover .card-fill {
    box-shadow: 0 14px 20px -8px rgba(0, 0, 0, 0.2);
    border-color: #cadaf1; } }

/* padding adicional p/ não cortar box-shadow */
.owl-card {
  padding: 5px 0 20px 0; }

/* produto */
@media (min-width: 768px) {
  .card-product {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 320px; } }

@media (min-width: 992px) {
  .card-product {
    height: 220px; } }

.card-product figure {
  display: inline-block; }

.card-product img {
  display: block;
  width: 100%; }

.card-product-cell {
  font-size: 0; }

@media (min-width: 768px) {
  .card-product-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; } }

.card-product-cell img {
  display: inline-block; }

/* logo */
.card-logo {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 80px; }

.card-logo figure {
  display: inline-block; }

.card-logo img {
  display: block;
  width: auto; }

.card-logo-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 0; }

.card-logo-cell img {
  display: inline-block; }

/* card text */
.card-body {
  text-align: center;
  padding: 30px 30px 40px 30px; }

.card-body--v2 {
  padding: 20px; }

.card-text {
  margin-top: 20px;
  color: #858ca2; }

.card-title {
  margin-bottom: 0; }

.card-info {
  font-size: 1.125em;
  color: #858ca2;
  max-width: 300px;
  margin: auto; }

.card-view-more {
  text-transform: uppercase;
  color: #0a448e;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  transition: color 0.2s ease; }

.card-view-more:hover {
  color: #5BB83E; }

.card-view-more .fa {
  margin-left: 2px; }

/* card list mobile spacing */
.card-list {
  margin-top: -30px; }

.card-list-item {
  margin-top: 30px; }

@media (min-width: 992px) {
  .card-list,
  .card-list-item {
    margin-top: 0; } }

@media (max-width: 991px) {
  .card-list .card .card-body {
    min-height: auto !important; } }

/* card grid */
.card-grid {
  margin-top: -10px; }

.card-grid .card-grid-item {
  margin-top: 20px; }

@media (min-width: 480px) {
  .card-grid {
    margin: -1%; }
  .card-grid .card-grid-item {
    width: 48%;
    margin: 1%;
    float: left; }
  .card-grid .clear-2 {
    clear: left; } }

@media (min-width: 992px) {
  .card-grid .card-grid-item {
    width: 23%; }
  .card-grid .clear-2 {
    clear: none; }
  .card-grid .clear-4 {
    clear: left; } }

@media (min-width: 480px) {
  .form-box {
    background: #f8f9fb;
    padding: 30px;
    border: 1px solid #d8dce6;
    border-radius: 4px; } }

.form .label {
  display: block;
  margin-bottom: 4px;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase; }

.form .label .red {
  color: #d33; }

.form .label .tip {
  font-weight: 400;
  font-style: italic;
  text-transform: none; }

.form .field-container {
  margin: 0 0 25px 0; }

.form .field {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #d8dce6;
  border-radius: 3px;
  background: #fff;
  outline: 0;
  margin: 0;
  position: relative;
  top: 1px;
  transition: background 0.2s ease; }

.form .field:focus {
  background-color: #f9f9f9; }

.form label.error {
  display: inline-block;
  color: #fff;
  font-size: 0.875em;
  background-color: #de6464;
  border-radius: 20px;
  padding: 2px 12px;
  position: relative;
  top: -14px;
  margin-bottom: 25px; }

.form textarea {
  height: 200px;
  resize: none; }

.form__intro {
  font-size: 0.875em;
  margin-bottom: 60px; }

@media (min-width: 480px) {
  .form__intro {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; } }

.form__tip {
  font-style: italic;
  font-size: 0.875em;
  margin-bottom: 20px; }

.form__tip span {
  font-style: normal;
  color: #c33; }

.form__submit {
  clear: both; }

@media (min-width: 480px) {
  .form__submit {
    text-align: right; } }

.form .captcha {
  margin-bottom: 30px; }

@media (max-width: 479px) {
  .form .captcha__resizer {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.form .captcha label.error {
  top: 0;
  margin: 8px 0 0 0; }

@media (max-width: 479px) {
  .form .captcha label.error {
    top: -14px; } }

/* profissionais */
.contacts {
  margin-top: -20px; }

.contacts .contacts-item {
  margin-top: 20px;
  padding: 15px 20px 14px 20px;
  border: 1px solid #d8dce6;
  border-radius: 3px; }

.contacts .contacts-item:hover {
  border-color: #eaa161;
  background: #f6f7f9; }

/* sustentabilidade */
@media (min-width: 992px) {
  .page-article .image {
    max-width: 420px;
    float: right;
    margin: 0 0 30px 30px; } }

.map {
  background: #F8F9FB;
  padding: 10px;
  border: 1px solid #D8DCE6;
  border-radius: 4px; }

.map__frame {
  position: relative;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

@media (min-width: 768px) {
  .map__frame {
    padding-bottom: 36%; } }

.map__frame iframe, .map__frame .object, .map__frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.empresa-thumbs {
  margin: -2%;
  padding-top: 15px; }

.empresa-thumbs figure {
  width: 46%;
  margin: 2%;
  float: left; }
