html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Titillium";
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 10px;
}

a {
  color: inherit;
}

.bg-image {
  background-image: url(../../images/bg-image.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px 60px;
}

.header img {
  max-width: 170px;
  height: 20px;
}

.header h1{font-size: 14px; margin-top: 0; margin-left: 30px;}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.main .h2 {
  font-size: 3.2rem;
  color: #f71717;
  margin: 0;
}

.main .h3 {
  font-size: 2.8rem;
  margin: 0;
}

.main .h2 span {
  font-weight: 700;
}

.wrap-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(322px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0 60px 0;
}

.wrap-items .item-camposanto {
  border-right: 2px solid #ffffffb3;
}

.wrap-items .item-camposanto,
.wrap-items .item-seguro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-items .item-camposanto .info-text,
.wrap-items .item-seguro .info-text {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.wrap-items a {
  text-decoration: none;
  cursor: pointer;
}

.wrap-items .bg-circle1 {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  color: #000;
  padding: 3px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.wrap-items .bg-circle2 {
  background: #fff;
}

.wrap-items .bg-circle2 {
  width: 100%;
  height: 100%;
  border-radius: 1000%;
  border: 2px solid white;
  position: relative;
  margin: auto;
}

.wrap-items .bg-circle1:hover,
.wrap-items .bg-circle1:hover .bg-circle2 {
  background-color: #f71717;
  color: #fff;
}

.wrap-items .bg-circle2 h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 40px 0 0;
  line-height: 1;
  display: inline-block;
}

.wrap-items .bg-circle2 h2.title-seguro {
  margin-top: 34px;
}

.wrap-items .bg-circle2 .flores {
  max-width: 160px;
  position: absolute;
  right: 12%;
  bottom: -25%;
}

.wrap-items .bg-circle2 .palomo {
  max-width: 14rem;
  position: absolute;
  right: 18%;
  bottom: -25%;
}

.footer {
  background-color: #323136;
  padding: 0.3rem 0;
}

.footer .info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
.d-block-rwd {
  display: none;
}

@media (max-width: 820px) {
  .d-block-rwd {
    display: block;
  }

  .header {
    justify-content: start;
    padding-bottom: 60px;
  }

  .main h1 {
    font-size: 2.8rem;
  }

  .main .h2 {
    font-size: 2.8rem;
  }

  .wrap-items {
    display: block;
    margin-top: 40px;
  }

  .wrap-items .item-seguro {
    margin-top: 80px;
  }

  .wrap-items .item-camposanto{border:0;}
}

@media (max-width: 520px) {
  .main h1,
  .main .h2 {
    font-size: 1.8rem;
  }
  .main .h3{font-size:2.2rem;}

  .wrap-items .bg-circle1 {
    width: 160px;
    height: 160px;
  }

  .wrap-items .item-seguro {
    margin-top: 60px;
  }

  .wrap-items .item-camposanto .info-text, .wrap-items .item-seguro .info-text{font-size: 1.6rem;}

  .wrap-items .bg-circle1 .flores {
    max-width: 100px;
  }

  .wrap-items .bg-circle1 .palomo {
    max-width: 80px;
  }

  .wrap-items .bg-circle2 h2 {
    font-size: 1.8rem;
  }

  .header h1{font-size: 11px; margin-top: 0; margin-left: 20px;}
}
