* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14vh;
}
main .titles .first-title {
  padding-top: 10px;
  text-align: center;
  font-family: Verdana;
  font-size: 30px;
  color: #00ADB5;
  text-shadow: 1px 1px 3px;
}
main .titles .subtitle {
  font-size: 22px;
  text-align: justify;
  font-family: sans-serif;
  padding: 0 10px 0 10px;
  background-color: #EEEEEE;
  padding-bottom: 10px;
  padding-top: 20px;
  border-radius: 20px;
  margin: 0;
}
main .seguros {
  background: linear-gradient(#393E46, #222831);
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
  padding-top: 40px;
  width: 100%;
}
main .seguros h1 {
  text-align: center;
  width: 100%;
  grid-column: span 2;
  color: #EEEEEE;
  margin-top: 0;
  font-size: Arial;
  font-weight: bold;
}
main .seguros box {
  margin-bottom: 35px;
  text-align: center;
  width: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .seguros box a {
  text-decoration: underline;
}
main .seguros box img {
  background-color: #EEEEEE;
  border-radius: 20%;
  border: 2px solid #00ADB5;
  width: 150px;
  height: 125px;
  box-shadow: 0px 2px 10px;
  object-fit: cover;
}
main .seguros box p {
  color: #00ADB5;
  font-weight: bolder;
  font-size: 26px;
  font-family: Arial;
}
main .benefits {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  margin-top: 25px;
  text-align: center;
}
main .benefits-card {
  background-color: #EEEEEE;
  margin: 10px;
  display: grid;
  padding: 5px 5px 5px 5px;
  grid-template-columns: 25% 75%;
  border-radius: 10px;
  align-items: center;
}
main .benefits-card img {
  width: 100%;
}
main .benefits-card h2 {
  color: #00ADB5;
}
main .benefits-card p {
  font-size: 20px;
}

@media (min-width: 768px) {
  .first-title {
    font-size: 48px !important;
  }
  .subtitle {
    padding-bottom: 15px !important;
  }
  main #seguros {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    border: 2px solid #222831;
    padding-bottom: 40px;
    border-radius: 15px;
  }
  main #seguros img {
    box-shadow: 0px 2px 5px;
    width: 200px;
    height: 175px;
  }
  main #seguros box {
    min-height: 250px;
    width: 200px;
    margin: 20px;
  }
  main #benefits {
    grid-template-columns: 50% 50%;
  }
  main #benefits h1 {
    grid-column: span 2;
  }
  main #benefits box {
    width: 95%;
  }
}

/*# sourceMappingURL=seguros.css.map */
