/********** INGENIERIA DEL TIEMPO - NAF **********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,dl,dt,dd {
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
a { outline:none; text-decoration: none; color: var(--azul); }
a:hover{text-decoration: underline;}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

:focus { outline: 0;}


html {	font-size: 62.5%;}

body {
	color: #2A2A2A;
	font: 10px 'Poppins', Arial, Helvetica, sans-serif;
	min-width: 318px;
    margin: 0;
	padding: 0;
    overflow: hidden;
}
:root{
	--verde: #5CAE34;
	--azul: #ADC1D9;
}

h1,h2, h3, h4,h6{
	color: var(--colorTitulos);
	line-height: 1.2;
    font-weight: 600;
}
h1{
	font-size: 1.4rem;
	margin-bottom:25px;
    color: var(--negro);
}
h2{
	font-size: 56px;
	color: #ADC1D9;
	line-height: 78px;
	font-weight: bold;
	margin-bottom: 0;
}
h3{
	font-size: 1rem;
    color: var(--negro);
    margin-bottom: 25px;
}

li, p, th, td, dt, dd, span{
	font-size: 1.4em;
	font-size: 1.4rem;
	margin-bottom:20px;
	color: var(--colorParrafos);
}
ul{ list-style: none;}

label{
    font-size: .9rem;
    display: block;
    margin-bottom: 3px;
    color: #707070;
    padding-left: 20px;
    font-weight: 400;
}

input, select, textarea{
	color: #313131;
	font-size: 1.4em;
	font-size: 1.4rem;
	font-family: 'Poppins', sans-serif;
	background-color: #F8F8F8;
	display: block;
	width: 100%;
	padding: 10px 25px;
	border: 1px solid #ABABAB;
	border-radius: 43px;
}
textarea{
    border-radius: 20px;
    resize: none;
}
.form-group{
    padding-bottom: 20px;
}
fieldset small{
    position: absolute;
    bottom: 0px;
    font-size: .8rem;
    left: 20px;
    color: #ff6060;
}
.error-ind{
    border-color:#ff6060;
}
.contenedorLogin{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 100vh;
}
.bienvenda { display: none;}
figure.web { position:relative;}
figure.web figcaption{
	position: absolute;
	left: 10%;
	top: 19%;
	padding: 0 10%;
}
figure.web figcaption h1 {
	font-size:41px;
	color:#FFF;
	font-weight:300;
	margin-bottom: 14px;
}
figure.web figcaption p {
	color:#FFF;
	font-size:15px;
}

.contenedorLogin .logo{
    margin-bottom: 30px;
    width: 170px;
}
.contenedorLogin .imagen{
    width: 100%;
	height: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.contenedorLogin .form{
    width: 400px;
    justify-self: center;
    text-align: center;
}
.contenedorLogin .form input{

}

.contenedorLogin p{
    color: #5a5a5a;
    margin-bottom:30px;
}
.verContrasena{
    position: absolute;
    right: 30px;
    top: 17px;
}

.btnPrimary{
    color: #fff;
	font-size: 1.4em;
	font-size: 1.4rem;
    text-decoration: none;
    background-color: var(--azul);
    padding: 5px 20px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
}
.btnPrimary:hover{
	background-color: #560092;
    text-decoration: none;
}
.btn-link {
	font-size: 1.4em;
	font-size: 1.4rem;
	font-family: 'Poppins', sans-serif;
    color: var(--azul);
	background-color: transparent;
	padding:0;
	margin:0;
	border: none;
	cursor:pointer;
}
.btn-link:hover {
	text-decoration: underline;
}
.contenedorLogin .btnPrimary{
    padding: 10px 50px;
    width: max-content;
    margin: 0 auto;
}
.contenedorLogin .btn-link{
    margin-top: 55px;
}


/********** RESPONSIVE **********/
/*@media (min-width: 1031px) and (max-width: 1200px) {*/

@media screen and (max-width: 700px) {
body { overflow: inherit;}
.web { display: none;}
.contenedorLogin {
	display: block;
	background-image: url(../imagenes/login/imagenLogin-resp_nu.jpg);
	background-size:cover;
	padding:30px 0;
}
.contenedorLogin .form { margin: 0 auto;}

.form form{
	background-color: #FFFFFF;
	padding: 14px 20px 20px;
	box-shadow: 0px 14px 30px #00000029;
	border-radius: 18px;
}

.contenedorLogin .btn-link{
    margin-top: 45px;
}
.bienvenda { display:block;}
h1 {
	font-size:27px;
	color:#FFF;
	margin-bottom: 14px;
}
h2 {
    font-size: 38px;
    line-height: normal;
	margin-bottom: 15px;
}
.bienvenda p {
	color:#FFF;
	font-size:15px;
}
}
@media screen and (max-width: 500px) {
.contenedorLogin .form { width: 90%;}
.contenedorLogin .btn-link { margin-top: 35px; }
}