/******************************/
/************ RESET ***********/
/******************************/
* {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0 !important;
  font-size: 0.625em; }

body {
  margin: 0;
  padding: 0 !important;
  width: 100%; }

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

strong {
  font-weight: 500; }

ul {
  margin: 0;
  padding: 0; }

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

.icons {
  display: none; }

/******************************/
/*********** LINKS ************/
/******************************/
a {
  color: black;
  text-decoration: none;
  transition: 0.3s ease-in; }
  a:focus, a:hover, a:active {
    outline: 0; }

/******************************/
/********* HEADINGS ***********/
/******************************/
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 3.2rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.8rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 4rem; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 4.2rem; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 4.6rem; } }

h2 {
  font-size: 2.8rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3.4rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 3.4rem; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 3.8rem; } }

h3 {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.8rem; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.4rem; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 2.8rem; } }
  @media (min-width: 1600px) {
    h3 {
      font-size: 3rem; } }

h4 {
  font-size: 2rem; }
  @media (min-width: 992px) {
    h4 {
      font-size: 2.2rem; } }
  @media (min-width: 1600px) {
    h4 {
      font-size: 2.4rem; } }

h5 {
  font-size: 1.6rem; }
  @media (min-width: 992px) {
    h5 {
      font-size: 1.8rem; } }
  @media (min-width: 1600px) {
    h5 {
      font-size: 2rem; } }

h6 {
  font-size: 1.4rem; }
  @media (min-width: 992px) {
    h6 {
      font-size: 1.6rem; } }
  @media (min-width: 1600px) {
    h6 {
      font-size: 1.8rem; } }

