@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Source Sans Pro Extra Light";
  src: url("../fonts/SourceSansPro-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
}
body {
  background-color: #F9F9F9;
  font-family: "Source Sans Pro Extra Light";
}
body * {
  font-weight: 100;
}
section {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
strong {
  font-family: "Source Sans Pro Bold";
}
h2 {
  font-family: "Source Sans Pro Bold";
  text-align: center;
  margin: 30px auto 50px;
  font-size: 2rem;
  text-transform: uppercase;
}
.btn {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  color: #fff;
  padding: 15px 40px;
  cursor: pointer;
}
.btn-success {
  background-color: #20944c;
  border-color: #20944c;
}
.modal-open {
  padding-right: 0px!important;
}
.modal-body {
  padding: 0 15px;
  position: relative;
}
button.close {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 99999;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #4DDD2A;
  border-color: #4DDD2A;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.diagonal-top {
  height: 90px;
  width: 100%;
  position: absolute;
  bottom: -1px;
}
.diagonal-bottom {
  height: 90px;
  width: 100%;
  left: 0px;
  position: absolute;
  top: -1px;
  transform: rotate(180deg);
}
#menu {
  background: transparent;
  margin-bottom: -110px;
  padding-left: 4%;
  padding-right: 4%;
  position: absolute;
  top: 0px;
}
#menu .navbar-nav .active > .nav-link,
#menu .navbar-light .navbar-nav .nav-link.active,
#menu .navbar-light .navbar-nav .nav-link.open,
#menu .navbar-light .navbar-nav .open > .nav-link {
  color: #fff;
}
#menu .navbar-nav .nav-link {
  color: #fff;
  font-family: "Source Sans Pro";
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  position: relative;
}
#menu .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu .navbar-nav .nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#menu .menu {
  margin: 0 0 0 auto;
}
#menu .menu .language img {
  margin-bottom: -10px;
  margin-left: 5px;
}
#menu .menu-mobile {
  display: none;
  padding: 0px 15px 0px;
  left: 0;
  top: 80px;
  width: 100%;
  background-color: rgba(6, 80, 26, 0.94);
}
#menu .menu-mobile li {
  display: none;
}
#menu .menu-mobile .hamburguer {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
  border-radius: 3px;
  background-size: 80%;
  width: 2em;
  height: 2em;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#menu .menu-mobile .hamburguer:hover {
  -webkit-animation: zoom 300ms ease-in;
  animation: zoom 300ms ease-in;
}
#menu .menu-mobile .lines {
  background-color: #fff;
  width: 100%;
  height: 5px;
  margin: 5px 0;
  -webkit-transition: all 450ms ease-in;
  transition: all 450ms ease-in;
}
#menu .menu-mobile .close-hamburguer .lines {
  cursor: pointer;
}
#menu .menu-mobile .close-hamburguer .line-top {
  -webkit-transform: translateY(200%) rotate(45deg);
  transform: translateY(200%) rotate(45deg);
}
#menu .menu-mobile .close-hamburguer .line-mid {
  opacity: 0;
}
#menu .menu-mobile .close-hamburguer .line-bottom {
  -webkit-transform: translateY(-200%) rotate(135deg);
  transform: translateY(-200%) rotate(135deg);
}
#begin {
  background-image: url("../images/cidade-dublin.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}
#begin .overlay {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 220px;
  padding-bottom: 100px;
}
#begin h1 {
  font-family: "Source Sans Pro Bold";
}
#begin p {
  font-size: 1.3rem;
}
#begin .btn {
  margin-bottom: 20vh;
}
#about-us {
  background-color: #20944c;
  font-family: "Source Sans Pro Extra Light";
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
}
#about-us h2 {
  font-family: "Source Sans Pro Bold";
  text-transform: uppercase;
  margin-bottom: 40px;
}
#features {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  font-family: "Source Sans Pro";
  color: #737a7f;
  padding-bottom: 50px;
}
#features .icon {
  margin: 50px auto 10px;
  background: #20944c;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#features .icon img {
  height: 75px;
  margin-top: 35px;
}
#meetups {
  background: url('../images/edublincontro.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0%;
  color: #fff;
}
#meetups .overlay {
  background: rgba(32, 192, 109, 0.45);
  padding-top: 100px;
  padding-bottom: 100px;
}
#meetups .separator {
  margin: 0px;
  transform: rotate(180deg) scaleX(-1);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23F9F9F9" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
}
#meetups .reverse {
  transform: scaleX(1) rotate(0deg) !important;
  margin-top: 30px;
}
#meetups h2 {
  text-align: center;
  margin: 30px auto;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}
