﻿/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
html,
body {
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Atlas Grotesk Web'; */
  font-family: "Lato", sans-serif;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16.5px;
  color: #020c2c;
  /*color:#060550; */
}

body.not-front {
  height: auto !important;
}
.not-front #main-content {
  margin-top: 200px;
}
.path-press-releases .row {
  margin-left: 0px;
  margin-right: 0px;
}

.block {
  padding: 0px;
}

#block-system-main.block {
  padding: 0;
}

/* Wrapper for page content to push down footer */

#wrap {
  min-height: 100%;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -70px;
  /* Pad bottom by footer height */
  padding: 0;
}

.content {
  height: 100%;
}

.container.menu-top {
  padding-top: 40px;
}

#wrap > .container {
  padding: 60px 15px 0;
}

h1 {
  font-size: 70px;
  font-weight: 300;
}

/* NAV */

#topNav {
  z-index: -1;
}

#nav {
  width: 100%;
}

/*
#nav.affix-top {
  position: absolute; 
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 54px;
  border: 0;
  margin: 0;
  background-color: #fff;
}
*/

/*
#nav.affix {
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: all .6s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
*/

/*
.affix-top .logo {
  position: absolute;
  top: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
*/

.presentacion-itec-aero .title-image .inner-image .image-home img {
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 350px 0 0 350px;
  max-height: 100%;
  max-width: 100%;
  display: block;
  width: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner-itec-aero .globalitec .container .inner-title h1 {
  font-size: 70px;
}

.logo a {
  display: block;
  z-index: 1001;
  position: relative;
}

.affix .logo {
  position: absolute;
  /*
  top: 5px;
  opacity: 0;
  */
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.navbar-nav {
  width: auto;
  display: table;
  float: right;
}

.navbar-nav li {
  font-size: 18px;
  padding: 0px 14px;
}

.navbar-nav li a {
  padding: 10px 0;
  float: left;
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

/* .colaboration {
    display: block;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  } */

.navbar-nav li:last-child a {
  background-color: #fff;
  color: #020027;
  border-radius: 20px;
  padding: 10px 20px;
}

.navbar-nav li:last-child a:hover {
  background-color: #03012d;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-nav li.first:before {
  display: none;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  color: #00d1fd;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.navbar-collapse {
  position: relative;
}

a.members-link {
  position: absolute;
  right: 10px;
  top: 9px;
}

/* HEADER */

header {
  background-color: transparent;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
  padding: 0px 0px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.brand {
  margin-top: 30px;
  display: block;
}

.caption-header {
  color: #fff;
  top: 37%;
  /* position: absolute;*/
  padding: 0 25px;
}

.caption-header h1 {
  color: #fff;
  font-weight: 300;
}

/* SECTIONS */

.breadcrumb li a {
  cursor: pointer;
}

section {
  padding-bottom: 50px;
  scroll-margin-top: 20px;
}

#home {
  padding-top: 86px;
}

.grey {
  background: #cecece;
}

.grey-2 {
  background: #6b6b6a;
}

.blue {
  background: #386da7;
}

.blue-2 {
  background: #6f8eaa;
}

.blue-3 {
  background: #244360;
}

.white {
  background: #fff;
}

.text-white,
.text-white h1 {
  color: #fff !important;
}

.text-blue-3,
.text-blue-3 h1 {
  color: #244360 !important;
}

.blocks {
  margin: 15px 0 50px;
  width: 100%;
  float: left;
}

.page-press-releases .block {
  padding: 0px;
}

#press li {
  list-style-type: none;
  margin: 24px 0;
}

.block h2 {
  font-weight: 300;
}

.block h2.title-block {
  margin: 0 -40px;
  padding: 20px 40px;
  background: url("../img/bg-title-block.png");
  position: absolute;
  top: 0;
  width: 100%;
}

.block h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.blocks2 .block h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.front #facts-figures .blocks.intro-blocks .block {
  min-height: 320px;
}

/** #vision */

#vision .block {
  min-height: 285px;
  color: #fff;
}