/******************************/
/********* FONTFACE ***********/
/******************************/
@font-face {
  font-family: 'cursosviz';
  src: url("../fonts/skyline-light.woff2") format("woff2"), url("fonts/skyline-light.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'cursosviz';
  src: url("../fonts/skyline-bold.woff2") format("woff2"), url("fonts/skyline-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SuisseInt';
  src: url("../fonts/SuisseIntl-Bold.woff2") format("woff2"), url("../fonts/SuisseIntl-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SuisseInt';
  src: url("../fonts/SuisseIntl-Light.woff2") format("woff2"), url("../fonts/SuisseIntl-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/******************************/
/*********** TEXTOS ***********/
/******************************/
p {
  font-family: "SuisseInt", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.5rem;
  color: #FFFFFF;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0;
  padding: 0 100px;
  position: relative;
  border-left: 0; }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 20px; }

address {
  margin: 0 0 1.5em; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 4px; }

code,
kbd,
tt,
var {
  padding: 2px 4px; }

abbr,
acronym {
  cursor: help; }

mark,
ins {
  background: transparent;
  text-decoration: none; }

b,
strong {
  font-weight: 600; }

/******************************/
/************ HTML ************/
/******************************/
html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  font-family: "SuisseInt", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.5rem;
  color: #FFFFFF;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #131313; }

hr {
  border-top: 1px solid black;
  margin-top: 0;
  margin-bottom: 0;
  color: transparent;
  opacity: 100%;
  width: 100%;
  height: 0px; }
  hr.hr_blanco {
    border-top: 1px solid #FFFFFF; }
  hr.hr_gris {
    border-top: 1px solid #D9D9D9; }

/******************************/
/********** FUENTES ***********/
/******************************/
.titulo,
.titulo p {
  font-weight: 700; }

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

.h1,
.h1 p {
  font-size: 3rem !important;
  line-height: 1em; }
  @media (min-width: 768px) {
    .h1,
    .h1 p {
      font-size: 5rem !important; } }
  @media (min-width: 1200px) {
    .h1,
    .h1 p {
      font-size: 7rem !important; } }

.h2,
.h2 p {
  font-size: 2.4rem !important;
  line-height: 1.2em; }
  @media (min-width: 768px) {
    .h2,
    .h2 p {
      font-size: 3.4rem !important; } }
  @media (min-width: 1200px) {
    .h2,
    .h2 p {
      font-size: 4rem !important; } }

.h3,
.h3 p {
  font-size: 1.8rem !important; }
  @media (min-width: 768px) {
    .h3,
    .h3 p {
      font-size: 1.8rem !important; } }
  @media (min-width: 1600px) {
    .h3,
    .h3 p {
      font-size: 2.2rem !important; } }

.h4,
.h4 p {
  font-size: 1.6rem !important;
  line-height: 1.4em; }
  @media (min-width: 768px) {
    .h4,
    .h4 p {
      font-size: 1.7rem !important; } }
  @media (min-width: 1600px) {
    .h4,
    .h4 p {
      font-size: 1.8rem !important; } }

.h5,
.h5 p {
  font-size: 1.4rem !important;
  line-height: 1.7em; }

.h6,
.h6 p {
  font-size: 1.3rem !important; }

/******************************/
/********** FUENTES ***********/
/******************************/
.strong {
  font-weight: bold !important; }

.grayText {
  color: #717171 !important; }

/******************************/
/********** BOTONES ***********/
/******************************/
.btn {
  border-radius: 50px;
  border: none;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "SuisseInt", sans-serif;
  font-weight: 400;
  padding: 1rem 2.5rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: white;
  background-color: #445BE7; }
  @media (min-width: 992px) {
    .btn {
      padding: 1.2rem 3.5rem; } }
  .btn:hover, .btn:active, .btn:focus {
    color: #445BE7;
    background: white;
    -webkit-box-shadow: 0 0 15px -7px #000000;
    box-shadow: 0 0 15px -7px #000000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.btn_trans {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF; }
  .btn_trans:hover, .btn_trans:active, .btn_trans:focus {
    border: 1px solid #D9D9D9; }

.btn_black {
  background-color: #131313;
  color: #FFFFFF; }
  .btn_black:hover, .btn_black:active, .btn_black:focus {
    background-color: #445BE7;
    color: #FFFFFF; }

header {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 3rem 0 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.9), rgba(84, 84, 84, 0) banner_header); }
  @media (min-width: 768px) {
    header {
      padding: 3rem; } }

#branding {
  display: flex;
  justify-content: center;
  align-items: center; }

#branding a {
  margin-right: 2rem; }
  #branding a img {
    max-width: 16rem; }
    @media (min-width: 768px) {
      #branding a img {
        max-width: none; } }

header .autodesk {
  width: 10rem;
  height: auto; }

.ctaMobile {
  background-color: #445BE7;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  overflow: hidden;
  text-indent: -300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 16px;
  cursor: pointer;
  z-index: 300; }
  @media (min-width: 768px) {
    .ctaMobile {
      display: none; } }
  .ctaMobile .ctaMobile img {
    margin-right: -8px; }

/*FOOTER*/
.footer,
.footer_single {
  position: relative;
  width: 100%;
  background-color: #D9D9D9 !important;
  padding: 0 4rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .footer,
    .footer_single {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 3rem 4rem; } }
  .footer .left,
  .footer_single .left {
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .footer .left,
      .footer_single .left {
        padding-bottom: 0; } }
    .footer .left .insta,
    .footer .left .face,
    .footer_single .left .insta,
    .footer_single .left .face {
      width: 4.2rem;
      height: 4.2rem;
      display: inline-block; }
      .footer .left .insta img,
      .footer .left .face img,
      .footer_single .left .insta img,
      .footer_single .left .face img {
        width: 100%;
        height: auto; }
    .footer .left .insta,
    .footer_single .left .insta {
      margin-right: 2rem; }
  .footer .right a,
  .footer_single .right a {
    text-decoration: none;
    color: #717171; }
    .footer .right a:hover,
    .footer_single .right a:hover {
      text-decoration: underline; }
  .footer .right span,
  .footer_single .right span {
    padding: 0 1rem;
    color: #717171; }

/*END FOOTER*/
/*MAIN CONTENT*/
div.grecaptcha-badge {
  display: none !important; }

div.topImage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #131313; }

.topContent {
  position: relative;
  width: 100%;
  height: 100%; }
  .topContent:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100; }
  .topContent .topImage__bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover; }
  .topContent .titulo {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .topContent .titulo {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      .topContent .titulo {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      .topContent .titulo {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      .topContent .titulo {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .topContent .titulo {
        padding-bottom: 25rem;
        justify-content: flex-end; } }
    @media (min-width: 992px) {
      .topContent .titulo {
        padding-bottom: 15rem; } }
    .topContent .titulo img {
      max-width: 12rem; }
    .topContent .titulo p {
      max-width: 80%; }
      @media (min-width: 992px) {
        .topContent .titulo p {
          max-width: 60%; } }

#scrollDown {
  position: absolute;
  bottom: 0;
  /*top: calc(100vh - 1em - 60px);*/
  justify-content: center;
  display: flex;
  width: 100%;
  z-index: 200; }

.c-scrolldown {
  bottom: calc(-60px - 1em);
  margin-top: 1em; }

#scrollDown a {
  color: white;
  text-decoration: none;
  text-transform: capitalize; }

#scrollDown a label {
  text-transform: uppercase;
  cursor: pointer; }

#enQueConsiste {
  width: 100%;
  height: 100%;
  background-color: #131313;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0; }
  @media (min-width: 768px) {
    #enQueConsiste {
      padding: 15rem 0; } }
  #enQueConsiste .wrapper_intro {
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      #enQueConsiste .wrapper_intro {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      #enQueConsiste .wrapper_intro {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      #enQueConsiste .wrapper_intro {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      #enQueConsiste .wrapper_intro {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    #enQueConsiste .wrapper_intro .introText {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media (min-width: 992px) {
        #enQueConsiste .wrapper_intro .introText {
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start; } }
      #enQueConsiste .wrapper_intro .introText .wrapper_left,
      #enQueConsiste .wrapper_intro .introText .wrapper_right {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
      #enQueConsiste .wrapper_intro .introText .epigrafe {
        color: #717171;
        padding-bottom: 2rem; }
      #enQueConsiste .wrapper_intro .introText .titulo {
        font-weight: 700;
        max-width: 100%; }
        @media (min-width: 992px) {
          #enQueConsiste .wrapper_intro .introText .titulo {
            max-width: 90%; } }
      #enQueConsiste .wrapper_intro .introText .wrapper_right {
        padding-top: 3.5rem; }
        #enQueConsiste .wrapper_intro .introText .wrapper_right p {
          max-width: 100%; }
          @media (min-width: 992px) {
            #enQueConsiste .wrapper_intro .introText .wrapper_right p {
              max-width: 80%; } }
        #enQueConsiste .wrapper_intro .introText .wrapper_right .destacado {
          padding-bottom: 2rem; }
    #enQueConsiste .wrapper_intro .specs {
      width: 100%;
      padding-top: 5rem;
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        #enQueConsiste .wrapper_intro .specs {
          padding-top: 10rem; } }
      @media (min-width: 1200px) {
        #enQueConsiste .wrapper_intro .specs {
          padding-top: 20rem; } }
      #enQueConsiste .wrapper_intro .specs .specsItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 50%;
        padding: 0 2rem 5rem 2rem; }
        @media (min-width: 768px) {
          #enQueConsiste .wrapper_intro .specs .specsItem {
            width: 50%;
            flex-direction: row;
            text-align: left;
            padding: 0 5rem 5rem 0; } }
        @media (min-width: 992px) {
          #enQueConsiste .wrapper_intro .specs .specsItem {
            width: 25%;
            padding: 0; } }
        #enQueConsiste .wrapper_intro .specs .specsItem img {
          margin-bottom: 2rem; }
          @media (min-width: 768px) {
            #enQueConsiste .wrapper_intro .specs .specsItem img {
              margin-bottom: 0; } }
        #enQueConsiste .wrapper_intro .specs .specsItem p {
          max-width: 100%;
          font-size: 1.4rem !important;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #enQueConsiste .wrapper_intro .specs .specsItem p {
              font-size: 1.6rem !important;
              padding-left: 1rem; } }
          @media (min-width: 992px) {
            #enQueConsiste .wrapper_intro .specs .specsItem p {
              max-width: 60%;
              font-size: 1.3rem !important; } }
          @media (min-width: 1200px) {
            #enQueConsiste .wrapper_intro .specs .specsItem p {
              font-size: 1.6rem !important; } }

