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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg"); }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot?") format("eot"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg"); }

@font-face {
  font-family: 'RosewoodStd-Fill';
  src: url("../fonts/RosewoodStd-Fill.eot?") format("eot"), url("../fonts/RosewoodStd-Fill.woff2") format("woff2"), url("../fonts/RosewoodStd-Fill.woff") format("woff"), url("../fonts/RosewoodStd-Fill.ttf") format("truetype"), url("../fonts/RosewoodStd-Fill.svg") format("svg"); }

@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%); }
  50% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%); }
  100% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%); } }

@keyframes downarrow {
  0% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%); }
  50% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%); }
  100% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%); } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:focus {
  outline: none; }

body {
  font-family: Gotham-Book, sans-serif;
  line-height: 1.4;
  background-color: #fff;
  color: #000; }

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-family: RosewoodStd-Fill, sans-serif; }

p {
  font-family: Gotham-Book, sans-serif; }

strong,
b {
  font-family: Gotham-Bold, sans-serif; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

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

.hidden {
  display: none; }

.row {
  margin-left: 0;
  margin-right: 0; }

.down-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3; }
  .down-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 1em;
    border-radius: 50%; }

.legal {
  position: fixed;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100vh;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px 20px 3px;
  z-index: 20; }
  .legal img {
    max-height: 98%; }

/* ---------------------- */
/* ---------------------- */
#section1,
#section2 {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center top;
  background-size: cover; }

#section1 {
  background-image: url(../images/wall-bg.jpg); }

#section2 {
  background-image: url(../images/wall-bg-2.jpg); }

.logo-principal {
  z-index: 2;
  height: 60vh;
  max-width: 80vw; }

.ladrillos1,
.ladrillos2,
.ladrillos3 {
  position: absolute;
  display: block;
  z-index: 1; }

.ladrillos1 {
  width: 28%;
  top: 0;
  right: 0; }

.ladrillos2 {
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.ladrillos3 {
  width: 14%;
  bottom: 40px;
  left: 0; }

.video-wrapper {
  position: relative;
  z-index: 3;
  width: 700px; }
  .video-wrapper video {
    width: 100%; }
    .video-wrapper video.has-media-controls-hidden::media-controls {
      display: none; }
  .video-wrapper .video-overlay-play-button {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .video-wrapper .video-overlay-play-button .st0 {
      opacity: 0.5;
      fill: #FFFFFF; }
    .video-wrapper .video-overlay-play-button .st1 {
      fill: #A3A4A7; }
    .video-wrapper .video-overlay-play-button .st2 {
      fill: #424243; }
    .video-wrapper .video-overlay-play-button:hover {
      opacity: 1; }
  .video-wrapper .video-overlay-play-button.is-hidden {
    display: none; }

.banderin,
.banderin2,
.notas1,
.notas2 {
  position: absolute; }

.banderin {
  top: -2.6%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.banderin2 {
  bottom: 1%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%); }

.notas1 {
  width: 13%;
  top: 6%;
  left: -3%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.notas2 {
  width: 18%;
  top: 3%;
  right: -5%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

#section3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #section3 .left {
    padding-left: 0; }
  #section3 .right {
    padding-right: 0; }

.section3-left,
.section3-right {
  width: 50%; }

.section3-left {
  font-family: RosewoodStd-Fill, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #F2D770;
  padding: 80px 80px 80px 100px; }
  .section3-left > .row {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #DAB94A; }
    .section3-left > .row:nth-child(2) {
      padding-top: 0;
      border-top: none; }

.section3-title {
  position: relative;
  width: 100%;
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 3em;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.6em; }
  .section3-title .uno {
    position: absolute;
    left: calc(50% - 190px);
    top: -5%; }
  .section3-title .dos {
    position: absolute;
    right: calc(50% - 190px);
    top: -5%; }

.section3-text {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.063em;
  line-height: 1.2em; }
  .section3-text .big {
    font-size: 1.7em; }

.section3-hashtag {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.875em; }

.section3-link {
  font-family: RosewoodStd-Fill, sans-serif;
  color: #000;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .section3-link:hover {
    color: rgba(0, 0, 0, 0.8); }
  .section3-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000;
    border-radius: 50%;
    color: #F2D770;
    font-size: 0.8em;
    margin-right: 5px; }

.section3-quote {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.875em;
  line-height: 1.2;
  margin-top: 30px; }
  .section3-quote .uno {
    position: absolute;
    left: calc(50% - 250px);
    top: -40%; }
  .section3-quote .dos {
    position: absolute;
    right: calc(50% - 250px);
    top: -40%; }

.section3-right {
  background-image: url(../images/section3-bg.jpg);
  background-position: center center;
  background-size: cover; }

#section4 {
  position: relative;
  padding: 120px 0 190px;
  background-image: url(../images/wall-bg.jpg); }
  #section4 .container {
    z-index: 2; }

.section4-img {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }

.section4-title {
  position: relative;
  width: 100%;
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 3em;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em; }
  .section4-title .uno {
    position: absolute;
    left: calc(50% - 220px);
    top: -5%; }
  .section4-title .dos {
    position: absolute;
    right: calc(50% - 220px);
    top: -5%; }

.section4-subtitle {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.875em;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 5px; }

.section4-text {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.250em;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #DAB94A; }
  .section4-text:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }

#section5 {
  position: relative;
  background-image: url(../images/wall-bg-2.jpg); }
  #section5 .container {
    z-index: 2; }

.form-cont {
  padding: 80px 80px 100px;
  background-color: #F2D770; }

.section5-text {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.500em;
  text-align: center;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.section5-title {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 3.000em;
  text-align: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.2em; }

#form label {
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.500em;
  margin-right: 0.3em; }

#form .form-group {
  margin-bottom: 40px; }
  #form .form-group:last-child {
    margin-bottom: 0;
    margin-top: 60px; }
    #form .form-group:last-child span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #DAB94A;
      margin-right: 30px; }

