/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2024 | 03:00:42 */
/* Body*/
body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-accent );
    color: #ffffff;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

tldx-lmi-shadow-root {
    display: none;
}
/* 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: 0px;
    padding: 0px;
    border: 0px solid #00a0d2;
color: var( --e-global-color-primary );
	font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b45000;
}

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;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.custom-input.wpcf7-not-valid {
    border-color: #e7272f !important;
}


/* Formulario CSS */


/* BOTON BORDER WHITE CSS */

.btn-white .elementor-button-icon svg {
    width: 24px;
    height: auto;
}

.btn-white .elementor-button:hover  path  {
    fill: var(--e-global-color-fc59774) !important;
}

.btn-white .elementor-button .elementor-align-icon-right {
    z-index: 5;
    display: flex;
}

.btn-white .elementor-button .elementor-align-icon-left {
    z-index: 5;
    display: flex;
}

.btn-white .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-white .elementor-button {
  position: relative;
  align-items: center;
  
}

.btn-white .elementor-button .elementor-button-text {
  position: relative;
  z-index: 8;
  
}
.btn-white .elementor-button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  background: var(--e-global-color-d5d5056);
  height: 100%;
  transition: 0.3s ease-out;
  z-index: 1;
}
.btn-white .elementor-button:hover::after {
  width: 100%;
}
.btn-white .elementor-button:hover .elementor-button-text {
color: var(--e-global-color-fc59774);

}











