label {
color: #ffffff !important;
}

/*-----------------------------
Diseño responsivo y ajustable y 
con un ancho del 100% 
para el plugin Contact Form 7 
-------------------------------*/

div.wpcf7 .wpcf7-form-control {
  max-width: 95%;
}

.wpcf7 select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}


.wpcf7-text {
  width: 100%;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-submit{
background-color:purple!important;
color:white!important;
border:none;
padding:20px;
width: 40%;
}

.btn-whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 20px;
    bottom: 60px;
    z-index: 10000;
    background-color: transparent !important;
    animation: none;
    transition: none;
    pointer-events: auto;
}


.grecaptcha-badge { 
    visibility: hidden;
}