*:focus {
  outline: none;
}

@font-face {
  src: url(fonts/gotham_medium.otf);
  font-family: medium;
}

@font-face {
  src: url(fonts/gotham-book.otf);
  font-family: book;
}

@font-face {
  src: url(fonts/gotham-light.otf);
  font-family: light;
}

@font-face {
  src: url(fonts/gotham-bold.otf);
  font-family: bold;
}

@font-face {
  src: url(fonts/gotham-ultra.otf);
  font-family: ultra;
}

@font-face {
  src: url(fonts/gotham-black.otf);
  font-family: black;
}

@font-face {
  src: url(fonts/aleo-lightItalic.otf);
  font-family: aleo;
}

*:focus {
  outline: none;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.invisibleWeb{
  display: none;
}
#encabezado {
  width: 98%;
  margin-left: 2%;
  background-color: #444242;
  position: fixed;
  top: 0;
  z-index: 100;
}

#contenedorHeader {
  width: 98%;
  display: table;
}

#navegacion {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  font-size: 0;
}

#navegacion a {
  display: inline-block;
}

#navegacion img {
  width: 40px;
}

#contenidoNav {
  display: table;
}

#menu-sliders {
  width: 55%;
  display: table-cell;
  position: relative;
}

#btnMenu {
  display: table-cell;
  vertical-align: middle;
  font-family: medium;
  font-size: 18px;
  color: #FFF;
}

#btnMenu:hover {
  cursor: pointer;
}

#lineaMenu {
  width: 60px;
  height: 5px;
  background-color: #FFF;
  margin-right: 10px;
}

#redesSociales {
  display: table-cell;
  vertical-align: middle;
  padding-left: 70px;
}

#linkInsta {
  margin-left: 20px;
}

#logo {
  display: table-cell;
  width: 25%;
  font-size: 0;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
}

#logo img {
  width: 360px;
  visibility: hidden;
}

#sliderInicio {
  width: 100%;
  height: 100vh;
}

/* Menu */
#menuNavegacion {
  position: fixed;
  left: 2%;
  top: -200px;
  z-index: 90;
  opacity: 0;
}

.div-head {
  background: url(imagenes/monolith.svg);
  width: 360px;
  height: 78px;
  position: absolute;
  top: 0;
  right: 2%;
}

.contenidoMenuNavegacion {
  font-family: black;
  color: #87868A;
  font-size: 30px;
  width: 295px;
  background: #444242;
  height: 42px;
  position: relative;
  margin-top: 15px;
}

.btnMenuNavegacion {
  padding: 0 8px;
  position: absolute;
  left: 10px;
  top: -3px;
  cursor: pointer;
}

.btnMenuNavegacion::after {
  position: absolute;
  width: 0;
  top: 46%;
  left: 0;
  height: 5px;
  background: #FFFFFF;
  content: "";
  transition: all .3s;
}

.btnMenuNavegacion:hover::after {
  width: 100%;
}

/* Menu */
/* Slider #2 */
.jd-slider {
  width: 96%;
  margin-top: 30px;
  margin-bottom: 90px;
}

.jd-slider .slide-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.jd-slider .slide-area>li {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.jd-slider .controller {
  visibility: hidden;
  height: 0;
}

.fa-angle-right img, .fa-angle-left img {
  width: 150px;
}

.next {
  padding-right: 23px;
}

.prev {
  padding-left: 23px;
}

.idioma {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.bMenuLine {
  width: 70px !important;
  margin-right: 10px;
}

/* Slider #2 */
#fondoslider2home {
  background: #444242;
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 25%;
  height: 60%;
  z-index: 1;
}

#contenedorLineaSlider2 {
  position: absolute;
  left: 2%;
  top: 85%;
  z-index: 3;
}

#lineaSlider2 {
  background: #444242;
  width: 6px;
  height: 350px;
  margin-left: 95px;
}

#manifiesto {
  color: #5B5B5F;
}

#tituloManifiesto {
  font-size: 36px;
  font-family: light;
  text-align: center;
  line-height: 80%;
}

#tituloManifiesto h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  display: inline-block;
  font-family: ultra;
}

