.body {
	font-family: 'Montserrat', sans-serif !important;
}

.uppercase {
	text-transform: uppercase;
}

.margin_arriba {
	margin-top: 2%;
}

.cuadro_correcto {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

.correcto {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5% 2% !important;
	width: 70%;
	height: 50%;
}

@media only screen and (min-width:768px){
	.col-sm-12{
		width:800px;
	}
}

.correcto>div {
	text-transform: uppercase;
}

.margin_abajo {
	margin-bottom: 2%;
}

.izquierda {
	padding-left: 0 !important;
}

.datos_adicionales {
	padding: 5% 0;
	width: 100%;
}

.letras_iban {
	font-weight: bold;
	width: 5%;
	padding-left: 1%;
}

.numeros_iban {
	padding: 0 !important;
}

.caja_iban {
	display: flex;
}

.sub_mensaje {
	font-weight: bold;
	font-size: 14px;
	color: rgb(76, 122, 99) !important;
}

.cabecera_input {
	font-weight: bold;
	font-size: 20px;
}

.derecha {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.title {
	text-transform: capitalize;
	display: flex;
	justify-content: center !important;
	font-weight: bold;
}

.color_apagado {
	color: rgb(76, 122, 99) !important;
}

.title>h1 {
	color: #fff;
}

.limiter {
	display: flex;
	justify-content: center;
}

.logo {
	width: 100%;
}

.logo_form {
	width: 20%;
}

.bg-dark {
	background-image: url(../img/fondo.jpg);
	background-position: center center;
	background-size: cover;
	/*background-color: #8ebdd9!important;*/
}

.caja_registro {
	background-color: #e6eef7;
}

/*Existe*/

.existe {
	background: red;
	color: white;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}

/*Inputs*/

.wrap-input {
	width: 100%;
	position: relative;
	border: 1px solid transparent;
	border-radius: 3px;
}

.wrap-input100 {
	width: 100%;
	position: relative;
	background-color: #e6e6e6;
	border: 1px solid #000;
	border-radius: 3px;
}

.input100 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	font-size: 18px;
	/*border-radius: 3px;*/
	display: block;
	width: 100%;
	background: transparent;
	height: 40px;
	padding: 0 20px 0 38px;
	background-color: #fff;
}

/*.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #a4bfe3;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}*/

.mitad {
	padding: 0;
	width: 90%;
}

/*textarea*/

.wrap-textarea100 {
	width: 100%;
	position: relative;
	border: 1px solid transparent;
	border-radius: 1rem;
	border-color: #ebe9e8;
}

.wrap-textarea100>.input100 {
	font-family: Ubuntu-Bold;
	color: #403866;
	line-height: 1.2;
	font-size: 18px;
	/*border-radius: 3rem;*/
	display: block;
	width: 100%;
	background: transparent;
	height: 40px;
	padding: 0 20px 0 38px;
	background-color: #fff;
	height: 300px;
}

.wrap-textarea100>.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #827ffe;
	border-radius: 1rem!important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}

/*Boton salir*/

.exit>a {
	color: #fff;
	width: 50%;
	padding: 10px;
	background-color: #4E545A;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.7s;
}

.exit>a:hover {
	background-color: #343a40;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.exit {
		display: flex;
		justify-content: center;
	}
}

/*Boton insertar puesto*/

.login100-form-btn {
	font-family: Ubuntu-Bold;
	font-size: 16px;
	color: rgb(44, 44, 44) !important;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 5rem !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 50%;
	height: 40px;
	background-color: #e6eef7;
	border-radius: 3px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login100-form-btn:hover {
	background-color: #a4bfe3;
}

.container-login100-form-btn {
	display: flex;
	justify-content: center;
}

select {
	border: 0px !important;
}

/*Usernmae header*/

.username {
	color: #fff;
}

/*Titulo datos puesto*/

.titulo_datos {
	line-height: 70px;
}

.datos div {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.datos div {
	margin-bottom: 20px;
}

.datos_puesto {
	font-weight: bold;
}

#metros {
	display: none;
}

.botones-estado>div {
	margin: 30px 0px;
	display: flex;
	justify-content: center;
}

/*Foto Puesto*/

.foto_puesto {
	width: 100%;
}

/*tabla admin datos usuario*/

.datos_usu>tbody>tr:nth-child(odd) {
	background-color: #EEEAE9;
}

.datos_usu>tbody>tr>th {
	text-align: center;
}

/*index estado_usuario*/

.estado_usuario {
	margin-bottom: 30px;
}

/*Select busqueda*/

.busqueda {
	border: 1px solid #000 !important;
}

/*Pagina dividida*/

.pagina {
	display: flex;
}

.principal {
	padding: 2%;
	width: 100%;
}

/*Menu Admin*/

.menu {
	display: flex;
	position: relative;
	/* justify-content: center; */
	background-color: rgb(44, 44, 44) !important;
	width: 21%;
	height: 100vh;
	flex-direction: column;
	align-items: center;
}

.elemnto_menu {
	width: 100%;
	display: flex;
	justify-content: end;
	color: #e6e6e6;
	margin-top: 30%;
}

.elemnto_menu>div:first-child {
	margin-right: 20%;
}

.modal_evento, .modal_borrar_evento {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10% 3%;
	width: 100%;
	z-index: 9;
	height: 100vh;
	margin-top: 0;
	padding: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
}

.nuevo_evento {
	width: 50%;
	padding: 3%;
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.nuevo_evento>h2 {
	margin-bottom: 10%;
}

.btn_nuevo_evento {
	float: right;
	font-size: 30px;
	cursor: pointer;
}

.cerrar_modal {
	box-sizing: border-box;
	display: block;
	color: #fff;
	float: right;
	padding: 2% 2% 0 0;
	cursor: pointer;
	font-size: 30px;
	display: flex;
	justify-content: flex-end;
}

.bg_color_evento {
	padding: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.btn_crud {
	display: flex;
	justify-content: flex-end;
}

.btn_crud>form {
	margin-right: 1%;
}

/*pRUEBA*/

.center {
	width: 180px;
	height: 60px;
	position: absolute;
}

.btn {
	width: 180px;
	height: 60px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #91C9FF;
	outline: none;
	transition: 1s ease-in-out;
}

svg {
	position: absolute;
	left: 0;
	top: 0;
	fill: none;
	stroke: #fff;
	stroke-dasharray: 150 480;
	stroke-dashoffset: 150;
	transition: 1s ease-in-out;
}

.btn:hover {
	transition: 1s ease-in-out;
	background: #4F95DA;
}

.btn:hover svg {
	stroke-dashoffset: -480;
}

.btn span {
	color: white;
	font-size: 18px;
	font-weight: 100;
}

.g-recaptcha {
	width: 100%;
	display: flex;
	justify-content: center;
}

/*FORULARIO REGISTRO*/
.login100-form-register {
    width: 57%;
    display: flex;
    justify-content: center;
    margin: auto;
    background-color: #fff;
    padding: 6% 3%;
}



.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:768px){
	.login100-form-register´,.login100-form{
		width: 100%;
	}

	.letras_iban{
		width: 10%;
	}


}