#losMejoresDocentes {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    #losMejoresDocentes {
      height: 80vh; } }
  @media (min-width: 992px) {
    #losMejoresDocentes {
      height: 100vh; } }
  #losMejoresDocentes .wrapper {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      #losMejoresDocentes .wrapper {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      #losMejoresDocentes .wrapper {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      #losMejoresDocentes .wrapper {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      #losMejoresDocentes .wrapper {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      #losMejoresDocentes .wrapper {
        max-width: 70%; } }
    @media (min-width: 1200px) {
      #losMejoresDocentes .wrapper {
        padding: 0;
        max-width: 60%; } }
    #losMejoresDocentes .wrapper .epigrafe {
      padding-bottom: 2rem; }
    #losMejoresDocentes .wrapper .titulo {
      font-weight: 700;
      padding-bottom: 3rem; }

#aQuienVaDirigido {
  background-color: #d9d9d9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6rem 0; }
  @media (min-width: 768px) {
    #aQuienVaDirigido {
      padding: 15rem 0; } }
  #aQuienVaDirigido .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media (min-width: 768px) {
      #aQuienVaDirigido .wrapper {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      #aQuienVaDirigido .wrapper {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      #aQuienVaDirigido .wrapper {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      #aQuienVaDirigido .wrapper {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      #aQuienVaDirigido .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
    #aQuienVaDirigido .wrapper p {
      color: #131313; }
    #aQuienVaDirigido .wrapper .wrapper_left {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      #aQuienVaDirigido .wrapper .wrapper_left .epigrafe {
        padding-bottom: 2rem; }
      #aQuienVaDirigido .wrapper .wrapper_left .titulo {
        font-weight: 700;
        max-width: 70%; }
    #aQuienVaDirigido .wrapper .wrapper_right {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-top: 3.5rem; }
      #aQuienVaDirigido .wrapper .wrapper_right .salidas {
        display: flex;
        align-items: center;
        padding: 2rem 0; }
        #aQuienVaDirigido .wrapper .wrapper_right .salidas img {
          height: 15px;
          width: 21px;
          padding-right: 1rem; }
        #aQuienVaDirigido .wrapper .wrapper_right .salidas p {
          font-weight: 700; }
  #aQuienVaDirigido .dossier {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      #aQuienVaDirigido .dossier {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      #aQuienVaDirigido .dossier {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      #aQuienVaDirigido .dossier {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      #aQuienVaDirigido .dossier {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      #aQuienVaDirigido .dossier {
        padding-top: 8rem; } }
    @media (min-width: 1200px) {
      #aQuienVaDirigido .dossier {
        padding-top: 15rem; } }
    #aQuienVaDirigido .dossier p {
      color: #131313;
      position: relative;
      padding-bottom: 3rem;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        #aQuienVaDirigido .dossier p {
          padding-bottom: 8rem;
          margin-bottom: 4rem; } }
      @media (min-width: 1200px) {
        #aQuienVaDirigido .dossier p {
          margin-bottom: 4rem; } }
      #aQuienVaDirigido .dossier p:before {
        content: '';
        display: none;
        width: 1px;
        height: 5rem;
        background: #445BE7;
        position: absolute;
        left: 50%;
        bottom: 0; }
        @media (min-width: 768px) {
          #aQuienVaDirigido .dossier p:before {
            display: block; } }

