@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("fonts/montserrat-regular-webfont.woff") format("woff"),
    url("fonts/montserrat-regular-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-bold-webfont.eot");
  src: url("fonts/montserrat-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("fonts/montserrat-bold-webfont.woff") format("woff"),
    url("fonts/montserrat-bold-webfont.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: "Montserrat Light";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Light"),
    url("fonts/Montserrat-Light.woff") format("woff");
}

.light {
  font-family: "Montserrat Light";
}

body {
  font-family: "Montserrat" !important;
  color: #4a4a4a;
  background: #f9f9f9;
}
body a {
  color: inherit;
}
body a.azul {
  color: #57a7b3;
}
body a:hover {
  text-decoration: none;
  color: inherit;
}
body a.btn {
  background: #57a7b3;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
}
body.pagina #header {
  background: #fff;
}
body.pagina #header .nav-menu a {
  color: #4a4a4a;
  text-shadow: 0 0 0 transparent;
}
body.pagina #header .nav-menu a.menu-active {
  color: #57a7b3;
}
body.pagina #header #logo {
  display: block;
  margin-top: 0px;
  opacity: 1;
}

#header #logo {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  margin-top: -5px;
}
#header #logo img {
  max-height: 30px;
}

#header.header-fixed #logo {
  display: block;
  margin-top: 0px;
  opacity: 1;
}
@media (max-width: 991px) {
  #header.header-fixed #logo {
    display: none;
  }
}

#header.header-fixed .nav-menu a {
  text-shadow: none;
  color: #4a4a4a;
}

@media (max-width: 767px) {
  #header .container {
    max-width: 100%;
  }
}

#header .nav-menu a {
  color: #57a7b3;
}
#header .nav-menu a.menu-active {
  color: #57a7b3;
}

#header .nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  text-transform: uppercase;
}
#header .nav-menu a.menu-active {
  text-shadow: 0 0 0;
}
@media (max-width: 1024px) {
  #header .nav-menu a {
    font-size: 12px;
    padding: 0 0px 10px 8px;
  }
}

.nav .fixed-top {
  top: 9px;
  padding: 0;
}

.nav .navbar-brand {
  margin-left: 35px;
}

.nav .navbar-collapse {
  justify-content: flex-end;
}

.nav .navbar-light .navbar-toggler {
  border: 0;
}

.nav .navbar-toggler {
  outline: none;
}
@media (min-width: 769px) {
  .nav .navbar-toggler {
    display: none;
  }
}
.nav .navbar-toggler div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 0.3s;
}
.nav .navbar-toggler.cerrar div {
  transform: rotateZ(45deg);
}
.nav .navbar-toggler.cerrar div:first-child {
  opacity: 0;
}
.nav .navbar-toggler.cerrar div:last-child {
  transform: rotateZ(-45deg);
  margin-top: -9px;
}

.lista {
  display: none !important;
}
@media (max-width: 992px) {
  .nav .navbar-toggler div {
    background-color: #fff;
  }
  .nav .navbar-toggler.navbar-fixed div {
    background-color: #57a7b3 !important;
  }
  .lista {
    display: block !important;
  }
  .tablalista,
  .listanum {
    display: none !important;
  }
  #pricing .box table td {
    display: flex !important;
    justify-content: center;
  }
}

#navbarNav {
  background: #fff;
  padding: 15px 30px;
  margin-top: 22px;
}
#navbarNav a {
  color: #4a4a4a;
}
#navbarNav a.menu-active {
  color: #57a7b3;
}
@media (min-width: 769px) {
  #navbarNav {
    display: none !important;
  }
}

#mobile-nav {
  background: #fff;
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav #logo {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#mobile-nav #logo img {
  width: 100%;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li:first-child a {
  border-top: 1px solid rgba(74, 74, 74, 0.1);
}
#mobile-nav ul li a {
  color: #4a4a4a;
  font-size: 14px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.1);
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: inherit;
}

