* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Questrial", sans-serif;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  background-color: #f5f5f5;
}
section {
  width: 100%;
}

h1 {
  padding-top: 80px;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
}
h2 {
  font-size: 55px;
  font-weight: bold;
  width: 100%;
}

.benefits {
  margin-bottom: 20px;
  flex: auto;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.benefit-item svg {
  fill: #51d3bd;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.benefit-item h4 {
  margin: 0;
}

.pricing {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.benefitsContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-right: 20px;
}
.benefitRow {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.benefitRow span {
  margin-left: 6px;
}
.benefitRow .log {
  margin-left: 4px;
}
.benefitRow img {
  width: auto;
  height: 30px;
}
.benefitRow p {
  font-size: 30px;
  margin-left: 30px;
}

.basic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.basicLimit {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1120px;
}
.basic-content {
  width: 85%;
  height: 90%;
  display: flex;
}
.basic-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  height: 100%;
}
.basic-asset {
  width: 60%;
  height: 100%;
}
.basicAssetImg {
  width: 100%;
}

.backgroundImage {
  position: relative;
  width: 100%;
  z-index: -1;
}
.basicImgCity {
  position: absolute;
  bottom: -100px;
  left: 2.5%;
  right: 2.5%;
  width: 95%;
  height: 400px;
}
.admin {
  background-color: #effbf9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adminLimit {
  max-width: 1200px;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.admin-content {
  width: 85%;
  height: 80%;
  display: flex;
}
.admin-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 55%;
  height: 100%;
}
.admin-asset {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.adiminAssetImg {
  height: 100%;
}
.vigilance {
  background-color: #ddf5f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vigilanceLimit {
  max-width: 1200px;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vigilance-content {
  width: 85%;
  height: 80%;
  display: flex;
}
.vigilance-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 55%;
  height: 100%;
}
.vigilance-asset {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vigilanceAssetImg {
  width: 100%;
}

.security {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.securityLimit {
  max-width: 1200px;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.security-content {
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
}
.divsContainer {
  display: flex;
  flex-direction: row;
  height: 85%;
  width: 100%;
}
.manAssetContainer {
  height: 100%;
  width: 30%;
}
.manAsset {
  height: 100%;
}
.security-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 55%;
  height: 80%;
}
.security-asset {
  width: 45%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.securityImgCity {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
}
.security-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.security-right p {
  font-size: 25px;
  margin-bottom: 40px;
}
.securityImgBenefit {
  display: none;
}
.buttonContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  height: 50px;
  background: linear-gradient(0.25turn, #57d2bd, #60cac1, #39c3dd);
  border-color: #51d3bd;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.button {
  height: 50px;
  background: linear-gradient(0.25turn, #57d2bd, #60cac1, #39c3dd);
  border-color: #51d3bd;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button,
a.button span {
  color: #06090e;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 800px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
    font-weight: bold;
    width: 100%;
  }
  .benefitRow {
    margin-bottom: 10px;
  }
  .benefitRow img {
    width: auto;
    height: 20px;
  }
  .benefitRow p {
    font-size: 20px;
    margin-left: 30px;
  }
  .basicLimit {
    height: 250px;
  }
  .basicImgCity {
    height: 300px;
  }
  .adminLimit {
    height: 400px;
  }
  .securityLimit {
    height: 400px;
  }
  .security-right p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .securityImgCity {
    height: 300px;
  }
  .button {
    width: 250px;
    height: 40px;
  }
  .button span {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  body {
    margin-top: 50px;
  }
  h1 {
    background-color: #effbf9;
    font-size: 35px;
    padding-bottom: 40px;
  }
  h2 {
    text-align: center;
    font-size: 20px;
  }
  .benefitRow {
    margin-bottom: 20px;
  }
  .benefitRow img {
    height: 20px;
  }
  .benefitRow p {
    font-size: 15px;
    margin-left: 15px;
  }
  .imgPortos {
    width: auto;
    height: 40px;
  }
  .basic {
    background-color: #effbf9;
  }
  .basicLimit {
    height: auto;
  }
  .basic-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .basic-info {
    width: 100%;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .basic-asset {
    width: 100%;
  }
  .backgroundImage {
    display: none;
  }
  .admin {
    background-color: #ffffff;
  }
  .adminLimit {
    height: auto;
  }
  .admin-content {
    flex-direction: column;
  }
  .admin-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .admin-asset {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .adiminAssetImg {
    width: 40%;
    height: auto;
  }
  .security {
    background-color: #effbf9;
  }
  .securityLimit {
    height: auto;
  }

  .security-content {
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 40px 0;
  }
  .divsContainer {
    display: flex;
    flex-direction: row;
    height: 85%;
    width: 100%;
  }
  .manAssetContainer {
    display: none;
  }

  .security-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 80%;
    padding-left: 20px;
  }
  .security-asset {
    width: 50%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .securityImgCity {
    display: none;
  }
  .security-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .security-right p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  .securityImgBenefit {
    display: flex;
    width: 70%;
    height: auto;
    margin-bottom: 40px;
  }
  .button {
    width: 200px;
    height: 35px;
  }
  .button span {
    font-size: 15px;
  }
  .package {
    width: 100%;
  }
}

.packages {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  padding: 35px;
  margin-bottom: 35px;
  max-width: 1500px;
  margin: 0 auto;
}

.package {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.package h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
}

.benefit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.benefit img {
  width: 24px;
  margin-right: 10px;
}

.pricing {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

.pricing p {
  margin: 5px 0;
}

.pricing button {
  background-color: #00aaff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .package {
    max-width: 1200px;
    margin: 0 auto;
  }
}
