/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2023 | 05:24:24 */
/* Body*/
body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-text );
}

/* 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;
}

/* Formulario CSS */
