@font-face {
  src: url("../fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-family: "NeueRoman";
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  src: url("../fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-family: "NeueBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  src: url("../fonts/TrimPosterWebSemiCondensed.woff2") format("woff2");
  font-family: "Trim";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "NeueRoman";
  color: #5F5F5F;
  font-size: 16px;
  line-height: 24px;
  background: white;
  padding: 0;
  margin: 0; }

a {
  color: black;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: black; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  font-family: "NeueRoman", sans-serif;
  font-weight: 400; }

h1 {
  font-family: "NeueBold", sans-serif;
  color: #E2261B;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px; }
h1 span {
  font-weight: 800;
  font-size: 38px;
  color: black; }

h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "NeueRoman", sans-serif;
  font-weight: 200;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 20px; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* genericos */
.img-center {
  margin: 20px auto;
  display: block;
  width: 100%;
  max-width: 600px; }

.wrapper {
  max-width: 870px;
  width: 100%;
  margin: 0 auto; }

.fix {
  max-width: 870px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.logos-hz {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .logos-hz img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 30px; }


.claim-text {
    padding-right: 20px; }
      
.claim-text span {
  font-family: "Trim";
  font-size: 24px;
  color: #e32e35; }

/* elementos contenido */
header {
  background: white;
  padding: 30px 0;
  border-bottom: 5px solid #E2261B; }
  header .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .top .right {
      margin-left: 20px; }
  header .fix {
    width: 100%;
    padding-top: 30px; }

.hero img {
  width: 100%; }

nav {
  margin-top: 35px;
  background: white;
  position: sticky;
  top: 0;
  width: 100%; }
  nav .title-mobile {
    display: none;
    height: 60px; }
    nav .title-mobile h2 {
      border: none;
      position: relative;
      top: 17px;
      left: 30px;
      font-size: 20px;
      font-weight: 600; }
  nav .btn-hamburger {
    display: none; }
    nav .btn-hamburger svg {
      height: 26px;
      position: absolute;
      right: 20px;
      top: 20px; }
  nav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    nav ul li {
      width: 25%;
      text-align: center; }
      nav ul li a {
        width: 100%;
        display: block;
        padding: 20px 0;
        border-right: 1px solid #D2D2D2;
        border-top: 6px solid white;
        font-size: 16px;
        text-decoration: none; }
        nav ul li a:hover {
          color: #E2261B;
          border-top: 6px solid #E2261B; }
      nav ul li .active {
        color: #E2261B;
        border-top: 6px solid #E2261B; }
      nav ul li:last-child a {
        border-right: none; }

.content {
  padding: 20px 30px; }

.cite {
  font-size: 20px;
  font-weight: 800;
  font-style: italic; }

.video-yt iframe {
  width: 100%;
  height: 500px; }

.list-tick ul {
  margin: 0; }
  .list-tick ul h4 {
    display: block;
    width: 100%; }
  .list-tick ul li {
    margin: 10px 0; }
    .list-tick ul li::before {
      content: url(../img/icon-tick.png);
      margin-right: 10px;
      float: left; }
    .list-tick ul li h4 {
      font-weight: 800; }
    .list-tick ul li span {
      display: flex; }
.list-tick .list-tick-inter {
  padding: 0 60px; }

.list .bloque-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .list .bloque-list h3 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block; }
  .list .bloque-list ul {
    width: 100%;
    list-style: disc;
    padding: 0 3%; }
    .list .bloque-list ul li {
      font-weight: normal;
      display: list-item; }

.intro {
  max-width: 560px;
  width: 100%;
  margin-top: 30px; }
  .intro h3 {
    font-size: 32px;
    color: black; }

.module-cursso {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 50px; }
  .module-cursso .left {
    width: 36%; }
    .module-cursso .left img {
      width: 100%;
      height: auto; }
  .module-cursso .right {
    width: 60%; }
    .module-cursso .right .intro-cursos {
      max-width: 400px;
      width: 100%; }
      .module-cursso .right .intro-cursos .title-intro-cursos {
        color: #E2261B;
        font-size: 26px;
        font-weight: 600;
        margin: 0; }
    .module-cursso .right .list-cursos ul li {
      border-top: 1px solid #E2261B; }
      .module-cursso .right .list-cursos ul li:last-child {
        border-bottom: 1px solid #E2261B; }
      .module-cursso .right .list-cursos ul li a {
        color: #E2261B;
        font-size: 18px;
        padding: 10px 0;
        display: block;
        text-decoration: none; }

footer {
  background: #E2261B;
  color: white;
  padding: 30px 10px;
  font-size: 12px; }
  footer img {
    display: block; }
  footer a {
    color: white; }
  footer small {
    display: block;
    width: 100%;
    font-size: 12px;
    margin: 10px 0; }
  footer ul {
    display: block;
    width: 100%; }
    footer ul li {
      display: inline-block; }
      footer ul li a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 200; }
        footer ul li a:hover {
          color: white;
          opacity: 0.6; }

.legal .hero {
  margin-top: 35px; }

.price-hidden {
  display: none; }

@media (max-width: 870px) {
  header .top .right img {
    width: 230px; }
  header .fix {
    padding: 20px; }
    header .fix span {
      display: block; } }
@media (max-width: 600px) {
  .module-cursso .left,
  .module-cursso .right {
    width: 100%; }
  .module-cursso .left {
    margin-bottom: 30px; } }
@media (max-width: 414px) {
  header .top .right img {
    width: 220px; }
  header .top .left {
    display: none; }
  header .fix span {
    font-size: 30px; }

  nav {
    margin-top: 0;
    height: 60px; }
    nav .title-mobile {
      display: block; }
    nav .btn-hamburger {
      display: block; }
    nav ul {
      position: absolute;
      width: 100%;
      background: white;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      flex-direction: column;
      top: 60px;
      display: none; }
      nav ul li {
        width: 100%; }
        nav ul li a {
          border-right: none;
          border-top: none; }
          nav ul li a:hover {
            color: inherit;
            border-top: none; }
        nav ul li .active {
          color: #E2261B;
          border-top: none; }

  .list .bloque-list ul {
    width: 100%;
    padding-left: 20px; }
    .list .bloque-list ul:last-child {
      padding-top: 0; }

  .list-tick .list-tick-inter {
    padding: 0 0 0 50px; }

  .video-yt iframe {
    width: 100%;
    height: 200px; } }

/*# sourceMappingURL=style-dp.css.map */
