body {
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}


html {
  box-sizing: border-box;
  font-size: 16px;

}

.header {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 105vh; */
  padding-top: 20px;
}

.nav {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 3px;
  position: absolute;
  transform: all 0.3s;
  background: #0B213A;
  z-index: 9;
  top: 0px;
  width: 100%;
}

.nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nav ul li {
  display: flex;
}

.nav ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  color: white;
  padding: 0.25rem 0;
  margin: 10px 1.80rem;
  text-transform: uppercase;
  text-decoration: none;
}

.nav ul li a:hover {
  text-decoration: underline;
}

.nav ul li.logo .black {
  display: none;
}

.nav ul li.logo a {
  margin: 0 4rem;
}

.nav-icon {
  position: absolute;
  top: 27px;
  right: 30px;
  padding: 5px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
}

.nav-icon span {
  background: white;
  width: 30px;
  height: 1px;
  display: block;
  transition: 300ms linear all;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
  width: 20px;
  margin: 0 auto;
}

.nav-icon span:nth-child(2) {
  margin: 5px 0;
  width: 32px;
}

.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
  width: 30px
}

.full-nav {
  background: #0B213A;
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 3.75rem;
  z-index: 99;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
  transition: all .4s ease-in-out;
}

.full-nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .4s ease-in-out;
  z-index: 99;
}

.full-nav .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}

.nav2 {
  display: flex;
  justify-content: center;
}

.nav2 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 700px;

}

.nav2 ul li {
  display: flex;
  flex: 50%;
  background-color: #fff;
  padding: 1rem;
  border-bottom: 10px solid #0B213A;
  border-right: 10px solid #0B213A;
  transition: all 0.5s;
}

.nav2 ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  color: #0B213A;
  text-decoration: none;
}

.nav2 ul li a span {
  color: #b9b9b9;
}

.nav2 ul li:hover {
  background-color: #29ABE2;
}

.nav2 ul li:hover a,
.nav2 ul li:hover a span {
  color: white;
}

.social-icons a {
  color: white;
  border: 4px solid white;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 20px;
  display: inherit;
  text-align: center;
  border-radius: 50px;
  transition: all ease 1s;
  margin-top: 40px;
}

.social-icons a:hover i {
  color: #29ABE2;
  margin-top: -10px;
  border-color: #29ABE2;
}

.social-icons a:hover {
  color: #29ABE2;
  margin-top: -10px;
  border-color: #29ABE2;
}

ul.social-icons.list-inline {
  text-align: center;
  margin-top: 22px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.corner-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 0 0 0 120px;
  z-index: 2;
}

.nav-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.nav-close span {
  background: #0B213A;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
}

.nav-close span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.nav.sticky {
  width: 100%;
  position: fixed;
  background-color: #0B213A;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.60);
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
}


.nav.sticky a {
  color: white;
}

.nav.sticky ul li.logo .white {
  display: none;
}

.nav.sticky ul li.logo .black {
  display: inline-block;
}

.nav.sticky .nav.nav-icon span {
  background: white;
}

video#herovideo {
  width: 100%;
}

.bx-wrapper .social-icons a {
  color: #fff;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: inherit;
  text-align: center;
  padding-top: 5px;
  transition: all ease 1s;
  background: #fff;
  border-radius: 0px;
}

.bx-wrapper .social-icons a i {
  position: relative;
  bottom: 7px;
}

.vidContent {
  position: absolute;
  top: 290px;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: left;
}

.bxslider {
  padding: 0;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
  color: #555;
}

.vidContent h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vidContent p {
  font-family: 'Roboto Condensed', sans-serif;
}

.vidBtn {
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  border: none;
  background: white;
  color: #0B213A;
  cursor: pointer;
  margin-top: 18px;
  border-radius: 50px;
  animation: shadow-pulse 2s infinite;
  text-transform: uppercase;
  text-decoration: none;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

#vidBtn:hover {
  background: #fff;
  color: #0B213A;
  text-decoration: none;
}

.social-icons a {
  color: #0B213A !important;
  border: 4px solid white;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 20px;
  display: inherit;
  text-align: center;
  border-radius: 50px;
  transition: all ease 1s;
  margin-top: 40px;
  background-color: white !important;
}