.carousel_cursos {
  background-color: #D9D9D9;
  padding: 5px 0; }

/*END MAIN CONTENT*/
main.home {
  width: 100%; }
  main.home .zoom {
    transform: scale(1.1) !important;
    transition: 5s ease all !important; }
  main.home .banner_header {
    position: relative;
    height: 100vh;
    width: 100%; }
    @media (min-width: 768px) {
      main.home .banner_header {
        height: 75vh; } }
    main.home .banner_header:before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      display: block;
      background: rgba(0, 0, 0, 0.4);
      z-index: 100; }
    main.home .banner_header .banner_header__bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      object-position: center;
      object-fit: cover; }
      @media (min-width: 992px) {
        main.home .banner_header .banner_header__bg {
          -o-object-position: center;
          object-position: center;
          -o-object-fit: cover;
          object-fit: cover; } }
    main.home .banner_header .titulo {
      position: relative;
      z-index: 200;
      height: 100%;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        main.home .banner_header .titulo {
          padding-left: 6rem;
          padding-right: 6rem; } }
      @media (min-width: 992px) {
        main.home .banner_header .titulo {
          padding-left: 4rem;
          padding-right: 4rem; } }
      @media (min-width: 1200px) {
        main.home .banner_header .titulo {
          padding-left: 16rem;
          padding-right: 16rem; } }
      @media (min-width: 1600px) {
        main.home .banner_header .titulo {
          padding-left: 0;
          padding-right: 0;
          max-width: 1520px;
          margin: 0 auto; } }
      @media (min-width: 768px) {
        main.home .banner_header .titulo {
          justify-content: flex-end;
          padding-bottom: 15rem; } }
      @media (min-width: 992px) {
        main.home .banner_header .titulo {
          padding-bottom: 10rem; } }
      main.home .banner_header .titulo img {
        max-width: 12rem; }
      main.home .banner_header .titulo p {
        max-width: 100%; }
        @media (min-width: 768px) {
          main.home .banner_header .titulo p {
            max-width: 80%; } }
        @media (min-width: 992px) {
          main.home .banner_header .titulo p {
            max-width: 80%; } }
  main.home .curso_ampliado {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    @media (min-width: 768px) {
      main.home .curso_ampliado {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      main.home .curso_ampliado {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      main.home .curso_ampliado {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      main.home .curso_ampliado {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      main.home .curso_ampliado {
        padding-top: 6rem; } }
    @media (min-width: 992px) {
      main.home .curso_ampliado {
        padding-top: 12rem;
        flex-direction: row; } }
    main.home .curso_ampliado .wrapper_left {
      overflow: hidden; }
      @media (min-width: 992px) {
        main.home .curso_ampliado .wrapper_left {
          width: 50%;
          padding-right: 1.5rem; } }
      main.home .curso_ampliado .wrapper_left img {
        width: 100%;
        height: 17rem;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1);
        transition: 1s ease all; }
        @media (min-width: 768px) {
          main.home .curso_ampliado .wrapper_left img {
            height: 40rem; } }
        @media (min-width: 1200px) {
          main.home .curso_ampliado .wrapper_left img {
            height: 65rem; } }
        main.home .curso_ampliado .wrapper_left img:hover {
          transform: scale(1.1);
          transition: 5s ease all; }
    main.home .curso_ampliado .wrapper_right {
      padding-left: 0;
      padding-top: 5rem; }
      @media (min-width: 992px) {
        main.home .curso_ampliado .wrapper_right {
          padding-left: 1.5rem;
          flex-direction: row;
          width: 50%; } }
      @media (min-width: 1200px) {
        main.home .curso_ampliado .wrapper_right {
          padding-left: 8.5rem;
          flex-direction: row; } }
      main.home .curso_ampliado .wrapper_right .epigrafe {
        font-weight: 300;
        color: #445BE7;
        padding-bottom: 2rem; }
        @media (min-width: 768px) {
          main.home .curso_ampliado .wrapper_right .epigrafe {
            padding-bottom: 4rem; } }
      main.home .curso_ampliado .wrapper_right .titulo {
        padding-bottom: 2rem; }
        @media (min-width: 768px) {
          main.home .curso_ampliado .wrapper_right .titulo {
            padding-bottom: 4rem; } }
      main.home .curso_ampliado .wrapper_right .cuerpo {
        max-width: 100%;
        padding-bottom: 2rem; }
        @media (min-width: 768px) {
          main.home .curso_ampliado .wrapper_right .cuerpo {
            padding-bottom: 4rem;
            max-width: 60%; } }
      main.home .curso_ampliado .wrapper_right .iconos {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        main.home .curso_ampliado .wrapper_right .iconos .icono {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          width: 33.33%;
          padding: 0 1rem; }
          @media (min-width: 992px) {
            main.home .curso_ampliado .wrapper_right .iconos .icono {
              padding: 0;
              flex-direction: row;
              text-align: left; } }
          @media (min-width: 1200px) {
            main.home .curso_ampliado .wrapper_right .iconos .icono {
              flex-direction: row;
              text-align: left;
              padding: 0; } }
          main.home .curso_ampliado .wrapper_right .iconos .icono img {
            margin-bottom: 2rem; }
            @media (min-width: 992px) {
              main.home .curso_ampliado .wrapper_right .iconos .icono img {
                margin-bottom: 0; } }
          main.home .curso_ampliado .wrapper_right .iconos .icono p {
            max-width: 100%;
            font-size: 1.2rem !important;
            line-height: 1.4em; }
            @media (min-width: 768px) {
              main.home .curso_ampliado .wrapper_right .iconos .icono p {
                font-size: 1.2rem !important;
                padding-left: 1rem; } }
            @media (min-width: 992px) {
              main.home .curso_ampliado .wrapper_right .iconos .icono p {
                max-width: 60%;
                font-size: 1.2rem !important; } }
            @media (min-width: 1200px) {
              main.home .curso_ampliado .wrapper_right .iconos .icono p {
                font-size: 1.6rem !important; } }
      main.home .curso_ampliado .wrapper_right .boton {
        margin-top: 5rem;
        width: 100%; }
        @media (min-width: 992px) {
          main.home .curso_ampliado .wrapper_right .boton {
            width: auto; } }
        main.home .curso_ampliado .wrapper_right .boton .btn {
          width: 100%; }
          @media (min-width: 992px) {
            main.home .curso_ampliado .wrapper_right .boton .btn {
              width: auto; } }
  main.home .cursos_grid {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-gap: 3rem; }
    @media (min-width: 768px) {
      main.home .cursos_grid {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      main.home .cursos_grid {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      main.home .cursos_grid {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      main.home .cursos_grid {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      main.home .cursos_grid {
        grid-template-columns: 1fr 1fr; } }
    main.home .cursos_grid .curso_item {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      main.home .cursos_grid .curso_item:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: black;
        background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0) 100%);
        background: linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        z-index: 100; }
      main.home .cursos_grid .curso_item img {
        position: relative;
        width: 100%;
        height: 35rem;
        top: 0;
        left: 0;
        z-index: 0;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1);
        transition: 1s ease all; }
        @media (min-width: 768px) {
          main.home .cursos_grid .curso_item img {
            height: 40rem; } }
        @media (min-width: 1200px) {
          main.home .cursos_grid .curso_item img {
            height: 45rem; } }
      main.home .cursos_grid .curso_item .wrapper_textos {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 300;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 2rem; }
        main.home .cursos_grid .curso_item .wrapper_textos .epigrafe {
          font-weight: 300;
          padding-bottom: 1rem; }
          @media (min-width: 768px) {
            main.home .cursos_grid .curso_item .wrapper_textos .epigrafe {
              padding-bottom: 2rem; } }
        main.home .cursos_grid .curso_item .wrapper_textos .titulo {
          padding-bottom: 1rem; }
          @media (min-width: 768px) {
            main.home .cursos_grid .curso_item .wrapper_textos .titulo {
              padding-bottom: 2rem;
              max-width: 70%; } }
  main.home .curso_destacado {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      main.home .curso_destacado {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      main.home .curso_destacado {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      main.home .curso_destacado {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      main.home .curso_destacado {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      main.home .curso_destacado {
        padding-bottom: 10rem; } }
    @media (min-width: 1200px) {
      main.home .curso_destacado {
        padding-bottom: 15rem; } }
    main.home .curso_destacado .destacadoItem {
      position: relative;
      overflow: hidden; }
      main.home .curso_destacado .destacadoItem:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: black;
        background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0) 100%);
        background: linear-gradient(0deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        z-index: 100; }
      main.home .curso_destacado .destacadoItem img {
        position: relative;
        width: 100%;
        height: 35rem;
        top: 0;
        left: 0;
        z-index: 0;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1);
        transition: 1s ease all; }
        main.home .curso_destacado .destacadoItem img:hover {
          transform: scale(1.1);
          transition: 5s ease all; }
        @media (min-width: 768px) {
          main.home .curso_destacado .destacadoItem img {
            height: 40rem; } }
        @media (min-width: 1200px) {
          main.home .curso_destacado .destacadoItem img {
            height: 45rem; } }
      main.home .curso_destacado .destacadoItem .wrapper_textos {
        position: absolute;
        height: 100%;
        z-index: 300;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 2rem; }
        main.home .curso_destacado .destacadoItem .wrapper_textos .epigrafe {
          font-weight: 300;
          padding-bottom: 1rem; }
          @media (min-width: 768px) {
            main.home .curso_destacado .destacadoItem .wrapper_textos .epigrafe {
              padding-bottom: 2rem; } }
        main.home .curso_destacado .destacadoItem .wrapper_textos .titulo {
          padding-bottom: 1rem; }
          @media (min-width: 768px) {
            main.home .curso_destacado .destacadoItem .wrapper_textos .titulo {
              padding-bottom: 2rem;
              max-width: 70%; } }

.standar_wrapper {
  padding: 10rem 3rem 0 3rem; }
  @media (min-width: 768px) {
    .standar_wrapper {
      padding: 15rem 3rem 0 3rem; } }

body.page-template-gracias #topPoints,
body.page-template-gracias #contactanos,
body.page-template-gracias footer,
body.page-template-gracias .ctaMobile {
  display: none; }

body.page-template-gracias #content {
  padding: 10vw 0;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    body.page-template-gracias #content {
      padding-top: 10vh; } }

body.page-template-gracias #content .flexItem:nth-child(2) {
  max-width: 100%;
  margin: 4em 10vw 0 10vw; }
  @media (min-width: 992px) {
    body.page-template-gracias #content .flexItem:nth-child(2) {
      padding-left: 4em;
      margin: 0;
      max-width: 60%;
      min-width: 60%; } }

body.page-template-gracias #content .flexItem:nth-child(2) img {
  max-width: 100%; }

body.page-template-gracias #content .flexItem:nth-child(1) {
  margin-left: 10vw;
  margin: 0 10vw 0 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    body.page-template-gracias #content .flexItem:nth-child(1) {
      margin: 0 0 0 10vw; } }

