@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("../font/HelveticaNeueBold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("../font/HelveticaNeue-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "HelveticaNeue-Thin";
  src: url("../font/HelveticaNeue-Thin.woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
/*Inicio clases generales*/
.HelveticaNeue-Bold {
  font-family: "HelveticaNeue-Bold";
  font-weight: 700;
}
.HelveticaNeue-Medium {
  font-family: "HelveticaNeue-Medium";
  font-weight: 500;
}
.HelveticaNeue-Thin {
  font-family: "HelveticaNeue-Thin";
  font-weight: 300;
}
.color-000 {
  color: #000000;
}
.color-646464 {
  color: #646464;
}
.color-5692a1 {
  color: #5692a1;
}
.color-fff {
  color: #ffffff;
}
.color-1994a4 {
  color: #6785c1;
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/*Fin clases generales*/
/*Inicio Header*/
.menu-menu-container {
  display: none;
}
/*Fin Header*/
/*Inicio Section #1*/
@media (min-width: 992px) {
  .abc-1 {
    margin-top: 250px;
  }
  .abc-1 .apple-logo {
    float: right;
  }
}
@media (max-width: 991px) {
  .abc-1 {
    margin: 0 8%;
    margin-top: 40px;
  }
  .abc-1 .apple-logo {
    margin-left: 8%;
    margin-bottom: 30px;
  }
}
.abc-1 .title {
  font-size: 5.313rem;
  line-height: 6.375rem;
}
.abc-1 .sub-title {
  font-size: 3.75rem;
  max-width: 45rem;
  line-height: 4.5rem;
}
.abc-1 .sub-title span {
  color: #5692a1;
  font-family: "HelveticaNeue-Bold";
}
.abc-1 .container-button {
  max-width: 45rem;
}
.abc-1 .button {
  background-color: #5c9fae;
  border-radius: 100px;
  padding: 5px 50px;
  font-size: 3.438rem;
  color: white !important;
  display: none;
}
.abc-1 .fig-circle {
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 500px;
  background-color: #5c9fae;
  position: absolute;
  right: -180px;
  top: -50px;
}
@media (max-width: 768px) {
  .abc-1 .fig-circle {
    display: none;
  }
  .abc-1,
  .abc-2,
  .abc-3,
  .abc-4 {
    margin: 0 5%;
  }
  .container-apple {
    text-align: center;
  }
  .abc-1 .apple-logo {
    margin-left: 0px;
  }
  .abc-1 .container-button {
    text-align: center;
    max-width: 100% !important;
  }
  .abc-1 .button {
    float: inherit !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 600px) {
  .abc-1 .apple-logo {
    width: 60px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 14px !important;
  }
}
@media (max-width: 1180px) {
  html {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 10px !important;
  }
}
@media (max-width: 602px) {
  html {
    font-size: 7px !important;
  }
}
@media (max-width: 460px) {
  html {
    font-size: 6px !important;
  }
}
@media (max-width: 376px) {
  html {
    font-size: 6px !important;
  }
}
/*Fin Section #1*/

/*Inicio section #2*/
.abc-2 {
  margin-top: 120px;
}
.abc-2 .bg-linear {
  background: linear-gradient(180deg, #6785c1, #36c6d1);
  width: 100%;
  min-height: 454px;
}
.abc-2 .parrafo {
  font-size: 35px;
  line-height: 42px;
  font-size: 35px;
  max-width: 455px;
  font-family: "Noto Sans", sans-serif;
  margin-left: 100px;
  text-align: left;
  font-weight: 400;
}
.abc-2 .smartphone {
  width: 35.875rem;
  margin-right: -25px;
  height: 576px;
}

@media screen and (min-width: 1200px) {
  .abc-2 .col-xl-5 {
    -ms-flex: 0 0 37.666667%;
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
  }

  .abc-2 .col-xl-7 {
    -ms-flex: 0 0 62.333333%;
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
  }
}

@media (max-width: 992px) {
  .abc-2 .parrafo {
    padding: 5px;
    margin-left: 0px;
    text-align: center;
    line-height: 42px;
    max-width: 100%;
  }
  .abc-2 .smartphone {
    display: flex;
    text-align: center;
    align-content: center;
    padding: 0px;
    margin: auto;
  }
  .abc-5 .flecha-seccion5 {
    display: none;
  }
}
/*Fin section #2*/
/*Inicio section #3*/
.abc-3 {
  margin-top: 160px;
}
.abc-3 p {
  font-size: 3.125rem;
  line-height: 3.75rem;
  max-width: 71.81rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-family: "HelveticaNeue-Thin";
  color: black;
}
.abc-3 .icongreen {
  /*width:7.8rem;*/
  width: 6.8rem;
  /*margin-bottom:60px;*/
  margin-bottom: 45px;
}
.abc-3 .fondo-3 {
  background: rgb(243, 247, 247);
}
@media (max-width: 992px) {
  .abc-3 .parrafo2 {
    margin-top: 50px;
  }
}
/*Fin section #3*/
/*Inicio section #4*/
.abc-4 {
  margin-top: 160px;
}
.abc-4 p {
  font-size: 3.125rem;
  line-height: 3.75rem;
  max-width: 71.81rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-family: "HelveticaNeue-Thin";
  color: black;
}
.abc-4 .icongreen {
  width: 7.8rem;
  margin-bottom: 60px;
}
.abc-4 .title-bene {
  font-size: 4.5rem;
  line-height: 5.4rem;
}
.abc-4 .title-bene:before {
  content: "";
  width: 7.5rem;
  height: 0.56rem;
  background-color: #808080;
  display: inline-block;
  margin-bottom: 1.125rem;
  margin-right: 1.875rem;
  margin-left: -15px;
  display: none;
}
.abc-4 .benefits-number {
  background-color: #b3b3b3;
  width: 8.438rem;
  height: 8.438rem;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
}
.abc-4 .benefits-item {
  font-size: 1.31rem;
  line-height: 1.575rem;
  max-width: 270px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #646464;
}
.abc-4 .repeater {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .abc-4 .repeater:nth-of-type(odd) .benefits-item {
    text-align: right;
    margin-left: auto;
  }
  .abc-4 .repeater:nth-of-type(odd) .benefits-number {
    float: right;
    margin-right: 15px;
  }
  .abc-4 .repeater:nth-of-type(even) > .row {
    display: flex;
    flex-direction: row-reverse;
  }

  .abc-4 .repeater:nth-of-type(even) .benefits-item {
    margin-left: -10px !important;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .abc-4 .benefits-number {
    width: 6.038rem;
    height: 6.038rem;
  }
}
.abc-4 .benefits-number .circle {
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #b3b3b3;
  display: block;
  position: absolute;
  bottom: -10px;
  display: none;
}
.abc-4 .benefits-number .circle:nth-of-type(2) {
  bottom: -17px;
}
.abc-4 .benefits-number .circle:nth-of-type(3) {
  bottom: -24px;
}
@media (max-width: 767px) {
  .abc-4 .benefits-item {
    text-align: right;
    margin-left: auto !important;
  }
}
@media (max-width: 600px) {
  .abc-4 .benefits-item {
    font-size: 2.81rem;
    line-height: 3.075rem;
  }
}
/*Fin section #4*/
@media (max-width: 600px) {
  .abc-1,
  .abc-2,
  .abc-3,
  .abc-4 {
    margin-top: 50px;
  }
}

/*.abc-1*/

.abc-1 {
  background-color: #fff;
  padding-top: 250px;
  margin-top: 0;
  padding-bottom: 45px;
}

.abc-1 .title span {
  display: block;
  line-height: 1;
}

.abc-1 img.apple-logo {
  display: none;
}

.abc-1 .sub-title h3,
.abc-1 .sub-title span {
  display: block;
  color: #646464;
  font-family: "HelveticaNeue-Thin";
  font-weight: 300;
  line-height: 60px;
}

.abc-1 .button {
  background-color: #5c9fae;
  border-radius: 100px;
  padding: 5px 50px;
  font-size: 3.438rem;
  color: white !important;
  max-width: 270px;
  width: 100%;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.abc-2 .smartphone {
  max-width: 297px;
  width: 100%;
  display: block;
  margin-left: auto;
}

.abc-2 .parrafo {
  margin-bottom: 0;
}

/*.abc-2*/

.abc-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  margin-top: 0;
}

.abc-2 .parrafo {
  margin-bottom: 0;
  color: #fff;
}
/*.abc-2*/

.abc-3 {
  padding-top: 110px;
  padding-bottom: 53px;
  margin-top: 0;
}
.bg-f3f7f7 {
  background-color: #f3f7f7;
}

.abc-3 p {
  font-size: 35px;
  line-height: 42px;
  max-width: 855px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
  color: #646464;
}
.abc-4 {
  padding-top: 60px;
  padding-bottom: 55px;
  margin-top: 0;
  background: #fff;
}

.abc-4 .title-bene {
  text-align: center;
}

.abc-4 .title-bene:before {
  display: none;
}

.abc-4 .benefits-number {
  background-color: #6785c1;
  font-family: "HelveticaNeue-Thin";
}

.abc-4 .benefits-number .circle {
  display: none;
}

@media (min-width: 1200px) {
  .abc-4 .col-xl-4 {
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  .abc-4 .col-xl-8 {
    flex: 0 0 69.2666667%;
    max-width: 69.2666667%;
  }
}

.abc-5 {
  padding-top: 55px;
  padding-bottom: 65px;
}
.abc-5-content {
  max-width: 1200px;
  width: 100%;
  border: 5px solid #00e6f8;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-right: 0;
}

@media screen and (min-width: 1440px) {
  .abc-5-content {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .abc-5 .col-lg-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }
  .abc-5 .col-lg-10 {
    -ms-flex: 0 0 80.333333%;
    flex: 0 0 80.333333%;
    max-width: 80.333333%;
  }
}
.abc-5-content .list-group-item {
  padding-bottom: 30px;
}

.abc-5-content .list-group-item .span-text {
  max-width: 770px;
  width: 100%;
}

.abc-5-content .list-group-item .span-text {
  color: #646464;
  font-family: "Noto Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .abc-5 .col-xl-2 {
    -ms-flex: 0 0 18.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }
  .abc-5 .col-xl-10 {
    -ms-flex: 0 0 81.333333%;
    flex: 0 0 81.333333%;
    max-width: 81.333333%;
  }
  .abc-5-content .list-group-item {
    padding-left: 65px;
  }
}
/*abc-6*/
.abc-6 {
  padding-top: 65px;
}
.abc-6 .col-12 {
  padding-bottom: 84px;
}

.abc-6 .paragraph-one {
  max-width: 910px;
  width: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 1);
  font-family: "Noto Sans", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.abc-6 .paragraph-two {
  max-width: 575px;
  width: 100%;
  background: #fff;
  color: #6785c1;
  font-family: "Noto Sans", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 51px;
  padding-bottom: 30px;
}

.abc-6 .btn-request {
  max-width: 400px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-height: 80px;
  background-color: #6785c1;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-top: 30px;
}

.abc-6 .btn-text {
  width: 100%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
/* estilos maltcia*/

html,
body {
  overflow-x: hidden;
  font-size: 16px;
}
/* Responsive section abc-1 */
@media screen and (max-width: 575.8px) {
  .abc-1 {
    padding-top: 45px;
  }
  .abc-1 .row .title {
    font-size: 5rem;
    line-height: 1.5;
  }

  .abc-1 .row .sub-title {
    max-width: 100%;
    width: 100%;
    font-size: 4rem;
    line-height: 1;
  }

  .abc-1 .sub-title span {
    display: initial;
  }

  .abc-1 .button {
    padding: 5px 15px;
    min-height: 45px;
    font-size: 4rem !important  ;
  }
}
/* Responsive section abc-2 */
@media screen and (max-width: 575.8px) {
  .abc-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abc-2 .row {
    margin: 0;
  }

  .abc-2 .bg-linear {
    padding: 25px 15px;
    min-height: max-content;
  }

  .abc-2 .row .bg-linear p {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
  }
  .abc-2 .bg-linear p br {
    display: none;
  }
}
/* Responsive section abc-3 */
@media screen and (max-width: 575.8px) {
  .abc-3 {
    margin: 0;
    padding-top: 56px;
    padding-bottom: 24px;
  }
  .abc-3 .row {
    margin: 0;
  }
  .abc-3 .row p {
    max-width: 100%;
    line-height: 1.5 !important;
    font-size: 3rem !important;
    text-align: left;
  }
}
/* Responsive section abc-4 */
@media screen and (max-width: 575.8px) {
  .abc-4 .row .title-bene {
    font-size: 6rem;
    padding-bottom: 24px;
  }
  .abc-4 .row .benefits-item {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .abc-4 .col-9 {
    max-width: 60%;
  }

  .abc-4 .col-3 {
    max-width: 40%;
  }

  .abc-4 .benefits-number {
    width: 7.438rem;
    height: 7.438rem;
  }
}
/* Responsive section abc-4 */
@media screen and (max-width: 400px) {
  .abc-4 .col-9 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .abc-4 .col-3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .abc-4 .benefits-item {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
/* Responsive section abc-5 */
@media screen and (max-width: 575.8px) {
  .abc-5 {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .abc-5-content {
    padding: 40px 25px !important;
    min-height: auto;
  }
  .abc-5-content .list-group-item .span-text {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .abc-5-content .list-group-item {
    padding-bottom: 15px;
  }
}
/* Responsive section abc-6 */
@media screen and (max-width: 575.8px) {
  .abc-6 .row .paragraph-one {
    font-size: 6rem;
    line-height: 1;
  }
  .abc-6 .row .paragraph-two {
    font-size: 4rem;
  }

  .abc-6 .btn-request {
    max-width: 100%;
    min-height: 45px;
    width: 270px;
  }
  .abc-6 .row .btn-text {
    padding: 5px 15px;
    font-size: 2.4rem;
  }
}
/* Responsive section abc-1 */
@media screen and (max-width: 767.8px) {
  .abc-1 {
    padding-top: 45px;
  }
  .abc-1 .row h1 .title {
    font-size: 3rem;
    line-height: 1.5;
  }
  .abc-1 .row h3 .sub-title {
    max-width: 100%;
    width: 100%;
    font-size: 1.62rem;
    line-height: 1;
  }
  .abc-1 .sub-title span {
    display: initial;
  }
  .abc-1 a .button {
    padding: 5px 15px;
    min-height: 45px;
    font-size: 1.5rem;
  }
}
/* Responsive section abc-2 */
@media screen and (max-width: 767.8px) {
  .abc-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .abc-2 .row {
    margin: 0;
  }

  .abc-2 .bg-linear {
    padding: 25px 15px;
    min-height: max-content;
  }

  .abc-2 .bg-linear p {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
  }
  .abc-2 .bg-linear p br {
    display: none;
  }
}
/* Responsive section abc-3 */
@media screen and (max-width: 767.8px) {
  .abc-3 {
    margin: 0;
  }
  .abc-3 .row {
    margin: 0;
  }
  .abc-3 .row p {
    max-width: 100%;
    line-height: 1.15;
    font-size: 2.7rem;
    text-align: left;
  }
}
/* Responsive section abc-4 */
@media screen and (max-width: 767.8px) {
  .abc-4 .title-bene {
    font-size: 6rem;
    line-height: 4rem;
  }
  .abc-4 .benefits-item {
    font-size: 2rem;
    line-height: 1.5;
  }
  .abc-4 .col-sm-7 {
    max-width: 50%;
  }

  .abc-4 .col-sm-5 {
    max-width: 50%;
    margin: auto;
    justify-content: flex-start !important;
  }

  .abc-4 .benefits-number {
    width: 7.438rem;
    height: 7.438rem;
  }
}
/* Responsive section abc-5 */
@media screen and (max-width: 767.8px) {
  .abc-5 {
    padding-top: 15px;
    padding-bottom: 38px;
  }
  .abc-5-content {
    padding: 40px 25px !important;
    min-height: auto;
  }
  .abc-5-content .list-group-item .span-text {
    font-size: 2.5rem !important;
    line-height: 1.5 !important;
  }
  .abc-5-content .list-group-item {
    padding-bottom: 15px;
  }
}
/* Responsive section abc-6 */
@media screen and (max-width: 767.8px) {
  .abc-6 row .paragraph-one {
    font-size: 2.75rem;
    line-height: 1.2;
  }
  .abc-6 row .paragraph-two {
    font-size: 2rem;
    padding-top: 15px;
  }
  .abc-6 .btn-request {
    max-width: 100%;
    min-height: 45px;
    width: 270px;
  }
  .abc-6 .btn-text {
    padding: 5px 15px;
    font-size: 2rem;
  }
}

/* Responsive section abc-1 */
@media screen and (max-width: 1199.8px) {
  .abc-1 {
    padding-top: 70px;
  }

  .abc-1 .sub-title {
    max-width: 100%;
    width: 100%;
    font-size: 2.62rem;
    line-height: 0.9;
  }
  .abc-1 .fig-circle {
    width: 24.25rem;
    height: 24.25rem;
  }
  .abc-1 .sub-title span {
    line-height: 0.9;
  }
  .abc-1 .container-button {
    display: flex;
  }

  .abc-1 .button {
    font-size: 3.8rem;
    padding: 5px 15px;
    min-height: 45px;
  }
  .abc .benefits-number {
    margin-right: 0;
  }
}
/* Responsive section abc-2 */
@media screen and (max-width: 1199.8px) {
  .abc-2 .row {
    margin: 0;
  }
  .abc-2 .bg-linear {
    padding: 25px 15px;
    min-height: max-content;
  }
  .abc-2 .bg-linear p {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
/* Responsive section abc-3 */
@media screen and (max-width: 1199.8px) {
  .abc-3 p {
    font-size: 3rem;
    line-height: 1.1;
  }
}
/* Responsive section abc-4 */
@media screen and (max-width: 1199.8px) {
  .abc-4 .benefits-number {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .abc-4 .title-bene {
    font-size: 5rem;
  }
  .abc-4 .benefits-item {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
/* Responsive section abc-5 */
@media screen and (max-width: 1199.8px) {
  .abc-5-content .list-group-item .span-text {
    font-size: 3rem;
    line-height: 1.5;
  }
}
/* Responsive section abc-6 */
@media screen and (max-width: 1199.8px) {
  .abc-6 row.paragraph-one {
    font-size: 2.9rem;
    line-height: 1.2;
  }
  .abc-6 row .paragraph-two {
    font-size: 2.5rem;
    padding-top: 15px;
  }
  .abc-6 .btn-request {
    max-width: 100%;
    min-height: 45px;
    width: 270px;
  }
  .abc-6 .btn-text {
    padding: 5px 15px;
    font-size: 2rem;
  }
}
/*responsive seccion2*/
@media (max-width: 992px) {
  .abc-2 .parrafo {
    padding: 15px;
  }
}
@media screen and (max-width: 575.8px) {
  .footer .row .title {
    font-size: 3rem;
    line-height: 1;
  }
  .footer .row .link {
    font-size: 2rem;
    line-height: 0.9;
  }
  footer .row .email {
    font-size: 2.3rem;
  }
  a.submit {
    font-size: 3rem;
  }
  .footer .contact_form .submit {
    font-size: 2.5rem !important;
  }
}
.abc-1 .fig-circle {
  animation: move_top_circle_slider_home 10s infinite alternate;
}
@keyframes move_top_circle_slider_home {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/**temporal*/
.abc-6 .btn-request {
  display: none;
}
