/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (1) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  animation-delay
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include animation-delay('slide-down 5s 3'); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border-radius
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include border-radius(30px); 
  Podemos variar el número de valores, @include animation(30px 0 30px 30px); por ejemplo.

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  rotate
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include rotate(90deg); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  scale
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include scale(1.3); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  transition
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include transition(.3s ease); 
  Podemos variar el número de valores, @include @include transition(.3s ease-in .4s);  por ejemplo.

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  translate
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include translate(-50%,-50%); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  translateX
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include translateX(100px); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  translateY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include translateY(100%);  

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  transform
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.block {
  display: block; }

.inline-block {
  display: inline-block !important; }

.relative {
  position: relative; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

.pe-none {
  pointer-events: none !important; }

.noBreak {
  white-space: nowrap; }

.overflow {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none !important; } }

.only-desktop {
  display: none !important; }
  .only-desktop--flex {
    display: none !important; }
    @media screen and (min-width: 1024px) {
      .only-desktop--flex {
        display: flex !important; } }
  @media screen and (min-width: 1024px) {
    .only-desktop {
      display: block !important; } }

.underline {
  text-decoration: underline; }
  .underline--no {
    text-decoration: none; }

.notOpacity {
  opacity: 1 !important; }

.no-margin {
  margin: 0; }
  .no-margin--top {
    margin-top: 0 !important; }
  .no-margin--bottom {
    margin-bottom: 0 !important; }
  .no-margin--left {
    margin-left: 0 !important; }
  .no-margin--right {
    margin-right: 0 !important; }
  @media screen and (max-width: 1024px) {
    .no-margin--bottom-resp {
      margin-bottom: 0 !important; } }
  @media screen and (max-width: 1024px) {
    .no-margin--top-resp {
      margin-top: 0 !important; } }
  @media screen and (max-width: 1024px) {
    .no-margin--resp {
      margin: 0 !important; } }

.no-padding {
  padding: 0; }
  .no-padding--top {
    padding-top: 0 !important; }
  .no-padding--bottom {
    padding-bottom: 0 !important; }
  .no-padding--left {
    padding-left: 0; }
  .no-padding--right {
    padding-right: 0; }
  @media screen and (max-width: 1024px) {
    .no-padding--bottom-resp {
      padding-bottom: 0 !important; } }
  @media screen and (max-width: 1024px) {
    .no-padding--top-resp {
      padding-top: 0 !important; } }
  @media screen and (max-width: 768px) {
    .no-padding--right-xs {
      padding-right: 0 !important; } }
  @media screen and (max-width: 768px) {
    .no-padding--left-xs {
      padding-left: 0 !important; } }
  @media screen and (max-width: 1024px) {
    .no-padding--resp {
      padding: 0 !important; } }
  @media screen and (min-width: 1024px) {
    .no-padding--top-desk {
      padding-top: 0 !important; } }

.w100 {
  width: 100% !important; }

.h100 {
  height: 100% !important; }

.w80 {
  width: 80% !important;
  margin: auto; }

.w50 {
  width: 100% !important; }
  @media screen and (min-width: 1024px) {
    .w50 {
      width: 50% !important; } }

.height-auto {
  height: auto !important; }
  @media screen and (max-width: 1024px) {
    .height-auto_mobile {
      height: auto !important; } }

.stroke-white {
  stroke: white; }

.absolute {
  position: absolute; }

.opacity-05 {
  opacity: 0.5 !important; }

.opacity-075 {
  opacity: 0.75 !important; }

.o-f-contain {
  object-fit: contain !important; }

.o-f-position-left {
  object-position: left !important; }

.no-border {
  border: none !important; }

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .form-row {
      flex-direction: row;
      margin-bottom: 2rem; } }
  .form-row .form-group {
    flex-basis: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .form-row .form-group {
        flex-basis: 49%;
        margin-right: 1%;
        margin-bottom: 0; } }
    .form-row .form-group:last-of-type {
      margin-right: 0; }