ul.social-icons.list-inline {
  text-align: center;
  margin-top: 22px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.bx-pager .bx-default-pager {
  margin-top: 50px !important;
}

#about-us .carousel-indicators {
  position: static;
  padding-top: 30px;
}

#about-us .carousel-indicators li {
  background-color: #0B213A;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}



#about-us .carousel-control-next,
#about-us .carousel-control-prev {
  width: auto;
}

#about-us .carousel-control-next {
  right: -35px;
}

#about-us .carousel-control-prev {
  left: -35px;
}

#about-us h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  color: #6c757d !important;
}

p.lead {
  font-family: 'campton';
  font-size: 16px;
  color: #29ABE2 !important
}

h4.text-dark {
  font-family: 'campton bold';
  font-size: 21px;
}

p.text-secondary {
  font-family: 'campton', sans-serif;
  color: #6c757d;
}

#contents {
  margin-top: 5px;
}


#work h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  color: #6c757d !important;
}

.row.no-gutters [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutters.img:target {
  position: fixed;
  width: 50%;
  top: 15px;
  left: 25%;
}



.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  transition: transform .5s ease;
}

.img-wrapper img:hover {
  transform: scale(1.5);
  cursor: zoom-in;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#team {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6c757d;
  padding-top: 50px;
  background-color: white;

}

#team h5 {
  font-size: 1.20rem;
  font-weight: 599;
  margin-bottom: 1.5rem;
  color: #29ABE2;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#team h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 599;
  color: #6c757d;
  line-height: 1.2;
  max-width: 650px;
  margin: 0 auto 1.5rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

#team p.desc {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.designation {
  font-size: 17px;
}

.team-social li {
  font-size: 14px;
  color: #0B213A;
  height: 38px;
  width: 38px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 50%;
}

.team-img {
  position: relative;
}

.team-social.white-bg {
  background-color: white;
}

.team-coverflow {
  position: relative;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  max-width: 370px;
  margin-left: -20px;
  backface-visibility: white;
}

.team-coverflow .team-text {
  text-align: center;
  font-size: 14px;
  padding: 2rem 02.5rem 0;
}

.team-coverflow .team-text h4 {
  font-size: 1.7rem;
}

.swiper-slide-active .teamcoverflo:hover .team-box-content {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  bottom: 0;
}

.team-box-content {
  background-color: #0B213A;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  bottom: -20%;
  z-index: 1;
  transition: all linear 0.4s;
}

.team-coverflow .team-img {
  overflow: hidden;
  width: 100%;
}

.swiper-slide-active .team-coverflow:hover img {
  transition: scale(1.1);
}

.team-progress {
  padding-bottom: 1rem;
}

.team-progress .progress-item:not(:last-child) {
  margin-bottom: 1.7rem;
}

.team-progress .progress {
  height: 12px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 50px;
  background-color: #b9b9b9;
}

.team-progress .progress-item .count {
  font-weight: 500;
}

.team-progress .progress-bar {
  height: 100%;
  border-radius: 50px;
  background: #0B213A;
}

.w-82 {
  width: 82% !important;
}

.w-77 {
  width: 77% !important;
}

.w-91 {
  width: 91% !important;
}

.w-83 {
  width: 83% !important;
}

.w-62 {
  width: 62% !important;
}

.w-64 {
  width: 64% !important;
}


.team-member-slider {
  padding-bottom: 165px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

.slider-arrows {
  border-radius: 50px;
  background-color: #29ABE2;
  color: white;
  font-weight: bold;
  width: 45px !important;
  height: 45px !important;
  line-height: 40px;
  transition: 1s;
  border: 4px solid #29ABE2;
}

.team-member-slider .swiper-slide-next {
  transform: scale(1.1) translate3d(-25%, 0px, -155.962px) rotateX(0deg) rotateY(-2.9808deg) !important;
  padding-left: 15px;
  cursor: pointer;
}

.team-member-slider .swiper-slide-active {
  transform: translateY(25%) !important;
  transition: 300ms;
  opacity: 1 !important;
}



.services h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.services-cta h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  color: #0B213A;
  letter-spacing: 2px;
}