#divisorManifiesto {
  background-color: #9A999E;
  height: 5px;
  width: 50px;
  display: inline-block;
}

#textoManifiesto {
  width: 74%;
  margin: 0 auto;
  margin-top: 70px;
}

#textoManifiesto p {
  line-height: 60px;
}

.black {
  font-family: black;
  font-size: 48px;
}

#italicaManifiesto {
  font-size: 48px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-style: italic;
}

#citaManifiesto {
  border-top: 5px solid #444242;
  font-family: 'Libre Baskerville', serif;
  display: inline-block;
  font-size: 24px;
  padding-top: 20px;
  margin-top: 50px;
}

#contacto {
  color: #5B5B5F;
  padding-bottom: 100px;
  width: 96%;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}

.campoTexto {
  font-family: medium;
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border: 2px solid #D7DADF;
  border-left: 0;
  border-right: 0;
  background: transparent;
  color: #5B5B5F;
  text-align: center;
  margin-top: 5px;
}

textarea {
  height: 180px;
  resize: none;
}

#btnEnviar {
  display: inline-block;
  background-color: #5B5B5F;
  padding: 10px 20px;
  font-family: medium;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 18px;
  transition: all .5s;
  border: 0;
}

#btnEnviar:hover {
  background-color: #444242;
  cursor: pointer;
}

#btnEnviar:disabled {
  opacity: 0.5;
}

#btnEnviar:active {
  transform: translateY(2px);
}

#mapa {
  width: 100%;
  height: 650px;
  border-top: 10px solid #5B5B5F;
}

footer {
  background: #444242;
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}

#tablaFooter {
  width: 74%;
  display: inline-table;
  text-align: left;
}

#tablaFooter span {
  font-family: book;
  font-size: 18px;
  color: #FFF;
}

#tablaFooter span a {
  color: #FFF;
}

#logoFooter {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}

#logoFooter img {
  width: 100%;
}

#espacioLogoFooter {
  display: table-cell;
  width: 9%;
}

#empresaFooter {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}

#divisorFooter {
  width: 70px;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  top: -30px;
}

.espacioFooter {
  display: table-cell;
  width: 3%;
}

.columnaTelefonoCorreo {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}

#aviso {
  background: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}

#aviso small {
  font-family: book;
  color: #5B5B5F;
  font-size: 16px;
}

.espacioAviso {
  width: 25px;
  display: inline-block;
}

.menu-contender {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  height: 65px;
}

.menu-nav {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 30px;
  height: 50px;
}

.menu-nav li {
  color: #FFF;
  float: left;
  font-family: book;
  cursor: pointer;
}

.menu-nav li:hover {
  font-family: bold;
}

.border-nav {
  border-right: 2px solid #FFF;
}

#bSuper {
  text-align: center;
  width: 110px;
  padding: 0px 10px;
}

#bSuper:hover~#linea-menu {
  width: 110px !important;
  left: 10px !important;
}

#bObjet {
  text-align: center;
  width: 80px;
  padding: 0px 10px;
}

#bObjet:hover~#linea-menu {
  width: 80px !important;
  left: 142px !important;
}

#bInfra {
  text-align: center;
  width: 86px;
  padding: 0px 10px;
}

#bInfra:hover~#linea-menu {
  width: 86px !important;
  left: 244px !important;
}

#bMobil {
  text-align: center;
  width: 105px;
  padding: 0px 10px;
}

#bMobil:hover~#linea-menu {
  width: 105px !important;
  left: 355px !important;
}

#linea-menu {
  background: #FFF;
  height: 5px;
  left: 10px;
  position: absolute;
  bottom: 2px;
  width: 110px;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#linea-menu:hover {
  -moz-transition-duration: 3000s;
  -ms-transition-duration: 3000s;
  -o-transition-duration: 3000s;
  -webkit-transition-duration: 3000s;
  transition-duration: 3000s;
}

.iframe-slider {
  width: 100%;
  border: 0px;
  height: 100vh;
}

.bold-font {
  font-family: bold !important;
}

.msgError {
  color: red;
  font-family: bold;
  font-size: 14px;
}

.error {
  border-bottom: 1px solid red;
}

