/* .w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
 */
 .icon-1x1-large {
  width: 5rem;
  height: 5rem;
  margin: auto!important;
}
 .formSend{
  display: none;
}
 .city{
  margin-bottom: 30px;
 }
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 400;
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.nav.fijo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1500;
  display: block;
  height: 80px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.logo-menu {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.h3 {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.h3.gray {
  color: #333;
}

.h3.gray.terminos {
  display: block;
  width: 98%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: none;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.p-contacto {
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.menu-link {
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.menu-link:hover {
  padding-bottom: 9px;
  border-style: none none solid;
  border-bottom-width: 5px;
  border-bottom-color: #c41230;
  text-decoration: none;
}

.menu-link:active {
  border-bottom-style: none;
  color: #c41230;
  text-decoration: none;
}

.menu-link.w--current {
  color: #c41230;
}

.menu-link.w--current:active {
  text-decoration: none;
}

.menu-link.big {
  display: inline-block;
  height: 80px;
  padding-top: 31px;
  padding-bottom: 31px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 14px;
  font-weight: 900;
}

.menu-link.big:hover {
  border-bottom-width: 2px;
}

.menu-link.big:active {
  color: #333;
  text-decoration: none;
}

.menu-link.big.sticky {
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 70px;
}

.wrapper-form {
  position: relative;
  display: block;
  width: auto;
  text-align: left;
}

.label-contact {
  margin-top: 15px;
  padding-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.label-contact.margin {
  padding-left: 10px;
}

.modal-container {
  position: relative;
  display: block;
  overflow: visible;
  width: 940px;
  height: 90vh;
  margin: auto;
  padding: 40px 0px 40px 40px;
  float: none;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: right;
}

.a-terminos {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Roboto Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.a-terminos.placelast {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.a-terminos.hide {
  display: none;
}

.p-copy {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 700;
}

.span-copy {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: 'Roboto Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.nav-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 401;
  display: block;
  height: 70px;
  border-bottom: 1px solid #ddd;
  background-color: hsla(0, 0%, 100%, 0.98);
  opacity: 1;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.nav-container {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 80px;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.nav-container.footercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.nav-small {
  z-index: 1000;
  height: 70px;
  background-color: transparent;
}

.logo-small {
  height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mf-small {
  height: 100%;
}

.input {
  height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border: 1px none #000;
  border-radius: 2px;
  background-color: #272727;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  font-family: Roboto, sans-serif;
  color: #9f9f9f;
}

.p-terminos {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  text-indent: 0px;
}

.btn-cerrar {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 3%;
  margin-top: 2%;
  margin-right: 2%;
  float: left;
  font-family: Icomoon, sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.span-num {
  padding-left: 0px;
  color: #c41230;
  font-weight: 300;
  text-indent: 0px;
}

.bullet-list {
  padding-left: 20px;
}

.wrapper-terms {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 600;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wrapper-privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 600;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.check {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-family: Icomoon, sans-serif;
  color: #c41230;
  font-size: 24px;
  text-align: center;
}

.cerrar {
  position: absolute;
  color: #333;
}

.wrapper-salido {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 600;
  width: 100%;
}

.container-terms {
  overflow: auto;
  height: 75vh;
  padding-right: 10px;
  padding-left: 20px;
}

.container-terms.scroll-touch {
  padding-right: 40px;
}

.flexsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flexsection.estrenaform {
  background-color: #111;
 /*  margin-bottom: 5rem; */
}

.contentwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1280px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contentwrapper.formwrapper {
  max-width: 1124px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  width: 190px;
  height: 80px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 100;
  display: block;
  max-width: 1220px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.small {
  height: 70px;
  padding-right: 30px;
  padding-left: 30px;
}

.container.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 120px 185px;
}

.ctabtn {
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 14px;
  border-radius: 2px;
  background-color: #c41230;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}

.ctabtn:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6);
}

.ctabtn.formbtn {
  width: 150px;
  float: none;
}

.ctabtn.formbtn.hero {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.ctabtn.formbtn.hero:hover {
  box-shadow: none;
}

.footersection {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: #202020;
  text-align: center;
}

.team-section {
  background-image: url('../../images/equipa-tu-massey/Untitled-1.png'), linear-gradient(51deg, #ec0000, #ec0048);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.left-line-wrapper {
  display: inline;
  width: 180px;
  height: 100px;
  float: left;
}

.right-line-wrapper {
  display: inline;
  width: 180px;
  height: 100px;
  float: right;
}

.certer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-txt {
  display: inline;
  margin-left: -94px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.59);
}

.team-txt._2 {
  margin-left: 138px;
  font-size: 78px;
  line-height: 63px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.44);
}

.line {
  position: relative;
  top: 48px;
  display: block;
  height: 3px;
  background-color: #fff;
}

.check-img-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 22px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.32);
  opacity: 0;
}

.card-link-red {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  color: #c41230;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
}

.div-block {
  width: 60px;
  height: 4px;
  margin: 20px auto;
  background-color: #c41230;
}

.divider-2 {
  width: 60px;
  height: 4px;
  margin: 20px auto;
  background-color: #c41230;
}

.divider-2.push-left {
  margin-left: 0px;
}

.image-7 {
  display: inline;
  margin-right: 5px;
}

.link-block-2 {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.place-card {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #1e1e1e;
}

.search-field {
  height: 60px;
  display: block!important;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #1e1e1e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.search-field::-webkit-input-placeholder {
  color: #7a7a7a;
}

.search-field:-ms-input-placeholder {
  color: #7a7a7a;
}

.search-field::-ms-input-placeholder {
  color: #7a7a7a;
}

.search-field::placeholder {
  color: #7a7a7a;
}

.container-2 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2.places {
  z-index: 0;
  display: block;
  max-width: 1180px;
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: left;
}

.search-icon {
  position: absolute;
  left: auto;
  top: 39%;
  right: 6%;
  bottom: auto;
  float: right;
}

.card-txt {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 30px;
}

.card-txt.phone {
  display: inline;
  color: #999;
}

.phone-wrapper {
  margin-top: 30px;
}

.map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.image-8 {
  margin-top: -1px;
}

.form-2 {
  position: relative;
}

.map {
  position: relative;
  display: inline-block;
  width: 780px;
  height: 780px;
  float: right;
  clear: none;
}

.title-3 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.title-3.push-left {
  margin-left: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
}

.title-3.implementos {
  margin-bottom: 10px;
}
.title-3.desc{
  text-align: center!important;
  font-size: 16px!important;
  font-weight: 400!important;
  margin-bottom: 40px!important;
}

.txt-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.txt-2.push-left {
  width: 680px;
  margin-bottom: 50px;
  color: #fff;
  text-align: left;
}

.label-search {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
}

.map-wrapper-left {
  display: block;
  width: 380px;
  height: auto;
  margin-right: 20px;
  float: none;
}

.location-link {
  display: inline;
  margin-right: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #c41230;
  font-size: 16px;
  text-decoration: none;
  background-color: transparent;
  width: 200px;
  margin-left: -8px;
}
.btn{
  background-color: transparent;
  width: 150px;
  margin-left: -8px;
}
.btn2{
  width: 220px!important;
}
.location-link.see-map {
  display: block;
  margin-top: 10px;
}

.second-map-container {
  display: none;
}

.card-title-2 {
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.expiration-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #111;
}

.expiration-txt {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
}

.body {
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.checkbox-label {
  font-family: 'Roboto Condensed', sans-serif;
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 700;
}

.checkbox-field-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.checkbox-2 {
  width: 20px;
}

.success {
  border-left: 2px none #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.success-message {
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 4px solid #27a927;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.error-message {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 3px solid #880c0c;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.form-3 {
  margin-bottom: 0px;
}

.which-promo {
  display: none;
}

.button {
  background-color: #c41230;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.button2{
  text-align: center;
  background-color: #c41230;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  width: 160px;
  padding-top: 12px;
  display: block;
  float: none;
  margin: 100px auto 0px;
}

.button.top-cta {
  margin-top: 15px;
}

.button.top-cta.main-cta {
  margin-top: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 2px none #000;
  line-height: 45px;
  font-weight: 700;
}

.hero-banner {
  width: 100%;
  height: 800px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.hero-content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 50px;
  padding-left: 50px;
}

.layout-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  width: 80%;
  padding-top: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.promo-logo {
  width: 400px;
}


.section.black-grid {
  background-color: #000;
  background-image: url('../../images/equipa-tu-massey/pattern2_1pattern2.png');
  background-position: 0px 0px;
  background-size: auto;
  width: 100vw;
  margin-top: 80px;
}

.section-content-wrapper {
  padding: 50px 50px ;
  color: #333;
}

.section-content-wrapper.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding-top: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  text-decoration: none;
}

.card:hover {
  border-color: #b4b4b4;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.text-span-7 {
  font-weight: 700;
}

.card-title {
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-link-red-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
}

.card-line {
  height: 1px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #e2e2e2;
  color: #e2e2e2;
}

.card-link-red-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  color: #c41230;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
}

.card-title-3 {
  color: #333;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.text-span-6 {
  font-weight: 700;
}

.card-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(51, 51, 51, 0.65);
  font-size: 18px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.card-link:hover {
  color: #c41230;
}

.card-implementos {
  position: relative;
  display: block;
  width: auto;
  height: 420px;
  padding-top: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  text-align: center;
  text-decoration: none;
}

.card-implementos:hover {
  border-color: #b4b4b4;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.check-img {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 0px;
}

.flex-col._2-col-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.big-text-cta {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.smal-text-red {
  display: inline-block;
  width: auto;
  padding: 4px 8px;
  background-color: #c41230;
  transform: skew(10deg);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top:25px;
}
.smal-text-red p {
  display: block; 
  transform: skew(-10deg); 
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-3 {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.small-text-cta {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.dealer-text {
  padding-top: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.resized-image {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.bold-financiado {
  display: block;
  font-size: 42px;
  line-height: 31px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="bg-invisible"] {
  opacity: 0;
  -webkit-transform: translate(0px, -110px);
  -ms-transform: translate(0px, -110px);
  transform: translate(0px, -110px);
}

html.w-mod-js *[data-ix="bouncer"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="ya-se"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="armo"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="2016"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="fade-in-to-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 69px);
  -ms-transform: translate(0px, 69px);
  transform: translate(0px, 69px);
}

html.w-mod-js *[data-ix="fade-in-top-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="me-interesa"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="check"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="cubo-salido"] {
  -webkit-transform: translate(80px, 0px);
  -ms-transform: translate(80px, 0px);
  transform: translate(80px, 0px);
}

html.w-mod-js *[data-ix="show-banner"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="enter-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="enter-right-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="enter-left"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="enter-right"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #000;
  }

  .button.top-cta.main-cta {
    border-style: none;
    border-color: #c41230;
    border-radius: 2px;
  }

  .hero-content-wrapper {
    max-width: 1440px;
  }

  .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph {
    width: 80%;
    padding-top: 40px;
  }

  .promo-logo {
    width: 440px;
  }

  .section {
    background-color: #f4f4f4;
  }

  .section-content-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-content-wrapper.call-to-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .smal-text-red {
    width: 180px;
    padding: 4px 8px;
    background-color: #c41230;
  }

  .div-block-2 {
    width: 460px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .small-text-cta {
    padding-top: 0px;
  }

  .dealer-text {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    border-bottom: 1px solid #ddd;
  }

  .nav.fijo {
    height: 80px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .h3.gray.terminos {
    width: 100%;
    margin-top: 0px;
    float: none;
  }

  .menu-link.big {
    width: 33.3%;
    height: 100%;
    padding-top: 42px;
    padding-bottom: 42px;
    float: left;
    text-align: center;
  }

  .menu-link.big:hover {
    padding-top: 42px;
    padding-bottom: 42px;
    border-style: none;
    background-color: #e9e9e9;
  }

  .wrapper-form {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .label-contact {
    margin-top: 20px;
  }

  .modal-container {
    position: relative;
    width: 80%;
    padding-right: 0px;
    padding-left: 40px;
  }

  .a-terminos {
    text-align: center;
  }

  .span-copy {
    text-align: center;
  }

  .nav-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 401;
    display: none;
  }

  .nav-container {
    height: 100%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .logo-small {
    width: 230px;
    margin-top: 16px;
    padding-top: 0px;
  }

  .mf-small {
    height: auto;
  }

  .p-terminos {
    margin-top: 0px;
  }

  .btn-cerrar {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 600;
    width: 5%;
    float: none;
    color: #333;
  }

  .wrapper-terms {
    display: none;
  }

  .check {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    font-size: 16px;
  }

  .cerrar {
    position: absolute;
    color: #333;
  }

  .contentwrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand.w--current {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container {
    height: 70px;
    padding-right: 120px;
    padding-left: 120px;
  }

  .container.small {
    padding-right: 80px;
    padding-left: 80px;
  }

  .container.team {
    padding-right: 60px;
    padding-left: 60px;
  }

  .menu-button {
    height: 79px;
    padding: 28px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .menu-button.w--open {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f3f3f3;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
  }

  .icon {
    color: rgba(51, 51, 51, 0.75);
  }

  .menu-button-2 {
    height: 69px;
    padding-top: 23px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .menu-button-2.w--open {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f3f3f3;
  }

  .icon-2 {
    color: rgba(51, 51, 51, 0.75);
  }

  .ctabtn.formbtn {
    width: 150px;
    float: none;
  }

  .ctabtn.formbtn.hero {
    width: 130px;
    font-size: 14px;
    line-height: 22px;
  }

  .left-line-wrapper {
    width: 160px;
  }

  .right-line-wrapper {
    width: 160px;
  }

  .certer-wrapper {
    width: 660px;
  }

  .place-card {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: 730px;
  }

  .container-2.places {
    width: 768px;
    max-width: none;
    padding: 260px 20px 60px;
  }

  .card-txt {
    line-height: 20px;
  }

  .phone-wrapper {
    margin-top: 20px;
  }

  .map {
    width: 67%;
    height: 650px;
  }

  .map-wrapper-left {
    width: 40%;
    margin-right: 3%;
  }

  .map-wrapper-left.full {
    width: 100%;
  }

  .card-title-2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button.top-cta.main-cta {
    margin-top: 30px;
  }

  .hero-banner {
    height: auto;
    min-height: 540px;
  }

  .hero-content-wrapper {
    max-width: none;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 40px;
  }

  .promo-logo {
    width: 340px;
    max-width: none;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .nav.fijo {
    height: 60px;
  }

  .logo-menu {
    text-align: left;
  }

  .h3 {
    line-height: 40px;
  }

  .h3.gray.terminos {
    font-size: 28px;
  }

  .p-contacto {
    width: 100%;
    line-height: 26px;
  }

  .menu-link.big {
    float: left;
  }

  .wrapper-form {
    margin-bottom: 0px;
  }

  .modal-container {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    margin-left: auto;
    text-align: center;
  }

  .p-copy {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .span-copy {
    text-align: center;
  }

  .nav-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
  }

  .nav-container {
    padding-right: 0px;
    padding-left: 20px;
  }

  .nav-container.footercontainer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .wrapper-terms {
    display: none;
  }

  .check {
    display: none;
  }

  .wrapper-salido {
    display: none;
  }

  .contentwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .brand {
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-top: 0px;
    padding-left: 0px;
  }

  .container {
    padding-right: 65px;
    padding-left: 65px;
  }

  .container.team {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    height: 60px;
    padding: 20px 21px;
  }

  .menu-button-2 {
    padding-top: 23px;
  }

  .ctabtn.formbtn {
    width: 100%;
    margin-left: 0px;
  }

  .footersection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-line-wrapper {
    display: none;
  }

  .right-line-wrapper {
    display: none;
  }

  .divider-2.push-left {
    margin-right: auto;
    margin-left: auto;
  }

  .divider-2.push-left.bis {
    display: block;
    float: left;
  }

  .link-block-2 {
    display: none;
  }

  .place-card {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 100;
    display: inline;
    width: 280px;
    margin-left: 20px;
    background-color: #000;
  }

  .map-2 {
    width: 100%;
    height: 520px;
  }

  .container-2 {
    width: 480px;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2.places {
    width: 100%;
    padding-top: 40px;
  }

  .map-container {
    display: none;
  }

  .map {
    width: 100%;
  }

  .title-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .txt-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .txt-2.push-left {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }

  .label-search {
    display: none;
  }

  .cards-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 240px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .map-wrapper-left {
    width: 100%;
    float: none;
  }

  .map-wrapper-left.full {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 20px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .second-map-container {
    position: relative;
    display: block;
  }

  .expiration-container {
    height: auto;
    min-height: 80px;
    padding: 20px 40px;
  }

  .expiration-txt {
    line-height: 26px;
    text-align: center;
  }

  .checkbox-field-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-content-wrapper {
    padding-bottom: 100px;
  }

  .layout-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .section-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card {
    width: 80%;
    height: 100%;
  }

  .card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .card-title-3 {
    font-size: 28px;
  }

  .text-span-6 {
    font-size: 18px;
    line-height: 21px;
  }

  .flex-col._2-col-layout {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-col._2-col-layout._2 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-col._2-col-layout._1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo-menu {
    width: 60%;
    text-align: center;
  }

  .h3 {
    margin-top: 0px;
    margin-right: 45px;
    margin-left: 45px;
    font-size: 29px;
    line-height: 29px;
  }

  .h3.gray.terminos {
    width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 23px;
  }

  .p-contacto {
    margin-bottom: 0px;
    padding-right: 37px;
    padding-left: 37px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }

  .menu-link.big {
    width: 100%;
    height: 80px;
    padding-top: 28px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .menu-link.big:hover {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .wrapper-form {
    display: block;
    margin-right: 3%;
    margin-left: 3%;
  }

  .modal-container {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 40px 0px 40px 20px;
    float: none;
  }

  .a-terminos {
    display: block;
    text-align: center;
  }

  .p-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .span-copy {
    display: block;
    margin-top: 0px;
    text-align: center;
  }

  .nav-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    height: 70px;
  }

  .nav-container {
    padding-right: 0px;
    padding-left: 15px;
  }

  .nav-container.footercontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-small {
    width: 180px;
    margin-top: 20px;
  }

  .p-terminos {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .btn-cerrar {
    position: absolute;
    margin-top: 5%;
    margin-right: 5%;
    margin-bottom: 2px;
    color: #000;
    font-size: 15px;
  }

  .wrapper-terms {
    display: none;
  }

  .wrapper-privacy {
    display: none;
  }

  .cerrar {
    position: relative;
    color: #333;
  }

  .container-terms.scroll-touch {
    padding-right: 20px;
  }


  .contentwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contentwrapper.formwrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-top: 0px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.small {
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.team {
    height: auto;
    padding-top: 130px;
    padding-bottom: 115px;
  }

  .nav-menu {
    height: auto;
  }

  .menu-button-2 {
    padding-top: 25px;
  }

  .ctabtn.formbtn {
    width: 100%;
    float: none;
  }

  .ctabtn.formbtn.hero {
    margin-right: auto;
    margin-left: auto;
  }

  .footersection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .certer-wrapper {
    width: auto;
  }

  .team-txt {
    margin-left: -44px;
    font-size: 32px;
    line-height: 30px;
  }

  .team-txt._2 {
    margin-left: 106px;
    font-size: 50px;
    line-height: 47px;
  }

  .place-card {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 0px;
  }

  .map-2 {
    height: 470px;
  }

  .container-2 {
    width: auto;
  }

  .container-2.places {
    padding-top: 40px;
  }

  .title-3.push-left {
    font-size: 28px;
  }

  .txt-2.push-left {
    font-size: 14px;
    line-height: 26px;
  }

  .cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.top-cta.main-cta {
    width: 100%;
  }

  .hero-content-wrapper {
    padding-bottom: 40px;
  }

  .col {
    padding-top: 10px;
  }

  .paragraph {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
  }

  .promo-logo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .card {
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-7 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .card-title {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 36px;
  }

  .grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .card-title-3 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sanuk';
  src: url('../fonts/Sanuk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

.hide{
  display: none;
}

