/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2023 | 22:24:24 */
/* Seleccion clic*/
::selection {
    background-color: rgba(244, 177, 98, 0.75);
	filter: multiply;
    color: #004528;
}


/* Scroll Bar CSS */

body {
	background-size: 100vh !important;
	overflow: overlay !important;
}

body::-webkit-scrollbar{
    width: 10px;
    background: #004528 !important;
}

body::-webkit-scrollbar-thumb{
  width: 10px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.45);
}

body::-webkit-scrollbar-thumb:hover{
   background: rgba(0, 0, 0, 0.75);
	transition: all 0.3s ease-in-out;
}

/* Scroll Bar CSS */


/* Formulario CSS */
form label {
    width: 100% !important;
}

.elementor-450 .elementor-element.elementor-element-19bfd34 .ekit-form form label span {
    display: contents;
}

/* Formulario CSS */