#meetups .texto-encontro {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 5% 5% 3%;
  font-size: 1.3rem;
  border-radius: 10px;
  margin: 50px auto;
}
#meetups .texto-encontro p {
  font-weight: 400;
}
#social-media {
  background: url('../images/fundo-redes-sociais.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0%;
  color: #fff;
}
#social-media .social {
  margin: 20px 10px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Source Sans Pro";
}
#social-media .social .counter {
  font-size: 2rem;
  font-family: "Source Sans Pro Bold";
}
#social-media .social span {
  font-size: 1.3rem;
}
#social-media .social .icon-social {
  display: block;
  margin: 0 auto 15px;
  font-size: 50px;
  width: 120px;
  border-radius: 50%;
  height: 120px;
  vertical-align: middle;
  text-align: center;
  padding-top: 20px;
}
#social-media .social .icon-social img {
  height: 80px;
  width: 80px;
}
#social-media .youtube {
  background-color: rgba(187, 0, 0, 0.8);
}
#social-media .facebook {
  background-color: rgba(59, 89, 152, 0.8);
}
#social-media .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0.8;
}
#social-media .twitter {
  background-color: rgba(0, 172, 237, 0.8);
}
#social-media .overlay {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 100px;
  padding-bottom: 100px;
}
#social-media .separator {
  margin: 0px;
  transform: rotate(180deg) scaleX(-1);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23F9F9F9" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
}
#social-media .reverse {
  transform: scaleX(1) rotate(0deg) !important;
  margin-top: 30px;
}
#social-media h2 {
  text-align: center;
  margin: 30px auto;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}
#social-media .texto-encontro {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 5% 5% 3%;
  font-size: 1.3rem;
  border-radius: 10px;
  margin: 50px auto;
}
#social-media .texto-encontro p {
  font-weight: 400;
}
#our-public {
  padding-top: 50px;
  text-align: center;
}
#our-public h2 {
  text-align: center;
  margin: 30px auto 50px;
  font-weight: 700;
  color: #20944c;
  font-size: 2rem;
}
#our-public h4 {
  color: #5d5d5d;
  font-size: 1.3rem;
  font-family: "Source Sans Pro";
  margin: 20px auto 50px;
}
#our-public .dados {
  margin-bottom: 30px;
  color: #20944c;
}
#our-public .dados .imagem {
  margin-bottom: 10px;
  min-height: 128px;
}
#our-public .dados .counter {
  font-size: 2rem;
  font-family: "Source Sans Pro";
}
#our-public .demograficos img {
  height: 45px;
  margin: -22px 10px 0 0;
}
#leads {
  background: #eff2f3;
}
#leads h2 {
  text-align: center;
  margin: 30px auto 50px;
  font-weight: 700;
  color: #eaad29;
  font-size: 2rem;
}
#leads .btn {
  background-color: #eaad29;
  border-color: #eaad29;
}
#leads .passo {
  border-radius: 5px;
  color: #fff;
  position: relative;
  min-height: 506px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
