@font-face {
  font-family: squareFont;
  src: url(../../../Assets/Fonts/VisbyCF-Bold.otf);
}
@font-face {
  font-family: Demibold;
  src: url(../../../Assets/Fonts/VisbyCF-Light.otf);
}
@font-face {
  font-family: miFuente;
  src: url(../../../Assets/Fonts/VisbyCF-Heavy.otf);
}
@font-face {
  font-family: MediumBold;
  src: url(../../../Assets/Fonts/VisbyCF-Medium.otf);
}
body {
  height: 100%;
}

section {
  background-color: transparent;
}

#infrastructure-title {
  width: 90%;
  margin-top: 5rem;
}

#infrastructure-title h2 {
  background-color: #5f9600;
  padding: 0.9rem 1.5rem;
  color: #fff;
  font-family: squareFont;
}

.right-container hr {
  height: 4px;
  background-color: #61a60e;
  border: none;
  margin: 0;
}

.right-container {
  width: 100%;
  margin-left: 1.5rem;
  margin-top: 0.9rem;
}

.right-container h3 {
  color: #122d53;
  padding-top: 0.9rem;
  font-weight: bold;
  font-family: miFuente;
}

.separator-box h3 {
  color: #122d53;
  padding: 5% 0 8% 5%;
  font-weight: bold;
  font-family: miFuente;
}

.title-separator {
  width: 95%;
  margin: -5rem -5rem 0 0;
}

.title-separator hr {
  height: 4px;
  background-color: #61a60e;
  border: none;
  width: 100%;
  margin: 0;
}

/*
#administrate-container{
    background-color: transparent;
}
*/
.administrate-box {
  width: 85%;
  height: 32.25rem;
  background-color: #e0e0e0;
  position: relative;
}
@media (max-width: 500px) {
  .administrate-box {
    height: 20rem;
  }
}

.img-cont img {
  width: 25%;
  -o-object-fit: contain;
  object-fit: contain;
}

.title-box {
  /*
  content: "Administrativo";
  position: absolute;
  */
  background-color: #0045ab;
  padding: 1.8rem 2.5rem;
  font-family: squareFont;
  color: #fff;
}

.third-box hr {
  height: 4px;
  background-color: #61a60e;
  border: none;
  width: 67%;
  margin: 0;
  margin-top: 3.75rem;
}

.design-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 26.25rem;
  margin-top: 1.8rem;
  background-color: #e0e0e0;
  position: relative;
}

#wsp-container {
  width: 90%;
  height: 10%;
  padding: 50px 20px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#wsp-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: rgb(45, 177, 45);
  border-radius: 100%;
}

#wsp-container div i {
  font-size: 50px;
}

section {
  background-color: aliceblue;
}

@media (max-width: 500px) {
  #infrastructure-title h2 {
    font-size: 3rem;
  }
  .right-container h3 {
    font-size: 2.6rem;
  }
  #wsp-container {
    padding: 2rem 1rem 3rem 0px;
  }
} /*# sourceMappingURL=engineering_style.css.map */
