@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueThin';
  src: url('../fonts/HelveticaNeueThin.otf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
}
@font-face {
  font-family: 'NewYork';
  src: url('../fonts/NewYork.otf') format('opentype');
}
.fadeBottom {
  opacity: 0;
  transform: translate(0, -10vh);
  transition: all 2s;
}
.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 2s;
}
.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 2s;
}
.fadeTop {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}
.fadeTransparence {
  opacity: 0;
  transition: all 4s;
}
.visible {
  opacity: 1;
  transform: translate(0, 0);
}
body {
  background-color: #f0ede5;
  overflow-x: hidden;
}
@media only screen and (max-width: 992px) {
  section {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 10px 0;
  }
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
#header ul {
  display: flex;
  list-style-type: none;
}
#header ul li {
  padding-left: 20px;
}
strong {
  font-family: 'HelveticaNeueBold';
}
#header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
}
#header .container .logo img {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 480px) {
  #header .container .logo img {
    width: 60%;
  }
}
@media only screen and (max-width: 1580px) {
  #header .container {
    justify-content: flex-start;
    padding: 0 18px;
  }
}
#header .container .menu {
  align-items: center;
  display: flex;
  transform: translateX(128px);
}
@media only screen and (max-width: 1380px) {
  #header .container {
    justify-content: space-between;
  }
  #header .container .menu {
    display: none;
    transform: translateX(0);
  }
}
#header .container .menu .nav ul li {
  font-family: 'NewYork';
  font-size: 18px;
}
#header .container .menu .lang ul li {
  font-family: 'HelveticaNeue';
  font-size: 16px;
}
.selected {
  border: 1px solid #96bbc4;
  border-radius: 50%;
  font-weight: bold;
  padding: 10px;
}
.lang-wrapper {
  display: flex;
  justify-content: flex-end;
}
.lang-mobile {
  border-bottom: 1px solid #f0ede5;
  color: #ffffff;
  padding-bottom: 18px;
  padding-left: 0;
  padding-top: 28px;
  width: 40%;
}
.lang-mobile ul {
  padding-left: 0;
}
.lang-mobile ul li {
  cursor: pointer;
}
#hamburguesa {
  display: none;
  justify-content: flex-start;
  z-index: 100;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn {
  position: fixed;
}
#menu__toggle:checked + .menu__btn > span {
  background-color: #ffffff;
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  background-color: #ffffff;
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  background-color: #ffffff;
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  cursor: pointer;
  display: none;
  height: 26px;
  position: absolute;
  right: 40px;
  top: 60px;
  width: 26px;
  z-index: 3;
}
@media only screen and (max-width: 1380px) {
  #hamburguesa {
    display: block;
  }
  .menu__btn {
    display: block;
  }
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  background-color: #000000;
  display: block;
  height: 2px;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  background-color: #262626;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 80px 0;
  position: fixed;
  top: 0;
  transition-duration: 0.25s;
  width: 100%;
  z-index: 2;
}
.menu__item {
  border-bottom: 1px solid #f0ede5;
  color: #f0ede5;
  display: block;
  font-family: 'NewYork';
  font-size: 20px;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
  transition-duration: 0.25s;
}
.menu__item:hover {
  color: #96bbc4;
}
#section1 .container {
  align-items: flex-end;
  display: flex;
  padding-bottom: 80px;
  transform: translateY(-40px);
}
@media only screen and (max-width: 1380px) {
  #section1 .container {
    flex-wrap: wrap-reverse;
    padding: 0 20px;
    transform: translateY(-26px);
    z-index: -1;
  }
}
@media only screen and (max-width: 998px) {
  #section1 .container {
    transform: translateY(-68px);
  }
}
@media only screen and (max-width: 480px) {
  #section1 .container {
    transform: translateY(-36px);
  }
}
#section1 .container .left,
#section1 .container .right {
  width: 50%;
}
#section1 .container .right {
  position: relative;
}
#section1 .container .right .ctn {
  cursor: zoom-in;
  height: 100%;
  width: 100%;
}
#section1 .container .right .ctn img {
  width: 100%;
}
.img-zoom-lens {
  height: 140px;
  position: absolute;
  width: 140px;
}
.img-zoom-result {
  bottom: 80px;
  height: 294px;
  position: absolute;
  right: -128px;
  width: 230px;
}
.img-zoom-result img {
  width: 100%;
}
@media only screen and (max-width: 1380px) {
  #section1 .container .left,
  #section1 .container .right {
    width: 100%;
  }
  #section1 .container .left {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section1 .container .left {
    padding-bottom: 0;
  }
}
#section1 .container .left .paragraph p {
  padding-bottom: 80px;
  width: 70%;
}
@media only screen and (max-width: 1380px) {
  #section1 .container .left .paragraph p {
    padding-bottom: 0;
    padding-top: 20px;
    width: 100%;
  }
}
#section1 .container .left .paragraph p:first-of-type {
  font-family: 'HelveticaNeueBold';
  font-size: 22px;
  padding-bottom: 40px;
  text-align: justify;
}
@media only screen and (max-width: 1380px) {
  #section1 .container .left .paragraph p:first-of-type {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #section1 .container .left .paragraph p:first-of-type {
    font-size: 18px;
  }
}
#section1 .container .left .paragraph p:last-of-type {
  font-family: 'HelveticaNeue';
  font-size: 18px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #section1 .container .left .paragraph p:last-of-type {
    font-size: 14px;
  }
}
#section1 .container .right {
  position: relative;
}
#section1 .container .right img {
  width: 100%;
}
@media only screen and (max-width: 1380px) {
  #section1 .container .right #zoom {
    display: none;
  }
}
#section2 {
  background-color: #262626;
  padding-top: 40px;
}
@media only screen and (max-width: 1284px) {
  #section2 {
    padding-top: 0;
  }
}
#section2 .container {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1284px) {
  #section2 .container {
    flex-wrap: wrap;
  }
}
#section2 .container .left,
#section2 .container .right {
  width: 50%;
}
#section2 .container .left {
  transform: translateY(110px);
}
@media only screen and (max-width: 1284px) {
  #section2 .container .left,
  #section2 .container .right {
    padding: 0 12px;
    width: 100%;
  }
  #section2 .container .left {
    transform: translateY(-35px);
  }
}
#section2 .container .left img {
  width: 335px;
}
@media only screen and (max-width: 1284px) {
  #section2 .container .left img {
    width: 50%;
  }
}
@media only screen and (max-width: 998px) {
  #section2 .container .left img {
    width: 100%;
  }
}
#section2 .container .right .paragraph h1 {
  border-bottom: 1px solid rgba(150, 187, 196, 1);
  color: #ffffff;
  font-family: 'HelveticaNeue';
  font-size: 23px;
  letter-spacing: 0.1rem;
  margin-bottom: 48px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #section2 .container .right .paragraph h1 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#section2 .container .right .paragraph img {
  padding-right: 18px;
}
#section2 .container .right .paragraph p {
  color: #ffffff;
  font-family: 'HelveticaNeue';
  font-size: 18px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #section2 .container .right .paragraph p {
    font-size: 16px;
  }
}
#promociones {
  background-color: #262626;
  display: flex;
  padding-bottom: 36px;
  padding-top: 200px;
}
#inversiones {
  display: flex;
  padding-bottom: 36px;
  padding-top: 48px;
}
@media only screen and (max-width: 998px) {
  #inversiones,
  #promociones {
    padding-top: 70px;
  }
}
#inversiones .left,
#inversiones .right,
#promociones .left,
#promociones .right {
  width: 50%;
}
@media only screen and (max-width: 1284px) {
  #inversiones .left,
  #promociones .left {
    display: none;
  }
  #inversiones .right,
  #promociones .right {
    padding-left: 18px;
    width: 100%;
  }
}
#inversiones .right {
  border-bottom: 1px solid #000000;
  display: flex;
}
#promociones .right {
  border-bottom: 1px solid #ffffff;
  display: flex;
}
#inversiones .right h1 {
  font-family: 'HelveticaNeue';
  font-size: 23px;
  letter-spacing: 0.1rem;
}
#promociones .right h1 {
  color: #ffffff;
  font-family: 'HelveticaNeue';
  font-size: 23px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  #promociones .right h1 {
    font-size: 16px;
  }
}
#inversiones .right img,
#promociones .right img {
  padding-bottom: 8px;
  padding-right: 8px;
}
#section3 .hover-card {
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 998px) {
  #section3 .hover-card {
    justify-content: center;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #section3 .hover-card {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
#section3 .hover-card .left {
  display: flex;
  padding-left: 200px;
  width: 50%;
}
@media only screen and (max-width: 998px) {
  #section3 .hover-card .left {
    display: none;
  }
}
#hidden1,
#hidden2,
#hidden3,
#hidden4 {
  height: 160px;
  padding-top: 20px;
  visibility: hidden;
}
#info1,
#info2,
#info3,
#info3_01,
#info3_02,
#info3_03,
#info4,
#info6,
#info7,
#info8 {
  display: none;
  padding-bottom: 36px;
  padding-top: 18px;
  width: 50%;
}
#info3 {
  min-height: 570px;
}
#info3_01,
#info3_02,
#info3_03 {
  width: 100%;
}
#info5 {
  display: flex;
  padding-bottom: 36px;
  padding-top: 18px;
  width: 50%;
}
@media only screen and (max-width: 998px) {
  #info1,
  #info2,
  #info3,
  #info3_01,
  #info3_02,
  #info3_03,
  #info4,
  #info5,
  #info6,
  #info7,
  #info8 {
    width: 100%;
  }
  #info3 {
    min-height: 200px;
  }
}
#section3 .hover-card .right {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section3 .hover-card .right {
    padding-left: 8px;
    padding-right: 30px;
    width: 100%;
  }
}
#section3 .hover-card .right img {
  width: 94px;
}
@media only screen and (max-width: 998px) {
  #section3 .hover-card .right img {
    padding-bottom: 40px;
    padding-left: 20px;
    width: 94px;
  }
}
@media only screen and (max-width: 480px) {
  #section3 .hover-card .right img {
    width: 64px;
  }
}
#section3 .hover-card h1 {
  font-family: 'HelveticaNeue';
  font-size: 45px;
  margin-bottom: 5px;
  padding: 24px 0;
}
#section3 .hover-card h2 {
  color: #b9b9b9;
  cursor: pointer;
  font-family: 'HelveticaNeue';
  font-size: 30px;
  margin: 24px 0 32px 0;
  padding: 8px 0;
  position: relative;
  width: 380px;
}
#section3 .hover-card h2.active {
  color: #000000;
}
@media only screen and (max-width: 998px) {
  #section3 .hover-card h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  #section3 .hover-card h1 {
    font-size: 24px;
  }
}
#section3 .hover-card .closed {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-right: 18px;
}
#section3 .hover-card .closed h1 {
  display: none;
}
@media only screen and (max-width: 998px) {
  #section3 .hover-card .closed {
    justify-content: space-between;
  }
}
#section3 .hover-card .years {
  display: flex;
  font-family: 'NewYork';
  font-size: 16px;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-top: 80px;
  width: 100%;
}
#section3 .hover-card .years ul {
  border: 0;
  border-radius: 0;
  display: flex;
  list-style-type: none;
  padding: 0;
}
#section3 .hover-card .years ul li {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding-left: 60px;
}
#section3 .hover-card .years ul li:first-child {
  padding-left: 0px;
}
#section3 .hover-card .years ul li a {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #212529;
  font-family: 'NewYork';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
}
#section3 .hover-card .years li .active {
  border-bottom: 1px solid #96bbc4;
}
#section3 .hover-card .info {
  align-items: center;
  display: flex;
  padding-bottom: 18px;
  width: 55%;
}
@media only screen and (max-width: 998px) {
  #section3 .hover-card .info {
    padding-left: 2px;
    width: 100%;
  }
}
#section3 .hover-card .info h1 {
  font-family: 'HelveticaNeue';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  margin: auto 0;
  padding-left: 48px;
}
#section3 .hover-card .info a {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #section3 .hover-card .info h1 {
    font-size: 12px;
    padding-left: 8px;
  }
}
#servicios {
  display: flex;
  padding-bottom: 36px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  #servicios {
    padding-bottom: 36px;
    padding-top: 60px;
  }
}
#servicios .left,
#servicios .right {
  width: 50%;
}
@media only screen and (max-width: 1284px) {
  #servicios .left {
    display: none;
  }
  #servicios .right {
    padding-left: 18px;
    width: 100%;
  }
}
#servicios .right {
  border-bottom: 1px solid #000000;
  display: flex;
}
#servicios .right h1 {
  font-family: 'HelveticaNeue';
  font-size: 23px;
}
#servicios .right img {
  padding-bottom: 8px;
  padding-right: 8px;
}
#galeria {
  display: flex;
  overflow-x: hidden;
}
@media only screen and (max-width: 1284px) {
  #galeria {
    cursor: grab;
    overflow-x: auto;
  }
}
#galeria .tarjeta {
  padding: 20px 60px;
}
@media only screen and (max-width: 768px) {
  #galeria .tarjeta img {
    width: 300px;
  }
  #galeria .tarjeta {
    padding: 0 18px 0 18px;
  }
}
#galeria .tarjeta h1 {
  font-family: 'NewYork';
  font-size: 35px;
  max-width: 342px;
  padding-top: 18px;
}
#galeria .tarjeta p {
  font-family: 'HelveticaNeueThin';
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding-top: 8px;
}
#galeria .tarjeta:nth-of-type(1) p {
  width: 448px;
}
#galeria .tarjeta:nth-of-type(2) p {
  width: 346px;
}
#galeria .tarjeta:nth-of-type(3) p {
  width: 357px;
}
#galeria .tarjeta:nth-of-type(4) p {
  width: 278px;
}
@media only screen and (max-width: 768px) {
  #galeria .tarjeta:nth-of-type(1) p {
    width: 100%;
  }
  #galeria .tarjeta:nth-of-type(2) p {
    width: 100%;
  }
  #galeria .tarjeta:nth-of-type(3) p {
    width: 100%;
  }
  #galeria .tarjeta:nth-of-type(4) p {
    width: 100%;
  }
}
#empresa {
  transform: translateY(110px);
}
@media only screen and (max-width: 1284px) {
  #empresa {
    transform: translateY(76px);
  }
}
@media only screen and (max-width: 998px) {
  #empresa {
    transform: translateY(56px);
  }
}
@media only screen and (max-width: 768px) {
  #empresa {
    transform: translateY(50px);
  }
}
#empresa .container h1 {
  font-family: 'NewYork';
  font-size: 300px;
}
#empresa img {
  width: 100%;
}
#promos {
  background-color: #262626;
  padding-bottom: 60px;
}
#promos .hover-card {
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
}
.short {
  line-height: 28px;
  text-align: justify;
  width: 50%;
}
.close-promo {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 18px;
  padding-right: 18px;
}
.promo-text {
  display: flex;
  justify-content: center;
}
.promo-text p {
  width: 358px;
}
.promo-picture {
  position: relative;
}
.promo-picture h1 {
  bottom: 0;
  font-family: 'HelveticaNeue' !important;
  font-size: 24px !important;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 998px) {
  #promos .hover-card {
    justify-content: center;
    padding-left: 24px;
  }
  .promo-text p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #promos .hover-card {
    justify-content: flex-end;
  }
  .promo-picture img {
    width: 96%;
  }
}
#promos .hover-card .left {
  display: flex;
  margin: 0 auto;
  padding-left: 200px;
  width: 50%;
}
@media only screen and (max-width: 998px) {
  #promos .hover-card .left {
    display: none;
  }
}
#promos .hover-card .right {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #promos .hover-card .right {
    padding-left: 8px;
    padding-right: 30px;
    width: 100%;
  }
}
#promos .hover-card h1 {
  color: #ffffff;
  font-family: 'HelveticaNeueThin';
  font-size: 45px;
  padding: 0;
  padding-top: 36px;
}
@media only screen and (max-width: 998px) {
  #promos .hover-card h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  #promos .hover-card h1 {
    font-size: 24px;
  }
}
#promos .hover-card p {
  color: #ffffff;
  font-family: 'HelveticaNeueThin';
  font-size: 16px;
  letter-spacing: 0.3rem;
  padding: 6px 0;
  padding-bottom: 36px;
}
#section4 {
  align-items: center;
  background-color: #f0ede5;
  display: flex;
  padding-top: 80px;
}
#section4 .left,
#section4 .right {
  width: 50%;
}
@media only screen and (max-width: 1284px) {
  #section4 {
    flex-wrap: wrap-reverse;
    padding: 140px 24px 0;
  }
}
@media only screen and (max-width: 998px) {
  #section4 {
    flex-wrap: wrap-reverse;
    padding: 40px 24px 0;
  }
  #section4 .left,
  #section4 .right {
    width: 100%;
  }
}
#section4 .left {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}
#section4 .left .paragraph {
  padding: 0 80px 100px 0;
  width: 500px;
}
@media only screen and (max-width: 1284px) {
  #section4 .left .paragraph {
    padding: 10px 0;
    width: 100%;
  }
}
#section4 .left p {
  color: #000000;
  font-family: 'HelveticaNeueThin';
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-align: justify;
}
#section4 .right h1 {
  border-bottom: 1px solid rgba(150, 187, 196, 1);
  color: #000000;
  font-family: 'HelveticaNeue';
  font-size: 23px;
  letter-spacing: 0.1rem;
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #section4 .right h1 {
    font-size: 14px;
  }
}
#section4 .right img {
  padding-right: 18px;
}
#section4 .right .picture {
  padding-right: 0;
  padding-top: 18px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #section4 .right .picture {
    padding-top: 12px;
  }
}
#side-picture {
  background-color: #f0ede5;
}
@media only screen and (max-width: 1284px) {
  #side-picture {
    display: none;
  }
}
#side-picture img {
  transform: translateY(-120px);
}
#formulario {
  align-items: flex-start;
  background-color: #f0ede5;
  display: flex;
  flex-wrap: wrap-reverse;
  padding-bottom: 60px;
  padding-right: 80px;
}
@media only screen and (max-width: 1284px) {
  #formulario {
    padding-bottom: 20px;
    padding-right: 18px;
  }
}
#formulario .left {
  width: 20%;
}
.map .direccion p {
  color: #96bbc4;
  font-family: 'HelveticaNeue';
  font-size: 16px;
  line-height: normal;
  margin: 6px 0;
  padding: 0 18px;
}
@media only screen and (max-width: 768px) {
  #formulario .left .direccion p {
    font-size: 12px;
    padding: 0 6px;
    text-align: center;
  }
}
#formulario .right {
  width: 80%;
}
@media only screen and (max-width: 1284px) {
  #formulario .left {
    width: 100%;
  }
  #formulario .left .direccion {
    display: flex;
    justify-content: center;
  }
  .form {
    width: 100%;
  }
}
.form h1 {
  align-self: flex-start;
  color: #000000;
  font-family: 'NewYork';
  font-size: 35px;
  letter-spacing: 0.2rem;
}
#formulario .right p {
  align-self: flex-start;
  color: #000000;
  font-family: 'HelveticaNeue';
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding-bottom: 40px;
  padding-left: 200px;
}
@media only screen and (max-width: 1284px) {
  #formulario .right h1 {
    font-size: 24px;
    padding: 0 18px;
  }
  #formulario .right p {
    font-size: 14px;
    padding: 0 18px;
  }
}
.form form {
  width: 100%;
}
@media only screen and (max-width: 1284px) {
  .form form {
    width: 96%;
  }
}
.form form .inputs {
  display: flex;
  flex-wrap: wrap;
}
.form form .inputs .input-style.sm {
  padding: 12px 0;
  width: 100%;
}
@media only screen and (max-width: 1284px) {
  .form form .inputs .input-style.sm {
    width: 100%;
  }
}
.form form .inputs .input-style.lg {
  padding: 12px 0;
  width: 100%;
}
.form form .inputs .input-style input {
  background-color: inherit;
  border: 1px solid #000000;
  border-radius: 6px;
  color: #000000;
  font-family: 'Arial';
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding: 14px 4px;
  width: 100%;
}
.form form .inputs .input-style input::placeholder {
  color: #000000;
  padding-left: 4px;
}
.form form .submits {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 998px) {
  .form form .submits {
    align-items: flex-end;
    flex-direction: column;
  }
}
.form form .submits .politicas {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
}
.form form .submits span {
  color: #000000;
  font-family: 'Arial';
  font-size: 13px;
  padding-left: 8px;
}
.form form .submit {
  padding-right: 12px;
}
@media only screen and (max-width: 998px) {
  .form form .submit {
    padding-top: 18px;
    width: 96%;
  }
}
.form form .submit input {
  background-color: #f0ede5;
  border: 1px solid #96bbc4;
  color: #000000;
  font-family: 'NewYork';
  font-size: 25px;
  letter-spacing: 0.2rem;
  margin-top: 18px;
  outline: none;
  text-transform: uppercase;
  width: 221px;
}
@media only screen and (max-width: 998px) {
  .form form .submit input {
    width: 100%;
  }
}
.form form .submit input:hover {
  background-color: #96bbc4;
  border: 1px solid #96bbc4;
  color: #262626;
  transition: 0.6s;
}
#section5 {
  align-items: center;
  background-color: #262626;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 100px 0 80px;
}
@media only screen and (max-width: 1284px) {
  #section5 {
    padding: 60px 0 0;
  }
}
#section5 ul {
  padding-left: 180px;
}
#section5 ul h1 {
  font-family: 'NewYork';
  font-size: 30px;
  letter-spacing: 0.1rem;
  padding-bottom: 18px;
}
#section5 ul {
  display: flex;
  flex-direction: column;
  font-family: 'HelveticaNeue';
  font-size: 20px;
  list-style-type: none;
}
#section5 ul li {
  cursor: pointer;
  padding-bottom: 24px;
}
#section5 ul li img {
  padding-bottom: 2px;
  padding-right: 12px;
}
@media only screen and (max-width: 1284px) {
  #section5 ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 998px) {
  #section5 ul h1 {
    font-size: 20px;
  }
  #section5 ul {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #section5 ul h1 {
    font-size: 14px;
    padding-left: 18px;
  }
  #section5 ul {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #section5 ul h1 {
    font-size: 12px;
  }
}
#section5 .details {
  padding-bottom: 24px;
  padding-left: 36px;
  max-width: 840px;
}
#section5 span {
  font-family: 'HelveticaNeue';
  font-size: 14px;
  text-align: justify;
}
#details1,
#details2,
#details3,
#details4,
#details5,
#details6,
#details7,
#details8 {
  background-color: #ffffff;
  color: #000000;
  display: none;
  margin-bottom: 18px;
  padding-right: 12px;
  padding-top: 8px;
  transition: 0.6s;
}
/* ***********************************************************************
* FOOTER
* ************************************************************************/
footer {
  background-color: #000000;
  padding-top: 18px;
}
footer p {
  color: #ffffff;
  font-size: 0.8rem;
}
footer a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto-Medium', sans-serif;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
footer a:after {
  background: #ffffff;
  bottom: 0;
  content: '';
  height: 2px;
  left: -100%;
  position: absolute;
  transition: left 600ms ease;
  width: 100%;
}
footer a:hover:after {
  left: 0;
}
@media only screen and (max-width: 1284px) {
  .fadeLeft {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }
  .fadeRight {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }
}
