/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2023 | 13:40:13 */
body:not(.page-id-139209) .login-button-header,
body.page-id-139209 .mkdf-login-register-widget{
	display: none !important;
}
.login-button-header-image > img{
	width: 20px !important;
}
.login-button-header-text{
	color: #cecece;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-size: 14px !important;
	margin-top: 2px;
	margin-left: 5px;
}
.login-button-header > *{
	float: left;
}
.login-button-header{
	cursor: pointer;
	margin-top: 8px;
}
.inicio-login-section{
	background-color: rgba(255,255,255,.75);
	position: fixed;
	display: flex;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.inicio-login-section:not(.active),
.inicio-login-register > *:not(.active){
	display: none !important;
}
.inicio-login-register{
	background: white;
	width: 480px;
	margin: auto;
	box-shadow: 0 0 20px 0 rgb(111 111 111 / 23%);
}
.inicio-login-register > *{
	padding: 40px 60px 64px;
}
.tienes-cuenta{
	color: #838383;
	line-height: 11px;
	margin: 10px 0 25px 0;
	font-size: 16px;
	font-family: Montserrat;
	text-align: center;
}
.iniciar-sesion{
	font-size: 18px;
	color: black;
	line-height: 4px;
	letter-spacing: .05em;
	margin: 20px 0 45px;
	font-family: Montserrat;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.inicio-login .login-username label,
.inicio-login .login-password label{
	display: none !important;
}
.inicio-login .login-username input,
.inicio-login .login-password input{
	margin: 0 0 16px;
	padding: 12px 16px;
	font-size: 18px;
	font-weight: 500;
	color: black;
	background-color: transparent;
	border: 1px solid #cbcbcb;
	margin-bottom: 0px;
}
.inicio-login .login-username input::placeholder,
.inicio-login .login-password input::placeholder{
	font-size: 16px;
	color: #5a5a5a;
}
.inicio-login input[name="wp-submit"],
.inicio-register #registrarse-button{
	color: black;
	background-color: transparent;
	border: 1px solid black;
	font-weight: 400;
	padding: 16px 43px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	transition: 0.5s;
	cursor: pointer;
}
.inicio-login input[name="wp-submit"]:hover,
.inicio-register #registrarse-button:hover{
	background: black;
	color: white;
}
.inicio-register #registrarse-button{
	margin-top: 15px;
	width: 100%;
	letter-spacing: 0px !important;
}
.inicio-login .perdido-contrasena{
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	color: #5a5a5a;
	cursor: pointer;
	font-weight: 500;
}
.inicio-login .no-tienes-cuenta{
	text-align: center;
	color: #3c3c3c;
	font-family: Montserrat;
	padding-bottom: 6px;
	font-weight: 300;
	margin-top: 35px;
}
.inicio-login .crea-cuenta{
	background: #3c3c3c;
	border: 1px solid #3c3c3c;
	color: white;
	padding: 13px 0px;
	text-align: center;
	width: 100%;
	transition: 0.5s;
	cursor: pointer;
}
.inicio-login .crea-cuenta:hover{
	background: white;
	color: #3c3c3c;
}
.label-display-none{
	display: none !important;
}
.inicio-register .form-register{
	overflow-y: scroll;
	height: 400px;
}
.inicio-register input{
	font-size: 16px !important;
	line-height: 1.5;
	margin-bottom: 25px !important;
}
.inicio-register h2{
	text-align: center;
	font-size: 18px !important;
	line-height: 1 !important;
	margin-bottom: 35px;
}
.inicio-register .textos-legales{
	margin-top: 25px;
}
.inicio-register input[type="text"],
.inicio-register input[type="date"]{
	position: relative;
	width: 100%;
	margin: 0 0 16px;
	padding: 12px 16px;
	font-weight: 500;
	color: #5a5a5a;
	background-color: transparent;
	border: 1px solid #cbcbcb;
	border-radius: 0;
	outline: 0;
	cursor: text;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: border-color .2s ease-in-out;
}
.close-cuenta{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	cursor: pointer;
}