.success {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 250px 10px;
  font-family: bold;
  font-size: 24px;
  color: #333;
}

/* Slider */
.slider__info {
  margin-left: -415px !important;
  left: 50% !important;
}

.text__word {
  display: table;
}

.text__word article {
  display: table-cell;
  vertical-align: middle;
}

.text__word article img {
  margin-right: 50px;
  width: 100px;
}

.textoSlider {
  width: 680px;
}

.tituloSlider {
  font-family: light;
  font-size: 24px;
}

.lineaTituloSlider {
  width: 50px;
  height: 3px;
  background-color: #727176;
  margin-top: 10px;
  margin-bottom: 10px;
}

.descripcionSlider {
  font-family: bold;
  font-size: 33px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.lineaDescripcion {
  width: 150px;
  height: 6px;
  background-color: #FFFFFF;
  margin-top: 10px;
}

.line-index {
  width: 101px;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 2%;
}

.line-int-index {
  width: 6px;
  margin-left: 0px;
  height: 120vh;
  background: #FFF;
}

.slider03-m {
  position: relative;
  height: 90vh;
  margin-top: 200px;
}

.slider03-md {
  background: #F7F7F8;
  width: 100%;
  height: 100%;
  position: relative;
}

.scroll-m {
  font-family: aleo;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 99;
  margin-left: -39px;
  color: #FFF;
}

.mobile-m {
  display: none !important;
}

.menu-movs {
  width: 100%;
  height: 50px;
  background: #444242;
  display: none;
}

/* Slider */
@media(max-width:980px) {
  .web-m {
    display: none !important;
  }

  .mobile-m {
    display: table-cell !important;
  }

  .invisibleWeb{
    display: block;
  }

  #encabezado {
    width: 100%;
    height: 50px;
    margin: 0;
  }

  #contenedorHeader {
    width: 100%;
    height: 50px;
  }

  #redesSociales {
    padding-left: 10px;
  }

  #linkInsta {
    margin-left: 10px;
  }

  #btnMenu {
    height: 50px;
  }

  #lineaMenu {
    width: 15px;
    height: 2px;
  }

  #navegacion img {
    width: 20px;
  }

  #logo img {
    width: 180px;
  }

  .div-head {
    width: 190px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    right: 1%;
  }

  .contenidoMenuNavegacion {
    font-size: 24px;
    height: 32px;
    width: 250px;
    line-height: 1.6 !important;
  }

  /*Slider*/
  .slider-wrapper {
    margin-top: 50px;
    height: -webkit-calc(60% + 9px);
    height: calc(60% + 9px);
  }

  .slider .svg-wrapper {
    width: 100%;
    height: 400px;
    padding: 0;
  }

  .textoSlider {
    width: 100%;
  }

  .tituloSlider {
    font-size: 18px;
  }

  .descripcionSlider {
    font-size: 12px;
  }

  .slider__info {
    margin: 0 !important;
    left: 0 !important;
  }

  .text__word {
    text-align: center;
  }

  .center-iso {
    text-align: center !important;
  }

  .text__word article {
    text-align: left;
    display: inline-block;
    width: 65%;
    margin-bottom: 15px;
  }

  .text__word article img {
    width: 30px;
    margin: 0;
  }

  .scroll-m {
    display: none;
  }

  /*Slider*/
  #sliderInicio {
    height: 70vh;
    max-height: 450px;
  }

  .line-index {
    width: 51px;
    z-index: 99;
    top: 40px;
  }

  .line-int-index {
    width: 3px;
    height: 430px;
  }

  /*Slider-02*/
  .jd-slider {
    width: 96%;
  }

  .fa-angle-right img, .fa-angle-left img {
    width: 70px;
  }

  #lineaSlider2 {
    width: 3px;
    height: 100px;
    margin-left: 40px;
  }

  .slider-controls {
    right: 0;
    margin: auto;
    margin-left: 0px !important;
    top: 83%;
    left: 3% !important;
  }

  .slider-wrapper svg {
    width: 170%;
    left: -25%;
  }

  /*Slider-02*/
  #tituloManifiesto, #tituloManifiesto h1 {
    font-size: 24px;
  }

  #divisorManifiesto {
    width: 120px;
  }

  #textoManifiesto {
    width: 90% !important;
  }

  #textoManifiesto p {
    line-height: 40px !important;
  }

  .black {
    font-size: 24px !important;
  }

  #italicaManifiesto {
    font-size: 24px !important;
  }

  #citaManifiesto {
    font-size: 20px;
  }

  /*Slider-03*/
  .slider03-m {
    position: relative;
    height: 55vh;
    margin-top: 100px;
  }

  .slider03-md {
    background: #F7F7F8;
    width: 100%;
    height: 100%;
    position: relative;
  }

  /*Slider-03*/
  #contacto {
    margin-top: 40px;
  }

  #mapa {
    height: 450px;
  }

  #tablaFooter {
    width: 90%;
    display: inline-block;
  }

  #tablaFooter span {
    font-size: 14px;
  }

  #logoFooter {
    display: inline-block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
  }

  #logoFooter img {
    height: 180px;
    position: absolute;
    top: -50px;
  }

  #espacioLogoFooter {
    display: none;
  }

  #empresaFooter, .columnaTelefonoCorreo {
    display: inline-block;
    width: 50%;
    padding: 30px 0px 10px 0px;
  }

  #empresaFooter {
    text-align: left;
  }

  .columnaTelefonoCorreo {
    text-align: right;
  }

  #divisorFooter {
    height: 3px;
    top: -10px;
  }

  .columnaCorreo {
    width: 100% !important;
    padding-top: 0px;
    text-align: center;
  }

  .espacioFooter {
    display: none;
  }

  #aviso {
    padding: 10px 0;
  }

  #aviso small {
    font-size: 12px;
  }

  .espacioMov {
    width: 35px;
  }

  .diag-bar {
    display: none;
  }

  .espacioAviso {
    display: block
  }

  #menu-sliders {
    display: none;
  }

  .iframe-slider {
    height: 60vh;
  }

  .menu-movs {
    display: table;
  }

  .row-movs {
    display: table-row;
  }

  .bMenuMov {
    width: 48%;
    height: 30px;
    display: table-cell;
    padding: 1%;
    color: #FFF;
    font-family: book;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 3px solid #444242;
  }

  .borderMovs {
    border-bottom: 3px solid #FFF !important;
  }

  .bMenuLine {
    width: 50px !important;
  }

  .idioma {
    font-size: 9px;
  }
  #proximamente{
    font-size: 20px !important;
    text-align: left;
    width: 250px;
  }
}

