color html {
  margin-top: 0;
  padding-top: 0;
}

html,
body {
  margin-top: 0;
  padding-top: 0;
}

.card-form .wpcf7 input[type="submit"],
.btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #8fbb3c;
}

.card-form .wpcf7 input[type="submit"]:hover,
.btn__default.btn__default--primary:hover {
  background: #799e35;
}

.btn__default.btn__default--wp {
  background: #30bb43;
  animation: all 0.2s ease 0;
}

.btn__default.btn__default--wp:hover {
  background: #45a54e;
}

@media (max-width: 420px) {
  .btn__default.btn__default--wp {
    text-align: left;
    font-size: 11px;
  }
}

.wrap {
  width: 1410px;
  max-width: 95%;
  margin: 0 auto;
}

.title {
  font-size: 40px;
}

@media (max-width: 638px) {
  .title {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .title {
    font-size: 22px;
  }
}

.initial {
  width: 100%;
  height: 800px;
  background: url(./../images/landing/bg-home.jpg);
  padding-top: 90px;
  background-position: center !important;
}

@media (max-width: 420px) {
  .initial {
    text-align: center;
    padding-top: 40px;
  }
}

.initial .site-title {
  font-size: 31px;
  font-family: "Ubuntu";
  color: white;
  text-transform: uppercase;
  padding-top: 40px;
}

.initial .site-title strong {
  font-weight: bold;
}

.initial .box-form {
  width: 450px;
  max-width: 95%;
  background-color: #fff;
  padding: 35px;
  margin-top: 70px;
}

.initial .box-form h2 {
  font-size: 20px;
  font-family: "Ubuntu";
  color: #6e7475;
  text-transform: uppercase;
  line-height: 1.2;
}

.initial .box-form h2 strong {
  color: #8fbb3c;
  font-weight: bold;
}

.initial .box-form .btn__default.btn__default--wp {
  width: 100%;
}

.initial .box-form.card-form {
  margin: 70px 0 0;
  border-radius: 0;
}

.initial .box-form.card-form .wpcf7 {
  padding: 20px 0 15px;
}

@media (max-width: 420px) {
  .initial .box-form.card-form {
    margin: 15px auto 0;
  }
}

@media (max-width: 420px) {
  .initial .box-form {
    padding: 20px 15px;
  }
  .initial .box-form h2 {
    font-size: 17px;
  }
}

.card-form .wpcf7 textarea {
  height: 105px !important;
}

@media (max-width: 420px) {
  .input-text,
  .card-form .wpcf7 input[type="text"],
  .card-form .wpcf7 textarea,
  .newsletter form input[type="text"],
  .block-form input[type="text"],
  .form-booking input[type="text"] {
    margin-bottom: 8px;
    height: 35px;
  }
}

.input-text,
.card-form .wpcf7 input[type="text"],
.card-form .wpcf7 textarea,
.newsletter form input[type="text"],
.block-form input[type="text"],
.form-booking input[type="text"],
.form-booking textarea {
  width: 100%;
}

.about {
  padding-top: 120px;
}

@media (max-width: 420px) {
  .about {
    padding: 40px 10px 0;
  }
}

.about .col {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.about .col .title {
  line-height: 1.125;
}

.about .col .infos .item {
  margin-bottom: 12px;
}

.about .col .infos .ico {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  width: 46px;
  text-align: center;
}

.about .col .infos .ico svg {
  max-width: 90%;
  height: auto;
}

.about .col .infos span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Ubuntu";
  color: white;
  line-height: 1.111;
  position: relative;
  top: -5px;
}

.about .col figure {
  float: right;
}

.about .col .numbers .item {
  margin-bottom: 20px;
  width: 210px;
  height: 140px;
  text-align: center;
  position: relative;
  border: 1px solid;
  background-color: #1e1f21;
  color: #fff;
}

.about .col .numbers .item.color {
  border: 0;
  background-color: #fff;
  color: #1e1f21;
}

.about .col .numbers .item .number {
  font-size: 44px;
  font-family: "Ubuntu";
  font-weight: 600;
  line-height: 49px;
}

.about .col .numbers .item span {
  font-size: 18px;
  font-family: "Ubuntu";
  line-height: 20px;
}

.about .col .numbers .item .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.about .col .numbers .item.item3 {
  position: relative;
}

.about .col .numbers .item.item4 {
  position: relative;
}

.about .col .numbers .item.item5 {
  transform: translateX(-220px);
  margin-top: -160px;
}

.about .col .numbers .item.item6 {
  position: relative;
  margin-top: 0px;
  margin-left: -220px;
}

@media (max-width: 1442px) {
  .about .col figure {
    width: calc(100% - 230px);
  }
  .about .col figure img {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .about .col figure {
    width: 100%;
  }
  .about .col figure img {
    max-width: 100%;
  }
  .about .col .numbers {
    display: none;
  }
  .about .col .numbers .item {
    width: calc(100% - 460px);
  }
}

@media (max-width: 810px) {
  .about .col {
    width: 100%;
  }
  .about .col figure {
    width: calc(100% - 230px);
  }
  .about .col figure img {
    max-width: 100%;
  }
  .about .col .numbers {
    display: inline-block;
    width: 210px;
  }
  .about .col .numbers .item {
    width: 100%;
    margin-bottom: 20px;
    width: 20vw;
  }
  .about .col .numbers .item .number {
    font-size: 38px;
    font-family: "Ubuntu";
    font-weight: 600;
    line-height: 49px;
  }
  .about .col .numbers .item span {
    font-size: 12px;
    font-family: "Ubuntu";
    line-height: 20px;
  }
  .about .col .numbers .item.item1 {
    position: relative;
    transform: unset;
  }
  .about .col .numbers .item.item2 {
    position: relative;
    transform: unset;
  }
  .about .col .numbers .item.item3 {
    position: relative;
    transform: unset;
  }
  .about .col .numbers .item.item4 {
    position: relative;
    transform: unset;
  }
  .about .col .numbers .item.item5 {
    position: relative;
    transform: unset;
  }
  .about .col .numbers .item.item6 {
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 605px) {
  .about .col figure {
    width: 100%;
  }
  .about .col figure img {
    width: 100%;
  }
  .about .col .numbers {
    margin-top: 25px;
    width: 100%;
  }
  .about .col .numbers .item {
    width: 49%;
    display: inline-block;
  }
  .about .col .numbers .item img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .about .col .numbers .item {
    height: 100px;
  }
  .about .col .numbers .item .number {
    font-size: 30px;
    font-family: "Ubuntu";
    font-weight: 600;
    line-height: 30px;
  }
  .about .col .numbers .item span {
    font-size: 12px;
    font-family: "Ubuntu";
    line-height: 12px;
  }
}

.content-info {
  padding-top: 100px;
}

@media (max-width: 480px) {
  .content-info {
    padding-top: 20px;
  }
}

.content-info .col {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.content-info .col figure {
  margin-top: 70px;
}

.content-info .col .depoimentos .depoimento {
  padding-left: 40px;
  background: url(./../images/landing/quote.png) 0 5px no-repeat;
}

.content-info .col .depoimentos .depoimento p {
  font-size: 16px;
  font-family: "Ubuntu";
  color: #fafafa;
  line-height: 1.375;
  margin-bottom: 3px;
}

.content-info .col .depoimentos .depoimento .name {
  font-size: 16px;
  font-family: "Ubuntu";
  color: #8fbb3c;
  line-height: 1.375;
}

.content-info .col .video {
  margin-top: 30px;
}

@media (max-width: 1442px) {
  .content-info .col {
    padding: 20px;
  }
}

@media (max-width: 840px) {
  .content-info .col {
    width: 100%;
  }
}

.callactions {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.callactions .btn__default {
  margin: 15px;
}

@media (max-width: 420px) {
  .callactions {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-images {
  text-align: center;
  padding-top: 70px;
}

.section-images .images {
  font-size: 0;
}

.section-images .images .ml__item {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.section-images .images .ml__item img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.site-footer {
  background: unset;
  padding-top: 30px;
  padding-bottom: 80px;
}

.site-footer .col {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
}

.site-footer .site-footer .title-footer {
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #8fbb3c;
  margin-bottom: 6px;
}

.site-footer .madeby {
  text-align: right;
  color: #fff;
  font-size: 12px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.site-footer .madeby span {
  padding-left: 20px;
}

.site-footer .rights {
  color: #fff;
  padding-top: 20px;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  text-align: right;
}

@media (max-width: 1122px) {
  .site-footer .col {
    width: 49%;
  }
}

@media (max-width: 700px) {
  .site-footer .col {
    width: 315px;
    max-width: 95%;
    margin: 0 auto 15px;
    display: block;
  }
  .site-footer .col .rights {
    text-align: center;
  }
  .site-footer .madeby {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: 100%;
  }
  .site-footer .madeby span {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
  }
  .site-footer .list-footer > li {
    font-size: 15px;
  }
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #8fbb3c !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
  padding-bottom: 20px !important;
}

.card-form .wpcf7 input[type="submit"],
.btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #8fbb3c;
}

.card-form .wpcf7 input[type="submit"]:hover,
.btn__default.btn__default--primary:hover {
  background: #799e35;
}

.site-footer .title-footer,
.content-info .col .depoimentos .depoimento .name,
.title span,
.initial .box-form h2 strong {
  color: #8fbb3c;
}

.about .col .numbers .item.color {
  background-color: #8fbb3c;
}

.slick-dots li.slick-active button:before {
  color: #8fbb3c !important;
}

.about .col .infos .ico svg polygon,
.about .col .infos .ico svg rect,
.about .col .infos .ico svg path {
  fill: #8fbb3c;
}

.lawyers-landing .card-form .wpcf7 input[type="submit"],
.lawyers-landing .btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #ab3131;
}

.lawyers-landing .card-form .wpcf7 input[type="submit"]:hover,
.lawyers-landing .btn__default.btn__default--primary:hover {
  background: #961d1d;
}

.lawyers-landing .site-footer .title-footer,
.lawyers-landing .content-info .col .depoimentos .depoimento .name,
.lawyers-landing .title span,
.lawyers-landing .initial .box-form h2 strong {
  color: #ab3131;
}

.lawyers-landing .slick-dots li.slick-active button:before {
  color: #ab3131 !important;
}

.lawyers-landing .about .col .numbers .item.color {
  background-color: #ab3131;
}

.lawyers-landing .about .col .infos .ico svg polygon,
.lawyers-landing .about .col .infos .ico svg rect,
.lawyers-landing .about .col .infos .ico svg path {
  fill: #ab3131;
}

.lawyers-landing .content-info .col .depoimentos .depoimento {
  padding-left: 40px;
  background: url(./../images/landing/quote-red.png) 0 5px no-repeat;
}

.lawyers-landing .initial {
  width: 100%;
  height: 800px;
  background: url(./../images/landing/bg-home-advogados.jpg);
  padding-top: 90px;
}

.startups-landing .card-form .wpcf7 input[type="submit"],
.startups-landing .btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #ebad1a;
}

.startups-landing .card-form .wpcf7 input[type="submit"]:hover,
.startups-landing .btn__default.btn__default--primary:hover {
  background: #e09e00;
}

.startups-landing .site-footer .title-footer,
.startups-landing .content-info .col .depoimentos .depoimento .name,
.startups-landing .title span,
.startups-landing .initial .box-form h2 strong {
  color: #ebad1a;
}

.startups-landing .slick-dots li.slick-active button:before {
  color: #ebad1a !important;
}

.startups-landing .about .col .numbers .item.color {
  background-color: #ebad1a;
}

.startups-landing .about .col .infos .ico svg polygon,
.startups-landing .about .col .infos .ico svg rect,
.startups-landing .about .col .infos .ico svg path {
  fill: #ebad1a;
}

.startups-landing .content-info .col .depoimentos .depoimento {
  padding-left: 40px;
  background: url(./../images/landing/quote-yellow.png) 0 5px no-repeat;
}

.startups-landing .initial {
  width: 100%;
  height: 800px;
  background: url(./../images/landing/bg-home-startups.jpg);
  padding-top: 90px;
}

.tecs-landing .card-form .wpcf7 input[type="submit"],
.tecs-landing .btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #134dd1;
}

.tecs-landing .card-form .wpcf7 input[type="submit"]:hover,
.tecs-landing .btn__default.btn__default--primary:hover {
  background: #0336a9;
}

.tecs-landing .site-footer .title-footer,
.tecs-landing .content-info .col .depoimentos .depoimento .name,
.tecs-landing .title span,
.tecs-landing .initial .box-form h2 strong {
  color: #134dd1;
}

.tecs-landing .slick-dots li.slick-active button:before {
  color: #134dd1 !important;
}

.tecs-landing .about .col .numbers .item.color {
  background-color: #134dd1;
}

.tecs-landing .about .col .infos .ico svg polygon,
.tecs-landing .about .col .infos .ico svg rect,
.tecs-landing .about .col .infos .ico svg path {
  fill: #134dd1;
}

.tecs-landing .content-info .col .depoimentos .depoimento {
  padding-left: 40px;
  background: url(./../images/landing/quote-blue.png) 0 5px no-repeat;
}

.tecs-landing .initial {
  width: 100%;
  height: 800px;
  background: url(./../images/landing/bg-home-tecs.jpg);
  padding-top: 90px;
}

.pequenas-landing .card-form .wpcf7 input[type="submit"],
.pequenas-landing .btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #6b26c6;
}

.pequenas-landing .card-form .wpcf7 input[type="submit"]:hover,
.pequenas-landing .btn__default.btn__default--primary:hover {
  background: #5512ad;
}

.pequenas-landing .site-footer .title-footer,
.pequenas-landing .content-info .col .depoimentos .depoimento .name,
.pequenas-landing .title span,
.pequenas-landing .initial .box-form h2 strong {
  color: #6b26c6;
}

.pequenas-landing .slick-dots li.slick-active button:before {
  color: #6b26c6 !important;
}

.pequenas-landing .about .col .numbers .item.color {
  background-color: #6b26c6;
}

.pequenas-landing .about .col .infos .ico svg polygon,
.pequenas-landing .about .col .infos .ico svg rect,
.pequenas-landing .about .col .infos .ico svg path {
  fill: #6b26c6;
}

.pequenas-landing .content-info .col .depoimentos .depoimento {
  padding-left: 40px;
  background: url(./../images/landing/quote-purple.png) 0 5px no-repeat;
}

.pequenas-landing .initial {
  width: 100%;
  height: 800px;
  background: url(./../images/landing/bg-home-pequenas.jpg);
  padding-top: 90px;
}

.autonomos-landing .card-form .wpcf7 input[type="submit"],
.autonomos-landing .btn__default.btn__default--primary {
  animation: all 0.2s ease 0;
  background: #3fc8ad;
}

.autonomos-landing .card-form .wpcf7 input[type="submit"]:hover,
.autonomos-landing .btn__default.btn__default--primary:hover {
  background: #23aa8f;
}

.autonomos-landing .site-footer .title-footer,
.autonomos-landing .content-info .col .depoimentos .depoimento .name,
.autonomos-landing .title span,
.autonomos-landing .initial .box-form h2 strong {
  color: #3fc8ad;
}

.autonomos-landing .slick-dots li.slick-active button:before {
  color: #3fc8ad !important;
}

.autonomos-landing .about .col .numbers .item.color {
  background-color: #3fc8ad;
}

.autonomos-landing .about .col .infos .ico svg polygon,
.autonomos-landing .about .col .infos .ico svg rect,
.autonomos-landing .about .col .infos .ico svg path {
  fill: #3fc8ad;
}

.autonomos-landing .content-info .col .depoimentos .depoimento {
  padding-left: 40px;
  background: url(./../images/landing/quote-green-cl.png) 0 5px no-repeat;
}

.autonomos-landing .initial {
  width: 100%;
  height: 800px;
  background: url(./../images/landing/bg-home-autonomos.jpg);
  padding-top: 90px;
}
