/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@media (max-width: 639px) {
  .small-center-text {
    text-align: center !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .small-center-justify {
    justify-content: center !important;
  }
}

@media (max-width: 639px) {
  .small-remove-left {
    left: 0px !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-remove-left {
    left: 0px !important;
  }
}

@media (max-width: 639px) {
  .small-order-1 {
    order: 1 !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-half-width {
    width: 50% !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-center-text {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-center-justify {
    justify-content: center !important;
  }
}

@media (min-width: 1025px) {
  .large-center-justify {
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .small-inline {
    display: inline-flex;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-inline {
    display: inline-flex;
  }
}

@media (max-width: 639px) {
  .small-margin-auto {
    margin: 0 auto;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-margin-auto {
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .small-left-text {
    text-align: left;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-left-text {
    text-align: left;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-add-4 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}

@media (max-width: 639px) {
  .small-add-4 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-add-3 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-add-2 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-add-1 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-add-5 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-no-padding {
    padding: 0px !important;
  }
}

@media (max-width: 639px) {
  .small-no-padding {
    padding: 0px !important;
  }
}

@media (max-width: 639px) {
  .small-100-width {
    width: 100% !important;
    padding-bottom: 20px !important;
    top: 20px !important;
  }
}

@media (max-width: 639px) {
  .small-services-6 {
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding: 20px !important;
    left: 0% !important;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-services-6 {
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding: 70px !important;
    left: 0% !important;
  }
}

@media (max-width: 639px) {
  .small-hide {
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
  }
}

@media (min-width: 639px) and (max-width: 1024px) {
  .medium-hide {
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
  }
}

.block-services-6 a {
  color: black;
  -webkit-filter: opacity(85%);
          filter: opacity(85%);
  opacity: 0.8;
  font-size: 12px;
}

.block-services-6 a:hover {
  color: white;
  -webkit-filter: opacity(85%);
          filter: opacity(85%);
  opacity: 0.8;
  font-size: 12px;
}

.block-services-6 a img {
  opacity: 1;
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}

.block-services-6 a:hover img {
  opacity: 1;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

#footer {
  letter-spacing: 2px !important;
  font-weight: 300;
  height: 311px;
  padding-top: 52px;
  font-size: 12.8px;
}

#footer a {
  color: white;
}

footer {
  height: auto !important;
}

@media (min-width: 1024px) {
  #footer .line {
    border-right: 1px solid #122842;
  }
}

@media (max-width: 1024px) {
  #footer .line {
    margin-bottom: 30px;
  }
}

#footer .center {
  display: flex;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row.conteudo-footer {
  display: flex;
  align-items: center;
}

.conteudo-footer {
  color: #fff;
  text-align: left;
}

#footer ul {
  color: #fff;
  font-size: 11px;
  list-style: none;
  margin-bottom: 0px;
}

#footer .icones-footer ul {
  display: flex;
  list-style: none;
  justify-content: start;
  align-items: center;
  padding-left: 36px;
}

#footer .logo img {
  height: auto;
  width: 170px;
  margin-bottom: 23px;
  margin-right: 7px;
  margin-left: 7px;
}

.li-icone {
  display: inline-flex;
  align-items: center;
}

.btn-client-area {
  padding: 3px;
  margin-left: 12px;
  transition: 0.4s all;
  background: transparent;
  line-height: 20px !important;
}

.orange {
  border: 1px solid #c8592e;
  padding: 6px 15px !important;
  padding-top: 6px;
  border-radius: 25px;
  background: #c8592e !important;
  transition: 400ms;
  text-transform: uppercase;
  color: white !important;
}

.orange:hover {
  background: transparent !important;
}

.translucent {
  border: 1px solid #fff;
  padding: 6px 25px !important;
  padding-top: 6px;
  border-radius: 25px;
  transition: 400ms;
  text-transform: uppercase;
  color: white !important;
}

.translucent:hover {
  background: white;
  color: black !important;
}

.header-4 {
  transition: 0.4s all;
}

.header-4 .top-bar {
  transition: 0.4s all;
  height: 120px;
  background: transparent;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.scrolled .top-bar {
  height: 60px;
}

.header-4 img {
  max-width: 230px !important;
  transition: 0.4s all;
}

.scrolled img {
  max-width: 143px !important;
}

.header-4 .top-bar-right ul {
  background: transparent !important;
}

.header-4 .top-bar-right ul a {
  letter-spacing: 1.5px !important;
  padding: 16px 13px;
}

.main-title-center-block {
  font-family: "Gotham Rounded Bold";
  font-weight: normal;
  line-height: 1;
}

.block-services-5 ul {
  line-height: inherit;
}

@media (max-width: 640px) {
  .block-services-5 .responsive-image {
    flex-direction: column !important;
  }
}

@media (max-width: 640px) {
  .block-services-5 .image-small {
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .block-services-5 .lista-diferenciais {
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  .block-services-5 .lista2-diferenciais {
    text-align: left !important;
  }
}

.block-whitespace .example-css {
  background-color: red;
}

.footer-5 .example-css {
  background-color: red;
}

.header-4 .list-button {
  text-decoration: none;
  padding: 10px 30px;
  float: right;
  display: flex;
  align-items: center;
}

.header-4 li {
  list-style: none;
}

@media (max-width: 640px) {
  .module-partners-1 .responsive-center-image {
    justify-content: center;
    display: flex;
  }
}

.header-3 .medium-small-font {
  font-size: 12px !important;
}

.header-3 .example-css {
  background-color: red;
}

.header-3 .search-wrapper {
  position: relative;
}

@media (max-width: 1023px) {
  .header-3 .search-wrapper {
    width: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
  }
}

.header-3 .search-wrapper .search-input {
  position: absolute;
  top: 1px;
  right: 0px;
  width: 0px;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-color: gray;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.4s;
  height: 39px;
}

@media (max-width: 639px) {
  .header-3 .hide-for-small-custom {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
  }
}

.header-3 .search-wrapper .button-search {
  position: absolute;
  background-color: orange;
  width: 70px;
  z-index: 2;
  border-radius: 30px;
  transition: 0.2s all;
  height: 40px;
  right: 0px;
}

.header-3 .search-wrapper.actived .button-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header-3 .search-wrapper.actived .search-input {
  visibility: visible;
  opacity: 1;
  right: 69px;
  width: 130px;
  height: 39px;
}

.header-3 .button-header-menu {
  color: black;
}

.header-3 .button-hover-icon {
  display: inline-flex;
}

.header-3 .button-hover-icon .icon {
  width: 0px;
  height: 50%;
  position: absolute;
  transition: 0.2s all;
  margin-right: 8px;
}

@media (max-width: 848px) {
  .header-3 .button-hover-icon .icon {
    height: 25%;
  }
}

@media (min-width: 849px) and (max-width: 1024px) {
  .header-3 .button-hover-icon .icon {
    height: 35%;
  }
}

@media (min-width: 1024px) {
  .header-3 .button-hover-icon .icon {
    height: 50%;
  }
}

.header-3 .button-hover-icon-active .icon {
  width: 4px;
  height: 50%;
  position: absolute;
  background-color: #2c9cce;
}

@media (max-width: 848px) {
  .header-3 .button-hover-icon-active .icon {
    height: 25%;
  }
}

@media (min-width: 849px) and (max-width: 1024px) {
  .header-3 .button-hover-icon-active .icon {
    height: 35%;
  }
}

@media (min-width: 1024px) {
  .header-3 .button-hover-icon-active .icon {
    height: 50%;
  }
}

.header-3 .button-hover-icon-active {
  display: inline-flex;
}

.header-3 .button-hover-icon:hover .icon {
  width: 4px;
  background-color: #2c9cce;
  height: 50%;
  position: absolute;
}

@media (max-width: 848px) {
  .header-3 .button-hover-icon:hover .icon {
    height: 25%;
  }
}

@media (min-width: 849px) and (max-width: 1024px) {
  .header-3 .button-hover-icon:hover .icon {
    height: 35%;
  }
}

@media (min-width: 1024px) {
  .header-3 .button-hover-icon:hover .icon {
    height: 50%;
  }
}

.block-gallery-1 .example-css {
  background-color: red;
}

.block-services-7 .example-css {
  background-color: red;
}

@media (max-width: 640px) {
  .block-services-7 .responsive-small {
    padding-right: 5px !important;
  }
}

.block-services-8 .example-css {
  background-color: red;
}

@media (max-width: 640px) {
  .module-partners-1 .responsive-center-image {
    justify-content: center;
    display: flex;
  }
}

.block-contact-3 .button-submit {
  padding: 12px 24px;
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 100ms;
  text-transform: uppercase !important;
}

.block-contact-3 input[type=text],
.block-contact-3 input[type=email],
.block-contact-3 input[type=number],
.block-contact-3 select,
.block-contact-3 textarea,
.block-contact-3 input[type=checkbox] {
  border-radius: 0px;
  color: white;
  background: #4f4f4f;
  border: none;
}

.block-contact-3 input[type=text]:focus,
.block-contact-3 input[type=email]:focus,
.block-contact-3 input[type=number]:focus,
.block-contact-3 select:focus,
.block-contact-3 textarea:focus {
  border-radius: 0px;
  color: white;
  border: none;
  box-shadow: none;
  background: #4f4f4f;
}

.block-contact-3 .checkbox-custom {
  width: 30px;
  height: 30px;
  background: red;
}

.block-contact-3 .button-submit:hover {
  cursor: pointer;
}

.block-gallery-2 .example-css {
  background-color: red;
}

.block-newsletter-1 .card-c {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.block-newsletter-2 .button-submit {
  padding: 12px 24px;
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 100ms;
  width: 100%;
  text-transform: uppercase !important;
}

.block-newsletter-2 input[type=text],
.block-newsletter-2 input[type=email],
.block-newsletter-2 input[type=number],
.block-newsletter-2 select,
.block-newsletter-2 textarea,
.block-newsletter-2 input[type=checkbox] {
  border-radius: 0px;
  color: #4f4f4f;
  background: white;
  border: none;
}

.block-newsletter-2 input[type=text]:focus,
.block-newsletter-2 input[type=email]:focus,
.block-newsletter-2 input[type=number]:focus,
.block-newsletter-2 select:focus,
.block-newsletter-2 textarea:focus {
  border-radius: 0px;
  color: #4f4f4f;
  border: none;
  box-shadow: none;
  background: white;
}

.block-newsletter-2 .checkbox-custom {
  width: 30px;
  height: 30px;
  background: red;
}

.block-newsletter-2 .button-submit:hover {
  cursor: pointer;
}

.block-banner-2 .banner-title {
  font-size: 48px;
  color: white;
  margin-bottom: 8px;
}

.block-banner-2 .banner-subtitle {
  margin-bottom: 28px;
}

.block-banner-2 .banner-content {
  margin-bottom: 28px;
}

.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.owl-dot span {
  background: rgba(128, 128, 128, 0.78) !important;
  border-radius: 0px !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
  width: 13px !important;
  height: 13px !important;
  transition: 0.2s all;
}

.owl-dot:hover span {
  background: #808080 !important;
}

.active span {
  background: #808080 !important;
}

.alternatives-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.alternative-link {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background: #999;
  align-items: center;
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  border-radius: 14px;
  border: 3px solid #444;
  margin: 10px;
  width: 145px;
  height: 138px;
  box-sizing: border-box;
  flex-direction: column;
  text-align: center;
}

.alternative-image {
  margin-bottom: 15px;
}

.alternative-link:hover {
  text-decoration: none;
}

.block-client-1 .example-css {
  background-color: red;
}