#vision .block-3 {
  background: url("../img/system-architecture.jpg") no-repeat center center;
  background-size: cover;
}

#vision .block-4 {
  background: url("../img/service-alignment.jpg") no-repeat center center;
  background-size: cover;
}

#vision .block-4 .info-block {
  width: 100%;
  float: left;
  margin: auto 15px;
}

/** #facts-figures */

#facts-figures {
  color: #000;
  padding: 0 0 50px;
}

#facts-figures .header-page {
  background: url("../img/bg-facts.jpg") no-repeat center center;
  background-size: cover;
  color: #000;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

#facts-figures .row {
  margin: 25px 0 0;
}

#facts-figures .countries {
  color: #244360;
  padding: 0 0 0 20px;
  font-size: 24px;
}

#facts-figures ul.countries li {
  float: left;
  width: auto;
  margin-right: 110px;
}

.front #facts-figures {
  background: url("../img/mapa1.jpg") no-repeat center right;
  background-size: cover;
  color: #000;
  padding: 100px 0;
}

.front #facts-figures .no-padding {
  padding: 0;
  position: relative;
  display: block;
}

.front #facts-figures h2 {
  width: 100%;
  float: left;
  margin: 25px 0 15px;
}

.front #facts-figures img {
  margin-top: 40px;
}

.no-padding {
  padding: 0;
}

.btn-more {
  background: #244360;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  padding: 0 10px 0 0;
  border: 0;
  line-height: 40px;
}

.btn-more:hover {
  color: #fff;
  background: #386da7;
}

.btn-more:before {
  content: "";
  background: #386da7 url("../img/more.png") center center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
}

/** #benefits */

#benefits {
  background: #1c1f25 url("../img/bg-brand-elements.jpg") no-repeat center 120px;
  background-size: cover;
  color: #333;
}

#brand-elements {
  background: #1c1f25 url("../img/bg-brand-elements.jpg") no-repeat center 120px;
  background-size: cover;
  color: #fff;
}

#benefits h1,
#brand-elements h1 {
  color: #fff;
}

#brand-elements h2.title-block {
  font-size: 48px;
  font-weight: 100;
  background: url("../img/bg-title-block-2.png");
  width: auto;
  float: left;
  padding: 5px 270px 5px 30px;
  margin-top: 0;
  margin-left: -30px;
}

#benefits h2.title-block {
  font-size: 36px;
  font-weight: 100;
  background: url("../img/bg-title-block-2.png");
  width: auto;
  float: left;
  padding: 5px 270px 5px 30px;
  margin-top: 0;
  margin-left: -30px;
}

#brand-elements .blocks {
  margin: inherit -0.5%;
}

#brand-elements .block {
  margin: 0 0.5%;
  width: 24%;
  min-height: 260px;
  display: table;
  vertical-align: middle;
}

#benefits .block h2 {
  font-size: 22px;
}

#benefits ul {
  padding: 0;
}

#benefits li {
  font-size: 20px;
  list-style: none;
  margin-bottom: 15px;
  float: left;
  margin-left: 20px;
  border-left: 5px solid #6f8eaa;
  padding-left: 15px;
}

#benefits li:first-child {
  border-left: 5px solid #386da7;
}

#benefits li:last-child {
  border-left: 5px solid #244360;
}

#brand-elements .block h2 {
  vertical-align: middle;
  display: table-cell;
}

#brand-elements .block h2 a {
  color: #fff;
}

#brand-elements .block h2 a:hover {
  text-decoration: none;
  color: #f3f3f3;
}

/** #users-guide */

#users-guide .block {
  padding: 40px 15px;
}

/** #presentations-documents */

#presentations-documents .block.white {
  margin: 0 0.5%;
  width: 32%;
  min-height: 260px;
  display: table;
  vertical-align: middle;
  background: #fff;
  color: #93a5b3;
}

#presentations-documents .block.white h2 {
  color: #2e3b4e;
  font-weight: 100;
  min-height: 165px;
}