body.page-template-gracias #content h3 {
  font-weight: bold;
  font-size: 3.6rem; }
  @media (max-width: 767px) {
    body.page-template-gracias #content h3 {
      font-size: 2.5rem; } }

body.page-template-gracias #content .flexItem:nth-child(1) img {
  margin-bottom: 2em; }

body.page-template-gracias #content .flexItem:nth-child(1) p {
  max-width: none;
  font-size: 1.15em; }

body.page-template-gracias #content .cta {
  text-decoration: none;
  background: #2A2A2A;
  color: white;
  padding: 0 3em 0 3em;
  border-radius: 2em;
  line-height: 2.75em;
  height: 3em;
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #2A2A2A; }

body.page-template-gracias #content .cta:hover {
  background-color: #445BE7;
  border: 2px solid #445BE7; }

/*SCROLL DOWN*/
.border, .c-contents h2::before, .c-contents h2::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333;
  vertical-align: middle; }

.l-section-top {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: relative; }

.l-section-container {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden; }

.c-title {
  margin: 0;
  color: #eee;
  text-align: center; }

.c-scrolldown {
  width: 1px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden; }

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

.c-contents h2 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto; }

.c-contents h2::before {
  margin-right: 10px; }

.c-contents h2::after {
  margin-left: 10px; }