#form .form-group > div {
  width: 100%; }
  #form .form-group > div.left {
    margin-right: 20px; }

#form input {
  font-family: Gotham-Book, sans-serif;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 10px; }
  #form input.error {
    border-bottom: 2px solid red; }

#form .btn {
  background-color: #DE9A6A;
  color: #fff;
  border-radius: 0;
  font-family: RosewoodStd-Fill, sans-serif;
  font-size: 1.5em;
  outline: none;
  cursor: pointer; }
  #form .btn:hover {
    color: #fff; }
  #form .btn i {
    margin-left: 0.4em; }

.note-ok,
.note-error {
  width: 100%;
  margin-top: 25px; }
  .note-ok p,
  .note-error p {
    text-align: center;
    font-size: 1.1em;
    font-family: RosewoodStd-Fill, sans-serif; }

.note-error {
  color: red; }

#section6 {
  padding: 100px 0;
  background-color: #bbbcbd;
  color: #000; }

.section6-title {
  position: relative;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1em; }
  .section6-title .uno {
    position: absolute;
    left: calc(50% - 270px);
    top: -5%; }
  .section6-title .dos {
    position: absolute;
    right: calc(50% - 270px);
    top: -5%; }

.section6-subtitle {
  font-size: 1.3rem;
  margin-bottom: 0.6em; }

.section6-text {
  font-size: 0.875rem; }
  .section6-text strong {
    display: block;
    margin-bottom: 0.25em; }

footer {
  background-color: #fff;
  padding: 40px 0 40px; }

.footer__logo {
  width: 185px; }

.footer__list {
  font-size: 0.750em;
  line-height: 1.8; }
  .footer__list.m-b-0 {
    margin-bottom: 0; }

.footer__link, .footer__link2 {
  color: #000; }
  .footer__link:hover, .footer__link2:hover, .footer__link:focus, .footer__link2:focus {
    color: #000; }
  .footer__link span, .footer__link2 span {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 22px;
    margin-bottom: 15px; }

.footer__link2 {
  font-size: 1em; }

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 575px) {
  .footer__list {
    margin-bottom: 20px;
    text-align: center; }
  .footer__link2 {
    display: block;
    text-align: center; } }

@media (max-height: 700px) {
  .video-wrapper {
    width: 550px; } }

@media (max-width: 1366px) {
  .section3-left {
    padding: 80px 30px 80px 50px; } }

@media (max-width: 1199px) {
  .section3-left {
    padding: 80px 10px 80px 30px; }
  .section3-quote {
    font-size: 1.6em; }
    .section3-quote .uno {
      left: calc(50% - 220px);
      top: -50%; }
    .section3-quote .dos {
      right: calc(50% - 220px);
      top: -50%; }
  #section4 {
    padding: 120px 0 150px; }
  .form-cont {
    padding: 80px 40px 100px; }
  .section5-text {
    font-size: 1.43em; }
  .section5-title {
    font-size: 2.86em; } }