#presentations-documents .block.white span.number-file {
  color: #fff;
  background: #6f8eaa;
  width: 110px;
  text-align: center;
  font-weight: 400;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#presentations-documents .block.white a.btn {
  background: #244360;
  color: #fff;
  margin-top: 20px;
}

#steps ul {
  padding: 0;
  margin: 10px 5px;
}

#steps ul li {
  font-size: 20px;
  list-style: none;
  margin-bottom: 15px;
  border-left: 5px solid #386da7;
  padding-left: 15px;
}

h2.title-subsection {
  font-size: 42px;
}

hr {
  margin-top: 50px;
  width: 30%;
  display: block;
}

/* section#contact */

section#contact form p {
  margin-bottom: 25px;
}

section#contact input,
section#contact textarea {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
  width: 100%;
  background: transparent;
}

section#contact input[type="checkbox"] {
  width: 15px;
  margin: 0;
}

section#contact label.option {
  display: inline;
}

section#contact input.captcha-input {
  width: 50%;
  float: left;
  position: relative;
  clear: right;
}

img#captchaimg {
  width: auto;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

section#contact p.TextoPequeño {
  font-size: 12px;
  width: 100%;
  float: left;
  margin-top: 5px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
}

section#contact .botones {
  width: auto;
  margin: auto;
  display: table;
  padding-top: 30px;
}

section#contact .botones input {
  border: 0;
  background: #fff;
  width: auto;
  float: left;
  color: #244360;
  margin-right: 15px;
  padding: 10px 35px;
}

section#contact .botones input:hover {
  background: #999;
  color: #fff;
}

section#contact .tel,
section#contact .email,
section#contact .linkedin,
section#contact .facebook {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 10px 80px;
}

section#contact .tel {
  background: transparent url(../img/telefono.png) no-repeat center left;
}

section#contact .email {
  background: transparent url(../img/email.png) no-repeat center left;
}

section#contact .linkedin {
  background: transparent url(../img/linkedin.png) no-repeat center left;
}

section#contact .facebook {
  background: transparent url(../img/facebook.png) no-repeat center left;
}

.err {
  background: transparent url(../img/error.png) no-repeat 10px center;
  padding: 10px 10px 10px 64px;
  color: #fff !important;
  border: 2px solid red;
  float: left;
  min-height: 48px;
  vertical-align: middle;
  width: 100%;
  float: left;
}

/** PLACEHOLDER **/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  transition: all 0.3s ease-in-out;
  color: #fff;
}

input:focus,
/* input# :valid,
textarea# :valid, */
textarea:focus {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  font-size: 11px;
  transform: translateY(-30px) translateX(-10px);
  visibility: visible !important;
  padding-left: 0;
  color: #fff;
  margin-left: -30px;
}

/* MEMBERS*/

section#logo-members {
  background: #1c1f24;
  padding: 50px 0 0;
  height: auto;
  min-height: auto;
  margin-bottom: -100px;
  z-index: 5;
  position: relative;
}

section#login {
  background: #1c1f25 url("../img/bg-brand-elements.jpg") no-repeat center 120px;
  background-size: cover;
  color: #fff;
  height: 100% !important;
  padding-top: 50px;
}

section#login h1 {
  color: #00aae8;
  margin: 0 0 20px;
  font-size: 54px;
}

.login-box {
  float: none;
  margin: 12% auto;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  padding: 50px;
}