#mobile-nav-toggle i {
  color: #57a7b3;
}

.gray {
  color: #9b9b9b;
}

.section-header {
  text-align: center;
  margin-bottom: 35px;
  color: #7e888e;
}
.section-header .section-title {
  font-size: 40px;
  display: inline-block;
  color: #57a7b3;
  margin: 0 auto;
  padding: 0px 0 0px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-header .section-title {
    font-size: 30px;
  }
}
.section-header .section-title.gray {
  color: #7e888e;
}
.section-header .section-description {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat Light";
  color: #4a4a4a;
}
.section-header .section-description b {
  font-family: "Montserrat";
  font-weight: 700;
}
.section-header .section-divider {
  display: block;
  max-width: 480px;
  height: 2px;
  background: #727271;
  background: linear-gradient(0deg, #727271 0%, #727271 100%);
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 10px;
}
.section-header .section-divider.azul {
  background: #81c6c8;
  margin: 15px auto;
  max-width: 320px;
}

.titulo-seccion {
  background-color: #57a7b3;
  color: #fff;
  margin-top: 92px;
  padding: 53px 15px;
}
.titulo-seccion h1 {
  font-size: 46px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 480px) {
  .titulo-seccion h1 {
    font-size: 35px;
  }
}
.titulo-seccion p {
  font-family: "Montserrat Light";
  font-size: 25px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .titulo-seccion p {
    font-size: 20px;
  }
}

footer {
  color: #455464;
  font-family: "Montserrat Light";
  text-align: center;
  padding: 40px 0;
  font-size: 13px;
}

#contact .form-control.error {
  border: 1px solid #fdbfbf !important;
}

#contact label.error {
  color: #d06565 !important;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 8px 48px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #57a7b3;
  color: #57a7b3;
}
@media (max-width: 767px) {
  #intro .btn-get-started {
    background: #57a7b3;
    color: #fff;
  }
  .nav .navbar-toggler div {
    background-color: #57a7b3 !important;
  }
}
#intro .btn-get-started:hover {
  text-decoration: none;
  color: #57a7b3;
}
#intro .btn-get-started a {
  color: #57a7b3;
}

#intro .intro-text {
  color: #4a4a4a;
  padding-right: 40px;
  max-width: 50%;
}
@media (max-width: 768px) {
  #intro .intro-text {
    max-width: 100%;
    left: 0px;
  }
}
#intro .intro-text big {
  font-size: 30px;
  line-height: 1.3em;
  display: block;
}
@media (max-width: 991) {
  #intro .intro-text big {
    text-shadow: 0px 0px 6px white;
  }
}
@media (max-width: 500px) {
  #intro .intro-text big {
    font-size: 22px;
    text-shadow: 0px 0px 6px white;
  }
}
#intro .intro-text p {
  font-family: "Montserrat Light";
  font-size: 25px;
}

.imgintro {
  display: none !important;
}
@media (max-width: 500px) {
  #intro .intro-text p {
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
  }
  .imgintro {
    display: block !important;
  }
  #call-to-action.gato {
    background: url("../img/gatomovil.png") center top !important;
    background-size: 100% !important;
    background-position: bottom center;
    background-repeat: no-repeat !important;
  }

  #call-to-action .cta-title {
    margin-top: 15px;
    font-size: 14px !important;
    padding-left: 15px;
    text-align: center;
  }
  #call-to-action .cta-text {
    font-size: 12px !important;

    text-align: center;
  }

  .gato .container-fluid {
    background-color: #ffffffb8;
  }
  #intro {
    height: auto;
    background: transparent !important;
    background-image: none;
  }

  #intro .intro-text img {
    display: none !important;
  }
  .img-mac img {
    position: relative;
    margin-top: 70px !important;
    max-width: 70% !important;
  }
  #intro .intro-text {
    position: relative;
    margin: 0 auto !important;
    display: flex !important;
    top: 28px;
    padding: 0 20px;
    transform: translateY(0%);
  }
  .textobo {
    text-align: center;
    margin-bottom: 0%;
  }
}