.services p {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.services-cta p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px !important;
  font-size: 1em;
  color: #333;
}

.services a {
  padding: 15px 30px;
  background: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 13px;
  transition: all 0.5s ease-in;
  border: 2px solid white;
}

.services a:hover {
  padding: 15px 30px;
  background: white;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color: #0B213A;
  font-size: 13px;
}

.services-cta a {
  padding: 15px 30px;
  background: #29ABE2;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease-in;
}

.services-cta a:hover {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
}

.sobre {
  background-image: url(/img/sobre.jpg);
  padding-top: 130px;
  padding-bottom: 130px;
  background-attachment: fixed;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.30);
}

.sobre h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.30);
}

.sobre p {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sobre a {
  padding: 15px 30px;
  background: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 13px;
  transition: all 0.5s ease-in;
  border: 2px solid white;
}

.sobre a:hover {
  padding: 15px 30px;
  background: white;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color: #0B213A;
  font-size: 13px;
}

#work {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6c757d;
  padding-top: 50px;
  overflow: hidden;
}

#work h5 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #29ABE2;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

#work h2 {
  font-size: 2.3rem;
  text-transform: uppercase;
  font-weight: 610;
  color: #6c757d;
  line-height: 1.2;
  max-width: 650px;
  margin: 0 auto 1.5rem;
  font-family: 'Oswald', sans-serif;
}

#work p.desc {
  min-width: 950px;
  margin: 0 auto;
  padding-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}

#work .cbp-filter-style:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #29ABE2;
  position: relative;
  left: 12px;
  top: -2.5px;
  transform: rotate(45deg);
  margin-top: 30px;
}

#work .cbp-l-filters-alignCenter {
  margin-bottom: 40px;
}

#work .cbp-l-filters-alignCenter .cbp-filter-item-active.cbp-filter-item {
  color: #29ABE2;
}

#work .cbp-l-filters-alignCenter .cbp-filter-counter {
  background-color: #29ABE2;
}

#work .cbp-l-filters-alignCenter .cbp-filter-counter {
  background-color: #29ABE2;
}

#work .cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid #29ABE2;
}

#work .cbp-l-filters-alignCenter .cbp-filter-item {
  color: #6c757d;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#work .cbp-caption-zoom .cbp-caption-activerWrap {
  opacity: 0;
  top: 5%;
  left: 5%;
  bottom: 5%;
  visibility: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.88);
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.79.1.25);
}

#work .cbp-caption-active .cbp-caption-activeWrap {
  background: rgba(255, 255, 255, 0.88);
  width: 0;
  position: absolute;
  z-index: 1;
  height: 90%;
}

#work .cbp-item:hover .cbp-caption-activeWrap {
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.79.1.25);
}

.post-slide {
  margin: 0 10px;
}

.post-slide .post-info {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}

.post-slide .post-info li {
  display: inline-block;
  margin: 0 5px;
}

.post-slide .post-info li i {
  margin-right: 8px;
}

.post-slide .post-info li a {
  font-size: 11px;
  font-weight: bold;
  color: dimgray;
  text-transform: uppercase;
}

.post-slide .post-info li a:hover {
  color: #29ABE2;
  text-decoration: none;
}

.post-slide .post-img {
  position: relative;
}

.post-slide .post-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.40s linear 0s;
}