.login-box input[type="password"] {
  border: 0;
  width: 100%;
  margin: 5px 0;
  padding: 8px 10px;
  font-size: 24px;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login-box input[type="submit"] {
  background: #00aae8;
  border: 0;
  font-size: 20px;
  padding: 5px 30px;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.login-box input[type="submit"]:hover,
.login-box a.btn:hover {
  background: #666;
  text-decoration: none;
}

.login-box a.btn {
  background: #00aae8;
  border: 0;
  font-size: 16px;
  padding: 5px 30px;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  width: auto;
  display: table;
  margin: 35px auto 0;
}

/**/

.carousel-control.left,
.carousel-control.right {
  background: transparent;
  width: 50px;
}

.carousel-control span {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  margin-top: -10px;
}

.carousel-control.left {
  left: -20px;
}

.carousel-control.right {
  right: -20px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
  height: auto;
}

/* PRESS OFFICE*/

p.fecha {
  margin: 15px 0 0;
}

h3.titulo-nota {
  margin: 0 0 20px;
  font-size: 22px;
}

h3.titulo-nota a {
  color: #244360;
  cursor: pointer;
}

a.news-button {
  cursor: pointer;
}

.itec-media-post {
  margin-bottom: 20px;
}

.itec-media-post .titulo {
  font-size: 24px;
}

.itec-media-post .titulo a {
  color: #244360;
}

.itec-media-post .medio {
  background: url("../img/medio.png") no-repeat center left;
  margin-bottom: 10px;
  padding-left: 30px;
}

.itec-media-post .fecha {
  background: url("../img/fecha.png") no-repeat center left;
  margin-bottom: 10px;
  padding-left: 30px;
}

ul.pager__item li.first,
ul.pager__item li.last {
  display: none;
}

.item-list .pager__item li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

ul.pager__item li {
  width: 30px;
  height: 30px;
}

ul li.pager-next,
ul li.pager-next a,
ul li.pager-previous,
ul li.pager-previous a {
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  width: 30px;
  height: 30px;
}

ul li.pager-next:hover,
ul li.pager-next a:hover,
ul li.pager-previous,
ul li.pager-previous a {
  background-color: transparent !important;
}

ul li.is-active {
  background: rgba(2, 14, 38, 1);
  color: #fff;
  /* border-radius: 50%; */
  /* display: flex !important; */
  align-items: center;
  justify-content: center;
}
/* FACTS & FIGURES */

.air-1 {
  background: url("../img/air-1.jpg") no-repeat center center;
  background-size: cover;
}

.air-3 {
  background: url("../img/nats-skyline-retina.jpg") no-repeat center bottom;
  background-size: cover;
}

.air-2 {
  background: url("../img/system-architecture.jpg") no-repeat center bottom;
  background-size: cover;
}

.air-1 .info-block h3,
.air-2 .info-block h3,
.air-3 .info-block h3 {
  margin: 0 -40px;
  padding: 10px 40px;
  background: url("../img/bg-title-block.png");
  position: absolute;
  top: 50px;
  width: 100%;
}

.paises .block {
  min-height: 136px;
}

#main-parts p {
  font-size: 20px;
}

div#facts-figures section {
  padding: 30px 0;
}

#members img.logo-member {
  width: auto;
  display: table;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

#members .block-2 {
  background: url("../img/nats-skyline-retina.jpg") no-repeat center center;
  background-size: cover;
}

.technology {
  padding-right: 0;
}

.smart-forest {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
}

.image-container .btn {
  position: absolute;
  bottom: 10px; /* Ajusta este valor según sea necesario */
  left: 50%;
  transform: translateX(-50%);
  background-color: #156082; /* Ajusta el color según sea necesario */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #members .block-2 {
    background: url(../img/nats-skyline-retina.png);
  }
}

#members .block-3 {
  background: url("../img/system-architecture.jpg") no-repeat center center;
  background-size: cover;
}

#members .block-4 {
  background: url("../img/bg-header.jpg") no-repeat center center;
  background-size: cover;
}

#members .block-5 {
  background: url("../img/air-2.jpg") no-repeat center center;
  background-size: 320%;
}

#members .block {
  min-height: 440px;
}

#members .block.text-white p {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

#members.members-2 .block {
  min-height: 415px;
}

#members .info-block span {
  font-weight: bold;
}

.center {
  float: none;
  margin: auto;
}

.clear-left {
  clear: left;
}

.noticia {
  margin-bottom: 20px;
}

#features .block {
  margin: 0 0.5%;
  width: 24%;
  min-height: 215px;
  display: table;
  vertical-align: middle;
  color: #93a5b3;
  text-align: center;
}

#features .block h2 {
  display: table-cell;
  vertical-align: middle;
}