#contact .datos {
}
#contact .datos i {
  font-size: 25px;
  color: #57a7b3;
  padding-right: 15px;
}
#contact .datos.whatsapp p {
  display: flex;
  flex: none;
}
#contact .datos .col-lg-10 {
  padding: 0;
  display: flex;
}
#intro .intro-text img {
  max-width: 250px;
  margin-bottom: 35px;
}
#intro .intro-text img.dark-shadow {
  filter: drop-shadow(0px 2px 5px rgba(255, 255, 255, 0.7));
}

.img-mac {
  padding-bottom: 60px;
}
.img-mac img {
  position: relative;
  margin-top: -120px;
  max-width: 70%;
}

#call-to-action {
  overflow: hidden;
  height: 563px;
  padding-right: 15px;
}
#call-to-action.gato {
  background: url(../img/gato.jpg) center top;
  background-size: cover;
  background-position: bottom left;
  background-position-y: 65%;
}
@media (max-width: 500px) {
  #call-to-action.gato {
    background-position-x: -190px;
    background-position-y: 0px;
  }
}
@media (max-width: 768px) {
  #call-to-action {
    height: 380px;
    padding-right: 0;
  }
}
#call-to-action .cta-title {
  color: #57a7b3;
  font-size: 28px;
  font-weight: 600;
  margin-top: 34px;
}
@media (max-width: 768px) {
  #call-to-action .cta-title {
    margin-top: 15px;
    font-size: 23px;
    padding-left: 15px;
  }
}
#call-to-action .cta-text {
  color: #4a4a4a;
  font-size: 25px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #call-to-action .cta-text {
    font-size: 20px;
  }
}

#caracteristicas {
  padding-top: 100px;
  padding-bottom: 254px;
}
@media (max-width: 600px) {
  #caracteristicas {
    padding-bottom: 120px;
  }
}
#caracteristicas .devices {
  margin: 120px auto 0;
  max-width: 512px;
}
@media (max-width: 1024px) {
  #caracteristicas .devices {
    max-width: 400px;
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  #caracteristicas .devices {
    max-height: 350px;
    max-width: 100%;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #caracteristicas .devices {
    max-width: 250px;
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  #caracteristicas .devices {
    max-width: 200px;
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  #caracteristicas .devices {
    max-width: 160px;
    margin-top: 40px;
  }
}
#caracteristicas .iconos {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 960px;
}
#caracteristicas .iconos text {
  font-family: "Montserrat";
}
@media (max-width: 1024px) {
  #caracteristicas .iconos {
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  #caracteristicas .iconos {
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  #caracteristicas .iconos {
    max-width: 375px;
  }
}
@media (max-width: 374px) {
  #caracteristicas .iconos {
    max-width: 320px;
  }
}
#caracteristicas .content {
  margin-top: 50px;
  margin-bottom: 0px;
}

