@charset "UTF-8";
/* INI PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* USO @include horizontal-gradient(#71c005, #88dd06); */
/* FIN PARTIALS */
/* INI TYPE */
/* FIN TYPE */
/* INI COLORS WEBSITE */
/* FIN COLORS WEBSITE */
/* INI GENERAL */
html {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

body {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -176px;
}

@media (min-width: 576px) {
  .wrapper {
    margin: 0 auto -164px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    margin: 0 auto -180px;
  }
}

#push,
.footer {
  height: 176px;
}

@media (min-width: 576px) {
  #push,
  .footer {
    height: 164px;
  }
}

@media (min-width: 992px) {
  #push,
  .footer {
    height: 180px;
  }
}

::selection {
  color: #ffffff;
  background: #d30e81;
}

::-moz-selection {
  color: #ffffff;
  background: #d30e81;
}

::-webkit-selection {
  color: #ffffff;
  background: #d30e81;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
button {
  color: #000000;
  text-decoration: none;
}

a:active, a:focus,
button:active,
button:focus {
  outline: none !important;
}

a:active img, a:focus img,
button:active img,
button:focus img {
  outline: none;
}

strong {
  font-weight: 700;
}

ul {
  margin: 0;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li h3 {
  display: inline-block;
  /*Para Firefox*/
}

li {
  list-style: none;
}

.no-ov {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.flex-container {
  display: flex;
}

.form-group.form-check {
  text-align: left;
  padding-left: 0;
}

.form-group.form-check input[type=checkbox], .form-group.form-check input[type=radio] {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 5px;
}

.form-group.invalid .form-control {
  border: 3px solid red !important;
}

.form-group .form-control {
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  border: 1px solid #a8d2dc;
  color: #333333;
  font-weight: 300;
  background-clip: unset;
  height: 46px;
  padding: 0.375rem 1.2rem;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .form-group .form-control {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.checkbox-inline {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: none;
  color: #333333;
  padding-bottom: .25rem;
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
  text-align: left;
  line-height: 1.3;
}

.checkbox-inline input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox-inline span {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

.checkbox-inline a {
  color: #d30e81;
  outline: none;
}

.btn {
  outline: none;
  box-shadow: none !important;
}

.btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #d30e81;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  background-clip: initial;
  border: 1px solid #d30e81 !important;
  height: 46px;
  line-height: 1;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-primary:active, .btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff;
  border: 1px solid #d30e81 !important;
  background-color: #d30e81 !important;
}

.btn-primary:hover {
  background-color: #e72396 !important;
  border: 1px solid #e72396 !important;
}

@media (min-width: 767px) {
  .btn-primary {
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 0.8rem 2rem;
  }
}

@media (min-width: 992px) {
  .btn-primary {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .btn-primary {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 1rem;
}

h1 strong {
  font-weight: 600;
  display: block;
}

@media (min-width: 576px) {
  h1 strong {
    display: inline;
  }
}

@media (min-width: 576px) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 0.25rem;
  }
  h1 img {
    max-width: 40px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  color: #00476a;
}

@media (min-width: 767px) {
  h2 {
    margin-bottom: 1.5rem;
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2 img {
    max-width: 40px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #d30e81;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

h3 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  margin-right: 20px;
}

h3 span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  h3 {
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  h3 {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 767px) {
  p {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ini header */
.header .bg-header {
  background: url("../img/bg-header-mb.png") no-repeat top center;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  background-size: auto 90%;
}

@media (min-width: 767px) {
  .header .bg-header {
    background: url("../img/bg-header.png") no-repeat top center;
    background-size: auto 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 992px) {
  .header .bg-header {
    background-size: cover;
  }
}

@media (min-width: 1400px) {
  .header .bg-header {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.header .logo {
  display: inline-block;
  width: 100%;
  max-width: 210px;
}

.header .logo.logo-coocrea {
  max-width: 120px;
}

@media (min-width: 767px) {
  .header .logo.logo-coocrea {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .header .logo.logo-coocrea {
    max-width: 230px;
  }
}

@media (min-width: 1400px) {
  .header .logo.logo-coocrea {
    max-width: 230px;
  }
}

@media (min-width: 767px) {
  .header .logo {
    margin-top: -12px;
    max-width: 260px;
  }
}

@media (min-width: 992px) {
  .header .logo {
    max-width: 310px;
  }
}

@media (min-width: 1400px) {
  .header .logo {
    max-width: 350px;
  }
}

/* end header /*  

/* ini video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end video container */
/* ini heading */
.heading {
  overflow: hidden;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  /* ini item stats */
  /* end item stats */
  /* ini video */
  /* end video */
}

.heading h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
  color: #00476a;
  margin-bottom: .5rem;
  text-align: center;
}

@media (min-width: 767px) {
  .heading h1 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .heading h1 img {
    max-width: 40px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .heading h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1400px) {
  .heading h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 767px) {
  .heading {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}

@media (min-width: 992px) {
  .heading {
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .heading {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

.heading p {
  text-align: left;
  margin-bottom: 1rem;
}

.heading .item-stats {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/bg-data.png") no-repeat top center;
  background-size: 100%;
  padding: 0.9rem 0 0.8rem 0.9rem;
  width: 220px;
  text-align: left;
  margin: 0 0.5rem 0.75rem 0rem;
}

@media (min-width: 992px) {
  .heading .item-stats {
    width: 245px;
    margin-right: 0.75rem;
    padding: 1.1rem 0 1rem 0.9rem;
  }
}

@media (min-width: 1400px) {
  .heading .item-stats {
    width: 280px;
    padding: 1rem 0 1.5rem 0.9rem;
    margin-bottom: 0.75rem;
  }
}

.heading .item-stats .number-stats {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  background: #d30e81;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d30e81 0%, #6e2383 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d30e81), color-stop(100%, #6e2383));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d30e81 0%, #6e2383 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d30e81 0%, #6e2383 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d30e81 0%, #6e2383 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d30e81 0%, #6e2383 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-right: 8px;
}

@media (min-width: 1400px) {
  .heading .item-stats .number-stats {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.heading .item-stats h4 {
  display: inline-block;
  vertical-align: middle;
  color: #d30e81;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .heading .item-stats h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  .heading .item-stats h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.heading .item-stats h4 strong {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .heading .item-stats h4 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .heading .item-stats h4 strong {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.heading .info-video {
  max-width: 550px;
  margin: 0 auto 1rem auto;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
}

.heading .info-video strong {
  font-weight: 700;
  color: #d30e81;
}

@media (min-width: 992px) {
  .heading .info-video {
    text-align: left;
  }
}

.heading .box-video {
  display: block;
  position: relative;
  max-width: 320px;
  margin: 0 auto 1rem auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url("../img/bg-cta.png") no-repeat top center;
  background-size: 100% 250px;
  text-decoration: none;
  text-align: center;
}

.heading .box-video:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media (min-width: 576px) {
  .heading .box-video {
    background-size: 100% 320px;
  }
}

@media (min-width: 767px) {
  .heading .box-video {
    max-width: 550px;
    background-size: 100% auto;
    margin: .5rem auto 1rem auto;
  }
}

@media (min-width: 992px) {
  .heading .box-video {
    max-width: 100%;
    margin-top: 10px;
  }
}

.heading .box-video img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

.heading .box-video .cta-text {
  padding: 3rem 2rem 5rem 2rem;
}

@media (min-width: 767px) {
  .heading .box-video .cta-text {
    padding: 4rem 3rem 9rem 3rem;
  }
}

@media (min-width: 992px) {
  .heading .box-video .cta-text {
    padding: 2.5rem 3rem 8rem 3rem;
  }
}

@media (min-width: 1200px) {
  .heading .box-video .cta-text {
    padding: 3rem 3rem 9rem 3rem;
  }
}

.heading .box-video .cta-text h3 {
  width: 100%;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .heading .box-video .cta-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .heading .box-video .cta-text h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.heading .box-video .cta-text p {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .heading .box-video .cta-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .heading .box-video .cta-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.heading .box-video .cta-text p strong {
  font-weight: 600;
}

.heading .cta-video {
  position: absolute;
  display: block;
  bottom: -125px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  height: 200px;
  color: #ffffff;
  text-align: center;
  background: url("../img/cta-video-3.png") no-repeat top center;
  background-size: 100%;
  line-height: 1.1;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .heading .cta-video {
    width: 430px;
    margin-left: -190px;
    height: 196px;
    font-size: 16px;
    font-size: 1rem;
    bottom: -60px;
  }
}

@media (min-width: 992px) {
  .heading .cta-video {
    width: 430px;
    margin-left: -190px;
    height: 196px;
    font-size: 16px;
    font-size: 1rem;
    bottom: -60px;
  }
}

@media (min-width: 1400px) {
  .heading .cta-video {
    width: 500px;
    bottom: -30px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.heading .cta-video strong {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .heading .cta-video strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .heading .cta-video strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* end heading */
/* ini questions */
.sep-1 {
  width: 100%;
  height: 30px;
  background: url("../img/bg-blue-lighter-mb.png") no-repeat top center;
}

@media (min-width: 767px) {
  .sep-1 {
    height: 48px;
    background: url("../img/bg-blue-lighter.png") no-repeat top center;
  }
}

.sep-2 {
  width: 100%;
  height: 30px;
  background: url("../img/bg-blue-light-mb.png") no-repeat top center;
  background-color: #eaf3f5;
}

@media (min-width: 767px) {
  .sep-2 {
    height: 48px;
    background: url("../img/bg-blue-light.png") no-repeat top center;
    background-color: #eaf3f5;
  }
}

.questions {
  position: relative;
  text-align: center;
  color: #00476a;
  background: #eaf3f5;
  text-align: center;
}

@media (min-width: 992px) {
  .questions {
    min-height: 530px;
  }
}

@media (min-width: 1200px) {
  .questions {
    min-height: 550px;
  }
}

.questions h2 {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .questions h2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .questions h2 {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.questions .box-questions {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (min-width: 767px) {
  .questions .box-questions {
    padding-bottom: 2rem;
  }
}

.questions .box-questions h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.questions .box-questions h5 {
  width: 100%;
  border-top: 1px solid #a8d2dc;
  padding-top: 1rem;
  margin: 0 auto 3rem auto;
  max-width: 950px;
}

.questions .box-questions .item-question {
  max-width: 280px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.questions .box-questions .item-question h3 {
  margin-top: 0;
  margin-bottom: .75rem;
  text-align: center;
  color: #00476a;
  font-weight: 800;
}

@media (min-width: 992px) {
  .questions .box-questions .item-question {
    max-width: 100%;
  }
}

.questions .box-questions .item-question p {
  display: block;
  max-width: 290px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.25rem;
}

@media (min-width: 992px) {
  .questions .box-questions .item-question p {
    padding: 0 1rem;
  }
}

.questions .box-questions .item-question p strong {
  color: #d30e81;
}

.questions .box-questions .item-question .icon-question {
  display: inline-block;
  width: 140px;
  height: 140px;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 300;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 140px;
}

.questions .box-questions .item-question .icon-question.icon-question-1 {
  background-color: #d30e81;
}

.questions .box-questions .item-question .icon-question.icon-question-2 {
  background-color: #009ac7;
}

.questions .box-questions .item-question .icon-question.icon-question-3 {
  background-color: #6e2383;
}

.questions .box-questions .item-question .cta-item {
  margin: 0 auto;
  max-width: 220px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.questions .box-questions .item-question .cta-item:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media (min-width: 1200px) {
  .questions .path {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    top: -112px;
  }
  .questions .path .container {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .questions .path .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .questions .path {
    top: -125px;
    left: 0;
  }
  .questions .path .container img {
    width: 100%;
    height: 800px;
  }
}

/* end questions */
/* ini pricing */
.pricing {
  background-color: #d30e81;
}

.pricing h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  text-align: center;
}

.pricing h2 a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing h2 a:hover {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.pricing h2 strong {
  font-weight: 800;
}

@media (min-width: 767px) {
  .pricing h2 {
    text-align: left;
    max-width: 500px;
    margin-bottom: 1.5rem;
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .pricing h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  .pricing h2 {
    max-width: 600px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.pricing .img-pricing {
  width: 100%;
  max-width: 320px;
  margin: -40px auto 0 auto;
}

@media (min-width: 767px) {
  .pricing .img-pricing {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 320px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .pricing .img-pricing {
    max-width: 250px;
  }
}

@media (min-width: 1200px) {
  .pricing .img-pricing {
    max-width: 300px;
  }
}

/* end pricing */
/* ini contact */
.contact {
  background: #daeef3;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 767px) {
  .contact {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}

.contact .box-form {
  background: url("../img/bg-form-xs.png") no-repeat top center;
  background-size: 100% 625px;
  padding: 3rem 10% 3.5rem 10%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.contact .box-form.box-no-form {
  text-align: center;
  padding: 2.5rem 11% 4.5rem 11%;
  background-size: 100% 340px;
}

@media (min-width: 480px) {
  .contact .box-form.box-no-form {
    background-size: 100% 280px;
  }
}

@media (min-width: 767px) {
  .contact .box-form.box-no-form {
    padding: 5rem 4.5rem 8rem 4.5rem;
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .contact .box-form.box-no-form {
    padding: 4.5rem 6.5rem 7rem 6.5rem;
  }
}

@media (min-width: 1200px) {
  .contact .box-form.box-no-form {
    padding: 5.5rem 6.5rem 7rem 6.5rem;
  }
}

.contact .box-form.box-no-form p {
  text-align: center;
}

.contact .box-form.box-no-form h3 {
  text-align: center;
}

.contact .box-form.box-no-form .btn-primary {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 767px) {
  .contact .box-form.box-no-form .btn-primary {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .contact .box-form.box-no-form .btn-primary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .contact .box-form.box-no-form .btn-primary {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media (min-width: 480px) {
  .contact .box-form {
    max-width: 400px;
    background: url("../img/bg-form-xs.png") no-repeat top center;
    background-size: auto 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: left;
    padding: 3.5rem 5rem 3rem 5rem;
  }
}

@media (min-width: 767px) {
  .contact .box-form {
    background: url("../img/bg-form.png") no-repeat top center;
    padding: 3.5rem 6rem 3rem 6rem;
    background-size: 100% 440px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .contact .box-form {
    padding: 3rem 5rem 3rem 5rem;
    background-size: 600px 470px;
  }
}

@media (min-width: 1200px) {
  .contact .box-form {
    padding: 4.5rem 5rem 4rem 5rem;
    background-size: 100% 470px;
  }
}

@media (min-width: 767px) {
  .contact .box-form p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .contact .box-form p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.contact .contact-info {
  color: #00476a;
  margin-top: 1.5rem;
}

@media (min-width: 767px) {
  .contact .contact-info p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .contact .contact-info {
    margin-top: 0rem;
  }
  .contact .contact-info p {
    text-align: left;
  }
}

.contact .contact-info p {
  font-size: 18px;
  font-size: 1.125rem;
}

.contact .contact-info p strong {
  color: #d30e81;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .contact .contact-info p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contact .contact-info p strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .contact .contact-info p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .contact .contact-info p strong {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.contact .contact-info .contact-info-list {
  max-width: 245px;
  margin: 2rem auto;
}

@media (min-width: 767px) {
  .contact .contact-info .contact-info-list {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .contact .contact-info .contact-info-list {
    max-width: 100%;
    margin: 2rem 0 0 0;
  }
}

.contact .contact-info .contact-info-list li {
  margin-bottom: 1rem;
}

.contact .contact-info .contact-info-list li a {
  color: #00476a;
}

.contact .contact-info .contact-info-list li a:hover strong {
  color: #0d628c;
}

.contact .contact-info .contact-info-list li a:hover span {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contact .contact-info .contact-info-list li a span {
  max-width: 45px;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  padding: .45rem;
  margin-right: .5rem;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .contact .contact-info .contact-info-list li a span {
    max-width: 40px;
  }
}

@media (min-width: 1200px) {
  .contact .contact-info .contact-info-list li a span {
    max-width: 55px;
    margin-right: 1rem;
    padding: .75rem;
  }
}

.contact .contact-info .contact-info-list li a strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .contact .contact-info .contact-info-list li a strong {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (min-width: 1200px) {
  .contact .contact-info .contact-info-list li a strong {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.contact .contact-info .contact-info-list li a strong.tel {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 1200px) {
  .contact .contact-info .contact-info-list li a strong.tel {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

/* end contact */
/* ini download */
.download {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .download {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .download {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .download {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

.download .box-download {
  background: url("../img/bg-download-xs.png") no-repeat top center;
  background-size: 100% 480px;
  padding: 3rem 12% 2.5rem 12%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .download .box-download {
    max-width: 400px;
    background: url("../img/bg-download-mb.png") no-repeat top center;
    background-size: auto 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: left;
    padding: 3.5rem 4rem 3rem 4rem;
  }
}

@media (min-width: 767px) {
  .download .box-download {
    background: url("../img/bg-download.png") no-repeat top center;
    background-size: 100%;
    max-width: 740px;
    padding: 2.25rem 4rem 3rem 4rem;
  }
}

@media (min-width: 992px) {
  .download .box-download {
    padding: 3.5rem 4.5rem 5rem 4.5rem;
    max-width: 820px;
  }
}

@media (min-width: 1200px) {
  .download .box-download {
    background-size: 100%;
  }
}

.download .box-download .download-info {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 767px) {
  .download .box-download .download-info {
    text-align: left;
    margin-top: 3rem;
  }
}

@media (min-width: 767px) {
  .download .box-download .download-info p {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: left;
    margin-bottom: 1.25rem;
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .download .box-download .download-info p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.download .box-download .btn-primary {
  margin-top: 1.5rem;
  display: inline-block;
  width: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 767px) {
  .download .box-download .btn-primary {
    margin-top: .75rem;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }
}

@media (min-width: 992px) {
  .download .box-download .btn-primary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .download .box-download .btn-primary {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.download .box-download .box-infograph {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 150px;
  background: #ffffff;
  padding: .75rem;
  overflow: hidden;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

.download .box-download .box-infograph:hover .btn-download img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@media (min-width: 767px) {
  .download .box-download .box-infograph {
    max-width: 200px;
    padding: 1.05rem;
  }
}

.download .box-download .box-infograph img {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}

.download .box-download .box-infograph .btn-download {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 4;
  display: block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background: #ffffff;
  padding-top: 24px;
  padding-left: 24px;
}

.download .box-download .box-infograph .btn-download img {
  max-width: 38px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* end download */
/* ini footer */
.sep-footer {
  width: 100%;
  height: 48px;
  background: url("../img/bg-footer-mb.png") no-repeat top center;
  background-color: #daeef3;
}

@media (min-width: 767px) {
  .sep-footer {
    background: url("../img/bg-footer.png") no-repeat top center;
    background-color: #daeef3;
  }
}

.sep-footer-white {
  background-color: #ffffff;
}

.footer {
  width: 100%;
  overflow: hidden;
  /*background: $blue;*/
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #ffffff;
}

@media (min-width: 576px) {
  .footer {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 992px) {
  .footer {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.footer .bg-footer {
  background: #00476a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00476a 0%, #6e2383 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00476a), color-stop(100%, #6e2383));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00476a 0%, #6e2383 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00476a 0%, #6e2383 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00476a 0%, #6e2383 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00476a 0%, #6e2383 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 2rem;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .sep {
  display: inline-block;
  margin: 0 10px;
}

@media (min-width: 576px) {
  .footer .sep {
    margin: 0 20px;
  }
}

.footer .sep.sep-year {
  display: none;
}

@media (min-width: 576px) {
  .footer .sep.sep-year {
    display: inline-block;
  }
}

.footer .sep.sep-break {
  display: block;
}

@media (min-width: 576px) {
  .footer .sep.sep-break {
    display: none;
  }
}

.footer .logo-footer {
  display: block;
  margin: 2rem auto 2rem auto;
  max-width: 180px;
}

@media (min-width: 576px) {
  .footer .logo-footer {
    margin: 2.5rem auto 1.75rem auto;
  }
}

@media (min-width: 992px) {
  .footer .logo-footer {
    margin: 2.5rem auto 1.75rem auto;
    max-width: 250px;
  }
}

/* end footer */
/* END GENERAL */
/* INI MODAL */
.modal {
  font-size: 14px;
  font-size: 0.875rem;
}

.modal.modal-formulario {
  text-align: center;
}

.modal.modal-formulario .modal-dialog {
  max-width: 450px;
}

.modal.modal-formulario .modal-body {
  padding: 3rem 2rem;
  line-height: 1.3;
}

.modal.modal-video .modal-dialog {
  overflow: hidden;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .modal.modal-video .modal-dialog {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .modal.modal-video .modal-dialog {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal.modal-video .modal-dialog {
    max-width: 1050px;
  }
}

.modal.modal-video .modal-content {
  overflow: hidden;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

.modal.modal-video .modal-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2000;
  background: transparent;
  padding: 1rem;
}

.modal.modal-video .modal-header button {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background: #00476a;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.modal.modal-video .modal-body {
  padding: 0;
}

@media (min-width: 767px) {
  .modal {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-dialog {
  overflow: hidden;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .modal .modal-dialog {
    max-width: 830px;
  }
}

.modal .modal-header {
  background-color: #daeef3;
  border-bottom: none;
  padding: 0.75rem 1.25rem;
}

@media (min-width: 767px) {
  .modal .modal-header {
    padding: 1rem 1.85rem;
  }
}

.modal .modal-header h4, .modal .modal-header h5 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #00476a;
  margin-top: 5px;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .modal .modal-header h4, .modal .modal-header h5 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 0;
  }
}

.modal .modal-header h4 a, .modal .modal-header h5 a {
  color: #00476a;
  text-decoration: none;
}

.modal .modal-body {
  padding: 1.5rem 0;
}

.modal .modal-body h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #00476a;
}

.modal .modal-body .box-modal {
  padding: 0 1.5rem;
}

.modal .modal-body .box-modal b {
  font-weight: 700;
}

.modal .modal-body .box-modal h5 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal .modal-body .box-modal p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.modal .modal-body .box-modal a {
  color: #d30e81;
}

.modal .modal-body .box-modal a:hover {
  color: #d30e81;
}

.modal .modal-body .box-modal ul, .modal .modal-body .box-modal ol {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-position: inside;
}

.modal .modal-body .box-modal ul li, .modal .modal-body .box-modal ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.modal .modal-footer {
  align-items: left;
  justify-content: left;
  padding: 1.5rem 1.85rem;
}

/* END MODAL */
/* ini background */
.fondo-grisC {
  background: #ffffff;
}

.fondo-azulC {
  background: #ffffff;
}

.fondo-blanco {
  background: #ffffff;
}

.enlace-cookies {
  padding-left: 0px;
  padding-right: 0px;
}

/* end background */