.overlayText span {
  font-weight: 200; }

@keyframes scrolldown {
  0% {
    background-position: 0 -60px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 60px; } }

/*END SCROLL DOWN*/
/*SLIDER*/
#nuestrosAlumnos {
  padding: 0;
  height: 80vh; }
  @media (min-width: 768px) {
    #nuestrosAlumnos {
      height: 100%; } }

#comentariosGoogle {
  background-color: #d9d9d9;
  padding: 0;
  height: 80vh; }
  @media (min-width: 768px) {
    #comentariosGoogle {
      height: 100vh; } }
  #comentariosGoogle .cabecera {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40vh; }
    #comentariosGoogle .cabecera p {
      color: #141414; }
    #comentariosGoogle .cabecera .epigrafe p {
      font-size: 1.3rem;
      font-weight: 300; }
    #comentariosGoogle .cabecera .titulo p {
      font-size: 2.8rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        #comentariosGoogle .cabecera .titulo p {
          font-size: 4rem; } }
  #comentariosGoogle .slider2 {
    width: 100%;
    height: 60vh; }
    #comentariosGoogle .slider2 .slideItem {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      width: 100%;
      height: 100%; }
      #comentariosGoogle .slider2 .slideItem img {
        display: block;
        object-fit: cover;
        height: 60px;
        width: 60px; }
      #comentariosGoogle .slider2 .slideItem p {
        color: #141414; }
      #comentariosGoogle .slider2 .slideItem .alumno {
        padding: 2rem 0;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.8em; }
      #comentariosGoogle .slider2 .slideItem .content {
        max-width: 100rem; }
        #comentariosGoogle .slider2 .slideItem .content p {
          font-size: 1.5rem;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #comentariosGoogle .slider2 .slideItem .content p {
              font-size: 2.2rem; } }
      #comentariosGoogle .slider2 .slideItem .estrellas {
        margin-top: 4rem; }
        #comentariosGoogle .slider2 .slideItem .estrellas img {
          width: 16rem;
          height: 1.8rem;
          display: none; }
        #comentariosGoogle .slider2 .slideItem .estrellas.oneStar-active .oneStar {
          display: block !important; }
        #comentariosGoogle .slider2 .slideItem .estrellas.twoStars-active .twoStars {
          display: block !important; }
        #comentariosGoogle .slider2 .slideItem .estrellas.threeStars-active .threeStars {
          display: block !important; }
        #comentariosGoogle .slider2 .slideItem .estrellas.fourStars-active .fourStars {
          display: block !important; }
        #comentariosGoogle .slider2 .slideItem .estrellas.fiveStars-active .fiveStars {
          display: block !important; }
    #comentariosGoogle .slider2 .slick-dots {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 1;
      display: flex; }
    #comentariosGoogle .slider2 .slick-dots li button {
      width: 15px;
      appearance: none;
      background-color: #b2b2b2;
      transition: all 0.3s ease;
      height: 4px;
      line-height: 0px;
      color: transparent;
      appearance: none;
      border: none;
      border-radius: 0;
      margin-right: 13px;
      opacity: 0.2; }
      @media (min-width: 768px) {
        #comentariosGoogle .slider2 .slick-dots li button {
          width: 25px; } }
    #comentariosGoogle .slider2 .slick-dots li:last-child button {
      margin-right: 13px; }
    #comentariosGoogle .slider2 .slick-dots li.slick-active button {
      background-color: #445be7;
      opacity: 1; }

