* {
  --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/proyectos.jpg");
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.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;
}
.proyectos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.containers {
  padding: 1em 0;
  float: left;
  width: 82%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  margin: 10px;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
}

.fadeIn-bottom {
  top: 80%;
}
.frase {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 195px;
  padding-right: 195px;
}

.text {
  color: #002e6e;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

.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;
}
