@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);
}
@font-face {
  font-family: thinLetter;
  src: url(../../../Assets/Fonts/VisbyCF-Thin.otf);
}
@font-face {
  font-family: Medio;
  src: url(../../../Assets/Fonts/VisbyCF-Regular.otf);
}
/*
body{
    padding: 50px 130px;
}
*/
.separator {
  display: flex;
  justify-content: end;
}

hr {
  height: 4px;
  background-color: #61a60e;
  border: none;
  width: 95%;
  opacity: 1;
}

.line-box {
  width: 100%;
}

.benefit {
  margin: 10rem;
  background-color: #0045ab;
  color: #fff;
  padding: 8% 0;
  width: 85%;
}

.mini {
  width: 100%;
  font-family: squareFont;
  text-align: center;
  margin: -12.7rem 0 10% -2%;
}

.mini h2 {
  background-color: #61a60e;
  color: #fff;
  padding: 1% 3%;
}

.info {
  width: 50%;
  padding: 0 0.9rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.data {
  line-height: 250%;
  padding-top: 1.8rem;
}

.description {
  margin: 0 0 0 1.8rem;
  line-height: 110%;
}

.description h4 {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0.6rem;
  color: #61a60e;
  font-weight: bold;
}

.data3 a {
  text-decoration: none;
  color: #fff;
}

.data3 a:hover {
  color: #fff;
  font-weight: 500;
}

.data1 p {
  font-weight: 200;
}

.data2 p {
  font-weight: bold;
}

strong {
  color: #61a60e;
}

.network-box {
  margin-top: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.network-box h4 {
  padding-bottom: 1.8rem;
}

.social-network {
  display: flex;
  justify-content: space-around;
}

.social-network img {
  width: 2.5rem;
}

form {
  width: 80%;
}

.inputs-box {
  width: 50%;
  padding: 0 0.9rem;
}

.text-box {
  width: 100%;
  height: 1.25rem;
  border: none;
  margin: 1.25rem 0;
  padding: 0.9rem;
  font-size: 1.5rem;
  font-family: MediumBold;
  color: #777777;
}

.first-box {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.text-box::-moz-placeholder {
  font-family: MediumBold;
  color: #afafb3;
}

.text-box::placeholder {
  font-family: MediumBold;
  color: #afafb3;
}

.textarea {
  width: 100%;
  height: 25rem;
  resize: none;
}

.flex-box {
  display: flex;
  justify-content: end;
}

.inputs-box button {
  border: none;
  background-color: #61a60e;
  color: #fff;
  font-family: squareFont;
  padding: 5px 23px;
  cursor: pointer;
}

.inputs-box button:hover {
  background-color: #528d09;
}

#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;
}

@media (max-width: 500px) {
  .mini h2 {
    white-space: nowrap;
  }

  .benefit {
    flex-direction: column;
  }
  .info {
    width: 100%;
  }
  .inputs-box {
    width: 100%;
    margin-top: 5rem;
  }

  #wsp-container {
    padding: 0rem 1rem 3rem 0px;
  }
} /*# sourceMappingURL=contact_style.css.map */
