.section-overlay {
  background: #000000;
  opacity: 0.7 !important;
}
.hometag {
  color: #fff;
}


.titleheader {
  background-color: orange;
  height: 120px;
  
}

.titleheader h5 {
  line-height: 120px;
  font-weight: bold;
  
}
.hometag {
  text-shadow: 0px 0px 50px #000;
}

.asystirio-section h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 70px;
}
.asistentedeservicios {
  background-image: url(ImgObjects/chat1.png) !important;
}

.confirmadordevista {
  background-image: url(ImgObjects/confirmador.png) !important;
}
.turnoswpai {
 background-image: url(ImgObjects/confirmador.png) !important;   
}
.preparacionprevisita {
    background-image: url(ImgObjects/confirmador.png) !important;   
}
.chatinterno {
  background-image: url(ImgObjects/confirmador.png) !important;      
}
.asistenteinapp {
 background-image: url(ImgObjects/confirmador.png) !important;         
}

.officeadminai {
 background-image: url(ImgObjects/confirmador.png) !important;             
}
.reportelenguaje {
     background-image: url(ImgObjects/confirmador.png) !important;             
}



/*card*/


ul {
  list-style: none;
  margin: 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.product-container{
  position: relative;
  
}
.card {
  position: relative;
  width: 340px;
  height: 460px;
  background: #232323;
  border-radius: 20px;
  overflow: hidden;
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--product-color);
  clip-path: circle(150px at 80% 20%);
  transition: .5s ease-in-out;
}
.card:hover:before {
  clip-path: circle(300px at 80% -20%);
}
.title {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 12px;
}
.bg-title {
  font-size: 10em;
  font-weight: 900;
  font-style: italic;
  color: rgba(255,255,255,.04);
  position: absolute;
  max-width: 120%;
  top: -150%;
  transition: .6s;
}
.card:hover .bg-title {
  transform: translateY(60%);
}
.photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  height: 220px;
  transition: .5s;
  
}
.card:hover .photo {
  top: 0%;
  transform: translateY(0%);
}
.photo img {
  position: absolute;
  width: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  transition: .5s;
  
}
.card:hover .photo img {
  width: 260px;
  top: 56%;
}
.content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 5;
}
.card:hover .content {
  height: 250px;
}

.feature {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}
.card:hover .feature {
  visibility: visible;
  opacity: 1;
  transition-delay: .5s;
}
.feature h3 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}
.feature span {
  min-width: 20px;
  padding: 0 4px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: .4s;
  border-radius: 4px;
  cursor: pointer
}
.feature span:hover {
  color: #000;
  background: var(--product-color);
}

.btn-buy {
  display:inline-block;
  padding: 10px 20px;
  background: #fff;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  cursor: pointer;
  outline:none;
}
.card:hover .btn-buy {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s;
  transition-delay: 0.5s;
  
}
.card:hover .btn-buy:hover {
  background: var(--product-color);
  transition-delay: 0;
  transition: 0.05s;
}

.product-1 {
  --product-color: #EB6CA4;
}
.product-2 {
  --product-color: #EFB2AF;
}
.product-3 {
  --product-color: #424242;
}
.product-4 {
  --product-color: #3E3A4C;
}
.product-5 {
  --product-color: #FEB500;
}

.card-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 18px 0;
}
.card .title {
  font-size: 22px;
}
.card-icon {
  color: #fff;
  font-size: 58px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tatsu-hevat8norgfwgmw9 .tatsu-section-pad {
  padding: 90px 0 !important;
}

.slide-icon {
  filter: grayscale(1) brightness(1.15);
}
.slide-icon-blue {
  filter: grayscale(1) brightness(1.15) sepia(1) hue-rotate(190deg) saturate(2);
}
.slide-icon-red {
  filter: grayscale(1) brightness(1.1) sepia(1) hue-rotate(330deg) saturate(2);
}
.slide-icon-green {
  filter: grayscale(1) brightness(1.1) sepia(1) hue-rotate(90deg) saturate(2);
}
.tatsu-column-bg-image  {
  opacity: 1 !important;
}
.wp-image-3370 {
  opacity: 1;
  border: none;
}

/* Align the three feature boxes to the top so icons line up */
.tatsu-hevat8lx7v7wzuh1 .tatsu-row {
  align-items: flex-start;
}
.tatsu-hevat8lx7v7wzuh1 .tatsu-column-align-middle {
  align-self: flex-start;
}
/*card*/
