.menu_p {
  z-index: 0;
}

/* Servicios */
.my-card{
  width: 100%;
  height: 20rem;
  border-radius: 20px;
  border: 2px solid #FB7775;
  position: relative;
  overflow: hidden;
}
.first-part{
  width: 100%;
  height: 100%;
}

.first-part img{
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.text-part{
  position: absolute;
  display: flex;
  top: 20rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px;
  transition: all 0.5s;
}

.text-part .title-text-part{
  font-size: 20px;
  font-weight: 700;
}
/* animacion tarjejta */

.my-card:hover .text-part{
  top: 0px;
  transition: all 0.5s;
}

.caja {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 18rem;
}

.caja:hover .caja-text {
  font-size: 25px;
  transition: all 0.5s;
}

.caja img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cajac img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  margin: auto;
}

.caja-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: left;
  align-items: flex-end;
  align-self: self-end;
  align-content: end;
  padding: 20px;
  transition: all 0.5s;
}

.caja-text a {
  font-size: 18px;
  color: #fff;
}

.title-service {
  font-weight: 700;
  font-size: 23px;
  margin: 0px;
  color: #fff;
}

.cajas {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  height: 37rem;
}

.cajas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-part-form {
  overflow: hidden;
  height: 30rem;
}

.img-part-form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-part form .label {
  font-weight: 600;
  font-size: 18.5px;
}

.cont {
  margin-bottom: 10rem;
}

#logoDance {
  position: absolute;
  top: 20px;
  right: 30px;
}

.btn-light {
  color: black !important;
}

@media (max-width: 600px) {
  #logoDance {
    position: initial;
    margin: auto;
  }
  #slogan {
    width: 100%;
  }

  .cont {
    margin-bottom: 40px;
  }

  .banner {
    padding: 10px;
  }

  .separador {
    width: 80%;
  }
}
