@import "externos/swiper-bundle.min.css";
/*** EXTERNOS ***/
/*** contenidos comunes *****/
/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
/**** FONTS ****/
@font-face {
  font-family: 'NTNeuss-Medium';
  src: url('../fonts/NTNeuss-Medium.otf');/*src: url('../fonts/HelveticaNeueLTStd-BdEx.otf');*/
}
@font-face {
  font-family: 'NTBauMono-Medium';
  src: url('../fonts/NTBauMono-Medium.otf');
}
@font-face {
  font-family: 'NTNeuss-Bold';
  src: url('../fonts/NTNeuss-Bold.otf');
}
/*** color ***/
/**** MIXINS LESS CLASES *****/
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
  }
  .grid.gap-0 {
    gap: 0px;
    margin-bottom: 0px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-50-rest {
    grid-template-columns: 50px 1fr;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid.col-3-1 {
    grid-template-columns: 3fr 300px;
  }
  .grid .column {
    display: block;
  }
  .grid .column.flex {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
}
.hamburger {
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  top: 5px;
  right: 20px;
}
.hamburger .hamburger-inner {
  position: relative;
  height: 22px;
  width: 30px;
  margin: 0;
  padding: 0;
}
.hamburger .bar {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.open .bar {
  background: #fff;
}
.hamburger .bar.bar2,
.hamburger .bar.bar3 {
  top: 8px;
  transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
}
.hamburger .bar.bar4 {
  top: 16px;
}
.hamburger.open .bar1,
.hamburger.open .bar4 {
  opacity: 0;
}
.hamburger.open .bar2 {
  height: 2px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}
.hamburger.open .bar3 {
  height: 2px;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}
.hamburger .hamburger span {
  color: #fff;
  font-size: 11px;
  padding-left: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.header {
  background: #fff;
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .logo {
  width: 208px;
  position: absolute;
  top: 10px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .wrapper {
  position: relative;
}
.menu {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 29px 0;
}
.menu li {
  display: inline-block;
  color: #202A28;
  font-size: 15px;
  font-family: 'NTNeuss-Medium', sans-serif;
  padding: 0 10px;
}
.menu li a {
  color: #202A28;
}
.menu li.mob {
  display: none;
}
.bt-contact {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 15px;
  font-family: 'NTNeuss-Medium', sans-serif;
  color: #202A28;
  top: 29px;
}
@media (min-width: 1024px) {
  .mob {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desk {
    display: none !important;
  }
  .header .logo {
    width: auto;
    top: 0;
  }
  .header {
    height: 45px;
    background: #202A28;
  }
  .hamburger {
    display: block;
  }
  .menu {
    position: fixed;
    width: 100%;
    top: 45px;
    left: 0;
    right: 0;
    background: #202A28;
    overflow: hidden;
    height: 0px;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu nav {
    padding: 70px 0 0 0;
  }
  .menu li {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 40px;
  }
  .menu li a {
    color: #fff;
  }
  .menu li.mob {
    display: block;
    padding-top: 40px;
  }
  .menu.open {
    height: 100%;
  }
  .bt-contact {
    display: none;
  }
}
footer {
  display: block;
  overflow: hidden;
  padding: 90px 0;
  background: #E6E6E6;
}
footer h5 {
  color: #202A28;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: 'NTNeuss-Medium', sans-serif;
  text-align: center;
  margin: 0 0 100px 0;
}
footer h5 a {
  color: #202A28;
}
footer h5 a:hover {
  text-decoration: underline;
}
footer .prod {
  width: 500px;
  margin: 0 auto;
  display: block;
}
footer .prod .item {
  width: 50%;
  float: left;
  text-align: center;
}
footer .prod .item p {
  color: #202A28;
  font-size: 14px;
  font-family: 'NTNeuss-Bold', sans-serif;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  footer h5 {
    font-size: 20px;
    line-height: 26px;
  }
  footer .prod {
    width: 100%;
  }
  footer .prod .item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
/**** LANDING CONTENT ***/
/***** CONTENIDOS COMUNES ******/
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
main {
  display: block;
  height: auto;
  width: 100%;
  font-family: 'NTNeuss-Medium', sans-serif;
  padding: 100px 0 0 0;
  overflow: hidden;
}
.wrapper {
  width: 1240px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1260px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
img {
  max-width: 100%;
}
/***** CONTENT ***********/
.destacado {
  margin: 0;
  position: relative;
}
.destacado .image img {
  display: block;
  width: 100%;
}
.destacado .info {
  display: flex;
  height: 100%;
  align-items: center;
  background: #202a28;
}
.destacado .info p {
  font-family: 'NTNeuss-Medium', sans-serif;
  font-size: 25px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  padding-left: 200px;
}
.destacado .sello {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin: -118px 0 0 -70px;
}
.tit-sect {
  color: #202a28;
  font-size: 14px;
  font-family: 'NTBauMono-Medium', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.info-build {
  padding: 80px 0;
}
.info-build .tit-sect {
  text-align: center;
  margin-bottom: 50px;
}
.info-build .text-big {
  color: #000;
  font-size: 44px;
  line-height: 50px;
  font-family: 'NTNeuss-Medium', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.info-build .text-big a {
  color: #000;
  text-decoration: underline;
}
.info-build .image {
  display: block;
  margin: 0 auto 50px;
}
.info-build .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.info-build .text-med {
  color: #202a28;
  font-size: 25px;
  line-height: 32px;
  font-family: 'NTNeuss-Medium', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.info-build .text-min {
  color: #202a28;
  font-size: 20px;
  line-height: 30px;
  font-family: 'NTNeuss-Medium', sans-serif;
  text-align: center;
}
.bg-cyan {
  display: block;
  background: #ADE9EA;
  padding: 100px 0;
}
.bg-cyan .tit-sect {
  margin-bottom: 80px;
}
.bg-cyan .text-big {
  color: #202a28;
  font-size: 36px;
  line-height: 46px;
  font-family: 'NTNeuss-Medium', sans-serif;
}
.bg-cyan .text-big a {
  color: #202a28;
  text-decoration: underline;
}
.down {
  margin: 40px 0 0 0;
}
.down a {
  text-transform: uppercase;
  font-family: 'NTBauMono-Medium', sans-serif;
  font-size: 14px;
  color: #2D9BD8;
  display: inline-block;
  margin-right: 30px;
}
.down a:hover {
  text-decoration: underline;
}
.img-full {
  display: block;
  margin: 20px 0 0 0;
}
.tu {
  color: #202a28;
  font-size: 25px;
  font-family: 'NTNeuss-Medium', sans-serif;
  line-height: 31px;
  text-align: center;
  width: 100%;
}
.bg-black {
  display: block;
  background: #000;
  padding: 100px 0;
  margin: 80px 0 0 0;
}
.bg-black .tit-sect {
  color: #fff;
  margin-bottom: 30px;
}
.text-withe {
  font-family: 'NTNeuss-Medium', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.bg-grey {
  display: block;
  background: #E6E6E6;
  padding: 100px 0;
}
.bg-grey .tit-sect {
  color: #000;
  margin-bottom: 30px;
}
.text-black {
  font-family: 'NTNeuss-Medium', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.mapa {
  text-align: center;
}
.mapa img {
  display: block;
  width: 100%;
}
.mapa a {
  font-size: 17px;
  text-decoration: underline;
  color: #202a28;
  display: inline-block;
  margin: 30px 0 80px 0;
}
.grilla {
  padding-bottom: 90px;
}
.fila-text {
  display: block;
  overflow: hidden;
}
.fila-text p {
  padding: 40px 0;
  text-align: center;
  color: #202A28;
  font-size: 25px;
  line-height: 32px;
}
.fila {
  display: block;
  overflow: hidden;
}
.fila img {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 1270px) {
  .fila {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}
@media (min-width: 1270px) {
  .im-1 {
    margin: 55px 50px 0 0;
    float: left;
  }
  .im-2 {
    margin: 0 0 0 0;
    float: left;
  }
  .im-3 {
    margin: 30px 0 0 0;
    float: right;
  }
  .im-4 {
    float: left;
    margin: 0 110px 0 0;
  }
  .im-5 {
    margin: 160px 0 0 0;
    float: left;
  }
  .im-6 {
    margin: 0;
    float: right;
  }
  .im-7 {
    margin: 0 0 0 20px;
    float: left;
  }
  .im-8 {
    margin: 90px 0 0 90px;
    float: left;
  }
  .im-9 {
    margin: 20px 0 0 0;
    float: right;
  }
  .im-10 {
    margin: 30px 0 0 150px;
    float: left;
  }
}
.content-1000 {
  max-width: 1110px;
  margin: 0 auto;
  display: block;
}
.desa {
  text-align: center;
}
.desa img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.desa h3 {
  color: #fff;
  font-family: 'NTNeuss-Medium', sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin: 20px 0 10px;
}
.desa p {
  font-family: 'NTBauMono-Medium', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.bg-dark {
  display: block;
  background: #202a28;
  padding: 100px 0;
}
.bg-dark .tit-sect {
  color: #E6E6E6;
  margin-bottom: 30px;
}
.contact-form {
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
.contact-form h4 {
  color: #fff;
  font-size: 36px;
  font-family: 'NTNeuss-Medium', sans-serif;
  font-weight: 400;
}
.php-email-form {
  margin: 40px 0 0 0;
  display: block;
}
.what-bt {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.what-bt img {
  display: block;
  width: 100%;
}
.what-bt svg {
  fill: #00bb2d;
}
/****** RESPONSIVE *********/
.mobile {
  display: none;
}
.input-area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.input-area label {
  color: #fff;
  text-transform: uppercase;
  font-family: 'NTBauMono-Medium', sans-serif;
  font-size: 14px;
  padding: 0 5px 0 0;
}
.input-area input {
  border: none;
  border-bottom: solid 1px #fff;
  font-size: 14px;
  font-family: 'NTBauMono-Medium', sans-serif;
  color: #fff;
  background: transparent;
  width: 100%;
}
.input-textarea {
  position: relative;
  margin-bottom: 20px;
}
.input-textarea label {
  color: #fff;
  text-transform: uppercase;
  font-family: 'NTBauMono-Medium', sans-serif;
  font-size: 14px;
  padding: 0 5px 3px 0;
  display: block;
  position: absolute;
  top: 0;
  background: #202a28;
}
.input-textarea textarea {
  border: none;
  resize: none;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  font-size: 14px;
  height: 122px;
  padding: 10px 0;
  font-family: 'NTBauMono-Medium', sans-serif;
  color: #fff;
  background: transparent;
  width: 100%;
  margin: 18px 0 0 0;
}
.text-right {
  display: block;
  text-align: right;
}
.bt-send {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'NTBauMono-Medium', sans-serif;
  font-size: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.sent-message {
  color: #fff;
  font-size: 22px;
  font-family: 'NTNeuss-Medium', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 90px 0 0 0;
  display: none;
}
.sended .sent-message {
  display: block;
}
.sended .input-area,
.sended .input-textarea,
.sended .bt-send {
  display: none;
}
@media (max-width: 1400px) and (max-height: 800px) {
  
}
.slider-principal {
  display: none;
}
@media (max-width: 1023px) {
  main {
    padding-top: 45px;
  }
  .destacado .sello {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -50px;
    width: 100px;
  }
  .destacado .info {
    display: block;
  }
  .destacado .info p {
    font-size: 20px;
    line-height: 28px;
    padding: 40px 20px;
    display: none;
  }
  .tit-sect {
    font-size: 12px;
  }
  .info-build .tit-sect,
  .bg-cyan .tit-sect {
    margin-bottom: 20px;
  }
  .info-build .text-big,
  .info-build .text-med,
  .info-build .text-min,
  .bg-cyan .text-big,
  .text-withe,
  .text-black {
    font-size: 15px;
    line-height: 21px;
  }
  .tu,
  .fila-text p,
  .contact-form h4 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 40px;
  }
  .grilla {
    display: none;
  }
  .slider-principal {
    display: block;
  }
  .slider-principal img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .desa {
    margin-bottom: 30px;
  }
}