#leads .passo .numero span {
  border: 3px solid;
  border-radius: 45px;
  font-family: "Source Sans Pro";
  display: block;
  font-size: 32px;
  height: 45px;
  line-height: 1.05;
  margin: 0 auto 6px auto;
  padding: 3px;
  width: 45px;
}
#leads .passo .titulo {
  font-size: 1.5rem;
  font-family: "Source Sans Pro Bold";
  margin: 20px auto;
}
#leads .passo .descricao {
  margin: 20px auto;
  font-family: "Source Sans Pro";
  min-height: 75px;
  font-size: 18px;
}
#leads .passo1 {
  background: #00a6df;
}
#leads .passo2 {
  background: #1dc28f;
}
#leads .passo3 {
  background: #f9a22c;
}
#edublintv {
  padding-top: 50px;
  padding-bottom: 150px;
  font-size: 1.3rem;
}
#edublintv p {
  font-weight: 400;
}
#edublintv strong {
  color: #eaad29;
}
#edublintv h2 {
  text-align: center;
  color: #eaad29;
  font-weight: 800;
  margin: 30px auto 50px;
  font-size: 2rem;
}
#edublintv .video {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
#edublintv .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#advertise {
  background-color: #20944c;
  padding: 0px;
}
#advertise h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
#advertise .planos-videos {
  display: none;
}
#advertise h4 {
  color: #20944c;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 25px;
}
#advertise .swiper-container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
}
#advertise .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 470px;
}
#advertise .swiper-container-3d .swiper-slide-shadow-right,
#advertise .swiper-container-3d .swiper-slide-shadow-right,
#advertise .swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}
#advertise .swiper-pagination-bullet {
  opacity: 1;
  background: #979eb1;
  width: 10px;
  height: 10px;
}
#advertise .swiper-container-horizontal > .swiper-pagination-bullets,
#advertise .swiper-pagination-custom,
#advertise .swiper-pagination-fraction {
  bottom: 0px;
}
#advertise .swiper-pagination-bullet-active {
  background: #20944c;
}
#advertise .swiper-button-prev,
#advertise .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232c2f39'%2F%3E%3C%2Fsvg%3E");
}
#advertise .swiper-button-next,
#advertise .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232c2f39'%2F%3E%3C%2Fsvg%3E");
}
#advertise .wrapper {
  margin: 10px 0 20px;
}
#advertise .toggle_radio {
  background: rgba(255, 255, 255, 0.1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  width: 212px;
}
#advertise .toggle_radio > * {
  float: left;
}
#advertise .toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/
}
#advertise .toggle_radio label {
  font: 90%/1.618 "Source Sans Pro";
  color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  display: block;
  width: 100px;
  height: 20px;
  margin: 3px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/
  /*make it blue*/
}
#advertise .toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 100px;
  height: 20px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