.form-group {
  position: relative; }
  .form-group.selector {
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #A1A1A1; }
    .form-group.selector .form-label {
      z-index: 0;
      font-size: 1.5rem;
      color: #333333;
      font-weight: 600; }
      .form-group.selector .form-label span {
        color: #6FC3D7;
        margin-left: .5rem; }
    .form-group.selector select {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      border: none;
      font-size: 1.4rem;
      color: #A1A1A1;
      height: 4rem;
      width: 100%;
      position: relative;
      box-shadow: none;
      background: transparent;
      background-image: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      padding-left: 0; }
      .form-group.selector select::-ms-expand {
        display: none; }
      .form-group.selector select::-webkit-input-placeholder {
        color: #A1A1A1; }
      .form-group.selector select::-moz-input-placeholder {
        color: #A1A1A1; }
      .form-group.selector select::-ms-input-placeholder {
        color: #A1A1A1; }
      .form-group.selector select::-o-input-placeholder {
        color: #A1A1A1; }
    .form-group.selector:after {
      right: 0.4rem;
      top: 2rem;
      z-index: 5;
      pointer-events: none;
      content: ' ';
      width: 1rem;
      height: 0;
      position: absolute;
      border-top: 0.5rem solid #6FC3D7;
      border-left: 0.5rem  solid transparent;
      border-right: 0.5rem  solid transparent; }
  .form-group.checkbox input {
    height: 16px;
    width: 16px;
    cursor: pointer;
    position: relative;
    vertical-align: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 1rem; }
    .form-group.checkbox input:checked:after {
      content: '';
      background: #6FC3D7;
      height: 1.7rem;
      width: 1.7rem;
      position: relative;
      display: block;
      top: -1px;
      left: -1px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
  .form-group.checkbox label {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2rem;
    vertical-align: 0.5rem;
    padding-left: 0;
    color: #A1A1A1; }
    .form-group.checkbox label a {
      font-size: 1.2rem;
      line-height: 2rem;
      color: #A1A1A1; }
  .form-group.checkbox.has-feedback.has-error {
    margin-bottom: 4rem; }
  .form-group .form-label {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 1rem; }
    .form-group .form-label span {
      color: #6FC3D7;
      margin-left: .5rem; }
    .form-group .form-label.form_coment {
      top: auto; }
  .form-group + h2 {
    margin-top: 5rem; }
  .form-group textarea {
    width: 100%;
    background: #ffffff;
    font-size: 1.4rem;
    border: 1px solid #E5E6E7;
    margin-bottom: 2rem;
    height: 15rem;
    padding: 1.2rem;
    margin-top: 1rem; }
  .form-group input {
    background: #ffffff;
    padding: 1.2rem;
    height: 1.2rem;
    font-size: 1.4rem;
    box-shadow: none;
    border: solid 1px #E5E6E7;
    color: #A1A1A1; }
    .form-group input:active, .form-group input:focus {
      outline: none;
      box-shadow: none; }
    .form-group input::last-of-type {
      margin: 2rem auto; }
    .form-group input.placeholder {
      color: #A1A1A1;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .form-group input:-moz-placeholder {
      color: #A1A1A1;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .form-group input::-moz-placeholder {
      color: #A1A1A1;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .form-group input:-ms-input-placeholder {
      color: #A1A1A1;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .form-group input::-webkit-input-placeholder {
      color: #A1A1A1;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .form-group input:focus {
      border: solid 1px #6FC3D7;
      box-shadow: none; }
  .form-group.has-error .form-control {
    border-bottom: 1px solid red; }
  .form-group.has-error .form-label-fixed {
    color: red; }
  .form-group.has-error .form-label {
    color: red; }
    .form-group.has-error .form-label.active {
      opacity: 0; }
  .form-group.has-success .form-control {
    border-bottom: 1px solid #A1A1A1; }
  .form-group.has-success .form-control-feedback.icon-ok {
    opacity: 0; }
  .form-group label {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #A1A1A1; }
  .form-group.radios {
    margin-top: 2rem; }
    .form-group.radios .radio-inline {
      font-size: 1.2rem;
      color: red;
      letter-spacing: 0;
      margin-right: 1rem; }
      .form-group.radios .radio-inline input {
        margin-right: 0.5rem; }
    .form-group.radios label {
      left: -1.4rem;
      font-size: 1.4rem;
      color: #A1A1A1; }
  .form-group .help-block {
    margin-top: .8rem;
    font-size: 1.2rem;
    color: red;
    display: block; }
  .form-group button {
    margin-top: 2rem;
    border: none;
    width: 100%;
    text-align: center;
    display: block; }

.info_field {
  margin-bottom: 2rem;
  font-size: 1.2rem; }

.ok_form, .errorform {
  text-align: center;
  display: none; }

.wpcf7 form .wpcf7-response-output {
  -moz-animation: cssAnimation 0s ease-in 30s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 30s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 30s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 30s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  top: -20rem;
  background-color: #FFF;
  padding: 1rem;
  font-size: 2rem; }

@keyframes cssAnimation {
  to {
    border: 0px;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0rem; } }

@-webkit-keyframes cssAnimation {
  to {
    border: 0px;
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0rem; } }

@font-face {
  font-family: 'roicons';
  src: url(../dist/fonts/icons/roicons.eot);
  src: url(../dist/fonts/icons/roicons.eot#iefix) format("embedded-opentype"), url(../dist/fonts/icons/roicons.ttf) format("truetype"), url(../dist/fonts/icons/roicons.woff) format("woff"), url(../dist/fonts/icons/roicons.svg#roicons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'roicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: "\e942"; }

.icon-phone-hang-up:before {
  content: "\e943"; }

.icon-download:before {
  content: "\e960"; }

.icon-upload:before {
  content: "\e961"; }

.icon-undo:before {
  content: "\e965"; }

.icon-redo:before {
  content: "\e966"; }

.icon-undo2:before {
  content: "\e967"; }

.icon-redo2:before {
  content: "\e968"; }

.icon-forward:before {
  content: "\e969"; }

.icon-reply:before {
  content: "\e96a"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-search:before {
  content: "\e986"; }

.icon-zoom-in:before {
  content: "\e987"; }

.icon-zoom-out:before {
  content: "\e988"; }

.icon-enlarge:before {
  content: "\e989"; }

.icon-shrink:before {
  content: "\e98a"; }

.icon-enlarge2:before {
  content: "\e98b"; }

.icon-shrink2:before {
  content: "\e98c"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-notification:before {
  content: "\ea08"; }

.icon-question:before {
  content: "\ea09"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-pause:before {
  content: "\ea16"; }

.icon-stop:before {
  content: "\ea17"; }

.icon-previous:before {
  content: "\ea18"; }

.icon-next:before {
  content: "\ea19"; }

.icon-backward:before {
  content: "\ea1a"; }

.icon-forward2:before {
  content: "\ea1b"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-pause2:before {
  content: "\ea1d"; }

.icon-stop2:before {
  content: "\ea1e"; }

.icon-backward2:before {
  content: "\ea1f"; }

.icon-forward3:before {
  content: "\ea20"; }

.icon-volume-medium:before {
  content: "\ea27"; }

.icon-volume-mute2:before {
  content: "\ea2a"; }

.icon-arrow-up-left2:before {
  content: "\ea39"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-arrow-up-right2:before {
  content: "\ea3b"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down-right2:before {
  content: "\ea3d"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-down-left2:before {
  content: "\ea3f"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-share:before {
  content: "\ea7d"; }

.icon-share2:before {
  content: "\ea82"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-file-pdf:before {
  content: "\eadf"; }

* {
  outline: none; }
  *:hover {
    outline: none; }
  *:active {
    outline: none; }
  *:focus {
    outline: none; }

::-webkit-scrollbar {
  display: none; }

html {
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  /* Para usar rem de forma "amable": 10px = 1rem */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  overflow-x: hidden;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; }
  html.no_scroll, body.no_scroll {
    height: 100%;
    width: 100%;
    overflow: hidden; }

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

/*
	CONTENEDOR
*/
.wrapper {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

/* Custom Radio Buttons */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 30px;
  color: #A1A1A1;
  line-height: 22px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #6FC3D7; }

[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #6FC3D7;
  border-radius: 100%;
  background: #ffffff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #6FC3D7;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #6FC3D7; }

header {
  background: #212e63;
  padding: 1rem; }
  header img {
    margin: 0 auto;
    max-width: 144px; }

.hero_landing {
  background: #2a3a85;
  background: -moz-linear-gradient(180deg, #2a3a85 68%, #141e5c 100%);
  background: -webkit-linear-gradient(180deg, #2a3a85 68%, #141e5c 100%);
  background: linear-gradient(180deg, #2a3a85 68%, #141e5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a3a85",endColorstr="#141e5c",GradientType=1);
  padding: 2rem 0 0; }
  .hero_landing h1 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 200;
    margin-bottom: .4rem; }
    .hero_landing h1 span {
      font-size: 2.8rem;
      line-height: 3.3rem;
      font-weight: 600; }
  .hero_landing h2 {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-weight: 200; }
    .hero_landing h2 span {
      font-style: italic;
      font-weight: 500; }

.form_landing {
  margin-top: 6rem;
  margin-bottom: 2rem; }
  .form_landing p {
    color: #676767;
    font-size: 1.6rem;
    font-family: 'Roboto'; }
  .form_landing label {
    margin: 0; }
  .form_landing input {
    background: #f0eff5;
    box-sizing: border-box;
    padding: 1.2rem;
    height: 5rem;
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 1;
    box-shadow: none;
    border: solid 1px #E5E6E7;
    color: #676767;
    border-radius: 12px;
    margin-top: 0rem;
    font-family: 'Roboto'; }
    .form_landing input:active, .form_landing input:focus {
      outline: none;
      box-shadow: none; }
    .form_landing input::last-of-type {
      margin: 2rem auto; }
    .form_landing input.placeholder {
      color: #676767;
      font-size: 1.6rem;
      letter-spacing: 1;
      line-height: 2.2rem;
      font-family: 'Roboto'; }
    .form_landing input:-moz-placeholder {
      color: #676767;
      font-size: 1.6rem;
      letter-spacing: 1;
      line-height: 2.2rem;
      font-family: 'Roboto'; }
    .form_landing input::-moz-placeholder {
      color: #676767;
      font-size: 1.6rem;
      letter-spacing: 1;
      line-height: 2.2rem;
      font-family: 'Roboto'; }
    .form_landing input:-ms-input-placeholder {
      color: #676767;
      font-size: 1.6rem;
      letter-spacing: 1;
      line-height: 2.2rem;
      font-family: 'Roboto'; }
    .form_landing input::-webkit-input-placeholder {
      color: #676767;
      font-size: 1.6rem;
      letter-spacing: 1;
      line-height: 2.2rem;
      font-family: 'Roboto'; }
    .form_landing input:focus {
      border: solid 1px #E5E6E7;
      box-shadow: none; }
  .form_landing textarea {
    box-sizing: border-box;
    width: 100%;
    background: #f0eff5;
    color: #676767;
    font-size: 1.6rem;
    letter-spacing: 1;
    border: 1px solid #E5E6E7;
    margin-bottom: 2rem;
    height: 10rem;
    padding: 1.2rem;
    border-radius: 12px; }
  .form_landing [type="submit"] {
    margin-top: 2rem;
    border-radius: 12px;
    font-size: 2rem;
    letter-spacing: 1;
    font-family: 'Roboto';
    line-height: 0;
    padding: 2rem;
    border: none;
    width: 100%;
    text-align: center;
    display: block;
    color: #ffffff;
    background: #36a1ff;
    height: 5rem; }
  .form_landing .aviso {
    color: #676767;
    font-size: 1.4rem;
    font-family: 'Roboto';
    margin-bottom: .8rem; }
    .form_landing .aviso a {
      color: #36a1ff; }
  .form_landing .legal .first {
    margin: 0; }
    .form_landing .legal .first label {
      display: flex;
      flex-direction: row;
      align-items: flex-start; }
      .form_landing .legal .first label input {
        width: 12px;
        height: 12px;
        margin-right: .6rem; }
      .form_landing .legal .first label span {
        color: #676767;
        font-size: 1.4rem;
        font-family: 'Roboto'; }
  .form_landing .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 10px; }

.player {
  transform: translateY(50%);
  margin-top: 20px; }
  .player audio {
    outline: none;
    width: 100%; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-size: 2rem;
  margin-top: 0;
  text-align: center; }

.legales {
  background: #212e63;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .legales a {
    color: #ffffff; }
    .legales a:last-of-type {
      margin-left: 10px; }

