/*-------------------------------------------------------------------------*/

/* Archivo CSS para modificar CCS de los formularios de CALDERA FORMS 

/*-------------------------------------------------------------------------*/

/***************************************************************************/

/*-------------------------------------------------------------------------*/

/* (INICIO) FORMULARIO

/*-------------------------------------------------------------------------*/

/* listado de archivos enviados*/

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}


.caldera-grid .checkbox-inline{
    color: var(--color-principal);
}

input[type="text"],
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="phone"],
input[type="url"], 
input[type="search"], 
input[type="date"] {

    font-size: 16px;
    padding: 16px;
    border-radius: 15px !important;
    height: 56px !important;
}

textarea {
    height: 156px !important;    
    background-color: var(--color-fondo) !important;  
}

.caldera-grid .form-control:focus {
    border: 1px solid var(--color-principal);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--color-principal);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--color-principal);
    background-color: var(--color-fondo-focus) !important;
}

.container-wrap input[type="text"],
.container-wrap textarea, 
.container-wrap input[type="email"], 
.container-wrap input[type="password"], 
.container-wrap input[type="tel"], 
.container-wrap input[type="phone"], 
.container-wrap input[type="url"], 
.container-wrap input[type="search"], 
.container-wrap input[type="date"] {
    background-color: var(--color-fondo);
    border: 1px solid var(--color-principal);
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 16px;
    -o-box-shadow: none;
    padding: 16px;
}

.container-wrap input[type="text"]:focus,
.container-wrap textarea:focus, 
.container-wrap input[type="email"]:focus, 
.container-wrap input[type="password"]:focus, 
.container-wrap input[type="tel"]:focus, 
.container-wrap input[type="phone"]:focus, 
.container-wrap input[type="url"]:focus, 
.container-wrap input[type="search"]:focus, 
.container-wrap input[type="date"]:focus {
    border-color: var(--color-principal) !important;
}


.caldera-grid textarea.form-control {
    background-color: var(--color-fondo) !important;
    border: 1px solid var(--color-principal) !important;
}

.caldera-grid .form-control {
    background-color: var(--color-fondo);
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid var(--color-principal);
    border-color: var(--color-principal);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* Span the full width of the column */
.caldera-grid .btn {
    width:100%;
}
body[data-form-submit="regular"] .container-wrap input[type=submit]{
    background-color: var(--color-principal) !important;
    border-radius: 15px!important;
    text-transform: uppercase;
    color: var(--color-texto-boton) !important;
    border-color: var(--color-principal);
}


body[data-form-submit="regular"] input[type=submit]:hover, 
body[data-form-submit="regular"] button[type=submit]:hover {
    opacity: 0.85;
    background-color: var(--color-boton-hover) !important;
    color: var(--color-texto-boton-hover) !important;
    border-color: var(--color-boton-hover);
}

.caldera-grid select {
    background-color: var(--color-fondo) !important;
    height: 56px !important;
    border-radius: 15px !important;
    padding: 6px 12px !important;
    border: 1px solid var(--color-principal) !important;
    font-size: 16px !important;
}
/* Boton enviar  */
.caldera-grid .btn {
    color: var(--color-texto-boton) !important;
    background-color: var(--color-boton) !important;
    border: thin solid transparent;
    transition: all 0.4s;
    border-radius: 25px!important;
    text-transform: uppercase;
    padding: 15px 22px!important;
}
.caldera-grid .btn:hover{
    border-color: var(--color-boton-hover) !important;
    color: var(--color-texto-boton-hover) !important;
    background-color: var(--color-boton-hover) !important;
}

.caldera-grid .row {
    padding-bottom: 0px;
}

/* (FIN) FORMULARIO