.splide__arrow {
  background: transparent; }
  .splide__arrow svg {
    display: none; }

.splide__arrow--next {
  transform: translateY(-50%) rotate(180deg); }

.slick-arrow,
.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 66px;
  width: 23px;
  background-image: url(../img/arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }

.slick-prev {
  left: 4vw; }

.slick-next {
  right: 4vw;
  transform: rotate(180deg); }

.slider1 .slideItem {
  position: relative; }
  .slider1 .slideItem img {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: cover; }
    @media (min-width: 768px) {
      .slider1 .slideItem img {
        height: 100%; } }

.slider1 .slideItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(rgba(84, 84, 84, 0), #141414); }

.slider1 .overlayText {
  position: absolute;
  text-align: center;
  max-width: 1000px;
  width: 80%;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1; }
  .slider1 .overlayText label {
    font-size: 1.3rem;
    text-transform: uppercase; }
  .slider1 .overlayText .content {
    margin-bottom: 4rem;
    margin-top: 4rem; }
    .slider1 .overlayText .content p {
      font-size: 1.5rem;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .slider1 .overlayText .content p {
          font-size: 1.8rem; } }
  .slider1 .overlayText p {
    font-size: 1.2rem;
    line-height: 1.8em; }
    .slider1 .overlayText p strong {
      display: block; }

.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  display: flex; }

.slick-dots li button {
  width: 15px;
  appearance: none;
  background-color: white;
  transition: all 0.3s ease;
  height: 4px;
  line-height: 0px;
  color: transparent;
  appearance: none;
  border: none;
  border-radius: 0;
  margin-right: 13px;
  opacity: 0.2; }
  @media (min-width: 768px) {
    .slick-dots li button {
      width: 25px; } }

.slick-dots li:last-child button {
  margin-right: 13px; }

.slick-dots li.slick-active button {
  background-color: #445be7;
  opacity: 1; }

/*END SLIDER*/
/*TOP POINTS*/
#topPoints {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #131313;
  padding: 6rem 0; }
  @media (min-width: 768px) {
    #topPoints {
      padding: 15rem 0; } }
  #topPoints .wrapper {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      #topPoints .wrapper {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      #topPoints .wrapper {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      #topPoints .wrapper {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      #topPoints .wrapper {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    #topPoints .wrapper .epigrafe {
      color: #445BE7;
      padding-bottom: 2rem; }
    #topPoints .wrapper .titulo {
      color: #717171; }
    #topPoints .wrapper .wrapper_iconos {
      width: 100%;
      padding-top: 4rem;
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 1200px) {
        #topPoints .wrapper .wrapper_iconos {
          flex-wrap: nowrap; } }
      #topPoints .wrapper .wrapper_iconos .iconItem {
        width: 100%;
        padding: 3rem 1rem;
        background-color: #222222;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-basis: 50%;
        border: 1rem solid #131313; }
        @media (min-width: 768px) {
          #topPoints .wrapper .wrapper_iconos .iconItem {
            padding: 3.5rem 2rem;
            flex-basis: 33.33%; } }
        @media (min-width: 1200px) {
          #topPoints .wrapper .wrapper_iconos .iconItem {
            flex-basis: inherit; } }
        #topPoints .wrapper .wrapper_iconos .iconItem p {
          font-size: 1.5rem; }
          @media (min-width: 768px) {
            #topPoints .wrapper .wrapper_iconos .iconItem p {
              font-size: 1.6rem; } }
        #topPoints .wrapper .wrapper_iconos .iconItem img {
          padding-bottom: 1rem; }
          @media (min-width: 768px) {
            #topPoints .wrapper .wrapper_iconos .iconItem img {
              padding-bottom: 2rem; } }