@media (max-width: 991px) {
  .video-wrapper {
    width: 500px; }
  .section3-left {
    padding: 60px 10px 60px 30px; }
  .section3-title {
    font-size: 2.2em; }
    .section3-title .uno {
      width: 100px;
      left: calc(50% - 150px);
      top: -5%; }
    .section3-title .dos {
      width: 100px;
      right: calc(50% - 150px);
      top: -5%; }
  .section3-text,
  .section3-hashtag {
    text-align: center; }
  .section3-img {
    margin-bottom: 10px; }
  .section3-quote {
    font-size: 1.3em; }
    .section3-quote .uno {
      width: 30px;
      left: calc(50% - 175px); }
    .section3-quote .dos {
      width: 30px;
      right: calc(50% - 175px); }
  #section4 {
    padding: 100px 0; }
  .section4-img {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  .section4-title {
    font-size: 2.2em; }
    .section4-title .uno {
      width: 100px;
      left: calc(50% - 170px);
      top: -10%; }
    .section4-title .dos {
      width: 100px;
      right: calc(50% - 170px);
      top: -10%; }
  .section4-subtitle {
    font-size: 1.6em; }
  .section4-text {
    font-size: 1em; }
  .section5-text {
    font-size: 1.2em; }
  .section5-title {
    font-size: 2em;
    margin-top: 0.3em; }
  #form label {
    font-size: 1.2em; }
  .section6-title {
    font-size: 2.2rem; }
    .section6-title .uno {
      width: 100px;
      left: calc(50% - 210px);
      top: -10%; }
    .section6-title .dos {
      width: 100px;
      right: calc(50% - 210px);
      top: -10%; } }

@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .video-wrapper {
    width: 395px; }
    .video-wrapper .video-overlay-play-button {
      width: 65px; }
  .banderin {
    max-width: 130%; }
  .notas1 {
    width: 10%;
    left: -2%; }
  .notas2 {
    width: 15%;
    right: -4%; }
  #section3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section3-left {
    width: 100%;
    padding: 60px 10px 60px 20px; }
  .section3-text,
  .section3-hashtag {
    text-align: left; }
  .section3-right {
    width: 100%;
    height: 400px; }
  #section4 {
    padding: 80px 0; }
  .section4-img {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .form-cont {
    padding: 60px 15px 60px; }
  #form label {
    line-height: 1; }
  #form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #form .form-group:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  #form .form-group > div.left {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .ladrillos1 {
    width: 55%; }
  .ladrillos3 {
    width: 30%; }
  .video-wrapper {
    width: 360px; }
  .banderin {
    max-width: 110%; }
  .notas1 {
    left: 2%; }
  .notas2 {
    right: 6%; }
  .section3-text {
    font-size: 1em;
    text-align: center; }
  .section3-hashtag {
    font-size: 1.7em;
    text-align: center; }
  .section5-text {
    font-size: 1em; }
  .section5-title {
    font-size: 1.7em; }
  #form label {
    font-size: 1em; }
  #form .btn {
    font-size: 1.3em; }
  .section6-subtitle {
    font-size: 1.2rem;
    line-height: 1; }
  .section6-text {
    font-size: 0.8rem; } }

@media (max-width: 425px) {
  .video-wrapper {
    width: 315px; }
    .video-wrapper .video-overlay-play-button {
      width: 55px; }
  .ladrillos3 {
    bottom: 20px; }
  .section3-left {
    padding: 50px 10px 30px 20px; }
  #section6 .container {
    padding-left: 20px;
    padding-right: 20px; }
  .section6-title {
    font-size: 1.8rem; }
    .section6-title .uno {
      width: 80px;
      left: calc(50% - 170px);
      top: -10%; }
    .section6-title .dos {
      width: 80px;
      right: calc(50% - 170px);
      top: -10%; } }

@media (max-width: 374px) {
  .video-wrapper {
    width: 280px; }
  .notas1 {
    left: 4%; }
  .notas2 {
    right: 8%; }
  .section3-title {
    font-size: 2em; }
    .section3-title .uno {
      width: 75px;
      left: calc(50% - 120px); }
    .section3-title .dos {
      width: 75px;
      right: calc(50% - 120px); }
  .section3-quote {
    font-size: 1.15em; }
    .section3-quote .uno {
      width: 25px;
      left: calc(50% - 150px); }
    .section3-quote .dos {
      width: 25px;
      right: calc(50% - 150px); }
  .section3-link {
    font-size: 0.78em; }
  .section4-title {
    font-size: 2em; }
    .section4-title .uno {
      width: 75px;
      left: calc(50% - 140px); }
    .section4-title .dos {
      width: 75px;
      right: calc(50% - 140px); }
  .section5-title {
    font-size: 1.5em; }
  .form-cont {
    padding: 50px 0; }
  .section6-title {
    font-size: 1.6rem; }
    .section6-title .uno {
      width: 70px;
      left: calc(50% - 150px);
      top: -10%; }
    .section6-title .dos {
      width: 70px;
      right: calc(50% - 150px);
      top: -10%; } }
