/* Typography */
/* Paleta */
/* Generales */
.c1 {
  color: #e12f45;
}
.c2 {
  color: #161831;
}
.c3 {
  color: #000000;
}
.bg-c1 {
  background-color: #e12f45;
  color: #FFF;
}
.bg-c2 {
  background-color: #161831;
  color: #FFF;
}
.bg-c3 {
  background-color: #000000;
  color: #FFF;
}
body {
  font: 17px/27px 'Lato', sans-serif;
  color: #1d1c2c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2', 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;
}
.page-single-categoria {
  background-color: #161831;
  position: relative;
}
.page-single-categoria::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: url(images/principal3.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
.page-single-categoria .heading-1 {
  background: none;
}
.page-single-categoria .heading-1::before {
  background: none;
}
.page-single-categoria .proyectos-en-single {
  padding-top: 30px;
}
/* Generales */
.top-border {
  border-top: 1px solid #e3e3e3;
}
.specialfont {
  font-family: 'Exo 2', sans-serif;
  font-weight: normal;
}
.btn {
  border-width: 2px;
}
.ttu {
  text-transform: uppercase;
}
.lead {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 20px;
}
/* HEADER */
#site-header {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px;
  margin: 0 auto -70px;
  z-index: 100;
  background: #161831;
  background: linear-gradient(180deg, #161831 0%, rgba(0, 0, 0, 0) 99%);
}
.toolbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1618315e;
}
.toolbar p {
  padding: 0;
  margin: 0;
  color: #FFF;
}
.toolbar p i {
  padding-right: 5px;
}
.info-contacto i {
  margin-left: 10px;
}
.info-contacto span {
  color: #DDD;
}
.navbar-brand img {
  max-width: 250px;
  margin-top: -26px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main-nav .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
#main-nav .navbar-nav .nav-item span.icono {
  display: inline-block;
  transform: translateY(-2px);
  padding-right: 7px;
}
#main-nav .navbar-nav .nav-item span.icono img {
  width: 24px;
  display: inline;
  filter: invert(25%) sepia(37%) saturate(6274%) hue-rotate(339deg) brightness(94%) contrast(88%);
}
#main-nav .navbar-nav .nav-item span.icono img.bigger {
  width: 32px;
}
#main-nav .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 15px;
  color: #FFF;
}
.btn-header {
  font-family: 'Exo 2', sans-serif;
  color: #FFF;
  background-color: #e12f45;
  text-transform: uppercase;
}
.btn-accion {
  background: #161831;
  color: #FFF;
}
a.logo-vox {
  display: inline-block;
  margin-top: 30px;
}
/*** secciones ***/
section.quienes-somos-intro {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.quienes-somos-intro .separador-rojo {
  border: 2px solid #e12f45;
}
section.quienes-somos-intro .lead {
  font-size: 33px;
}
section.quienes-somos-texto .texto .wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
}
section.quienes-somos-texto .texto .wrap h2 {
  font-size: 44px;
  margin-bottom: 15px;
}
section.quienes-somos-texto .fondo {
  background: url('images/proyecta-empresa.jpg') center center no-repeat;
}
/********** gracias ********/
.gracias {
  height: 60vh;
}
.section-paddings {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pretitle {
  color: #e12f45;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 90%;
}
.section-title {
  font-size: 40px;
  letter-spacing: -1px;
}
.show > .dropdown-menu {
  max-height: 900px;
  visibility: visible;
}
.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}
.hero {
  /* background: url(images/principal.jpg) center center no-repeat;
  background-size: cover; */
  overflow: hidden !important;
  background: #161831;
  height: 100vh;
  position: relative;
}
.hero .isologo {
  position: absolute;
  left: -250px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.hero .isologo2 {
  position: absolute;
  right: -250px;
  top: 80%;
  transform: scaleX(-1);
  z-index: 1;
}
.hero .wrap {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  max-width: 800px;
}
.hero .titulo-hero {
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.hero .frase-destacada-bgdark {
  font-family: 'Lato', sans-serif;
  color: #FFF;
  font-size: 29px;
  font-weight: 400;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: @c1; */
  background: url(images/principal3.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  background-attachment: fixed;
}
.heading-1 {
  /* padding-top: 350px; */
  padding-bottom: 50px;
  background-color: #161831;
  overflow: hidden;
  position: relative;
}
.heading-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: @c1; */
  background: url(images/principal.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.heading-1 .row {
  height: 300px;
  text-align: center;
  z-index: 10;
}
.heading-1 h1 {
  color: white;
  letter-spacing: -2px;
  font-weight: 600;
  font-size: 60px;
}
.separador-rojo {
  border: 4px solid #e12f45;
  width: 50px;
  display: inline-block;
}
.btn {
  border-radius: 3px;
  color: #FFF;
  background-color: #e12f45;
  text-transform: uppercase;
  padding: 8px 18px;
  margin-top: 10px;
  transition: all 0.2 ease;
}
.btn:hover {
  color: #FFF;
  background-color: #161831;
}
.btn.outline {
  background-color: transparent;
  border-color: #e12f45;
  color: #e12f45;
  border-width: 1px;
}
section.proyectos {
  background-color: #161831;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #FFF;
}
section.proyectos::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: url(images/principal3.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}
section.proyectos .row {
  padding-bottom: 280px;
  padding-top: 100px;
}
.item-proyecto-lista {
  margin-bottom: 30px;
}
.item-proyecto-lista .wrap {
  border: 1px solid #e3e3e3;
  border-top: none;
  border-left: none;
  min-height: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
}
.item-proyecto-lista .wrap:first-child {
  border-left: 1px solid #e3e3e3;
}
.item-proyecto-lista .wrap h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.galeriaproyectos {
  margin-top: -230px;
  background-color: #f7f7f7;
  padding-bottom: 20px;
}
.galeriaproyectos .row {
  z-index: 10;
  position: relative;
}
.galeriaproyectos .container-fluid {
  max-width: 1400px;
}
.item-categoria-lista {
  margin-bottom: 30px;
}
.item-categoria-lista a {
  color: #474747;
}
.item-categoria-lista a:hover,
.item-categoria-lista a:focus,
.item-categoria-lista a:active {
  text-decoration: none;
}
.item-categoria-lista:first-child .wrap {
  border-left: 1px solid #e3e3e3;
}
.item-categoria-lista .wrap {
  background: #FFF;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-left: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  min-height: 175px;
}
.item-categoria-lista .wrap h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: -0.5px;
}
.item-proyecto {
  background-color: #FFF;
  margin-bottom: 50px;
  border-radius: 4px;
  overflow: hidden;
  border-top: 5px solid #e12f45;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.1);
}
.item-proyecto h3 {
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: -1px;
}
.item-proyecto .item-info {
  padding: 35px 50px 20px;
}
.item-proyecto .item-info p,
.item-proyecto .item-info li {
  line-height: 23px;
  font-size: 95%;
}
.item-proyecto .data {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}
.item-proyecto .data .data-block {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  text-align: center;
  padding: 24px;
}
.item-proyecto .data .data-block:last-child {
  border-right: 0px solid #e3e3e3;
}
.item-proyecto .data .data-title {
  display: block;
  color: #e12f45;
  text-transform: uppercase;
  font-size: 90%;
}
.item-proyecto .data .data-data {
  font-weight: bold;
  font-size: 140%;
}
.entry h1 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.entry h1 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.entry h1 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.entry .pretitle {
  margin-bottom: -30px;
  display: block;
}
.cta {
  /* background: url(images/bg-fondo.jpg) center center no-repeat;
  background-size: cover; */
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #161831;
  position: relative;
  overflow: hidden;
}
.cta p {
  color: white;
  font-weight: 800;
  font-size: 35px;
  line-height: 40px;
}
.cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  background: url(images/bg-fondo.jpg) center center no-repeat;
  background-size: cover;
}
.logo-cta {
  width: 70px;
  display: block;
  margin: 0 auto 20px;
}
h2.section-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
}
.grid-clientes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 0px;
}
.item-cliente {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.item-cliente img {
  padding: 10px;
  border: 1px solid #e3e3e3;
  filter: saturate(0) opacity(0.8);
  transition: all 0.3s ease;
}
.item-cliente img:hover {
  filter: saturate(1) opacity(1);
}
.link-rojo {
  color: #e12f45 !important;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e12f45;
  padding: 4px 15px;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 87%;
}
.footer h4 {
  margin-bottom: 30px;
}
.footer li {
  font-size: 15px;
}
.footer li a {
  color: #FFF;
}
.footer li a:hover {
  color: #e12f45;
  text-decoration: none;
}
section.personal {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 90px;
}
section.personal .row {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.4);
  border-bottom: 7px solid #777;
}
section.personal .texto-personal p:not(.lead) {
  font-size: 29px;
  letter-spacing: -1px;
  margin-bottom: 0;
  line-height: 39px;
  text-transform: uppercase;
  font-weight: 500;
}
section.personal .texto-personal p:not(.lead) span.desafio {
  text-decoration: underline;
}
section.personal .texto-personal p:not(.lead) span.destacados {
  color: #e12f45;
}
section.personal .wrap {
  padding-left: 14%;
  padding-right: 14%;
}
section.contact-section .wrap-datos h2 {
  margin-bottom: 50px;
}
section.contact-section .bg-gradiente {
  /*  background: rgb(22,24,49);
      background: linear-gradient(180deg, rgba(22,24,49,1) 0%, rgba(30,32,62,1) 99%); */
  background: #161831;
  background: linear-gradient(180deg, #161831 0%, #21223c 99%);
  color: #FFF;
}
section.contact-section .wrap {
  max-width: 600px;
  padding: 90px;
  margin: 0 auto;
}
section.contact-section .wrap .btn:hover {
  background-color: #c22538;
}
.card-contacto {
  margin-bottom: 25px;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  padding: 20px;
}
.card-contacto h4 {
  margin-bottom: 0;
}
.card-contacto a {
  color: inherit;
}
.card-contacto a:hover {
  text-decoration: none;
  color: #e12f45;
}
.card-contacto .icono {
  float: left;
}
.card-contacto .icono img {
  max-width: 60px;
}
.card-contacto .info {
  display: inline-block;
  padding-left: 30px;
}
/********** ajustes **************/
@media (max-width: 767.98px) {
  body[data-aos-delay],
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
}
/*********** MEDIA QUERIES **************/
@media (max-width: 767.98px) {
  body[data-aos-delay],
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .item-categoria-lista {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .galeriaproyectos {
    margin-top: -70px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .quienes-somos-texto .fondo {
    min-height: 500px;
    background-size: cover;
  }
  .quienes-somos-texto .texto .wrap {
    padding: 50px 25px 0 !important;
  }
  section.quienes-somos-intro .lead {
    font-size: 24px;
  }
  #site-header {
    padding-left: 0;
    padding-right: 0;
  }
  #site-header .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .hero .titulo-hero {
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: -1px;
  }
  .hero .frase-destacada-bgdark {
    font-size: 22px;
  }
  .hero .wrap {
    padding: 50px 28px;
  }
  .hero .isologo {
    position: absolute;
    left: -335px;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
    z-index: 1;
  }
  .navbar-brand img {
    max-width: 205px;
    margin-top: -30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .navbar-toggler {
    margin-top: -15px;
    margin-right: 15px;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none !important;
  }
  .navbar-nav {
    background: rgba(29, 31, 56, 0.92);
    padding: 30px 15px;
  }
  #site-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
  }
  #site-footer .footer-col {
    margin-bottom: 50px;
  }
  #site-footer .footer-col h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .heading-1 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .item-proyecto .item-info {
    padding: 35px 25px 20px;
  }
  .col-logo-footer img {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .contenido-inicio,
  section.proyectos {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.proyectos .row {
    padding-top: 70px;
  }
  section.personal .wrap {
    padding: 30px 15px;
  }
  section.personal .texto-personal p:not(.lead) {
    font-size: 24px;
    line-height: 32px;
  }
  section.personal {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cta p {
    font-size: 30px;
    line-height: 34px;
  }
  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.proyectos .row {
    padding-bottom: 150px;
    padding-top: 100px;
  }
  .item-proyecto .data .data-title {
    line-height: 20px;
    margin-bottom: 6px;
  }
  section.contact-section .wrap {
    padding: 50px 15px;
  }
  .contact-section h2 {
    font-size: 29px;
  }
}
@media (min-width: 992px) {
  .galeriaproyectos .item-categoria-lista {
    box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.2);
  }
  .item-categoria-lista {
    margin-bottom: 0;
  }
}
