.bg-rose {
  border-radius: 30px;
  background-color: rgba(178, 151, 199, 0.0823529412);
}

.bg-gris {
  background: #F5F5F5;
}

:root {
  --default-color: #1a1f24;
  --heading-color: #485664;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Servicios Section
--------------------------------------------------------------*/
a {
  text-decoration: none !important;
  transition: 0.3s;
  /* color: #ffffff; */
  color: #3470B6;
}

.services .img {
  border-radius: 8px;
  /* overflow: hidden; */
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  background: color-mix(in srgb, #ffffff, transparent 5%);
  padding: 50px 30px;
  margin: -20px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: white;
  /* background: linear-gradient(45deg, $azul-marino-claro, $azul-claro); */
  color: #F9F8F9;
  border: 6px solid #F9F8F9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: #183B6C;
}

.services .service-item:hover .details .icon {
  background: #ffffff;
  border: 2px solid #183B6C;
}

.services .service-item:hover .details .icon i {
  color: #183B6C;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

.zetaIndex {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.square {
  height: 70%;
  width: 100%;
  background-color: #F6EAEE;
}