#conoce {
  padding-top: 100px;
  background-repeat: repeat;
  background: #81c6c8 url(../img/pattern.svg);
  color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #conoce {
    overflow: hidden;
  }
}
#conoce .section-header {
  margin-bottom: 60px;
}
#conoce h3 {
  margin-bottom: 60px;
  font-size: 40px;
}
@media (max-width: 500px) {
  #conoce h3 {
    font-size: 30px;
  }
}
#conoce p {
  font-family: "Montserrat Light";
  font-size: 20px;
}
#conoce h3,
#conoce p {
  color: #fff;
}
#conoce .section-divider {
  background: #fff;
  max-width: 200px;
  height: 1px;
}
#conoce .carousel .your-class {
  max-width: 61.5%;
  margin: 0 auto;
  margin-top: 34px;
  padding-top: 34px;
  transform: translatex(4px);
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #conoce .carousel .your-class {
    padding-top: 18px;
    transform: translatex(1px);
  }
}
@media (max-width: 600px) {
  #conoce .carousel .your-class {
    padding-top: 17px;
    transform: translatex(1px);
  }
}
@media (max-width: 500px) {
  #conoce .carousel .your-class {
    padding-top: 15px;
    transform: translatex(1px);
  }
}
@media (max-width: 375px) {
  #conoce .carousel .your-class {
    padding-top: 13px;
    transform: translatex(1px);
    max-width: 76.5%;
  }
}
#conoce .carousel .nextArrow {
  cursor: pointer;
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  #conoce .carousel .nextArrow {
    right: -20%;
  }
}
#conoce .carousel .prevArrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #conoce .carousel .prevArrow {
    left: -20%;
  }
}
#conoce .carousel .your-class2 {
  max-width: 247px;
  margin: 0 auto;
  margin-top: 27px;
  padding-top: 30px;
  transform: translatex(0px);
  padding-bottom: 50px;
  border-radius: 23px;
}
#conoce .carousel .your-class2 .slick-list {
  border-radius: 23px;
}
#conoce .carousel .your-class2 .nextArrow {
  right: -40%;
}
#conoce .carousel .your-class2 .prevArrow {
  left: -40%;
}
#conoce .carousel .your-class2 > div div img {
  height: 500px;
  margin: 0 auto;
  border-radius: 23px;
}
#conoce .carousel.app {
  background: url(../img/phone-empty.png) no-repeat top center;
  background-size: auto 547px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  #conoce .carousel.app .nextArrow {
    max-width: 50px;
    right: -25%;
    display: none !important;
  }
}
@media (max-width: 600px) {
  #conoce .carousel.app .prevArrow {
    max-width: 50px;
    left: -25px;
    display: none !important;
  }
}
#conoce .carousel.desk {
  background: url(../img/laptop.png) no-repeat top center;
  background-size: 80% auto;
  margin-bottom: 40px;
}
@media (max-width: 375px) {
  #conoce .carousel.desk {
    background-size: 100% auto;
  }
}
@media (max-width: 600px) {
  #conoce .carousel.desk .nextArrow {
    max-width: 50px;
    top: 35%;
  }
}
@media (max-width: 500px) {
  #conoce .carousel.desk .nextArrow {
    right: -25%;
    display: none !important;
  }
}
@media (max-width: 600px) {
  #conoce .carousel.desk .prevArrow {
    max-width: 50px;
    top: 35%;
  }
}
@media (max-width: 500px) {
  #conoce .carousel.desk .prevArrow {
    left: -25%;
    display: none !important;
  }
}
#conoce .carousel .laptop {
  opacity: 0;
  z-index: -1;
}
#conoce .download {
  margin-top: 80px;
}
#conoce .download img {
  max-width: 200px;
}
@media (max-width: 480px) {
  #conoce .download img {
    margin-bottom: 20px;
  }
}
#conoce .desk img {
  max-width: 100%;
}

