/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(1, 44, 52, 0.05);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #012c34;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6dbfa2;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .back {
  background: #6dbfa2;
  border: solid 1px #d4d9df;
  border-radius: 0.5rem;
  bottom: 1rem;
  cursor: pointer;
  padding: 0.8rem 1rem;
  position: fixed;
  right: 1rem;
  transition: all ease 0.3s;
}
body .back img {
  max-width: 1.5rem;
  transition: all ease 0.3s;
  width: 100%;
}
body .back:hover img {
  filter: invert(1);
}
body .back.hide {
  opacity: 0;
}
body .back.show {
  opacity: 1;
}
body .navbar {
  background: #37485e;
}
@media only screen and (max-width: 769px) {
  body .navbar .navbar-brand .pc {
    display: none;
  }
}
body .navbar .navbar-brand .mobile {
  display: none;
}
@media only screen and (max-width: 769px) {
  body .navbar .navbar-brand .mobile {
    display: block;
  }
}
body .navbar .navbar-collapse {
  position: relative;
}
body .navbar .navbar-collapse .navbar-secondary {
  padding: 0 0.5rem 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
body .navbar .navbar-collapse .navbar-secondary a {
  color: #6dbfa2;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
}
body .navbar .navbar-collapse .navbar-secondary a:first-child {
  margin: 0 2rem 0 0;
}
body .navbar .navbar-collapse .navbar-secondary a:hover {
  text-decoration: underline;
}
body .navbar .navbar-collapse ul {
  margin: 2rem 0 0 0;
}
body .navbar .navbar-collapse ul li a {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 600;
}
body .header {
    align-items: center;
    background: url("../images/IMG_Cabezal.jpg") right right no-repeat;
    background: #eeeeee;
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    display: flex;
    height: 75vh;
}
@media only screen and (max-width: 769px) {
  body .header {
    height: 55vh;
  }
}
body .header .container {
  /*background: url("../images/logo-shape.png") center center no-repeat;*/
  /*background-size: contain;*/
  padding: 9rem 2rem;
}
@media only screen and (max-width: 769px) {
  body .header .container {
    /*background-size: 50%;*/
  }
}
body .header h1 {
  color: #012c34;
  font-size: 2.5rem;
  font-weight: 700;
  max-width: 40rem;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  body .header h1 {
    font-size: 1.8rem;
  }
}
body .header p {
  color: #012c34;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 1rem 0 0 0;
  max-width: 40rem;
  width: 100%;
}
body .header a {
  background: #6dbfa2;
  border-radius: 0.5rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.9rem 1.5rem;
  margin: 2rem 0 0 0;
  text-decoration: none;
  transition: all ease 0.3s;
}
body .header a:hover {
  background: #FFFFFF;
  color: #6dbfa2;
}
body .what-is {
  background: #37485e url("../images/bg-block.png") center bottom no-repeat;
  padding: 4rem 1rem 7.6rem;
  text-align: center;
}
body .what-is h2 {
  color: #FFFFFF;
  font-weight: 600;
  background: url("../images/bg-headings.png") center bottom no-repeat;
  margin: 0 0 2rem 0;
  padding: 0 0 2.5rem 0;
}
body .what-is p {
  color: #d4d9df;
  font-weight: 500;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
body .capture {
    /*background: url("../images/bg-color1.png") 0 -39% repeat-x;*/
    background: none;
    padding: 0 1rem 2.5rem 1rem;
}
@media only screen and (max-width: 769px) {
  body .capture {
    background: none;
  }
}
body .capture h2 {
  color: #37485e;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem auto 4rem;
  max-width: 24rem;
  text-align: center;
  width: 100%;
}
body .capture img {
  height: auto;
  width: 100%;
}
body .capture .text-right ul {
  text-align: right;
}
body .capture .text-right ul li {
  justify-content: end;
}
body .capture .text-right ul li::after {
  content: url("../images/bullet.png");
  margin: 0 0 0 1rem;
}
body .capture .text-left ul {
  padding-left: 0;
  text-align: left;
}
body .capture .text-left ul li {
  justify-content: start;
}
body .capture .text-left ul li::before {
  content: url("../images/bullet.png");
  margin: 0 1rem 0 0;
}
body .capture ul {
  color: #012c34;
  list-style: none;
}
body .capture ul li {
  align-items: flex-start;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0 0 1rem 0;
}
/*    body .capture ul li:nth-child(3), body .capture ul li:nth-child(4) {
        color: #FFFFFF;
    }
*/
/*@media only screen and (max-width: 769px) {
    body .capture ul li:nth-child(3), body .capture ul li:nth-child(4) {
        color: #012c34;
    }
}*/
body .capture a {
  background: #6dbfa2;
  border-radius: 0.5rem;
  color: #FFFFFF;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.9rem 1.5rem;
  margin: 1.5rem auto 2rem;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.3s;
  width: 10rem;
}
body .capture a:hover {
  background: #FFFFFF;
  color: #6dbfa2;
}
body .start {
  padding: 3rem 0 0 0;
}
body .start h2 {
  color: #012c34;
  font-weight: 700;
  background: url("../images/bg-headings.png") center bottom no-repeat;
  margin: 0 auto 3rem;
  max-width: 39rem;
  padding: 0 0 2.5rem 0;
  text-align: center;
  width: 100%;
}
body .start .row {
  align-items: center;
  background: #37485e;
}
body .start .row .bg-img {
  overflow: hidden;
}
body .start .row .bg-img img {
  height: -moz-fit-content;
  height: fit-content;
  width: 120%;
}
@media only screen and (max-width: 769px) {
  body .start .row .bg-img img {
    height: auto;
  }
}
body .start .row .bg-color {
  background: #37485e;
}
body .start .row .bg-color ul {
  list-style: none;
  max-width: 75%;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  body .start .row .bg-color ul {
    margin: 2rem 0 0 0;
    max-width: 90%;
  }
}
body .start .row .bg-color ul li {
  align-items: flex-start;
  color: #d4d9df;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0 0 1rem 0;
  justify-content: start;
}
body .start .row .bg-color ul li::before {
  content: url("../images/bullet.png");
  margin: 0 1rem 0 0;
}
body .call-to-action {
  background: #6dbfa2;
  padding: 3rem 1rem;
}
body .call-to-action a {
  background: #37485e;
  border-radius: 0.5rem;
  color: #FFFFFF;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.9rem 1.5rem;
  margin: 1.5rem auto 2rem;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.3s;
  width: 10rem;
}
body .call-to-action a:hover {
  background: #FFFFFF;
  color: #37485e;
}
body .benefits {
  background: url("../images/bg-beneficit.png") center center no-repeat;
  padding: 4rem 1rem;
}
body .benefits h2 {
  color: #012c34;
  font-weight: 700;
  background: url("../images/bg-headings.png") center bottom no-repeat;
  margin: 0 auto 4rem;
  max-width: 39rem;
  padding: 0 0 2.5rem 0;
  text-align: center;
  width: 100%;
}
body .benefits img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 14rem;
  width: 100%;
}
body .benefits .text-right ul {
  margin-right: 0;
  text-align: right;
}
body .benefits .text-right ul li {
  justify-content: end;
}
body .benefits .text-right ul li::after {
  content: url("../images/bullet.png");
  margin: 0 0 0 1rem;
}
body .benefits .text-left ul {
  padding-left: 0;
  text-align: left;
}
body .benefits .text-left ul li {
  justify-content: start;
}
body .benefits .text-left ul li::before {
  content: url("../images/bullet.png");
  margin: 0 1rem 0 0;
}
body .benefits ul {
  color: #012c34;
  list-style: none;
  margin: 4rem 0 0 0;
  padding: 0;
}
body .benefits ul li {
  align-items: flex-start;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 0 2rem 0;
}
body .contact {
  background: #eeeeee;
  padding: 8rem 1rem;
}
body .contact h2 {
  color: #012c34;
  font-weight: 700;
  background: url("../images/bg-headings.png") center bottom no-repeat;
  margin: 0 auto 2rem;
  max-width: 39rem;
  padding: 0 0 2.5rem 0;
  text-align: center;
  width: 100%;
}
body .contact p {
  color: #012c34;
  font-weight: 600;
  text-align: center;
}
body .contact form input {
  background-color: #FFFFFF;
}
body .contact form input.form-control {
  border-radius: 2rem;
  margin: 0 0 2rem 0;
  padding: 1rem 2rem 1rem 4rem;
}
body .contact form input[name=name], body .contact form input[name=company], body .contact form input[name=rol] {
  background: #FFFFFF url("../images/icon-user.png") 21px no-repeat;
  background-size: 1.3rem;
}
body .contact form input[name=mail] {
  background: #FFFFFF url("../images/icon-mail.png") 21px no-repeat;
  background-size: 1.3rem;
}
body .contact form input[name=phone] {
  background: #FFFFFF url("../images/icon-phone.png") 21px no-repeat;
  background-size: 1rem;
}
body .contact form textarea {
  border-radius: 0.7rem;
  height: 7rem;
  padding: 2rem;
}
body .contact form button {
  background: #37485e;
  border: none;
  border-radius: 0.5rem;
  color: #FFFFFF;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.9rem 1.5rem;
  margin: 1.5rem auto 2rem;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.3s;
  width: 10rem;
}
body .contact form button:hover {
  background: #6dbfa2;
  color: #37485e;
}
body .footer {
  background: #37485e;
  height: 2rem;
}/*# sourceMappingURL=index.min.css.map */