@media(min-width:1024px) {
  #linea-menu {
    display: none;
  }

  .menu-contender {
    width: 100%;
  }

  .menu-nav {
    font-size: 16px;
    margin-top: 20px;
  }

  #redesSociales {
    padding-left: 20px;
  }

  #navegacion {
    width: 28%;
  }
}

@media(min-width:1280px) {
  .idioma {
    font-size: 12px;
  }

  #redesSociales {
    padding-left: 15px;
  }

  #navegacion {
    width: 23%;
  }

  #linea-menu {
    display: block;
  }

  .menu-nav {
    margin-top: 30px;
  }
}

@media(min-width:1366px) {
  #navegacion {
    width: 23%;
  }

  #menu-sliders {
    width: 50%;
  }

  .menu-contender {
    width: 85%;
  }

  #linea-menu {
    display: block;
  }

  .menu-nav {
    margin-top: 30px;
  }
}

@media(min-width:1920px) {
  #linea-menu {
    display: block;
  }

  .menu-nav {
    margin-top: 30px;
  }

  .menu-contender {
    width: 60%;
  }
}

@media (max-width: 1600px) {
  #textoManifiesto {
    width: 75%;
  }

  #textoManifiesto p {
    line-height: 45px;
  }

  .black {
    font-size: 48px;
  }

  #italicaManifiesto {
    font-size: 48px;
  }
}

/* Cambiar instagram por twitter. */
/* La línea del lado derecho en una parte se desalínea ( en un tamaño en específico de la pantalla) */
/* Hacer más pequeñas las secciónes que llevan carrousel de fotos.  */
/* Quitar la leyenda de "relleno estándar" */
/* Al manifiesto hacerlo más pequeño  */