#features h3 {
  margin-top: 15px;
  width: 100%;
  float: left;
}

#traffic-level h3 {
  font-size: 20px;
}

.top-50 {
  margin-top: 50px !important;
}

.top-20 {
  margin-top: 20px !important;
}

.top-0 {
  margin-top: 0px !important;
}

/* FOOTER */

footer p {
  margin-bottom: 0;
}

/* COL 5 */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/** MEMBERS page */

.members-page .header-page .container {
  position: relative;
}

.members-page .header-page .title {
  height: 150px;
  display: table;
  width: auto;
  vertical-align: middle;
  float: left;
}

.members-page .header-page .title h1 {
  width: auto;
  vertical-align: middle;
  display: table-cell;
}

.back {
  display: table;
  vertical-align: middle;
  height: 150px;
  float: right;
}

.back a {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

/** Colour **/

.colour .block {
  padding: 70px;
  margin-bottom: 20px;
}

.colour .block + ul {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}

.colour .block + ul li span {
  font-weight: bold;
}

.video_embed {
  width: 100%;
  padding-bottom: 66.66667%;
  position: relative;
  height: 0px;
}

.video_embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li {
    float: none;
  }
  .col-lg-15,
  .col-md-15,
  .col-sm-15,
  .col-xs-15 {
    width: 20%;
    float: left;
  }
}

.navbar-nav {
  margin: 1px auto;
  float: none;
}

.navbar-toggle {
  outline: 0;
}

.divider {
  height: 50px;
}

.panel {
  border-width: 0;
}

@media (max-width: 768px) {
  .image-container .btn {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #156082;
    color: white;
    padding: 6px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8px;
  }
  .inner-itec-aero .globalitec .container .inner-title h1 {
    font-size: 28px;
  }
  .top-50,
  .top-20 {
    margin-top: 0;
  }
  .col-xs-15 {
    width: 100%;
    float: left;
  }
  h1 {
    font-size: 36px;
  }
  #benefits h2.title-block {
    font-size: 32px;
    padding: 015px;
    margin: 0;
  }
  #presentations-documents .block.white {
    width: 100%;
    margin: 0 0 30px;
  }
}

.cuerpo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .navbar-nav {
    margin: 1px 0;
    float: none;
  }
}

.scroll-top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 100;
}

.scroll-top li {
  background-color: transparent !important;
}

.scroll-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background: #020273 !important;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 0px;
  border-radius: 50%;
  padding: 8px !important;
}

.scroll-top a:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background: #0505b9 !important;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 0px;
  border-radius: 50%;
  padding: 8px !important;
}

.scroll-top a::before {
  content: url(../img/up.svg);
  width: 24px;
  height: 24px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}

.scroll-top a:link,
.scroll-top a:visited {
  color: #222;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.header-page h1 {
  margin-top: 40px;
}

/*Detalle noticias*/

.node-news .fecha {
  background: url("../img/fecha.png") no-repeat center left;
  margin-bottom: 30px;
  padding-left: 30px;
}

h2.titulo-nota {
  margin: 20px 0 20px;
  font-family: "DM Serif Display", serif;
  font-weight: 900;
  font-size: 46px;
}

.node-news h3 {
  font-size: 20px;
}

/* Formulario de contacto */

#itecaero-contact-form .description {
  font-size: 12px;
  margin: 20px 0px;
}

/* Footer */

body.page-thanks footer {
  margin-top: 0px !important;
}

body.not-front footer {
  margin-top: 80px;
}

footer .footer__indra-links-list {
  text-align: left;
  margin: 14px 0 0;
  padding: 0;
}

footer .footer__indra-links-list ul {
  padding: 0;
  margin: 0;
}

footer .footer__indra-links-list li {
  display: inline;
  padding-left: 0;
  margin-left: 0;
}

footer .footer__indra-links-list li a {
  font-size: 0.9em;
  color: #dedfe0;
  line-height: 1.14286em;
}

