/*-------------form request quote---------*/
.am-content-form label span {
    color: var(--secondary-color);
}
.form-cf7-section br,
.form-cf7-section p:empty,
.form-cf7-section .wpcf7-not-valid-tip {
    display: none;
}
.form-cf7-section .am-content-form {
    display: flex;
}
.form-cf7-section .am-content-form > .form-column-1-1 {
    width: 100%;
}
.form-cf7-section .am-content-form > .form-column-1-2 {
    width: 48%;
}
.form-cf7-section .am-content-form > .form-column-1-2:nth-child(even) {
    margin-left: 4%;
}
.form-cf7-section .am-content-form > .form-column-1-3 {
    width: 32%;
}
.form-cf7-section .three-column-row > .form-column-1-3:nth-child(even) {
    margin: 0 2%;
}
.form-cf7-section select {
    background-image: url(/wp-content/themes/ai-childtheme/img/Arrow-down.svg) !important;
    background-position: 96% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}
.form-cf7-section input,
.form-cf7-section select,
.form-cf7-section textarea {
    border: solid 2px #dddddd !important;
    color: #333 !important;
    border: none;
    border-bottom: none;
    width: 100%;
    padding: 0.938em;
    border-radius: initial;
    box-shadow: none !important;
    padding-right: 2em;
    line-height: 1.4;
}
.form-cf7-section textarea {
    min-height: 90px;
    height: 90px;
    overflow: hidden;
    line-height: 1.3;
}
.form-cf7-section input[type='submit'] {
    padding: 0.5em 0 !important;
    border-radius: initial;
    border-bottom: none;
}
.form-cf7-section .content-input input:focus,
.form-cf7-section .content-input textarea:focus {
    padding-top: 1.375em;
    padding-bottom: 0.5em;
    box-shadow: none !important;
}
.form-cf7-section .icon-checked-2 {
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    left: -30px;
    top: 6px;
}
.form-cf7-section .content-input {
    position: relative;
    margin-bottom: 1em;
}
.form-cf7-section .icon-checked-3 {
    font-size: 1.563em;
    position: absolute;
    color: #5eba7d;
    z-index: 1;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    display: none;
}
.form-cf7-section .icon-warning {
    font-size: 1.563em;
    position: absolute;
    color: #ff6600;
    z-index: 1;
    right: 8px;
    top: 50%;
    margin-top: -14px;
    display: none;
}
.form-cf7-section .title-input {
    position: absolute;
    color: #333;
    z-index: 1;
    padding: 0;
    font-size: 0.6em;
    display: none;
    top: 8px;
    -webkit-animation-name: moveit2;
    -webkit-animation-duration: 0.1s;
    animation-name: moveit2;
    animation-duration: 0.1s;
    left: 20px;
}
.form-cf7-section .focus-on {
    display: block;
    top: 8px;
}
.form-cf7-section .icon > span,
.form-cf7-section .icon-checked-2 {
    display: none;
}
@-webkit-keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
@keyframes moveit2 {
    from {
        top: 20px;
    }
    to {
        top: 8px;
    }
}
.form-cf7-section ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e8e8e !important;
}
.form-cf7-section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8e8e8e !important;
}
.form-cf7-section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8e8e8e !important;
}

.form-cf7-section .am-form-section hr{
    height: 2px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
}
@media only screen and (max-width: 600px) {
    .form-cf7-section .am-content-form > .form-column-1-1,
    .form-cf7-section .am-content-form > .form-column-1-2,
    .form-cf7-section .am-content-form > .form-column-1-3 {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .form-cf7-section .am-content-form {
        display: block;
    }
}
/*-------------eo form request quote---------*/
/*-------------Events form request---------*/
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
    min-width: inherit;
}
.step-block-wrapper {
    display: none;
}
.link-linting-box a {
    display: inline-block !important;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-left: 0px;
}
.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item input {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    height: 18px;
}
.wpcf7-checkbox .wpcf7-list-item span,
.wpcf7-radio .wpcf7-list-item span {
    display: block;
    color: var(--medium-grey);
    vertical-align: middle;
}
/*-------------eo Events form request---------*/
/* -------------------------------------------*/
.form-cf7-section table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}
.form-cf7-section th{
    background-color: #F3F3F3;
    color: #333 !important;
}
.form-cf7-section th,
.form-cf7-section td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
/* .form-cf7-section input {
    width: 90%;
    padding: 6px;
} */
.form-cf7-section .btn {
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.form-cf7-section .btn-agregar {
    background: #2ecc71;
    color: white;
    margin-bottom: 10px;
}
.form-cf7-section .btn-agregar:hover {
    background: #27ae60;
}
.form-cf7-section .btn-quitar {
    background: #e74c3c;
    color: white;
}
.form-cf7-section .btn-quitar:hover {
    background: #c0392b;
}