
/* BOTON */
.wpcf7-submit{
background-color:#f4ff72;
color:black;
letter-spacing: 3px;
border:none;
padding:15px;
margin-top: 10px;

}

/*LABEL ETIQUETA */
.wpcf7 label {
    font-size: auto;
    margin-top: 10px;

}


/* CAMPO TEXTAREA */
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
   border:none;
   box-shadow:none;
   border-radius:0;
   border-bottom:1px solid #4F200D;
   background: #F9F8F6;
   text-transform: uppercase;
   font-weight: bold;
}

.wpcf7-text {
width: 100%;
}

/* CF7 STYLE CAMPOS*/
.wpcf7-form textarea { min-height: 120px; }
/* Placeholders */
.wpcf7-form ::placeholder { 
    color: #94B3FD; 
    font-style: normal; 
    font-weight: bolder; 
    opacity: 1; }
.wpcf7-form ::-webkit-input-placeholder { 
    color: #94B3FD; 
    font-style: normal; 
    font-weight: bolder; 
    opacity: 1; }
.wpcf7-form :-ms-input-placeholder { 
    color: #94B3FD; 
    font-style: normal; 
    font-weight: lighter; opacity: 1; }
.wpcf7-form ::-ms-input-placeholder { 
    color: #94B3FD; 
    font-style: normal; 
    font-weight: bolder; 
    opacity: 1; }


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="textarea*"],
.wpcf7 input[type="url"],

.wpcf7 textarea { 
    border: 0px 2px solid #000;  
    padding-top:10px;
    padding-bottom: 10px;
    color: #4D77FF; 
    font-style: normal; 
    font-weight: bolder; 
    text-transform: uppercase;
    opacity: 1; }

}

/* SELECCION MENU */
.wpcf7-select {
    border: 0px 2px solid #000;  
    padding-top:10px;
    padding-bottom: 10px;
    color: #4D77FF; 
    font-style: normal; 
    font-weight: bolder; 
    text-transform: uppercase;
    opacity: 1; }





/* LISTADOS */
.wpcf7-list-item {
    margin:auto;
    font-weight: bold;
    color: #000;
    font-size: auto;

}

.wpcf7-list-item-label {
    margin-left: 1px;
    display: inline-block;
    background:#f4ff72;
    padding: 3px;
    
}

/* TEXTO RESALTADO */
mark {
  background-color: #FFF2EF;
  font-weight: bold;
}

/*
ADIOS GOOGLE CAPTCHA
*/

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* MENU ABIERTO */

.is-menu-open {
  display: block;
  position: fixed;
  top:10px;
  width: auto;
  height: auto-flow;
    
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    font-size:40px;
    letter-spacing: 7px;
}

/* PORCENTAJE DE CUPON EN CONTRATO*/
.CUPON3BODAS .wpcf7-list-item-label {
    font-size: 0%;
}

.uacf7_conditional a {
    font-size: 1em;
}
