.contacto-tabla h3{
    line-height: 1;
    padding: 20px 25px;
    background-color: var(--bg-secondary);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'TT Fors Semibold';
}

.contacto-tabla .wpb_text_column.wpb_content_element{
    margin-bottom: 20px;
}

.contacto-tabla table td{
    padding: 12px 10px;
    font-size: 13px;
}

.contacto-tabla table :is(tbody,tfoot) th{
    font-size: 13px;
}

.contacto-tabla table tbody tr:last-child{
    border-bottom: 2px solid #fff;
}

.contacto-tabla .wd-el-table :is(td,th){
    width: 21%;
}

.contacto-tabla td a::before{
    content: '';
    background-image: url(/wp-content/uploads/2024/06/Group-13.svg);
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contacto-tabla td a{
    width: max-content;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    color: var(--wd-text-color);
}

.contacto-tabla td a:hover{
    text-decoration: underline;
}

.tcn-form .wpcf7-not-valid-tip{
    width: 100%;
}

body .wpcf7-list-item{
    margin-inline-end: 0;
}

.accept-terms + p{
    margin-bottom: 0;
    margin-top: 20px;
}

body .wpcf7-acceptance .wpcf7-list-item{
    display: inline-block;
    transform: translateY(-1px)
}

.tcn-form select option:first-child{
    display: none;
}