.h7 {
    font-size: 0.05rem;
}

.whatsapp-floating-button{
position: fixed;
    pointer-events: auto;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}


.cta-whatsapp-btn {
align-items: center;
}

.cta-whatsapp-btn .btn.btn-wa {
    background: linear-gradient(to right, #61be44 0%, #29a219 50%, #61be44 100%);


  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.5s ease-in-out;
    border-radius: 1.5rem;
    border: none;
    padding: 10px 25px 10px 25px;
    overflow: hidden;
    z-index: 0;
    border: none!important;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-flex;
    align-items: center;  /* Centra verticalmente */
    gap: 0.5rem;           /* Espacio entre el ícono y el texto (opcional) */
    text-decoration: none;
}

.cta-whatsapp-btn .btn.btn-wa:hover {
    background-position: right center;
    
}

form input.form-input-gray-light,
form select.form-input-gray-light,
form textarea.form-input-gray-light {
    background-color: #fbfbfb!important;
}

form input.form-input-gray,
form select.form-input-gray,
form textarea.form-input-gray {
    background-color: #ebe9e9!important;
}

.form-floating > label.label-gray-light::after{
     background-color: transparent!important;
}

.captcha-info {
    color: gray;
    font-size: 11px;
}

.whatsapp-floating-button-show {
  animation: fadeIn 0.4s both;
}

.whatsapp-floating-button-hide {
  animation: fadeOut 0.4s both;
}

.wa-floating-icon {
    margin-bottom: .5rem;
    margin-left: .6rem;
    margin-right: .6rem;
    width: 3.5rem;
}

.container-fluid-complete {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
}

.bg-dark-secondary-color {
    background-color: #f5f5f5!important;
}

.column-bg-dark-section {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    z-index: 1;
    overflow: hidden;
}

.column-bg-dark-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* negro con 30% de opacidad */
  z-index: 2;
}

.column-bg-dark-section > * {
  position: relative;
  z-index: 2;
}

.column-bg-dark-section .column-bg-dark-content{
    height: 100%;
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
}

.column-bg-dark-section .column-bg-dark-content .section-title,
.column-bg-dark-section .column-bg-dark-content .section-title h3,
.column-bg-dark-section .column-bg-dark-content .section-title h3 > span {
    color: #FFFFFF!important;
    background: none!important;
    -webkit-text-fill-color: #FFFFFF!important;
}

.column-bg-dark-section .column-bg-dark-content .cta-box-item .icon-box {
    background-color: var(--blue-accent-color);
}

.column-bg-dark-section .column-bg-dark-content .cta-box-item .icon-box:hover {
    background-color: var(--accent-secondary-color);
}

.column-bg-dark-secondary-section .card {
    background-color: #FFFFFF;
    border: none!important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/*btn submit*/
.btn-submit{
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    background: linear-gradient(to right, var(--green-accent-color) 0%, var(--green-secondary-color) 50%, var(--green-accent-color) 100%);
    background-size: 200% 100%;
	border-radius: 100px;
    border: none;
    padding: 17px 54px 17px 25px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-submit:hover{
	background-position: right center;
}

.btn-submit::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../img/icons/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-25px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-submit:hover::before{
	transform: translate(-22px, -50%);
}



/*btn action*/
.btn-action{
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    background: linear-gradient(to right, var(--action-secondary-color) 0%, var(--action-accent-color) 50%, var(--action-secondary-color) 100%);
    background-size: 200% 100%;
    background-position: left center;
    transition: background-position 0.5s ease-in-out;
	border-radius: 100px;
    border: none;
    padding: 17px 54px 17px 25px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-action:hover{
	background-position: right center;
}

.btn-action::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../img/icons/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-25px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-action:hover::before{
	transform: translate(-22px, -50%);
}


.service-form-info{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.service-form-info .service-form-info-content {

}

.service-form-info .service-form-info-content .card {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



.form-with-overlay {
    position: relative;
}

.form-with-overlay .form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* o negro con opacidad */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.form-with-overlay .form-overlay.gray{
    background-color: rgba(245, 245, 245, 0.8); /* o negro con opacidad */
}

/* Loader circular animado */
.form-with-overlay .form-overlay .loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.grecaptcha-badge { 
    visibility: hidden; 
}


.bg-shape-square {
    background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  overflow: hidden!important;
  height: auto!important;
}

.text-justify {
  /*text-align: justify;*/
}

.why-choose-item i.icon {
    width: 3.5000rem !important;
    height: 3.5000rem !important;
}

html {
  scroll-behavior: smooth;
}

/* Justify text globally */
.text-justify {
  /*text-align: justify !important;*/
}

/* Justify text on small screens and up (≥576px) */
@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
  }
}

/* Justify text on medium screens and up (≥768px) */
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
  }

  .best-service-item .icon-box i {
		width: 3.5000rem!important;
    	height: 3.5000rem!important;
	}
}

/* Justify text on large screens and up (≥992px) */
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
}

/* Justify text on extra-large screens and up (≥1200px) */
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
  }
}

/* Justify text on extra-extra-large screens and up (≥1400px) */
@media (min-width: 1400px) {
  .text-xxl-justify {
    text-align: justify !important;
  }
}

.wa-floating-icon{
  width: 3.5rem;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 576px) {
  .wa-floating-icon{
    width: 3rem;
    
  }
}