/*
 Theme Name:   Zenas Consultora
 Description:  GeneratePress child theme for Zenas Consultora
 Template:     generatepress
 Version:      0.1
*/



h2, .gb-text, .text-balance {
    text-wrap: balance;
}



/* home hero img */
div.gb-element-d0d5424d::before {
    background-image: linear-gradient(135deg, rgba(0, 51, 111, 0.9) 30%, rgba(51, 188, 211, 0.8) 100%);
}

/* Tablas */
table {
    margin-bottom: 4em;
}
tr:nth-child(even) {
    background-color: var(--base-2);
}
thead tr {
    text-align: left;
    text-transform: uppercase;
    background-color: #055FC8;
    color: white;
    text-shadow: 0 1px 3px #00043c;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
}

/* Formulario CF7 */
.wpcf7 form label,
.wpcf7 form label span {
    display: block;
    margin-bottom: 0.5em;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    border: none;
    max-height: 120px;
}

.wpcf7-list-item {
    margin: 0;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
span.wpcf7-list-item label input {
    margin: 7px 7px 0 0;
}



/* utilidades */
.b-radius {
    border-radius: 16px;
}