*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #008b8b;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: #008b8b;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h3 {
  text-align: center;
  color: #008b8b;
  font-size: 30px;
}

h1 {
  text-align: center;
  color: #008b8b;
  font-size: 30px;
  margin: 30px 0px 15px 0px;
}

p {
  color: #008b8b;
}

header {
  background-color: #ebf5ee;
  color: #0eb0ab;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  width: 100%;
}
header img {
  width: 300px;
  margin-bottom: 20px;
  margin: 10px;
}
header nav {
  margin-bottom: 20px;
}
header nav a {
  margin: 15px;
  color: #008b8b;
  font-size: 20px;
  transition: 0.3s;
}
header nav a:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 8px solid red;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 10px;
}
@media (max-width: 576px) {
  header nav a {
    display: block;
  }
}
header nav a:hover {
  color: #e20914;
}

.oculto {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.boton {
  background-color: #0eb0ab;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.boton:hover {
  background-color: #023e8a;
}

footer {
  background-color: #ebf5ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px 0px 0px;
  text-align: center;
  width: 100%;
}
footer p {
  margin: 0px 10px;
  color: #008b8b;
  margin-top: 5px;
}
footer div {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  box-shadow: none;
  padding: 20px 30px 30px 30px;
  background-color: #ebf5ee;
}
footer div a {
  margin: 0 20px;
}
footer div img {
  width: 40px;
  height: auto;
  padding: 0;
}

.blanco {
  background-color: #FFFFf1;
}
.blanco div {
  background-color: #FFFFf1;
}

h3 {
  color: #e20914;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}

.servicios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.servicio {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divGrid {
  display: grid;
  grid-template-columns: 50% 50%;
  place-content: center;
}
.divGrid p {
  text-align: center;
  background-color: #FFFFf1;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  color: #008b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.serviciosGrid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .serviciosGrid {
    display: flex;
    flex-direction: column;
  }
  .serviciosGrid #imgBienestar {
    order: 1;
  }
  .serviciosGrid #divEmpresarial {
    order: 2;
  }
  .serviciosGrid #divGrid {
    order: 2;
  }
  .serviciosGrid #divImg {
    order: 1;
  }
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.divEmpresarial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.divEmpresarial div {
  background-color: #ebf5ee;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 80%;
}
.divEmpresarial div p {
  text-align: center;
  color: #008b8b;
}
.divEmpresarial span {
  font-weight: 800;
}

.imgAsistencial {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.imgEmpresarial {
  width: 60%;
  height: auto;
  border-radius: 10px;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.column p {
  width: 60%;
}

.membresia {
  background-color: #FFFFf1;
  width: 100%;
}
.membresia a {
  padding: 10px;
}
.membresia a img {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 16px;
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
}
.membresia a img:hover {
  transform: scale(1.05) rotate(-0.5deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  filter: brightness(1.1) contrast(1.05);
}

.asistencialesDiv {
  background-color: #ebf5ee;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.bienestarDiv {
  background-color: #FFFFf1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.contablesDiv {
  background-color: #ebf5ee;
  margin: 0;
  width: 100%;
  padding-bottom: 20px;
}

.temporalesDiv {
  background-color: #FFFFf1;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
}

.tempsPs p {
  background-color: #ebf5ee;
}

.divTarjeta {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-items: center;
  font-size: 25px;
}
@media (max-width: 576px) {
  .divTarjeta {
    display: flex;
    flex-direction: column;
    font-size: 15px;
  }
  .divTarjeta p {
    order: 2;
    margin-bottom: 10px;
  }
  .divTarjeta a {
    order: 1;
  }
}
.divTarjeta p {
  text-align: center;
  width: 60%;
}

.card {
  width: 500px;
  height: 300px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .card {
    width: 400px;
  }
}
.card img {
  width: 100%;
  height: auto;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.card-back {
  transform: rotateY(180deg);
}

/*# sourceMappingURL=servicios.css.map */
