/* 
    Theme Name: Tu Contrato
    Theme URI: 
    Author: tekoestudio
    Author URI: https://tekoestudio.com
    Description: Tema diseñado para el ...
    Version: 1.0
    Requires at least: 4.9.6
    Requires PHP: 5.2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexbox, responsive, teko-grid, tekoestudio, css
    Text Domain: tkthemewp

*/

.logo img,
.logo-footer img{
    width: 150px;
}
.feature-card-items .icon {
    background: transparent !important;
}

.process-items .content {
    width: 75%;
}
.process-wrapper .process-content .process-ber .process-items {
    gap: 0;
    justify-content: space-between;
}

.process-wrapper .process-content .process-ber .process-items .number {
    max-width: 40px;
}
.accordion-body ul {
    padding-left: 1.5rem;
    list-style: disc;
}
* {
    text-transform: none !important;
}

.service-main-items .service-card {
    min-width: 300px;
}

.appointment-wrapper .contact-content .contact-form-items .form-clt input[disabled] {
    color: #000 !important;
    background: rgba(255,255,255,0.7);
}