.colorGoa{
    color:#FE0000;
}

/* boton contacto */
.contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 13px 50px;
    color: var(--color-white);
    transition: 0.4s;
    border-radius: 5px;
  }

.textoCentrado{
    text-align: center;
}

.nosotrosPaddingtop{

    padding-top: 40px;
}


.serviciosPadding{
    padding-top: 20px;
}

.clientesPadding{

    padding:10px;
/*     padding-top: 60px;
    padding-bottom: 60px;  */
}

.paddingCero{

    padding: 0px;
}

.footer .footer-content{
    background:#1d1d1d;
    padding-top:20px;
    padding-bottom:10px;
/*  background-color: #00e1ff; /* Cambia este color al que desees */
 }


 .footer .footer-legal{
    background:#000;
 }

 .sombreado{
    padding: 40px;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    overflow: hidden;
 }

 .wsp{
    font-size: 20px;
    color: rgb(227, 0, 15);
 }

 .wsp:hover{
    font-size: 20px;
    color: #26C943;
 }

 .team .team-member .member-info  {
    padding: 5px 10px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    background: var(--color-white);
    margin: -40px 20px 0 20px;
    position: relative;
    border-radius: 8px;
}
 
.formulario-tam{
    height: 306px;
}

.foto_tamaño{
    padding: 6em;
}

/* INHABILITA EL LINK */
.disabled-link {
    text-decoration: line-through;
    color: gray; /* Opcional: Cambia el color para que se vea más como deshabilitado */
    pointer-events: none; /* Evita que el enlace sea clickeable */
    cursor: not-allowed; /* Cambia el cursor al pasar sobre el enlace */
  }

  .boton_form{
    background: var(--color-primary);
    border: 0;
    padding: 8px 35px;
    color: var(--color-white);
    transition: 0.4s;
    border-radius: 0;
}


.color_wsp{
    color: #26C943;
    font-size: 20px;
}


.separa_botones {
    margin-left: 20px;  /* Aumentar la separación entre botones */
}

.strikethrough { /*boton tachado*/
    text-decoration: line-through;
  }