/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2024 | 23:04:34 */
/* Body*/
tldx-lmi-shadow-root {
    display: none;
}

body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-primary );
    color: #ffffff;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

/* Scroll Bar CSS */
::-webkit-scrollbar{
    width: 8px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb{
  width: 8px;
	background: #353531;
	 border: 0px solid #353531; 
}

::-webkit-scrollbar-thumb:hover{
   background: #6A6A62;
}
/* Scroll Bar CSS */

/* Formulario CSS */
form label {
    width: 100%;
}

.col-12.casilla {
    margin-bottom: 0px;
	z-index: 99;
	margin-left: -28px;
}

p .politicas {
  margin-left: 0px;
	margin-bottom: 0px;
	z-index: 99;
}
.wpcf7 form .wpcf7-response-output {
    margin: 12px -8px;
    background: var( --e-global-color-0f98037 );
    padding: 8px;
    border: 0px solid #00a0d2;
    color: var( --e-global-color-text );
    font-size: 14px;
    border-radius: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b45000;
}

span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #E7272F !important;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.wpcf7-not-valid {
    border-color: #e7272f !important;
}
/* Formulario CSS */

/* BTN Primary 1 CSS */

.btn-primary .elementor-button:hover path {
    fill: var( --e-global-color-bc5eef1 );
    transition: all .3s;
    width: 18px;
}


.btn-primary .elementor-button path {
    fill: var(--e-global-color-9d97ebd); 
    transition: all .3s;
    width: 18px;
}

.btn-primary .elementor-button-icon svg {
    width: 18px;
    height: auto;
    display: flex;
}

.btn-primary .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/* BTN Primary 1 CSS */

/* BTN Primary 2 CSS */

.btn-primary-2 .elementor-button:hover path {
    fill: var(--e-global-color-9d97ebd);
    transition: all .3s;
    width: 20px;
}

.btn-primary-2 .elementor-button path {
    fill: var( --e-global-color-text ) ;
    transition: all .3s;
    width: 20px;
}

.btn-primary-2 .elementor-button-icon svg {
    width: 20px;
    height: auto;
    display: flex;
}

.btn-primary-2 .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/* BTN Primary 2 CSS */

/* BTN Ico Dark CSS */

.btn-ico-dark .elementor-button:hover path {
    fill: var( --e-global-color-971de06 );
    transition: all .3s;
    width: 18px;
}


.btn-ico-dark .elementor-button path {
    fill: var(--e-global-color-primary); 
    transition: all .3s;
    width: 18px;
}

.btn-ico-dark .elementor-button-icon svg {
    width: 18px;
    height: auto;
    display: flex;
}

.btn-ico-dark .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/* BTN Ico Dark CSS */