#pricing {
  padding-top: 100px;
}
#pricing .container {
  max-width: 95%;
}
#custom_h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
}
#pricing .section-header {
  margin-bottom: 75px;
}
#pricing .get-started-btn {
  width: auto;
  background: #81c6c8;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  transition: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  left: 50%;
  margin: 0 auto 30px auto;
  transform: translateX(-47%);
}
#pricing .get-started-btn:hover {
  text-decoration: none;
}
#pricing .section-subtitle {
  font-size: 20px;
  font-weight: 500;
}
#pricing .box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border: 2px solid #81c6c8;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
#pricing .box h3 {
  background: #f4f3f3;
  font-size: 25px;
  padding: 30px 5px;
  color: #4a4a4a;

  max-height: 124px;
}
#pricing .box h3 p {
  font-size: 15px;
  color: #3f3f3f;
}
#pricing .box table {
  padding: 1.5rem;
  margin-bottom: 0;
}
#pricing .box td i {
  color: #81c6c8;
  font-size: 18px;
  padding-right: 4px;
}
#pricing .box table td {
  color: #7e888e;
  display: block;
  border: none;
  /* margin-top: -20px;
        margin-bottom: 35px; */
  font-size: 18px;
}
#pricing .box table td {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}
#pricing .box .table-striped > tbody > tr:nth-child(odd) > td,
#pricing .box .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
#pricing .box .table-striped > tbody > tr:nth-child(even) > td,
#pricing .box .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f4f3f3;
}
#pricing table td {
  padding-bottom: 7px !important;
}
#pricing .incluye {
  /* margin-top: 220px; */
  margin-top: 140px;
  height: 720px;
}
#pricing .precios {
  padding-bottom: 0;
  position: relative;
}
#pricing .precios .rectangulo {
  width: 40%;
  height: 95%;
  opacity: 0.35;
  border-radius: 14px;
  border: solid 2px #f5a623;
  position: absolute;
  left: 45%;
  top: -55px;
  display: none;
  animation: animate 1s linear forwards;
}
/* #pricing ul li:nth-child(odd) li{
        background-color: #f8f8f8;
      }
      #pricing ul li:nth-child(even) li{
        background-color: #ffff;
      } */
/* #pricing .sombreado{
        background: #f8f8f8;
      } */
@media (max-width: 768px) {
  #pricing .precios .rectangulo {
    display: none;
  }
}
#pricing .precios .texto {
  text-transform: uppercase;
  font-size: 15px;
  color: #f5a623;
  letter-spacing: 3px;
  position: absolute;
  left: 53.5%;
  top: -38px;
}
@media (max-width: 768px) {
  #pricing .precios .texto {
    display: none;
  }
}
@media (max-width: 374px) {
  #pricing .box h3 {
    font-size: 28px;
  }
  #pricing .box h3 p {
    font-size: 1.1vw;
  }
}

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #f5a623;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  50% {
    width: 40%;
    height: 0;
    border-top-color: #f5a623;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #f5a623;
  }
  100% {
    width: 40%;
    height: 95%;
    border-top-color: #f5a623;
    border-bottom-color: #f5a623;
    border-left-color: #f5a623;
    border-right-color: #f5a623;
  }
}
#pricing .disclaimer {
  color: #9b9b9b;
  font-size: 14px;
  margin: 10px auto 89px;
  padding-top: 0px;
  position: relative;
  font-weight: 400;
}

#contact {
  background: rgba(87, 167, 179, 0.1);
  color: #7e888e;
  padding-top: 100px;
}
#contact .section-header {
  margin-bottom: 0;
}
#contact .info {
  margin-top: 62px;
  padding-left: 0px;
  font-size: 18px;
  display: grid;
  justify-items: center;
}
#contact .section-description {
  width: 433px;
  height: 77px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7e888e;
}
#contact .section-redes img {
  padding-left: 0px;
  padding-right: 20px;
  cursor: pointer;
}
#contact .section-redes-tw img {
  width: 46px;
  height: 37px;
}
#contact .section-redes-ig img {
  width: 39px;
  height: 39px;
  cursor: pointer;
}
#contact .section-redes-fb img {
  width: 21px;
  height: 37px;
  cursor: pointer;
}
#contact .perro {
  width: 983px;
  height: 628px;
  margin: 118px 0 65px -154px;
}
@media (max-width: 820px) {
  #contact .info {
    padding-left: 0;
  }
  #contact .perro {
    width: 150%;
    height: auto;
  }
}

