* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
  color: #324b5e;
}

header {
  height: 5vh;
  text-align: start;
  margin: 2vh 0 1vh 4vw;
}

hr {
  border: 1px solid #d9dbe9;
  margin-bottom: 10vh;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  margin: 18px 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

div.container {
  margin-left: 100px;
}

section.principal_body {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

section.principal_body div.principal_section {
  flex-basis: 45%;
  margin-right: 30px;
}

section.principal_body div.principal_section p.subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

section.principal_body div.principal_section p.link_to {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin: 18px 0;
}

div.principal_section p.link_to a.timeJobs_link {
  color: rgb(235, 57, 116);
}

div.principal_body div.principal_image {
  flex-basis: 40%;
}

section.rrss {
  display: flex;
  flex-flow: row wrap;
}

section.rrss p {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

section.rrss div.icons_rrss {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: space-around;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 48px;
    font-weight: 800;
  }

  div.container {
    display: flex;
    margin-left: 10px;
    justify-content: center;
    text-align: center;
    flex-flow: row wrap;
  }

  section.principal_body {
    flex-flow: row wrap;
  }

  section.principal_body div.principal_section {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  section.principal_body .principal_image {
    margin-left: 13%;
  }

  section.principal_body div.principal_section p.subtitle {
    padding: 10px;
    text-align: center;
    font-size: 16px;
  }

  section.principal_body img {
    width: 70vw;
  }

  section.rrss {
    margin-top: 50px;
    text-align: center;
  }

  section.rrss div.icons_rrss {
    margin-top: 20px;
    width: 100%;
    justify-content: space-evenly;
  }
}
