.parrafo{
	font-size: 18px;
}

.icon-tiktok {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/tiktok.svg'); /* o PNG */
  background-size: cover;
}


/* Botón Scroll Whatsapp */

#whatsapp{
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 999999;
}


.btn-whatsapp {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  z-index: 1;
  border: none;
}

@keyframes pulse-border {
  0% {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.btn-whatsapp:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  pointer-events: none;
  z-index: -1;
}

.btn-whatsapp.whatsapp {
   background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%) !important;
}
.btn-whatsapp.whatsapp:after {
   background: linear-gradient(120deg, #54c7b5 0%, #4b9739 100%) !important;
}

#whatsapp a i{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

.modal-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
}

.close {
    float: right;
    cursor: pointer;
    font-size: 30px;
}

.modal-content input,
.modal-content select,
.modal-content button {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
/*
.modal-content button {
    background: #2ecc71;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.modal-content button:hover {
    background: #27ae60;
}
*/
.portfolio-img::before,
.portfolio-img::after {
    pointer-events: none;
}

.testimonial-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    height: 100%;
  }

  .avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
  }

  .stars {
    color: #fbbc04;
    font-size: 0.9rem;
  }

  .review-text {
    font-size: 0.95rem;
    color: #555;
  }


.fc .fc-daygrid-day-frame {
    min-height: 80px;
}

@media (max-width: 768px) {
    .fc .fc-daygrid-day-frame {
        min-height: 55px;
    }
}