@media (max-width: 500px) {
  #contact .info {
    padding-left: 0;
  }
  #contact .perro {
    width: 100%;
    height: auto;
    margin: 118px 0 65px 0;
  }
}
#contact .info .datos {
  font-size: 16px;
}
#contact .datos i {
  font-size: 25px;
  color: #57a7b3;
  padding-right: 25px;
}
#contact .info .datos.direccion i {
  font-size: 16px;
}
#contact .info .datos.mail i {
  font-size: 16px;
}
#contact .info .datos.tel i {
  transform: scaleX(-1);
}
#contact .info .datos.whatsapp i {
  font-size: 16px;
}
#contact .info .datos.horarios i {
  font-size: 16px;
}

#contact .form-w {
  background: #fff;
  padding: 4rem;
  border-radius: 14px;
}
@media (max-width: 767px) {
  #contact .form-w {
    padding: 2rem;
  }
}
#contact .form-w .form button[type="submit"] {
  background: #81c6c8;
  letter-spacing: 3px;
  font-size: 14px;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}
#contact .form-w .form input,
#contact .form-w .form textarea {
  border-radius: 23px;
  border-color: #d5d5d6;
  margin-bottom: 15px;
  padding-left: 15px;
  color: #4a4a4a;
  padding-right: 15px;
  resize: none;
}
#contact .form-w .form input:focus,
#contact .form-w .form input:active,
#contact .form-w .form textarea:focus,
#contact .form-w .form textarea:active {
  border-color: #57a7b3 !important;
}
#contact .form-w .form label {
  color: #7e888e;
  font-size: 13px;
}

#faq {
  padding-top: 0;
}
#faq .fa-plus:before {
  content: "\f068";
}
#faq .collapsed .fa-plus:before {
  content: "\f067";
}
#faq #faq-list {
  margin: 0 auto 100px;
}
#faq #faq-list a {
  color: #81c6c8;
  border-left: solid 0px #f3f3f3;
  border-right: solid 1px #f3f3f3;
  border-top: solid 1px #f3f3f3;
  font-size: 17px;
}
#faq #faq-list a.collapsed {
  color: #959595;
  background-color: #fafafa;
  border-radius: 8px 0 0 8px;
  border-top: 2px solid #f4f4f4;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  line-height: 1.3em;
}
#faq #faq-list a.collapsed i {
  border-radius: 8px;
  background-color: #f4f4f4;
  color: #959595;
}
#faq #faq-list a:hover {
  color: #81c6c8;
}
@media (max-width: 600px) {
  #faq #faq-list a {
    font-size: 14px;
  }
}
#faq #faq-list a i {
  border-radius: 0px;
  background-color: #81c6c8;
  color: #fff;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 2.3em;
  transition: all 0.3s;
}
#faq #faq-list p {
  padding-left: 85px;
  padding-right: 15px;
  border-left: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 30px;
  font-family: "Montserrat Light";
  position: relative;
}
@media (max-width: 600px) {
  #faq #faq-list p {
    line-height: 18px;
    padding-top: 0;
    font-size: 12px;
  }
}
#faq #faq-list p:before {
  width: 50px;
  height: calc(100% + 1px);
  background-color: #81c6c8;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
}
#faq #faq-list li {
  border-bottom: 0;
  margin-bottom: 6px;
}
#faq #faq-list li a {
  padding-left: 80px;
}
#faq .header {
  height: 552px;
  background-image: url(../img/bg-faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  #faq .header {
    background-position-x: 26%;
  }
}

#soluciones h3 {
  font-size: 30px;
  color: #57a7b3;
  font-weight: 700;
  margin-top: 20px;
}

#soluciones span {
  color: #7e888e;
  font-size: 14px;
}

#soluciones .solucion-w {
  margin-bottom: 80px;
}

#soluciones .solucion a {
  color: #57a7b3;
}

#soluciones .solucion .pic img {
  max-width: 80%;
}

.pagina #soluciones {
  padding-top: 0;
}

@media (max-width: 1200px) and (min-width: 769px) {
  #pricing .get-started-btn {
    padding: 8px 2vw;
  }
}
