/* @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;300;500&display=swap'); */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Bd.eot');
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Bd.woff') format('woff'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Blk.eot');
    src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Blk.eot?#iefix') format('embedded-opentype'),
        url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Blk.woff2') format('woff2'),
        url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Blk.woff') format('woff'),
        url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Blk.ttf') format('truetype'),
        url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Blk.svg#HelveticaNeueLTStd-Blk') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Lt.eot');
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Lt.woff') format('woff'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Md.eot');
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Md.woff2') format('woff2'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Md.woff') format('woff'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Md.ttf') format('truetype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Th.eot');
  src: url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Th.woff2') format('woff2'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Th.woff') format('woff'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Th.ttf') format('truetype'), url('fonts/helve/custom/new/subset-HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('fonts/subset-GillSans-Medium.eot');
  src: url('fonts/subset-GillSans-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/subset-GillSans-Medium.woff2') format('woff2'), url('fonts/subset-GillSans-Medium.woff') format('woff'), url('fonts/subset-GillSans-Medium.ttf') format('truetype'), url('fonts/subset-GillSans-Medium.svg#GillSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Typography */
/* Paleta */
/* Generales */
.c1 {
  color: #FF5000;
}
.c2 {
  color: #ff7333;
}
.c3 {
  color: #65656A;
}
.c4 {
  color: #7e7e84;
}
.bg-c1 {
  background-color: #FF5000;
  color: #FFF;
}
.bg-c2 {
  background-color: #ff7333;
  color: #272727;
}
.bg-c3 {
  background-color: #65656A;
  color: #FFF;
}
.bg-c4 {
  background-color: #7e7e84;
  color: #272727;
}
body {
  font: 16px/25px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #474747;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none !important;
}
/* Generales */
.special-h1 {
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 42px;
}
[x-cloak] {
  display: none !important;
}
.ptb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt {
  padding-top: 100px;
}
.pb {
  padding-bottom: 100px;
}
.specialfont {
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
}
.ttu {
  text-transform: uppercase;
}
.boton {
  display: inline-block;
  padding: 15px 30px 14px 30px;
  border-radius: 7px;
  background-color: #FF5000;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.boton:hover {
  color: #FFF;
}
.boton.c2 {
  background-color: #ff7333;
  color: #272727;
}
.boton.c2:hover {
  color: #272727;
}
.boton.c3 {
  background-color: #65656A;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #7e7e84;
  color: #272727;
}
.boton.c4:hover {
  color: #272727;
}
.boton.outline {
  background-color: transparent;
  color: #FF5000;
  border: 1px solid #FF5000;
}
.boton.outline:hover {
  color: #FF5000;
}
.boton.outline.c2 {
  color: #ff7333;
  border: 2px solid #ff7333;
}
.boton.outline.c2:hover {
  color: #ff7333;
}
.boton.outline.c3 {
  color: #65656A;
  border: 2px solid #65656A;
}
.boton.outline.c3:hover {
  color: #65656A;
}
.boton.outline.c4 {
  color: #7e7e84;
  border: 2px solid #7e7e84;
}
.boton.outline.c4:hover {
  color: #7e7e84;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
.boton.c3 {
  padding: 10px 30px;
}
/* HEADER */
#site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
#site-header .wrap {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .logo img {
  max-width: 200px;
}
#site-header .menu-principal {
  display: flex;
  list-style-type: none;
  margin: 0;
}
#site-header .menu-principal li a {
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
}
#site-header .menu-principal li a.active {
  color: #FF5000;
  font-weight: 400;
}
/***** Slider *****/
:root {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #FF5000;
}
.swiper-container {
  width: 100%;
  height: 100vh;
  min-height: 670px;
}
.swiper-slide {
  position: relative;
}
.swiper-slide a.boton {
  margin-top: 35px;
}
.swiper-slide h2 {
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
  text-align-last: left;
}
.swiper-slide h2 span {
  display: block;
  font-weight: bold;
  letter-spacing: -1px;
}
.swiper-slide h2.gill {
  font-family: 'Gill Sans', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 140px;
  line-height: 114px;
  text-transform: lowercase;
  letter-spacing: -1px;
  color: #FFF;
  text-align-last: left;
  /*  &.reducido{
            font-size: 100px;
            line-height: 80px;
         } */
}
.swiper-slide h2.gill span {
  display: inline;
  font-weight: normal;
  color: #FF5000;
}
.swiper-slide .wrap {
  z-index: 2;
  position: absolute;
  max-width: 50%;
  bottom: 20%;
  left: 10%;
}
.swiper-slide-cover {
  background-color: #000000;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#slide-1 {
  background: url('images/slider/foto1.jpg') center center no-repeat;
  background-size: cover;
}
#slide-2 {
  background: url('images/slider/foto2.jpg') center center no-repeat;
  background-size: cover;
}
#slide-3 {
  background: url('images/slider/foto3.jpg') center center no-repeat;
  background-size: cover;
}
#slide-4 {
  background: url('images/slider/foto4.jpg') center center no-repeat;
  background-size: cover;
}
#slide-5 {
  background: url('images/slider/foto5.jpg') center center no-repeat;
  background-size: cover;
}
#slide-6 {
  background: url('images/slider/foto6.jpg') center center no-repeat;
  background-size: cover;
}
.swiper-slide {
  overflow: hidden;
}
.icono-idioma {
  max-width: 35px;
}
.idioma-esp {
  margin-right: 5px;
}
.swipe-slide-gill .wrap {
  display: flex;
  align-items: center !important;
}
.swipe-slide-gill .wrap .contenido {
  z-index: 2;
  max-width: 60%;
  padding-top: 140px;
  padding-left: 40px;
  padding-bottom: 140px;
}
.swipe-slide-gill a.boton {
  margin-top: 25px;
}
/******** menu responsive ****/
#open-menu {
  color: #FFF;
  background: none;
  border: none;
  outline: none;
  font-size: 30px;
}
.menu-responsive {
  text-align: center;
  position: absolute;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  padding: 40px 40px 80px;
}
.menu-responsive #close-menu {
  position: absolute;
  color: #FFF;
  background: none;
  border: none;
  outline: none;
  top: 30px;
  right: 30px;
  font-size: 30px;
}
.menu-responsive .logo-responsive {
  z-index: 110;
}
.menu-responsive .logo-responsive img {
  max-width: 180px;
  height: auto;
  margin-right: -10px;
}
.menu-responsive .menu-mobile ul {
  padding: 0;
  margin: 0px 0 30px 0;
  list-style-type: none;
}
.menu-responsive .menu-mobile ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 100;
  padding: 9px 10px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
}
.menu-responsive .menu-mobile ul li a:hover {
  color: #FF5000;
}
.menu-responsive .iconos-sociales i {
  font-size: 25px;
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
}
/*********** manifesto *************/
.hero-manifesto {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background: #000000cc;
  z-index: 0;
}
.hero-manifesto::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
  background: url(images/bg-manifesto.jpg) center center;
  background-size: cover;
  opacity: 0.8;
}
.hero-manifesto .wrap {
  text-align: center;
  width: 840px;
  max-width: 90% important!;
}
.hero-manifesto h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 80px;
  color: #FFF;
}
.hero-manifesto h2 {
  font-weight: 200;
  letter-spacing: 2px;
}
.hero-manifesto h2 span {
  font-weight: 400;
  letter-spacing: -1px;
}
.captura-video {
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(images/foto-manifesto.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 0 4px 14px rgba(0, 0, 0, 0.4);
}
/***** heading*********/
.heading {
  display: flex;
  position: relative;
  min-height: 40vH;
  padding-top: 200px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #242424 0%, rgba(88, 88, 88, 0.3));
  z-index: 0;
  flex-grow: 1;
}
.heading::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
  background-size: cover;
  opacity: 1;
}
.heading.heading-manifesto::before {
  background: url(images/foto3.jpg) center center;
  background-size: cover;
}
.heading.heading-servicios::before {
  background: url(images/heading-servicios.jpg) center bottom;
  background-size: cover;
}
.heading.heading-noticias::before {
  background: url(images/heading-blog3.jpg) center bottom;
  background-size: cover;
}
.heading.heading-proyectos::before {
  background: url(images/heading-proyectos.jpg) center center;
  background-size: cover;
}
.heading.heading-contacto::before {
  background: url(images/heading-contacto.jpg) center center;
  background-size: cover;
}
.heading.heading-gracias::before {
  background: url(images/heading-contacto.jpg) center center;
  background-size: cover;
}
.heading .foto {
  margin-bottom: -70px;
  flex: 1;
  position: relative;
  z-index: 0;
}
.heading .text {
  color: #FFF;
  flex: 1;
  flex-grow: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.heading .text .wrap {
  max-width: 90%;
  padding-top: 40px;
}
.heading .text span {
  font-weight: 600;
}
.heading h1 {
  font-weight: 200;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.heading h1 span.destacado {
  font-weight: 600;
}
.column-title {
  display: flex;
  align-items: center;
  text-align: center;
}
.column-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
/******************** indicadores **************/
h2.section-title {
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  word-spacing: 0.18em;
}
h2.section-title span {
  font-weight: bold;
}
h3.after-h2 {
  font-weight: 300;
  font-size: 18px;
  margin-top: -8px;
}
.indicadores .wrap {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
}
.item-indicador {
  text-align: center;
  padding: 50px 40px 35px;
  flex: 1 1 0;
}
.item-indicador .numero {
  display: block;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.item-indicador .leyenda {
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 10px;
  display: inline-block;
}
/************** Proyectos home*************/
.container-expanded {
  max-width: 1550px !important;
  margin: 0 auto;
}
.slick-slide {
  margin: 30px;
}
.slick-next,
.carousel-next {
  right: 15px !important;
}
.slick-prev,
.carousel-prev {
  left: 15px !important;
}
.item-carousel {
  cursor: pointer;
}
.item-carousel .wrap {
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 26px -5px rgba(0, 0, 0, 0.1);
}
.item-carousel .item-info {
  padding: 30px 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-carousel .item-info i {
  color: #ff7333;
}
.item-carousel h3 {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  margin: 0;
  /* padding-top: 3px; */
  font-size: 22px;
  letter-spacing: -1px;
}
.item-carousel h3 span {
  display: block;
  font-size: 12px;
  padding-bottom: 4px;
  color: #ff7333;
}
/************** Servicios Home ****************/
.servicios-home {
  position: relative;
  z-index: 0;
  margin-top: 70px;
  display: flex;
  align-items: center;
  background-color: #313131;
}
.servicios-home::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
  background: url(images/bg-servicios2.jpg) center center no-repeat;
  opacity: 0.3;
}
.servicios-home .servicios-caratula {
  flex: 36%;
  display: flex;
  justify-content: center;
}
.servicios-home .servicios-caratula .isologo {
  margin-bottom: 15px;
  width: 70px;
  padding-left: 7px;
}
.servicios-home .servicios-caratula .wrap {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 400px;
}
.servicios-home .servicios-caratula h2 {
  color: #e3e3e3;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 57px;
  padding-bottom: 40px;
}
.servicios-home .servicios-caratula h2 span {
  font-weight: 400;
}
.servicios-home .lista-servicios {
  flex: 64%;
  padding: 5%;
}
.servicios-home .lista-servicios .wrap {
  display: flex;
  flex-wrap: wrap;
}
.servicios-home .item-servicio {
  cursor: pointer;
  padding: 15px;
  flex: 50%;
  flex-grow: 0;
}
.servicios-home .item-servicio .wrap {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 30px 10px 10px;
  border-radius: 70px 15px 15px 0;
  background-color: rgba(0, 0, 0, 0.411);
  backdrop-filter: blur(3px);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
}
.servicios-home .item-servicio h4 {
  font-size: 18px;
  padding: 0;
  padding-top: 11px;
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
}
.servicios-home .item-servicio img {
  width: 150px;
  padding-right: 30px;
}
#carousel-clientes .item-cliente img {
  filter: grayscale(1);
}
/*************** PROYECTOS ***************/
.section-proyectos {
  background: #F4F4F4;
}
.filter-button-group {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 3px 0px 0;
  box-shadow: 0 11px 13px -10px rgba(0, 0, 0, 0.3);
}
.filter-button-group button {
  display: block;
  width: 1005px;
  border: 1px solid #e3e3e3;
  border-right: none;
  padding: 11px 10px 8px;
  text-transform: uppercase;
  font-size: 14px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.filter-button-group button:last-child {
  border-right: 1px solid #e3e3e3;
}
.filter-button-group button.is-checked {
  color: #FFF;
  background: #ff7333;
  border-bottom-color: #ff7333;
}
.row-proyectos {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}
.item-proyecto:hover .img-proyecto {
  transform: scale(1.07);
}
.item-proyecto .img-proyecto {
  transition: all 0.3s ease;
}
.item-proyecto .wrap {
  overflow: hidden;
  position: relative;
}
.item-proyecto .wrap::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.item-proyecto .item-info {
  position: absolute;
  padding-top: 10px;
  width: 80%;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
}
.item-proyecto .item-info span.plus {
  color: #FF5000;
  font-size: 38px;
  padding-top: 20px;
  display: block;
}
.item-proyecto .item-info h2 {
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  font-size: 37px;
  line-height: 42px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.item-proyecto .item-info h2 a:hover {
  color: #FFF;
}
.item-proyecto .item-info span.metros {
  color: #FFF;
  display: inline-block;
  padding: 2px 8px 3px;
  background-color: #FF5000;
  margin-top: 14px;
  border-radius: 3px;
  font-size: 14px;
}
.item-proyecto .item-info span.categoria {
  color: #ff834a;
  font-weight: 400;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
/*************** Single Proyecto ************/
.heading-single-proyecto {
  position: relative;
  z-index: 1;
}
.heading-single-proyecto::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.datos-proyecto {
  padding-top: 60px;
  padding-bottom: 60px;
}
.datos-tecnicos {
  display: flex;
  justify-content: space-between;
}
.item-dato {
  padding-left: 30px;
  padding-right: 30px;
}
.item-dato .leyenda {
  display: block;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.item-dato .dato {
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.fotos-proyecto {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
.volver {
  padding-top: 50px;
  padding-bottom: 50px;
}
.volver .boton-volver {
  color: #FF5000;
  font-weight: 600;
  padding-right: 40px;
}
/****************** historia*************/
.bg-historia-rubinat {
  background: url(images/bg-historia-rubinat2.jpg) center center no-repeat;
  background-size: cover;
}
section.certificaciones {
  background-color: #FFF;
  z-index: 1;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
section.certificaciones::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(images/bg-certificados.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
.logo-certificado {
  mix-blend-mode: multiply;
}
.row-certificaciones:not(:first-child) {
  padding-top: 40px;
}
.row-certificaciones:not(:last-child) {
  padding-bottom: 40px;
}
.row-certificaciones h2.section-title {
  font-size: 30px;
}
.bg-light {
  background: #f9f7f6 !important;
}
.content-text {
  padding: 80px 100px;
  line-height: 27px;
}
.equipo-rubinat .wrap {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}
.equipo-rubinat .boton-linkedin {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.equipo-rubinat .boton-linkedin:hover {
  text-decoration: none;
  color: inherit;
}
.equipo-rubinat .boton-linkedin i {
  color: #FF5000;
  padding-right: 15px;
  font-size: 23px;
  margin-top: -4px;
}
.equipo-rubinat .item-equipo {
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 3px 30px 3px 3px;
  flex-grow: 1;
}
.equipo-rubinat .item-equipo img {
  border-radius: 3px 30px 0px 0px;
}
.equipo-rubinat .item-equipo .wrap-info {
  padding: 30px;
  position: relative;
}
.equipo-rubinat .item-equipo .wrap-info a.linkedin {
  color: #FF5000;
  font-size: 23px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  padding: 10px;
  z-index: 20;
}
.equipo-rubinat .item-equipo .nombre {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.equipo-rubinat .item-equipo .cargo {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #65656A;
}
/********** CTA **************/
.cta {
  background-color: #FF5000;
  z-index: 1;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  mix-blend-mode: screen;
  background: url(images/slider/foto1.jpg) center center no-repeat;
  opacity: 0.2;
}
.cta h2 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 48px;
  line-height: 55px;
  max-width: 600px;
}
.cta h2 span {
  font-weight: 400;
}
/********************** servicios *****************/
section.servicios {
  position: relative;
  z-index: 0;
  background-color: #313131;
}
section.servicios::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  mix-blend-mode: multiply;
  background: url(images/bg-servicios.jpg) center center no-repeat;
  opacity: 0.5;
}
.wrap-servicios {
  justify-content: center;
}
.wrap-servicios .item-servicio-big {
  max-width: 30%;
}
.wrap-servicios .col {
  margin-bottom: 30px;
}
.wrap-servicios .item {
  color: #FFF;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-radius: 143px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.411);
  backdrop-filter: blur(3px);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
}
.wrap-servicios .item img {
  margin-bottom: 30px;
  max-width: 250px;
}
.wrap-servicios .item .titulo {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.lista-icono {
  list-style: none;
  margin-left: 0;
  margin-top: 23px;
  padding-left: 25px;
}
ul.lista-icono li {
  padding: 5px 0;
  line-height: 22px;
}
ul.lista-icono li::before {
  content: "";
  font-family: 'FontAwesome';
  color: #FF5000;
  display: inline-block;
  margin-left: -25px;
  width: 25px;
}
.bg-foto-certificaciones {
  text-align: center !important;
}
.item-servicio-big .info h3 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
  padding-top: 20px;
  display: block;
}
/***************   contacto ****************/
.datos-contacto {
  display: flex;
  justify-content: space-between;
}
.datos-contacto .item-dato-contacto {
  display: flex;
  justify-content: center;
  align-items: center;
}
.datos-contacto .item-dato-contacto:not(:last-child) {
  padding-right: 35px;
}
.datos-contacto .item-dato-contacto.telefonos a {
  display: block;
}
.datos-contacto .item-dato-contacto .icono-dato {
  width: 70px;
}
.datos-contacto .item-dato-contacto .icono-dato img {
  width: 50px;
  filter: invert(36%) sepia(100%) saturate(2657%) hue-rotate(0deg) brightness(101%) contrast(106%);
}
.datos-contacto .item-dato-contacto.redes i {
  font-size: 35px;
  margin-left: 15px;
  color: #FF5000;
}
.page-contacto .cta {
  background-color: #FFF;
  z-index: 1;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-contacto .cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(images/slider/foto1.jpg) center center no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
.page-contacto .cta h2 {
  color: #272727;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 48px;
  line-height: 55px;
  max-width: 600px;
}
.page-contacto .cta h2 span {
  font-weight: 400;
  color: #FF5000;
}
.page-contacto .cta .form-control {
  color: #272727 !important;
  border-bottom: 2px solid #474747;
}
.page-contacto .cta .form-control:focus,
.page-contacto .cta .form-control:active {
  background: none;
}
.page-contacto .cta ::placeholder {
  color: #222 !important;
}
/************** FOOTER **************/
#site-footer {
  background-color: #FFF;
  position: relative;
  z-index: 10;
  padding-top: 90px;
  padding-bottom: 45px;
}
#site-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: url(images/slider/foto2.jpg) center bottom;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
}
.copyright {
  padding-top: 90px;
}
.copyright p {
  color: #7e7e84;
}
.footer-col {
  display: flex;
  justify-content: center;
}
.footer-col h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #FF5000;
  padding-bottom: 15px;
}
.menu-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-footer li a {
  color: #65656A;
  text-decoration: none;
  padding: 3px 0;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}
.menu-footer li a:hover {
  color: #FF5000;
}
.footer-logo img {
  width: 200px;
}
.info-contacto {
  padding-left: 0;
}
.info-contacto li a {
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
.info-contacto li a:hover {
  color: #FF5000;
}
.redes-footer a {
  color: #FF5000;
  font-size: 23px;
  display: inline-block;
  padding: 6px;
}
.icono-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.icono-whatsapp img {
  height: auto;
  width: 60px;
}
.gracias {
  min-height: 60vh;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #ffffff;
  background-color: #cb2222;
  padding: 3px 10px;
  font-size: 90%;
  display: inline-block;
}
form button {
  border: none;
  background-color: #272727 !important;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  padding-bottom: 10px !important;
  font-size: 14px;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
form .form-group {
  margin-bottom: 30px;
}
input[type=text],
input[type=email] {
  height: 55px;
}
.form-control {
  background: transparent;
  color: #FFF !important;
  border: none;
  padding-left: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  font-family: 'Helvetica Neue LT Std', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
.form-control:focus,
.form-control:active {
  background: none;
}
::placeholder {
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #272727;
}
.form-control:focus::placeholder {
  opacity: 0.4 !important;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 575.98px) {
  .swiper-slide h2.gill {
    font-size: 79px;
    line-height: 64px;
  }
  .swiper-slide h2.gill.reducido {
    font-size: 71px;
    line-height: 59px;
  }
  .swipe-slide-gill .wrap {
    z-index: 2;
    max-width: 60%;
  }
  .swipe-slide-gill a.boton {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-slide h2.gill {
    font-size: 98px;
    line-height: 86px;
  }
  .swiper-slide h2.gill.reducido {
    font-size: 88px;
    line-height: 76px;
  }
}
@media (max-width: 767.98px) {
  body[data-aos-delay],
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .swiper-slide h2 {
    font-size: 47px;
    line-height: 58px;
  }
  .swiper-slide h2.reducido {
    font-size: 39px;
    line-height: 52px;
    letter-spacing: -1px !important;
  }
  .swiper-container {
    height: 96vh;
  }
  .swiper-slide a.boton {
    margin-top: 15px;
    padding: 10px 20px;
  }
  .swiper-slide .wrap {
    max-width: 80%;
  }
  .swipe-slide-gill .wrap {
    z-index: 2;
    max-width: 60%;
  }
  .swipe-slide-gill a.boton {
    margin-top: 20px;
  }
  .swipe-slide-gill .wrap {
    z-index: 2;
    max-width: 60%;
  }
  .swipe-slide-gill a.boton {
    margin-top: 20px;
  }
  :root {
    --swiper-navigation-size: 30px;
  }
  .icono-whatsapp img {
    width: 48px;
  }
  .icono-whatsapp {
    bottom: 20px;
    right: 20px;
  }
  .slick-slide {
    margin: 5px;
  }
  #carousel-clientes img {
    filter: saturate(0);
    opacity: 0.85;
  }
  .servicios-home .item-servicio .wrap {
    border-radius: 51px 15px 15px 0;
  }
  .indicadores .wrap {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 35px;
  }
  .wrap-carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
  .servicios-home {
    padding-top: 50px;
    padding-bottom: 40px;
    display: block;
  }
  .servicios-home .servicios-caratula .wrap {
    padding-left: 30px;
    padding-right: 30px;
    max-width: unset;
  }
  .servicios-home .servicios-caratula h2 {
    padding-bottom: 0;
    font-size: 39px;
    line-height: 43px;
  }
  .servicios-home .lista-servicios {
    flex: 100%;
    padding: 30px;
  }
  .servicios-home .item-servicio {
    padding: 10px 0;
    flex: 100%;
  }
  .servicios-home .item-servicio h4 {
    padding: 0;
  }
  .servicios-home .item-servicio img {
    width: 105px;
    padding-right: 20px;
  }
  .wrap-servicios {
    justify-content: center;
  }
  .wrap-servicios .item-servicio-big {
    max-width: 100%;
  }
  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta h2 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .footer-logo img {
    margin-top: 30px;
  }
  #site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-col {
    padding: 10px 30px 40px;
    display: block;
    text-align: center;
  }
  .iom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-text {
    padding: 30px;
  }
  .ptb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .iom-ptb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bg-historia-rubinat {
    min-height: 400px;
  }
  .equipo-rubinat .wrap {
    display: block;
  }
  .equipo-rubinat .wrap .item-equipo {
    margin-bottom: 30px;
  }
  .heading h1 {
    font-size: 43px;
    line-height: 46px;
  }
  .heading {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .hero-manifesto {
    min-height: 80%;
  }
  .captura-video {
    min-height: 250px;
  }
  a.video-link-button {
    width: 80px;
  }
  .content-manifesto {
    padding-top: 40px !important;
  }
  h2.section-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
  }
  .wrap-servicios .col {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-servicios .item img {
    max-width: 150px;
  }
  .wrap-servicios .item .titulo {
    font-size: 23px;
  }
  .portfolio-proyectos {
    margin-top: 0 !important;
    padding-bottom: 10px;
  }
  .portfolio-proyectos .item-proyecto {
    padding: 10px 10px 0;
  }
  .datos-proyecto {
    padding-bottom: 20px;
  }
  .datos-tecnicos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .datos-tecnicos .item-dato {
    flex: 50%;
    padding-bottom: 40px;
  }
  .bg-foto-certificaciones {
    text-align: left !important;
  }
  .bg-foto-certificaciones img {
    max-width: 120px;
    margin-bottom: 20px;
  }
  section.certificaciones {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .datos-contacto {
    display: block;
    text-align: center;
  }
  .datos-contacto .item-dato-contacto {
    padding-right: 0 !important;
  }
  .datos-contacto .item-dato-contacto .icono-dato {
    width: auto;
    margin-bottom: 10px;
  }
  .datos-contacto .item-dato-contacto .icono-dato img {
    width: 38px;
  }
  .datos-contacto .item-dato-contacto {
    display: block;
    margin-bottom: 30px;
  }
  .page-contacto .cta::before {
    opacity: 0.08;
  }
  .datos-contacto .item-dato-contacto.redes i {
    margin-left: 0px;
    padding: 10px;
  }
  .page-contacto .cta {
    padding-top: 80px;
    padding-bottom: 80;
  }
  .page-contacto .cta h2 {
    font-size: 41px;
    line-height: 49px;
  }
  #site-header .logo img {
    max-width: 148px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-slide h2 {
    font-size: 68px;
    line-height: 80px;
  }
  .swiper-slide h2.gill {
    font-size: 120px;
    line-height: 99px;
  }
  .swiper-slide h2.gill.reducido {
    font-size: 127px;
    line-height: 100px;
  }
  .indicadores .wrap {
    display: block;
  }
  .wrap-servicios {
    justify-content: center;
  }
  .wrap-servicios .item-servicio-big {
    max-width: 50%;
  }
  .ptb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content-text {
    padding: 30px 100px;
    line-height: 27px;
  }
  .iom-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .servicios-home {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servicios-home .servicios-caratula {
    flex: 0;
    display: block;
    justify-content: left;
  }
  .servicios-home .servicios-caratula .wrap {
    max-width: unset;
    padding-top: 30px;
  }
  .servicios-home .servicios-caratula h2 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 0;
  }
  .hero-manifesto .wrap {
    width: 90%;
  }
  .servicios-home .item-servicio {
    flex: 100% !important;
  }
  .datos-contacto {
    display: block;
    text-align: center;
  }
  .datos-contacto .item-dato-contacto .icono-dato {
    width: auto;
    margin-bottom: 10px;
  }
  .datos-contacto .item-dato-contacto .icono-dato img {
    width: 38px;
  }
  .datos-contacto .item-dato-contacto {
    display: block;
    margin-bottom: 30px;
  }
  .datos-contacto .item-dato-contacto.redes i {
    margin-left: 0px;
    padding: 10px;
  }
  .bg-historia-rubinat {
    min-height: 400px;
  }
  .equipo-rubinat .wrap {
    flex-wrap: wrap;
  }
  .equipo-rubinat .item-equipo {
    flex: 40% !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .bg-foto-certificaciones {
    text-align: left !important;
  }
  .bg-foto-certificaciones img {
    max-width: 180px;
    margin-bottom: 25px;
  }
  section.certificaciones {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .proyectos-home .slick-slide {
    margin: 12px 12px 20px;
  }
  .proyectos-home .item-carousel .item-info {
    min-height: 104px;
    padding: 20px;
  }
  .proyectos-home .item-carousel .item-info h3 {
    font-size: 19px;
  }
  .swiper-slide .wrap {
    max-width: 76%;
  }
  h2.gill.reducido {
    font-size: 100px;
    line-height: 80px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .fotos-proyecto {
    grid-gap: 3px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-slide .wrap {
    max-width: 71%;
  }
  .swiper-slide h2 {
    font-size: 76px;
    line-height: 86px;
  }
  .swiper-slide h2.gill {
    font-size: 120px;
    line-height: 99px;
  }
  .swipe-slide-gill h2.reducido {
    font-size: 111px;
    line-height: 92px;
  }
  .content-text {
    padding: 40px 100px;
  }
  .wrap-servicios {
    justify-content: center;
  }
  .wrap-servicios .item-servicio-big {
    max-width: 50%;
  }
  .servicios-home .item-servicio {
    flex: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .servicios-home .servicios-caratula {
    flex: 25%;
  }
  .servicios-home .lista-servicios {
    padding: 3%;
    flex: 75%;
  }
  .servicios-home .item-servicio img {
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide .wrap {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .swiper-slide .wrap {
    max-width: 64%;
  }
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.5) {
  :root .swiper-slide h2 {
    font-size: 60px;
    line-height: 75px;
  }
  :root .swiper-slide h2.gill {
    font-size: 105px;
    line-height: 122px;
  }
}
@media (min-width: 1200px) and (-webkit-device-pixel-ratio: 1.25) {
  :root .swiper-slide h2 {
    font-size: 60px;
    line-height: 75px;
  }
  :root .swiper-slide h2.gill {
    font-size: 105px;
    line-height: 122px;
  }
}
