/**
 * Rem font-size
 */
/*! 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;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir.ttc");
  font-style: normal;
}
@font-face {
  font-family: "Avenir Bold";
  src: url("../fonts/Avenir-Bold.otf");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  font-family: "Avenir", sans-serif;
  text-align: justify;
  color: #000;
}

strong {
  color: #f38e21;
  font-family: "Avenir Bold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}
p a, li a {
  color: #f38e21;
}

p.intro {
  text-align: center;
  padding: 0 16px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  font-size: 18px;
  font-size: 1.8rem;
  list-style: none inside;
  padding-left: 3.8888888889em;
}
ul li, ol li {
  margin-top: 0.5555555556em;
}
> ul li:first-child, > ol li:first-child {
  margin-top: 0;
}

ol {
  list-style: none inside;
  counter-reset: level1;
}
ol.reduced-spacing {
  padding-left: 0;
}
ol.reduced-spacing ol {
  padding-left: 0;
}
ol.reduced-spacing ol ol {
  padding-left: 2em;
}
ol.numeric-list {
  list-style: auto !important;
}
ol li {
  counter-increment: level1;
  position: relative;
}
ol li:before {
  content: counter(level1) ". ";
}
ol ol {
  counter-reset: level2;
}
ol ol li {
  counter-increment: level2;
}
ol ol li:before {
  content: counter(level1) "." counter(level2) ". ";
}
ol ol ol {
  counter-reset: level3;
}
ol ol ol li {
  counter-increment: level3;
}
ol ol ol li:before {
  content: counter(level1) "." counter(level2) "." counter(level3) ". ";
}

.list-title,
.list-w-title > li::before {
  color: #636466;
}

.main-title, .title, .subtitle {
  text-transform: uppercase;
  line-height: 1.125;
}

.main-title {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  margin: 0;
}

.title {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  margin-bottom: 0.8em;
  margin-top: 1.0666666667em;
}

.subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Avenir Bold", sans-serif;
  color: #f38e21;
  font-weight: bold;
  margin-bottom: 0.6666666667em;
  margin-top: 1.5em;
}
.subtitle small {
  font-size: 0.75em;
  font-family: "Avenir", sans-serif;
  text-transform: none;
}
.subtitle.pull-left {
  margin-left: -2.9166666667em;
}

ul.special-bullets {
  list-style: none inside;
}
ul.special-bullets.extra-spaced > li {
  margin-top: 1.3333333333em;
}
ul.special-bullets.extra-spaced > li:first-child {
  margin-top: 0;
}
ul.special-bullets.reduced-spacing {
  padding-left: 22px;
}
ul.special-bullets li {
  position: relative;
}
ul.special-bullets .numeric-list {
  padding-left: 18px;
}

ol.special-bullets > li {
  position: relative;
}
ol.special-bullets > li:after {
  content: "";
  font-size: 10px;
  font-size: 1rem;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  left: -1.6em;
  top: 0.8em;
  background-color: #f38e21;
  border-radius: 50%;
}

ol.alternate-ordering {
  list-style: lower-alpha inside;
  padding: 0;
  margin: 0;
}
ol.alternate-ordering li:before {
  content: none;
}

ol.colored-numbering li {
  font-family: "Avenir Bold", sans-serif;
  color: #f38e21;
}
ol.colored-numbering li:before {
  line-height: 1.3333333333em;
  position: absolute;
  left: -1.2222222222em;
  top: 0.0555555556em;
}
ol.colored-numbering li p {
  color: #000;
  font-family: "Avenir", sans-serif;
  display: inline-block;
  margin: 0;
}

.extra-spaced li {
  margin-top: 1.3333333333em;
}
.extra-spaced li:first-child {
  margin-top: 0;
}
.extra-spaced li p {
  margin: 0.5555555556em 0;
}

@media only screen and (max-width: 480px) {
  .title {
    text-align: left;
  }

  ul,
ol,
ol.reduced-spacing {
    padding-left: 10%;
  }
}
.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-nav li {
  position: relative;
  width: 33.333333%;
  margin: 0;
  background-color: #efefef;
}
.main-nav li:before {
  font-size: 10px;
  font-size: 1rem;
  content: "";
  height: 4.2em;
  width: 0.2em;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #626366;
  border-radius: 6px;
}
.main-nav li:first-child:before {
  content: none;
}
.main-nav a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.4545454545em;
  color: #666666;
  text-decoration: none;
  text-align: center;
  display: block;
}
.main-nav a:hover, .main-nav a.active {
  color: #893096;
}

.cbp-pbp.index .secondary-nav ul {
  align-items: flex-end;
}
.cbp-pbp.index .secondary-nav li:before {
  content: none;
}
.index .secondary-nav {
  width: 100%;
  max-width: 66.6666666667em;
  margin: 0 auto;
}
.index .secondary-nav > ul {
  display: flex;
  flex-direction: row;
  margin-top: 1.7777777778em;
}
.index .secondary-nav > ul > li {
  width: 33.33333%;
  padding: 0 3.1111111111em;
  margin: 0;
  position: relative;
}
.index .secondary-nav > ul > li:before {
  content: "";
  width: 0.1111111111em;
  position: absolute;
  top: 0.8888888889em;
  bottom: 0.8888888889em;
  left: -0.1111111111em;
  background-color: #f38e21;
  border-radius: 5px;
}
.index .secondary-nav > ul > li:first-child:before {
  content: none;
}
.index .secondary-nav > ul .icon {
  margin-bottom: 0.8888888889em;
}
.index .secondary-nav > ul .icon + span {
  color: #893096;
}
.secondary-nav a {
  text-decoration: none;
  display: block;
}
.secondary-nav ul {
  list-style: none inside;
  padding: 0;
  margin-top: 1.1111111111em;
}
.secondary-nav ul li {
  margin-top: 0.8888888889em;
}
.secondary-nav ul li:first-child {
  margin-top: 0;
}
.secondary-nav ul a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #626366;
  text-transform: uppercase;
}
.secondary-nav ul a:hover, .secondary-nav ul a.active {
  color: #893096;
}
.secondary-nav li {
  margin-top: 1.7777777778em;
  text-align: center;
}
.secondary-nav li:first-child {
  margin-top: 0;
}
.secondary-nav li .icon {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  width: 10.8em;
  height: 10.8em;
  background: url("../images/icon-sin-datafono.svg") 0 0 no-repeat;
  transition: all ease 0.5s;
}
.secondary-nav li .icon:hover, .secondary-nav li .icon.active {
  background: url("../images/icon-sin-datafono-naranja.svg") 0 0 no-repeat;
}
.pbp .secondary-nav li .icon {
  background: url("../images/icon-pbp.svg") 0 0 no-repeat;
}
.pbp .secondary-nav li .icon:hover, .pbp .secondary-nav li .icon.active {
  background: url("../images/icon-pbp-naranja.svg") 0 0 no-repeat;
}
.cbp-pbp .secondary-nav li .icon {
  background: url("../images/icon-requisitos-naranja.svg") 0 0 no-repeat;
}
.secondary-nav li:nth-child(2) .icon {
  background: url("../images/icon-afiliacion.svg") 0 0 no-repeat;
}
.secondary-nav li:nth-child(2) .icon:hover, .secondary-nav li:nth-child(2) .icon.active {
  background: url("../images/icon-afiliacion-naranja.svg") 0 0 no-repeat;
}
.cbp-pbp .secondary-nav li:nth-child(2) .icon {
  background: url("../images/icon-requisitos.svg") 0 0 no-repeat;
}
.cbp-pbp .secondary-nav li:nth-child(2) .icon:hover, .cbp-pbp .secondary-nav li:nth-child(2) .icon.active {
  background: url("../images/icon-requisitos-naranja.svg") 0 0 no-repeat;
}
.secondary-nav li:nth-child(3) .icon {
  background: url("../images/icon-soporte.svg") 0 0 no-repeat;
}
.secondary-nav li:nth-child(3) .icon:hover, .secondary-nav li:nth-child(3) .icon.active {
  background: url("../images/icon-soporte-naranja.svg") 0 0 no-repeat;
}
.cbp.index .secondary-nav > ul > li {
  display: flex;
  flex-direction: column;
}
.cbp.index .secondary-nav > ul > li > a {
  margin-bottom: 1.1111111111em;
}
.cbp.index .secondary-nav > ul > li ul {
  margin-top: auto;
}

@media only screen and (max-width: 480px) {
  .main-nav ul {
    flex-direction: column;
  }
  .main-nav ul li {
    width: 100%;
  }
  .main-nav ul li:not(:last-child) {
    border-bottom: 1px solid #626366;
  }
  .main-nav ul li::before {
    content: none;
  }

  .index .secondary-nav > ul {
    flex-direction: column;
  }
  .index .secondary-nav > ul > li {
    width: 100%;
    margin: 0 0 24px;
  }
  .index .secondary-nav > ul > li::before {
    content: none;
  }

  .page .secondary-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page .secondary-nav > ul > li {
    width: 50%;
    margin: 0 0 24px;
  }

  .cbp-pbp.index .secondary-nav > ul > li:nth-child(2) {
    order: -1;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .index .secondary-nav > ul > li {
    padding: 0 1.1111111111em;
  }
}
.main-header {
  font-size: 10px;
  font-size: 1rem;
  min-height: 23.2em;
  position: relative;
  background: #f38e21 url("../images/orange-shapes.png") 0 0/100% 100% no-repeat;
}
.pbp .main-header, .cbp-pbp .main-header {
  background: #f38e21 url("../images/orange-shapes2.png") 0 0/100% 100% no-repeat;
}
.index .main-header {
  background: #f38e21 url("../images/intro-bg.png") 0 0/100% 100% no-repeat;
}
.main-header .main-title {
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -0.8666666667em;
}
.cbp.index .main-header .main-title {
  top: 14%;
  left: 8.5%;
  margin: 0;
}
.cbp-pbp.index .main-header .main-title {
  top: 40%;
  left: 50%;
  margin-left: -12.5em;
}
.main-header img {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -2.7222222222em;
}
.pbp .main-header img {
  margin-top: -3.8888888889em;
}
.cbp-pbp .main-header img {
  margin-top: -2.2222222222em;
}
.cbp.index .main-header img {
  bottom: 10%;
  left: 8%;
  margin: 0;
}
.pbp.index .main-header img {
  top: auto;
  bottom: 20%;
  left: 10%;
  margin: 0;
}
.cbp-pbp.index .main-header img {
  top: auto;
  bottom: 33%;
  left: 50%;
  margin-left: -19.1666666667em;
}

@media only screen and (max-width: 768px) {
  .cbp.index .main-header img {
    max-width: 80%;
  }
  .cbp.index .main-header .main-title {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .cbp.index .main-header img {
    left: 50%;
    max-width: 85%;
    margin-left: -42.5%;
  }
  .cbp.index .main-header .main-title {
    max-width: 85%;
  }

  .main-header .main-title {
    top: 30%;
    left: 4%;
    text-align: left;
  }
  .main-header img {
    max-width: 85%;
    top: auto;
    bottom: 15%;
  }

  .pbp.index .main-header {
    min-height: 20em;
  }
  .pbp.index .main-header img {
    bottom: 15%;
  }

  .cbp-pbp.index .main-header {
    min-height: 27.2em;
  }
  .cbp-pbp.index .main-header .main-title {
    top: 25%;
    left: 7%;
    margin: 0;
    max-width: 80%;
  }
  .cbp-pbp.index .main-header img {
    max-width: 85%;
    top: auto;
    bottom: 10%;
    margin-left: -42.5%;
  }

  .page .main-header {
    min-height: 18.2em;
  }
}
@media only screen and (min-width: 768px) {
  .index .main-header {
    min-height: 50em;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .main-header {
    min-height: 33.2em !important;
  }
  .main-header .main-title {
    top: 25%;
  }
  .main-header img {
    top: 65%;
    right: auto;
    left: 8%;
    max-width: 85%;
  }

  .cbp.index .main-header img {
    top: auto;
  }

  .cbp-pbp.index .main-header img {
    top: 65%;
  }

  .pbp.index .main-header img {
    max-width: 70%;
  }
}
.content {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
}

.main-content {
  width: calc(100% - 252px - 3px - 68px);
  padding-right: 8%;
}
.index .main-content {
  width: 98%;
  padding: 0;
  margin: 0 auto;
}

.main-sidebar {
  width: 14em;
  height: auto;
  position: relative;
}
.main-sidebar:after {
  content: "";
  width: 0.1666666667em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.1666666667em;
  background-color: #f38e21;
  border-radius: 5px;
}

@media only screen and (max-width: 480px) {
  .content {
    flex-direction: column;
  }

  .main-sidebar,
.main-content {
    width: 100%;
  }

  .main-content {
    padding: 0 4%;
  }

  .main-sidebar::after {
    content: none;
  }
}
.btns-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  color: #626366;
  background-color: #fff;
  border: 1px solid #893096;
  padding: 0 2.3333333333em;
  display: inline-block;
  margin-right: 1.1666666667em;
  border-radius: 8px;
}
.btn:last-child {
  margin-right: 0;
}
.btn:hover, .index .btn:hover, .btn.active, .index .btn.active {
  color: #fff;
  background-color: #893096;
}
.index .btn {
  text-transform: none;
  width: 100%;
  padding: 0 1.3333333333em;
}

.btn-secondary {
  background-color: #893096;
  max-width: 423px;
  color: #fff;
  border-color: #893096;
  padding: 2px 0.8571428571em;
  text-align: center;
  display: block;
  margin: 3% auto 0 !important;
  font-size: 28px;
  font-size: 2.8rem;
}
.btn-secondary:hover, .index .btn-secondary:hover, .btn-secondary.active, .index .btn-secondary.active {
  color: #fff;
  background-color: #893096;
}
.index .btn-secondary {
  width: auto;
}

@media only screen and (max-width: 480px) {
  .btns-wrapper .btn {
    width: 100%;
    margin: 0 0 16px;
  }

  .btn-secondary {
    max-width: 90%;
    padding: 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
  .btn {
    padding: 0 1.3333333333em;
    margin-bottom: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
