/**
 * 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;-ms-touch-action:pan-Y;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;-khtml-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{-ms-touch-action:pan-y;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:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@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{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(../themes/default/assets/vendor/owl-carousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-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}
/*HEADER*/
header {
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 20px 0;
}
header#header {
  position: sticky;
  background: #004578;
}
header#headerHome {
  position: absolute;
}
header #menu li {
  margin: 0 20px;
}
header #menu li:last-child {
  margin-right: 0;
}
header #menu li a {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
header #menu li a.active,
header #menu li a:hover {
  color: #5dbccd;
}
header #menu li.dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #menu li.dropdown .dropdown-menu {
  min-width: 230px;
  margin-top: 10px;
}
header #menu li.dropdown .dropdown-menu:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -8px;
  left: 30px;
}
header #menu li.dropdown .dropdown-menu a {
  margin: 5px 0;
  color: #61656f;
  font-weight: normal;
  display: block;
  font-size: 16px;
  padding: 3px 15px;
}
/*END HEADER*/
/*HOME*/
#conceptual img {
  height: 100vh;
  object-fit: cover;
  -o-object-fit: cover;
}
#conceptual video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#conceptual .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#conceptual .content-banner h1 {
  font-size: 50px;
}
#conceptual .content-banner .caption {
  width: 65%;
}
#conceptual .content-banner .caption .block-text p {
  font-size: 19px;
}
#conceptual .content-banner .button-more a {
  padding: 15px 40px;
  background: #ffda44;
  color: #4c443a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  max-width: max-content;
}
#conceptual .content-banner .button-more a i {
  font-size: 14px;
  opacity: 0.6;
}
#conceptual .content-banner .button-more a:hover {
  background: #5dbccd;
  color: #004578;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#aboutHome .block-text {
  width: 90%;
}
#descriptionHome {
  background: #e7eaee;
}
#descriptionHome:after,
#descriptionHome:before {
  content: '';
  display: block;
  background: url("../themes/default/assets/images/grafismo.png") no-repeat top center;
  width: 100px;
  height: 90px;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  position: absolute;
}
#descriptionHome:before {
  top: -50px;
  left: 13%;
}
#descriptionHome:after {
  bottom: -50px;
  right: 13%;
}
#cta .block-text {
  width: 80%;
  margin: 0 auto;
}
#cta .block-text p {
  font-size: 23px;
  font-weight: normal;
}
#cta .block-text p strong {
  font-style: italic;
}
#blogHome {
  background: url("../themes/default/assets/images/bg-content.png") no-repeat top center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  padding-bottom: 8rem;
}
#blogHome .btn-more .btn-default {
  background-color: #004578;
  color: #fff;
}
/*END HOME*/
#solutionIntern #listInfo {
  gap: 2rem 0;
}
#solutionIntern #listInfo .item-info {
  border: 3px solid #004578;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1.5rem 1.125rem;
  box-shadow: 5px 5px 4px #d5d5d5;
  -moz-box-shadow: 5px 5px 4px #d5d5d5;
  -o-box-shadow: 5px 5px 4px #d5d5d5;
  -webkit-box-shadow: 5px 5px 4px #d5d5d5;
}
#solutionIntern #listInfo .item-info h4 {
  font-size: 1.25rem;
  margin: 15px 0;
}
#solutionIntern #listInfo .item-info p {
  font-size: 15px;
  margin-bottom: 0;
}
#solutionIntern #bannerSolution .text-banner-service {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00457890;
}
#solutionIntern #bannerSolution .text-banner-service h4 {
  margin: 0;
  width: 51%;
  text-align: center;
  line-height: 1.5;
  font-size: 30px;
}
#solutionIntern #ctaServices {
  border: 2px solid #779cb7;
  padding: 30px;
}
#solutionIntern #ctaServices .text-cta {
  width: 85%;
  margin: 0 auto;
}
#solutionIntern #ctaServices .text-cta p {
  font-size: 25px;
}
#solutionIntern #ctaServices .btn-default {
  background-color: #004578;
  color: #fff;
}
#solutionIntern #ctaSolution li {
  margin: 30px 0;
  color: #fff;
  background: url('../themes/default/assets/images/symbol.png') no-repeat left 5px;
  padding: 0 0 0 37px;
  list-style: none;
}
#solutionIntern #whyGoogleAds #lisItemsWhy li {
  margin: 2rem 0;
}
#solutionIntern #whyGoogleAds #lisItemsWhy li .item-why img {
  height: 130px;
  object-fit: contain;
  -o-object-fit: contain;
}
#solutionIntern #whyGoogleAds #lisItemsWhy li .item-why .text-why {
  width: 94%;
}
#solutionIntern #whyGoogleAds #lisItemsWhy li .item-why .text-why p {
  line-height: 1.8;
  margin-bottom: 0;
}
#solutionIntern .item-video {
  width: 75%;
  margin: 0 auto;
}
#solutionIntern #testimonies .item-testimony img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#solutionIntern #testimonies .item-testimony h5 {
  margin: 0 0 5px;
}
#solutionIntern #testimonies .item-testimony p {
  line-height: 1.8;
}
#solutionIntern #testimonies .item-testimony span {
  font-size: 16px;
}
#solutionIntern .width-form {
  width: 75%;
  margin: 0 auto;
}
#solutionIntern .width-form form {
  width: 85%;
  margin: 0 auto;
}
#blogIntern #conceptual img {
  height: auto;
  min-height: 400px;
}
#blogIntern article .block-text {
  color: #677078;
}
#blogIntern article .block-text .title-date {
  width: 65%;
  margin: 0 auto;
}
#blogIntern article .block-text h2,
#blogIntern article .block-text h3,
#blogIntern article .block-text h4,
#blogIntern article .block-text h5,
#blogIntern article .block-text h6 {
  color: #004578;
  font-weight: bold;
  margin-bottom: 20px;
}
#blogIntern article .block-text ol {
  padding: 0;
}
#blogIntern article .block-text ol li {
  list-style-position: inside;
  font-size: 16px;
  margin-bottom: 10px;
}
#blogIntern article .block-text ol li p {
  display: inline;
  margin: 0;
}
#blogIntern article .block-text ul li {
  list-style: inside;
  font-size: 16px;
  margin: 2px 0;
}
#blogIntern article .block-text img {
  max-width: 100%;
}
#blogIntern article .block-text .fr-fic.fr-fil {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
#blogIntern article .block-text .fr-fic.fr-fir {
  float: right;
  margin: 10px 0 10px 20px;
}
#blogIntern article .block-text a {
  color: #004578;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#blogIntern article .block-text a:hover {
  color: #5dbccd;
}
#blog #listBlog li {
  margin: 30px 0;
}
#policy .block-text h4 {
  color: #004578;
  font-size: 16px;
  font-weight: normal;
  margin: 30px 0 10px;
}
#formContact {
  width: 60%;
  margin: 0 auto;
}
#formContact .btn-default {
  background-color: #004578;
  color: #fff;
}
/* FORMULÁRIO */
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
form .form-group {
  margin-bottom: 15px;
}
form .form-group select.form-control {
  padding: 6px 10px;
  color: #b0afaf;
}
form .form-group select.form-control:focus {
  color: #b0afaf;
}
form .form-group textarea.form-control {
  height: 125px;
  resize: none;
}
form .form-group label {
  margin-bottom: 5px;
  color: #677078;
  font-size: 14px;
}
form .form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: 2px solid #004578;
  padding: 5px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .form-group .form-control:focus {
  border-color: #5dbccd;
  color: #677078;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .form-group .form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
form .form-group #policyForm p {
  font-size: 12px;
}
form .form-group #policyForm a {
  color: #004578;
  font-weight: bold;
}
form .form-group #policyForm a:hover {
  color: #5dbccd;
}
form .btn-default:not(#btnFormNews) {
  padding: 15px 60px;
  background-color: #004578;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
}
::-webkit-input-placeholder {
  color: #8e8e8e !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e !important;
}
:-ms-input-placeholder {
  color: #8e8e8e !important;
}
/* END FORMULÁRIO */
/*FOOTER*/
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer h4 {
  font-size: 1.25rem;
}
footer #boxInfos {
  position: relative;
  top: -70px;
}
footer #boxInfos li {
  border: 1px solid #6698a1;
}
footer #boxInfos li .item-info {
  color: #000;
  padding: 30px 20px;
}
footer #boxInfos li i {
  font-size: 20px;
  text-align: center;
  width: 25px;
}
footer #boxInfos li p {
  margin: 0;
}
footer #boxInfos li a:hover .item-info {
  color: #093eb6;
}
footer #contentFooter .text-footer {
  opacity: 0.5;
}
footer #menuFooter li a {
  margin: 15px 0;
  display: block;
  opacity: 0.5;
  font-size: 16px;
}
footer #menuFooter li a:first-child {
  margin-top: 0;
}
footer #menuFooter li a:hover {
  opacity: 1;
}
footer #newsletter p {
  opacity: 0.5;
}
footer #newsletter .btn-default {
  color: #000;
}
footer #newsletter .btn-default:hover {
  color: #fff;
}
footer #copyright {
  border-top: 1px solid #ffffff50;
  padding-top: 30px;
  margin-top: 40px;
}
footer #copyright a:hover p {
  opacity: 1;
}
footer #copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
footer .list-network {
  padding-top: 20px;
}
footer .list-network li a {
  color: #000;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  padding: 10px 4px;
  font-size: 18px;
  width: 38px;
  text-align: center;
  display: block;
  background: #5dbccd;
}
footer .list-network li a:hover {
  background: #093eb6;
  color: #fff;
}
footer #arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(0, 69, 120, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #004578;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000000);
}
/*END FOOTER*/
/* --- Transitions --- */
.transition-all {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.transition-color {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
.transition-background {
  transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
/* --- End Transitions --- */
body,
html {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
}
body {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.font-roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.3;
  font-weight: bold;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #004578;
}
.bg-default {
  background: #004578;
}
.color-secondary {
  color: #5dbccd;
}
.background-secondary {
  background: #5dbccd;
}
.color-ternary {
  color: #093eb6;
}
.text-color {
  color: #677078;
}
.color-dark {
  color: #41454f;
}
.color-black {
  color: #000000;
}
.bg-clean {
  background: #e7eaee;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  padding: 15px 40px;
  border: none;
  color: #004578;
  outline: none;
  background: #5dbccd;
  background-size: 0% 0%;
  background-position: 50% 50%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#093eb6, #093eb6);
  background-repeat: no-repeat;
  color: #fff;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  width: 15px;
  height: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #004578;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 20px 0 0;
}
.bg-black {
  background: #000;
}
.nav-breadcrumb {
  padding: .75rem 0;
  margin: 0;
  background-color: #212121;
}
.nav-breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.nav-breadcrumb .breadcrumb li figure {
  margin-right: 5px;
}
.nav-breadcrumb .breadcrumb li figure img {
  height: 13px;
  filter: brightness(0) invert(1);
}
.nav-breadcrumb .breadcrumb li.active a {
  color: #004578;
}
.nav-breadcrumb .breadcrumb li a {
  color: #fff;
  font-size: 14px;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #004578;
}
/*END STYLES GLOBAL*/
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.block-text h2 {
  font-size: 30px;
}
#listBlog li a img {
  height: 284px;
}
#listBlog li a .date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #004578;
  padding: 8px;
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
  z-index: 2;
}
#listBlog li a .date span {
  font-size: 32px;
}
#listBlog li a .item-blog {
  height: 100%;
}
#listBlog li a .text-post {
  background: #fff;
  padding: 24px;
  color: #41454f;
  box-shadow: 0 1px 3px #00000010;
  -moz-box-shadow: 0 1px 3px #00000010;
  -o-box-shadow: 0 1px 3px #00000010;
  -webkit-box-shadow: 0 1px 3px #00000010;
  height: calc(100% - 284px);
}
#listBlog li a .text-post h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
}
.pagination li {
  font-size: 18px;
  margin: 5px;
}
.pagination li a {
  color: #677078;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pagination li a:hover {
  color: #004578;
}
.pagination li.active a {
  color: #004578;
}
#clients .block-text p {
  font-size: 18px;
}
#clients ul {
  gap: 3rem 0;
}
#clients ul li .item-client {
  background: #e7eaee;
  padding: 30px;
  width: 75%;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 4px #00000008;
  -webkit-box-shadow: 0 1px 4px #00000008;
  -o-box-shadow: 0 1px 4px #00000008;
  -moz-box-shadow: 0 1px 4px #00000008;
}
#clients ul li a:hover .item-client {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#tools ul li {
  margin: 20px 40px;
}
#page h1 {
  color: #004578;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#page h2 {
  font-size: 1.75rem;
}
#page h3 {
  font-size: 1.5rem;
}
#page h4 {
  font-size: 1.25rem;
}
#page h5 {
  font-size: 1.125rem;
}
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  color: #004578;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  #menu li {
    margin: 0 5px;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .block-text h2 {
    font-size: 26px;
  }
  #descriptionHome::before {
    left: 3%;
  }
  #descriptionHome::after {
    right: 3%;
  }
  #cta .block-text {
    width: 85%;
  }
  #listBlog li a img {
    height: 240px;
  }
  #listBlog li a .text-post {
    height: calc(100% - 240px);
  }
  #listBlog li a .text-post h3 {
    font-size: 18px;
  }
  footer #boxInfos li .item-info {
    padding: 30px 0;
  }
  footer h4 {
    font-size: 22px;
  }
  #blogIntern #conceptual img {
    min-height: 300px;
  }
  #bannerService .text-banner-service h4 {
    width: 60%;
  }
  #solutionIntern #whyGoogleAds #lisItemsWhy li .item-why .text-why {
    width: 95%;
  }
  #solutionIntern #whyGoogleAds #lisItemsWhy li .item-why .text-why h4 {
    font-size: 20px;
  }
  #solutionIntern .width-form {
    width: 85%;
  }
  #solutionIntern .item-video {
    width: 80%;
  }
  #blogIntern article .block-text img {
    max-width: 420px;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #iconNavicon img {
    filter: brightness(0) invert(1);
    width: 20px;
  }
  #iconNavicon span {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header#headerHome {
    position: static;
    background: #004578;
  }
  header nav#menu {
    display: none;
    margin: 20px 0 0;
  }
  header nav#menu ul li {
    font-size: 24px;
    text-align: right;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
  }
  header nav#menu ul li a:after {
    display: none;
  }
  header nav#menu ul li.dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  header nav#menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  /**********/
  #conceptual video,
  #conceptual img {
    height: 55vh;
  }
  #conceptual .content-banner .caption {
    width: 85%;
  }
  #aboutHome .block-text {
    width: auto;
  }
  .block-text h2 {
    font-size: 22px;
  }
  #descriptionHome:after,
  #descriptionHome:before {
    width: 70px;
    height: 60px;
  }
  #descriptionHome:before {
    top: -30px;
  }
  #descriptionHome:after {
    bottom: -30px;
  }
  #listClients li {
    margin: 15px 0;
  }
  #tools ul li {
    margin: 20px 25px;
  }
  #cta .block-text p {
    font-size: 20px;
  }
  #cta .block-text {
    width: 90%;
  }
  footer #boxInfos li p {
    font-size: 13px;
  }
  footer #boxInfos li i {
    font-size: 16px;
    width: 20px;
  }
  .content-info h5 {
    font-size: 18px;
  }
  #newsletter {
    margin-top: 50px;
  }
  footer #boxInfos {
    top: -50px;
  }
  /*END HOME*/
  /*INTERN*/
  #blogIntern #conceptual img {
    min-height: 225px;
  }
  #blogIntern article .title-date {
    width: 80%;
  }
  #bannerService .text-banner-service h4 {
    width: 68%;
    font-size: 25px;
  }
  #solutions .img-solution {
    margin: 2rem 0;
  }
  #solutionIntern h2 {
    font-size: 1.5rem;
  }
  #solutionIntern #bannerSolution .text-banner-service h4 {
    width: 90%;
  }
  #solutionIntern .btn-default {
    padding: 15px;
    line-height: 1.5;
  }
  #solutionIntern .item-video {
    width: 100%;
  }
  #blogIntern article .block-text img {
    max-width: 350px;
  }
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.8rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 35px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
  }
  .btn-default {
    width: 100%;
  }
  #conceptual .content-banner h1 {
    font-size: 28px;
  }
  #conceptual .content-banner .caption {
    width: auto;
  }
  .padding-block {
    padding: 2.5rem 0;
  }
  #descriptionHome:after,
  #descriptionHome:before {
    display: none;
  }
  #clients ul li a .item-client {
    width: auto;
    padding: 20px;
  }
  #cta .block-text {
    width: auto;
  }
  #cta .block-text p {
    font-size: 18px;
  }
  footer #boxInfos li p {
    font-size: 16px;
  }
  #menuFooter {
    margin-top: 20px;
  }
  .box-menu-footer {
    margin-top: 30px;
  }
  footer #boxInfos {
    top: -40px;
  }
  #formContact {
    width: auto;
  }
  #blog #listBlog li {
    margin: 20px 0;
  }
  #blogIntern article .title-date {
    width: auto;
  }
  h1 {
    font-size: 30px;
  }
  #services ul li span {
    width: 86%;
    font-size: 18px;
  }
  #services ul li img {
    height: 18px;
  }
  #bannerService .text-banner-service h4 {
    width: 92%;
    font-size: 18px;
  }
  .banner-cta img {
    height: 140px;
  }
  #ctaServices {
    padding: 20px;
  }
  #ctaServices .text-cta {
    width: auto;
  }
  #ctaServices .text-cta p {
    font-size: 18px;
  }
  #ctaServices h2 {
    font-size: 23px;
  }
  #aboutHome figure {
    margin-top: 20px;
  }
  #solutionIntern #whyGoogleAds #lisItemsWhy li .item-why .text-why {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
  #solutionIntern iframe {
    height: 220px;
  }
  #solutionIntern #testimonies .item-testimony img {
    max-height: 200px;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #solutionIntern #testimonies .item-testimony figure {
    margin-bottom: 20px;
  }
  #solutionIntern #testimonies .item-testimony {
    text-align: center;
  }
  #solutionIntern #bannerSolution .text-banner-service h4 {
    width: 92%;
    font-size: 18px;
  }
  #page h1 {
    font-size: 1.25rem;
  }
  #solutionIntern .width-form,
  #solutionIntern .width-form form {
    width: auto;
  }
  #listBlog li a .text-post {
    height: auto;
  }
  #blogIntern article .block-text img {
    max-width: 100%;
    height: auto;
    float: none;
    margin: 10px 0;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
