/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.gtmed-pricing-slider {
  position: relative;
  padding: 20px 0;
}
.gtmed-pricing-slider .glider-prev,
.gtmed-pricing-slider .glider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: none;
}
.gtmed-pricing-slider .glider-prev {
  left: -45px;
}
.gtmed-pricing-slider .glider-next {
  right: -45px;
}

#floating-whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #25d366;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#floating-whatsapp a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#floating-whatsapp a i {
  font-size: 36px;
  color: #fff;
}

@media (max-width: 1350px) {
  .gtmed-pricing-slider .glider-prev,
  .gtmed-pricing-slider .glider-next {
    display: block;
  }
  .gtmed-pricing-slider .dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
  }
  .gtmed-pricing-slider .dots button {
    background: #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    cursor: pointer;
  }
  .gtmed-pricing-slider .dots .active {
    background: #333;
  }
}

@media (max-width: 576px) {
  #floating-whatsapp {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  #floating-whatsapp a i {
    font-size: 30px;
  }
}

/* Estilos para o modal de planos */
.plan-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-modal.modal-hidden {
  display: none;
}

.plan-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.plan-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.plan-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #444;
  transition: color 0.3s;
}

.plan-modal__close:hover {
  color: #000;
}

.plan-modal h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.plan-modal p {
  margin-bottom: 20px;
  color: #666;
}

.payment-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 16px;
}

.payment-form button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.terms-text {
  font-size: 14px;
  color: #666;
  margin: 15px 0;
  text-align: center;
}

.terms-link {
  color: #a11e26;
  text-decoration: underline;
}

.block-vertical-scroll {
  overflow: hidden;
}
