@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');



body{
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/fondo.jpg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: ;
    background-color: ;
}




.table{
	display: table;
    height: 100%;
}


.doloneurobion{
	width: 400px;
}


.ancho-container{
    max-width: 1500px;
    margin-top: -150px;
}


.contenedor-logo{
padding: 20px 0;
font-size: 12px;

}



.contenedor-titular{
	padding-top:40px;
	padding-bottom: 20px;
	display: table-cell;
    vertical-align: middle;

}


.logo-principal{
	width: 160px;
	display: block;
}



.logo-plm{
	width: 600px;
	margin-left: 50px;
	float: right;
	    padding-top: 36px;

}

.circle {
    width: 370px;
    display: block;
    /* float: right; */
    /* margin: auto; */
}


.circle03{
	width: 250px;
	display:;
	float: ;
}



.cinta{
	width: 100%;
	padding-bottom: 0px;
}



footer{
	padding: 30px 0 110px 0;
}

.logo-pie-emc{
	height: 70px;
	display: block;
	margin: 10px auto;
	
}

.logo-pie-plm{
height: 60px;
display: block;
margin: 10px auto;
}



.logo-pie-sph{
height: 80px;
display: block;
margin: 10px auto;
}

.logo-pie-adiper{
	height: 80px;
	display: block;
	margin: 10px auto;
}






.formulario {
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 60px ;
    font-size: 16px;
    transition: .2s;
    background-color: #ffffff;
    color: #606060;

}

.formulario:hover{
    transition: .2s;
}




.forgot-pass{
    text-align: center;
    display: block;
    margin: auto;
    color: #730022;
    transition: .2s;
}


.forgot-pass:hover{

    color: #ff0005;
    transition: .2s;
    text-decoration: none;
}



.titulo-iniciar-sesion{
	text-align: center;
	padding-bottom: 20px;
    font-weight: 700;
}



.contenedor-check{
	width: max-content;
}

.contenedor-legal{
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
}


input, select{
	margin-bottom: 12px;
	border-radius: 5px;
    border: 1px solid #00c251;
	width: 100%;
	outline: inherit;
	padding: 5px 10px;
	color: #000!important;
	font-size: 14px;
	    border: 1px solid #730022!important;

}


select{
	height: 36px;
}


.seleccion-modulo{
	color: ;
	margin-bottom: 20px;
	text-align: center;
}





input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}



.checkbox{
	text-align: center;
}
.contenedor-check{
	width: max-content;
	color: #00ab47;
}


input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.modulo{
	display: table-cell;
}

.modulo-radio{
	display: ;
}

.modulo-inline{
	display: inline;
}


.ancho100{
	width: 110px;
}


.fecha{
	margin: 40px 0;
}



.contiene-calendario{
	width: 50px;
	display: inline-block;
	margin-right: 10px;
}




.calendario{
	width: 45px;
	vertical-align: inherit;
}

.contiene-fecha{
	display: inline-block;
}



.contiene-fecha h2{
	display: inline;
	color: #fff;
}




hr {
    margin: 20px 15px;
    border: inherit;
    border-top: 1px solid #4CAF50;
    width: 100%;
}

.texto-legal{
	font-size: 10pt;
}

h1{
	padding: ;
	color: ;
	font-weight: 700;
	padding-bottom: 20px;

}


h2{
	padding: ;
    color: #fff;
	font-size: 25pt;
}



label{
	color: ;
	    margin-bottom: 5px;
	    font-size: 14px;

}



.super{
	width: 100%;
}


.terminos{
	text-decoration: none;
	color: #ff0005;

}

.terminos:hover{
	text-decoration: none;
	color: #730022;
	font-weight:bold;
}

.form-group{
	color: #606060;

}
.form-group-02{
	color: #606060;

}


.btn-form {
	margin: 30px auto 0 auto;
	width: max-content;
	display: block;
	font-weight: 800;
	text-align: center;
	border: 1px solid transparent;
    padding: 8px 28px;
	font-size: 18px;
	border-radius: 33px;
	color: #fff;
	background-color: #730022;
	transition: 0.2s;
	cursor: pointer;
}

.btn-form:hover {
	transition: 0.2s;
	background-color: #ff0005;
	text-decoration: none;
}

.btn-form:active, .btn-form:focus {
	outline: inherit;

}


.btn-inicio{
	background-color: #1480f1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 33px;
    font-weight: 700;
    transition: .2s;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}


.btn-inicio:hover{
	background-color: #00ab47;
    transition: .2s;
text-decoration: none;
}


.fila-iconos{
	padding-bottom: 60px;
}






@media (max-width:1500px){

body{
}

.logo-plm{
	width: 600px;
	margin-left: 50px;
	float: right;
	    padding-top: 40px;
	    display: inherit;
}


.imagen_fondo{
	max-width: -webkit-fill-available;
	max-height: max-content;
	object-fit: cover;
	background-position: center bottom;
}

}