.post-slide:hover .post-img:before {
  opacity: 1;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-slide .read {
  position: absolute;
  bottom: 30px;
  left: 50px;
  font-size: 14px;
  color: #0B213A;
  text-transform: capitalize;
  opacity: 0;
  transition: opacity 0.40s linear 0s;
}

.post-slide:hover .read {
  opacity: 1;
}

.post-slide.read:hover {
  text-decoration: none;
  color: #29ABE2;
}

.ultimas-btn {
  padding: 5px 20px;
  background: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0B213A;
  font-size: 13px;
  transition: all 0.5s ease-in;
  border: 2px solid #0B213A;
  margin-top: 30px;
}

.tags-btn {
  padding: 5px 20px;
  background: #e0efff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #60adff;
  font-size: 13px;
}

.post-slide .post-content {
  padding: 40px 0;
  position: relative;
}

.post-slide .post-autor {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  right: 10px;
  overflow: hidden;
  border: 4px solid white;
}

.post-slide .post-autor img {
  width: 100%;
  height: auto;
}

.post-slide .post-title {
  font-size: 14px;
  font-weight: bold;
  color: #0B213A;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  transition: all 0.30s linear 0s;
}

.post-slide .post-title:after {
  content: "";
  width: 25px;
  display: block;
  margin-top: 10px;
  border-bottom: 4px solid #29ABE2;
}

.post-slide .post-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

.services-cta {
  background-image: url("{{ asset('/imagens/newsletter.jpg') }}");
  padding-top: 60px;
  padding-bottom: 60px;
  background-attachment: fixed;
}

.color-fff {
  color: white;
}

.fs-35 {
  font-size: 70px;
}

.fw-700 {
  font-weight: bold;
}

.color-aaa {
  text-transform: uppercase;
  font-size: 500;
  margin-top: 20px;
  font-size: 18px;
  color: white !important;
  letter-spacing: 2px;
}

.numbers .fa {
  font-size: 50px;
}

#clientes-list {
  padding: 45px 0 0 0;
  margin-left: 115px;
}

.cliente {
  padding: 0 10px;
  max-width: 170px;
  margin: 0 auto;
  line-height: 100px;
}

.cliente-img {
  display: inline-block !important;
}

#clientes {
  margin-bottom: 70px;
}

#clientes h5 {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #29ABE2;
}

#clientes h2 {
  font-size: 34px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #6c757d;
}

footer {
  background-color: #0B213A;
  padding-top: 30px;
  border-top: 5 solid rgba(0, 0, 0, 0.1);
}

#contato-left h2,
#contato-right h3 {
  color: #fff !important;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

#contato-left p {
  color: white;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}

address {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
}

address strong {
  font-size: 17px;
}

form .form-control {
  background: transparent;
  border-radius: 0;
  border-color: white;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 17px;
  margin-bottom: 20px;
  color: white;
}

#footer-bottom {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-top: 59px;
}

#footer-copyright p {
  margin: 0;
  color: white;
}

#footer-menu {
  float: left;
  color: white !important;
  font-size: 17px;
  font-weight: 300;
}

#footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#footer-menu li {
  display: inline-block;
}

#footer-menu a {
  color: white;
  font-size: 17px;
  font-weight: 300;
  margin: 0 10px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

#footer-menu a:hover {
  color: #29ABE2;
}

ul.social-list {
  display: flex;
  color: white;
}

ul.social-list li a {
  margin-right: 10px;
  color: white;
}

#btn-white {
  border-color: white;
  color: white;
}

#btn-white:hover {
  border-color: white;
  color: white;
}

.btn-general {
  border-width: 2px;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  border-color: white;
}

#footer-copyrights p {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
}

.ultimas-h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #6c757d;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #6c757d !important;
}

.ultimas-p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #29ABE2 !important;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 50px !important;
}


.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  top: 100px;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  top: 100px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  font-size: 100px;
  color: #29ABE2;
  cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover span {
  color: #1b7196;
}

@media only screen and (max-width: 1000px) {
  .vidContent h1 {
    font-size: 3em;
  }

  .vidContent {
    top: 10%;
  }

  .vidContent p {
    width: 60%;
  }

  .bx-wrapper .bx-pager {
    padding-left: 80% !important;
  }
}

@media only screen and (max-width: 600px) {
  .bx-wrapper ul.social-icons.list-inline {
    display: none;
  }

  .vidContent p {
    width: 85%;
  }
}

@media only screen and (max-width: 450px) {
  .bx-wrapper ul.social-icons.list-inline {
    display: none;
  }

  .vidContent p {
    width: 85%;
  }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 30px !important;
  }

  .vidBtn {
    display: none;
  }

  #clientes-list {
    padding: 45px 0 0 0px;
    margin-left: 0px;
    overflow-x: hidden;
  }
}