/* .eu-cookie-withdraw-tab {
    left: 50%;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
    border: none !important;
    padding: 6px 12px !important;
    background-color: rgb(8, 8, 255);
    font-size: 14px;
    color: white;
}

.eu-cookie-withdraw-banner {
    background: linear-gradient(90deg, rgb(2, 14, 38) 0%, rgb(0, 0, 74) 35%, rgb(8, 8, 255) 100%) !important;
}

#sliding-popup .popup-content #popup-text {
    color: #fff;
    float: left;
    font-weight: normal !important;
    margin: 5px 0 0;
    max-width: 60%;
    font-size: 14px !important;
}
.eu-cookie-withdraw-button {
    background-color: #020E26 !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: none !important;
    border: none !important;
    padding: 6px 14px !important;
    background-image: none !important;
    text-shadow: none !important;
    font-weight: normal !important;
} 

/*#sliding-popup.sliding-popup-bottom, #sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: linear-gradient(90deg, rgb(2, 14, 38) 0%, rgb(0, 0, 74) 35%, rgb(8, 8, 255) 100%);
}*/

.eu-cookie-compliance-banner {
  background: linear-gradient(
    90deg,
    rgba(2, 14, 38, 1) 0%,
    rgba(0, 0, 74, 1) 35%,
    rgba(8, 8, 255, 1) 100%
  ) !important;
  padding: 40px 50px 25px 50px;
  color: #fff;
}
.eu-cookie-compliance-message {
  max-width: 100%;
  padding-bottom: 30px;
  font-weight: bold;
}
#eu-cookie-compliance-categories a {
  color: #ffffff;
  text-decoration: underline;
}
.eu-cookie-compliance-categories input:not(.button) {
  width: auto;
}
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button {
  font-size: 15px;
  color: white;
  line-height: 2;
  border: 2px solid #ffffff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  margin-right: 16px;
  font-weight: bold;
}
#popup-text a {
  color: #ffffff;
  text-decoration: underline;
}
.eu-cookie-compliance-categories label {
  display: inline;
}
@media (max-width: 970px) {
  .sliding-popup-bottom {
    overflow-y: auto;
    max-height: 100vh;
  }
  .eu-cookie-compliance-banner {
    padding: 40px 20px;
  }
  .eu-cookie-compliance-message {
    font-size: 1rem;
  }
  .eu-cookie-compliance-category-description {
    font-size: 0.7rem;
  }
  /* .eu-cookie-compliance-buttons {
      padding-top: 20px;
    } */
}
.agree-button.eu-cookie-compliance-default-button {
  font-size: 15px;
  color: white;
  line-height: 2;
  border: 2px solid #ffffff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  font-weight: bold;
}
.eu-cookie-withdraw-tab {
  background: linear-gradient(
    90deg,
    rgba(2, 14, 38, 1) 0%,
    rgba(0, 0, 74, 1) 35%,
    rgba(8, 8, 255, 1) 100%
  );
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  transform: translate(0, -100%);
}
#eu-cookie-compliance-categories {
  max-height: 0;
  overflow: hidden;
  transition: 0.25s ease max-height;
  display: block;
  height: 100%;
  width: 100%;
}
#eu-cookie-compliance-categories.is-open {
  max-height: 999px;
}
.cookie-configuration-button {
  margin-top: 20px;
  display: block;
  text-decoration: underline;
}
.eu-cookie-compliance-close-button {
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  border: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(/themes/custom/alg/themes/custom/alg/img/placeholders/SVGs/icon-navigation-close.svg)
    center center no-repeat;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
.eu-cookie-compliance-banner {
  background: linear-gradient(
    90deg,
    rgba(2, 14, 38, 1) 0%,
    rgba(0, 0, 74, 1) 35%,
    rgba(8, 8, 255, 1) 100%
  ) !important;
  padding: 40px 50px 25px 50px;
  color: #fff;
}
.eu-cookie-compliance-message {
  max-width: 100%;
  padding-bottom: 30px;
  font-weight: bold;
}
#eu-cookie-compliance-categories a {
  color: #ffffff;
  text-decoration: underline;
}
.eu-cookie-compliance-categories input:not(.button) {
  width: auto;
}
.eu-cookie-compliance-default-button.eu-cookie-compliance-reject-button {
  font-size: 15px;
  color: white;
  line-height: 2;
  border: 2px solid #ffffff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  margin-right: 16px;
  font-weight: bold;
}