@media (max-width:1200px){

	body{
	}
	
	.logo-plm{
		width: 600px;
		margin-left: 50px;
		float: right;
			padding-top: 40px;
			display: inherit;
	}


	.formulario {
		padding: 20px;
		border-radius: 20px;
		margin-bottom: 20px ;
		font-size: 16px;
		transition: .2s;
		background-color: #ffffff;
		color: #606060;
	
	}
	
	.formulario:hover{
		transition: .2s;
	}



	h1 {
		padding: ;
		color:;
		font-size: 30pt;
		font-weight: 700;
	}
	
	
	h2 {
		padding: ;
		font-size: 18pt;
		text-align: ;
	}
	
	h3 {
		font-size: 16px;
		text-align: ;
	}
	
	h4 {
		font-size: 15px;
	}
	
	h5 {
		font-size: 15px;
		text-align: ;
	}

	.form-group{
		color: #606060;
	
	}
	.form-group-02{
		color: #606060;
		font-size: 14px;
	}

	.forgot-pass {
		text-align: center;
		display: block;
		margin: auto;
		color: #730022;
		transition: .2s;
		font-size: 10pt;
	}

	.btn-form {
		margin: 30px auto 30px auto;
		width: max-content;
		display: block;
		font-weight: 800;
		text-align: center;
		border: 1px solid transparent;
		padding: 8px 28px;
		font-size: 18px;
		border-radius: 33px;
		color: #fff;
		background-color: #730022;
		transition: 0.2s;
		cursor: pointer;
	}

}




@media (max-width:991px){



	h1 {
		padding: ;
		color:;
		font-size: 30pt;
		font-weight: 700;
	}
	
	
	h2 {
		padding: ;
		font-size: 18pt;
		text-align: ;
	}
	
	h3 {
		font-size: 16px;
		text-align: ;
	}
	
	h4 {
		font-size: 15px;
	}
	
	h5 {
		font-size: 15px;
		text-align: ;
	}

	.form-group{
		color: #606060;
	
	}
	.form-group-02{
		color: #606060;
		font-size: 9px;
		line-height: normal;
	}

	.forgot-pass {
		text-align: center;
		display: block;
		margin: auto;
		color: #730022;
		transition: .2s;
		font-size: 8pt;
	}

	.btn-form {
		margin: 10px auto 10px auto;
		width: max-content;
		display: block;
		font-weight: 800;
		text-align: center;
		border: 1px solid transparent;
		padding: 5px 20px;
		font-size: 18px;
		border-radius: 33px;
		color: #fff;
		background-color: #730022;
		transition: 0.2s;
		cursor: pointer;
		font-size: 14px;
	}
	.imagen_fondo{
		max-width: 150%;
		max-height: max-content;
		object-fit: cover;
		background-position: center bottom;
	}



	
}









@media (max-width:768px){

body{
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/fondo.jpg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: inherit;
}









.circle {
    width: inherit;
    display: block;
    padding-bottom: 60px;
}



.btn-inicio{
	background-color: #1480f1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 33px;
    font-weight: 700;
    transition: .2s;
    display: block;
    margin:10px 0;
    width: ;
}



.contenedor-titular {
    padding: 60px 0 30px 0;
}




.logo-pie-emc{
	height: 70px;
	display: block;
	margin: 10px auto;
	
}

.logo-pie-plm{
height: 60px;
display: block;
margin: 10px auto;
}



.logo-pie-sph{
height: 80px;
display: block;
margin: 10px auto;
}

.logo-pie-adiper{
	height: 80px;
	display: block;
	margin: 10px auto;
}
	



.contenedor-logo {
    padding: 20px;
}



.logo-plm{
	width: 400px;
	margin-left: 50px;
	float: right;
	    padding-top: 40px;
	    display: inherit;

}

h1 {
    padding: ;
    color:;
    font-size: 30pt;
    font-weight: 700;
}


h2 {
    padding: ;
    font-size: 24pt;
	text-align: ;
}

h3 {
    font-size: 24px;
	text-align: ;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
	text-align: ;
}

.form-group{
	color: #606060;

}
.form-group-02{
	color: #606060;
	font-size: 14px;
	line-height: normal;
}

.forgot-pass {
	text-align: center;
	display: block;
	margin: auto;
	color: #730022;
	transition: .2s;
	font-size: 12pt;
}

.btn-form {
	margin: 20px auto 20px auto;
	width: max-content;
	display: block;
	font-weight: 800;
	text-align: center;
	border: 1px solid transparent;
	padding: 5px 20px;
	font-size: 18px;
	border-radius: 33px;
	color: #fff;
	background-color: #730022;
	transition: 0.2s;
	cursor: pointer;
	font-size: 14px;
}




.imagen_fondo{
	display: none;
}

}