#advertise #artigo:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.3);
  left: 3px;
}
#advertise #banner:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.3);
}
#advertise #video:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.3);
  left: 109px;
}
#advertise .plano {
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  min-height: 510px;
  max-width: 330px;
  padding: 30px 40px;
  margin: 0px auto;
  z-index: 3;
}
#advertise p {
  color: white;
  text-align: center;
}
#advertise .fale {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  margin: 0 auto;
  color: #fff;
}
#advertise .reverse {
  transform: scaleX(1) rotate(0deg) !important;
  margin-top: 30px;
}
#advertise ul {
  list-style: none;
  text-align: left;
}
#advertise ul li:first-letter {
  color: #20944c;
  font-size: 1.5rem;
  text-align: left;
}
#clients {
  padding-top: 50px;
  padding-bottom: 100px;
}
#clients .depoimento {
  margin: 30px auto;
  width: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px 30px 60px;
  text-align: left;
  box-shadow: 0 2px 40px 0 rgba(30, 119, 225, 0.18);
  font-size: 16px;
  color: #959595;
  line-height: 28px;
  position: relative;
}
#clients .depoimento img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#clients .depoimento .nome {
  font-family: "Source Sans Pro";
  font-size: 20px;
  color: #6abbfc;
  letter-spacing: 0;
  margin-top: 20px;
}
#clients .depoimento .cargo {
  font-size: 14px;
  color: #AEAEAE;
  letter-spacing: 0;
}
#clients .swiper-container {
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding-bottom: 20px;
}
#clients .slide-depoimentos {
  width: 100%;
  height: 450px;
  margin: 40px auto;
  padding-bottom: 20px;
  padding: 50px;
}
#clients .texto-depoimento {
  min-height: 140px;
}
#clients .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#clients .swiper-pagination-bullet {
  opacity: 1;
  background: #979eb1;
  width: 10px;
  height: 10px;
}
#clients .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}
#clients .swiper-pagination-bullet-active {
  background: #6abbfc;
}
#clients .swiper-button-prev,
#clients .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236abbfc'%2F%3E%3C%2Fsvg%3E");
}
#clients .swiper-button-next,
#clients .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236abbfc'%2F%3E%3C%2Fsvg%3E");
}
#clients .swiper-button-next,
#clients .swiper-button-prev {
  height: 17px;
  width: 34px;
  -moz-background-size: 25px 47px;
  -webkit-background-size: 25px 47px;
  background-size: 25px 47px;
}
#clients h4 {
  text-align: center;
  margin-top: 30px;
  font-family: "Source Sans Pro";
  color: #6abbfc;
}
#contact {
  background-color: #20944c;
  padding: 5% 5% 1%;
  position: relative;
}
#contact body {
  background: transparent;
}
#contact .formWrap,
#contact .formButtonWrap {
  background-color: transparent;
  border: none;
}
#contact h2 {
  color: #fff;
}
#contact .social {
  margin: 20px 10px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Source Sans Pro";
}
#contact .social span {
  font-size: 1.3rem;
}
#contact .social .icon-social {
  display: block;
  margin: 0 auto 15px;
  font-size: 50px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  padding-top: 9px;
  border: 1px solid #fff;
}
#contact .social .icon-social img {
  height: 20px;
  width: 20px;
  vertical-align: text-top;
}
#contact ul {
  margin-top: 50px;
  text-align: center;
  padding-left: 0px;
}
#contact ul li {
  display: inline-block;
  list-style: none;
}
#contact .email:hover {
  background-color: rgba(226, 81, 0, 0.8);
}
#contact .youtube:hover {
  background-color: rgba(187, 0, 0, 0.8);
  transitio: 3s;
}
#contact .facebook:hover {
  background-color: rgba(59, 89, 152, 0.8);
}
#contact .instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0.8;
}
#contact .twitter:hover {
  background-color: rgba(0, 172, 237, 0.8);
}
#contact #formulario {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
#contact #formulario .form-control {
  padding: 10px 15px 10px 20px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 50px;
  font-family: "Source Sans Pro";
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  border: none;
}
#contact #formulario input:-webkit-autofill,
#contact #formulario input:-webkit-autofill:hover,
#contact #formulario input:-webkit-autofill:focus input:-webkit-autofill,
#contact #formulario textarea:-webkit-autofill,
#contact #formulario textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
#contact #formulario select:-webkit-autofill,
#contact #formulario select:-webkit-autofill:hover,
#contact #formulario select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0.26);
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
  color: #FFFFFF;
}
#contact #formulario .form-control::placeholder {
  color: #fff;
}
#contact #formulario #resposta {
  margin-top: 30px;
  color: white;
  font-family: "Source Sans Pro";
  font-size: 1.3rem;
}
#contact #formulario .btn {
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  font-size: 17px;
  color: #357776;
  letter-spacing: 0;
  padding: 10px 63px;
}
footer {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #eee;
  text-decoration: none;
}
@media (max-width: 1200px) {
  #about-us {
    font-size: 18px;
  }
  #advertise .plano {
    height: auto;
    min-height: 260px;
    margin: 50px auto 0px;
  }
  #clients .slide-depoimentos {
    padding: 20px;
  }
  #clients .depoimento {
    width: 100%;
    min-height: 100px;
    padding: 45px 25px 25px;
  }
  #clients .depoimento img {
    top: -35px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}
.pipedriveWebForms {
  max-height: 750px;
}
@media screen and (max-width: 992px) {
  #begin h1 {
    font-size: 2rem;
  }
  #menu .menu-mobile {
    display: block;
  }
  #menu .menu {
    display: none;
  }
  #contact {
    padding: 5% 1% 1%;
  }
  #contact .social {
    margin: 10px 1px;
  }
  #contact #formulario .btn {
    padding: 10px 10px;
  }
  #our-public .pais {
    text-align: center;
  }
  #our-public .demograficos img {
    margin: 0px 10px 0 0;
  }
}