/*END TOP POINTS*/
/*FORM*/
#contactanos {
  width: 100%;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0 3rem; }
  @media (min-width: 768px) {
    #contactanos {
      padding: 15rem 0 7rem; } }
  #contactanos .wrapper {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media (min-width: 768px) {
      #contactanos .wrapper {
        padding-left: 6rem;
        padding-right: 6rem; } }
    @media (min-width: 992px) {
      #contactanos .wrapper {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      #contactanos .wrapper {
        padding-left: 16rem;
        padding-right: 16rem; } }
    @media (min-width: 1600px) {
      #contactanos .wrapper {
        padding-left: 0;
        padding-right: 0;
        max-width: 1520px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      #contactanos .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
    #contactanos .wrapper p {
      color: #131313; }
    #contactanos .wrapper .wrapper_left {
      width: 100%; }
      @media (min-width: 992px) {
        #contactanos .wrapper .wrapper_left {
          flex: 1; } }
      #contactanos .wrapper .wrapper_left .epigrafe {
        padding-bottom: 2rem; }
      #contactanos .wrapper .wrapper_left .titulo {
        font-weight: 700;
        padding-bottom: 2rem;
        max-width: 100%; }
        @media (min-width: 992px) {
          #contactanos .wrapper .wrapper_left .titulo {
            max-width: 70%; } }
      #contactanos .wrapper .wrapper_left .cuerpo {
        font-family: "SuisseInt", sans-serif;
        padding-bottom: 2rem;
        max-width: 100%; }
        @media (min-width: 992px) {
          #contactanos .wrapper .wrapper_left .cuerpo {
            max-width: 70%; } }
      #contactanos .wrapper .wrapper_left .contactInfo {
        display: flex;
        align-items: flex-start; }
        #contactanos .wrapper .wrapper_left .contactInfo img {
          margin-right: 1rem; }
    #contactanos .wrapper .wrapper_right {
      width: 100%;
      padding-top: 3.5rem; }
      @media (min-width: 992px) {
        #contactanos .wrapper .wrapper_right {
          flex: 1; } }

.field {
  position: relative;
  margin-bottom: 2.5em; }

.field label {
  position: absolute;
  z-index: 1;
  color: #929292;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 1.25em;
  left: 1.5em; }

.field.focus label {
  color: #141414;
  top: -1.5em;
  left: 0;
  font-weight: 700; }

input,
textarea {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  background-color: #e8e8e8;
  font-size: 1em;
  border: 2px solid #e8e8e8;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

textarea {
  height: 100px;
  resize: none; }

input:focus,
textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #1c1c1c; }

input[type="submit"]:focus {
  border: 2px solid transparent; }

div.wpcf7-response-output {
  border: none !important; }

.wpcf7-not-valid-tip {
  padding-top: 1em; }

span.ajax-loader {
  display: block !important; }

input[type="submit"] {
  border-radius: 50px;
  border: none;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "SuisseInt", sans-serif;
  font-weight: 400;
  padding: 1rem 2.5rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  background: #2a2a2a;
  color: white;
  width: inherit;
  cursor: pointer; }
  @media (min-width: 992px) {
    input[type="submit"] {
      padding: 1.2rem 3.5rem; } }

input[type="submit"]::after {
  content: url(img/arrowButton.svg); }

.wpcf7-form .submit {
  text-align: right; }

.accept input {
  cursor: pointer; }

.field.accept label {
  position: initial;
  display: flex;
  align-items: center;
  pointer-events: all; }

.field.accept label input[type="checkbox"] {
  min-height: 2em;
  min-width: 2em;
  max-width: 2em;
  height: 2em;
  width: 2em;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 1em !important; }

.field.accept label input[type="checkbox"]:focus {
  border: 2px solid #1c1c1c; }

.field.accept label a {
  text-decoration: none; }

.field.accept label a:hover {
  text-decoration: underline; }

.wpcf7-list-item {
  margin-left: 0 !important; }

.field.accept label input[type="checkbox"]:checked {
  background-image: url(../img/check.svg);
  background-position: center center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  transition: none; }

/*END FORM*/

/*# sourceMappingURL=styleMG.css.map */