#popup-text p {
  font-size: 16px !important;
}

#popup-text p span {
  color: #ffffff;
  text-decoration: underline;
}

footer .footer__copyright {
  text-align: left;
  margin-top: 3px;
}

footer .footer__indra-logo {
  text-align: center;
  right: 15px;
  margin: 0;
}

.footer-bottom ul.menu a.is-active {
  color: #fff;
}

/* --------------------------------------------------------	*/

/*  Login  */

/* --------------------------------------------------------	*/

.user-panel {
  width: 90%;
  margin: auto;
}

.user-panel .form-login {
  margin: 50px auto;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  background: #3333;
}

.user-panel label {
  font-size: 14px;
  margin-top: 7px;
}

.user-panel .user-block {
  margin: 100px auto;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.user-panel .btn-lg {
  padding: 15px 25px;
  margin: 10px auto;
}

.user-panel input {
  width: 100%;
}

.user-panel .captcha,
.user-panel .form-actions {
  clear: both;
  margin-top: 20px;
}

.user-panel input.form-submit {
  width: auto;
  padding: 5px 15px;
}

.user-pane .messages {
  display: block;
}

.user-panel .logo-login {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background: transparent url(../img/logo-header.png) no-repeat center;
  height: 150px;
}

.user-pane .logo-login h4 {
  color: #333;
}

.user-pane .login-copyright-info {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .user-pane .logo-login h4 {
    padding-left: 20px;
  }
}

/* Cookies */

#sliding-popup .popup-content #popup-text {
  max-width: 100%;
  margin: 25px 5px 10px 0px;
}

.eu-cookie-compliance-categories label {
  font-size: 14px;
}

#sliding-popup .popup-content {
  margin-bottom: 20px;
}

#cookies-policy h3 {
  color: #333;
}
ul#contacto {
  margin-top: 152px;
  list-style: none;
}
#contacto h1 {
  text-align: center;
  font-size: 52px;
  font-weight: bolder;
}
.contact-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#contacto label {
  font-size: 16px;
}
.form-item-check01 {
  display: flex;
  gap: 8px;
}
.form-item-check02 {
  display: flex;
  gap: 8px;
}
#edit-check01 {
  height: fit-content;
}
#edit-check02 {
  height: fit-content;
}

/*Hamburguer*/

/* Estilos básicos para el botón */
.hamburger-menu {
  display: none; /* Por defecto, oculto. Lo mostraremos solo en móviles */
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 15px;
  position: relative;
}

.hamburger-menu span {
  background: #000; /* Color de las rallitas */
  display: block;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  transition: all 0.3s ease;
}

/* Estilos cuando se activa el menú */
.hamburger-menu.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hamburger-menu span {
  transition: all 0.4s ease; /* 0.4 segundos de transición */
}

/* Añade transiciones para el cambio de hamburguesa a "X" */
.hamburger-menu.active span:nth-child(1) {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.hamburger-menu.active span:nth-child(2) {
  transition: opacity 0.4s ease;
}

.hamburger-menu.active span:nth-child(3) {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.hamburger-menu.active + #block-prointec-main-menu ul {
  display: block;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  #block-prointec-main-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .hamburger-menu {
    display: block;
  }
  #block-prointec-main-menu {
    background-color: #fff;
    width: 100%;

    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1001;
  }

  #block-prointec-main-menu ul {
    margin: 0;
    padding: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .navbar {
    flex-wrap: unset !important;
  }
  .logo a img {
    width: 80px !important;
    transition: all 0.4s cubic-bezier(0.35, 1, 0.33, 1) 0s;
  }
  .not-front #main-content {
    margin-top: 130px;
  }
}

#video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#video-modal .modal-dialog {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
}

#video-modal .close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}
