* {
  --webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}
.menu a {
  margin: 0 20px;
  color: #fff;
  padding-bottom: 9px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-size: 1em;
}
.menu a:hover {
  border-bottom: 2px solid #002e6e;
}
.banner {
  width: 100%;
  height: 300px;
  background: url("img/nosotros.jpg");
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.titulo_proyecto {
  color: #002e6e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 13px;
  letter-spacing: 4px;
  line-height: 1.3;
}

.linea_epc {
  background-color: #00b8de;
  width: 70px;
  height: 4px;
  margin-left: 60px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.Tunnel {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 180px;
}

.tunnel_items {
  width: 470px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}

.titulo_tunnel {
  color: #002e6e;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 13px;
  letter-spacing: 4px;
  line-height: 1.3;
}
.contenedor_titulo {
  width: 100%;
  height: 300px;
  font-size: 37px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-right: 70px;
  letter-spacing: 5px;
}

.titulo_nos {
  color: #002e6e;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 4px;
  line-height: 1.3;
}

.descripcion_nos {
  color: #000000;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.descripcion_nos1 {
  color: #000000;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
}
.foto_blue {
  width: 100%;
  margin-bottom: 20px;
}

.foto_directores {
  width: 100%;
}
.linea_core {
  background-color: #002e6e;
  width: 50px;
  height: 230px;
  margin-right: 30px;
  border-radius: 5px;
}

.column {
  display: flex;
}
.contenedor_descrip {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-right: 220px;
}
.contenedor_vis {
  width: 100%;
}
.imagenc {
  width: 20%;
  margin-right: 60px;
  margin-left: 60px;
}

.imagenc4 {
  width: 14%;
  margin-right: 60px;
  margin-left: 60px;
}

.imagenc7 {
  width: 9%;
  margin-right: 60px;
  margin-left: 60px;
}
.contenedor_redes {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-bottom: 8px;
}

.redes {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none;
}
.footer {
  margin-top: 180px;
}

.contenedor_footer {
  padding-top: 70px;
  padding-left: 195px;
  padding-right: 195px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #002e6e;
}
.titulo-footer {
  color: #fff952;
}

/*----------NUEVO CARRUSEL----------*/
.wrapper {
  display: flex;
  max-width: 1000px;
  width: 100%;
  height: 650px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrapper i.button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: #002e6e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  transition: all 0.3s linear;
  z-index: 100;
  cursor: pointer;
}

i.button:active {
  transform: scale(0.94) translateY(-50%);
}

i#prev {
  left: 25px;
}

i#next {
  right: 25px;
}
.image-container {
  height: 600px;
  max-width: 380px;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-container .new-carousel {
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}

.new-carousel img {
  height: 100%;
  width: 100%;
  border: 10px solid #fff;
  object-fit: cover;
  border-radius: 18px;
}
