article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	background: #fff;
}

/**-------------------------------------------*/
body {
	background: url(../img/back-dtqt.jpg) repeat ;
    -o-background-size: cover;
	--color-text: #000;
	--color-bg: #fff;
	--color-link: #094B3E;
	--color-link-hover: #000;
		font-family: -apple-system,Yanone Kaffeesatz, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;

}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

button:focus {
	outline: none;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
}

.js .loading::after {
	background: url(../img/electric-guitar.svg) no-repeat 50% 50%;
	background-size: 5em;
	pointer-events: none;
	opacity: 0.1;
	animation: loaderAnim 1s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
	}
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 3.5em;
	height: 3.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
}

.content {
	position: relative;
	display: block;
}

/* Header */
.titulo--header{
	width: 85%;
	margin: auto; 
	position: relative; 
	display: block; 
	text-align: center;
	top: 120px;
	
}
.titulo--header h1{
font-size: 3em;
	color: #585858;
	margin: 0;
	padding: 1em 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
}

/* Related demos */
.content--related--sesion p{
	font-size: 1em;
	color: #f0f0f0;
}
.content--related--sesion {
	padding: 0.1em 5vw;
	bottom: 0px;
	width: 100%;
	position: fixed;
	text-align: center;
	background: black;
	z-index: 2;
	color: #fff;
	 display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
/*--------------FORMULARIO SESION---------------*/
.centro{
width:60%;
/*height: auto;*/
position: relative;
display: block;
margin: auto;
margin-top:7%;
}
.centro p {
color: black;
font-size: 20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight: 300;
text-align: center;
padding: 5% 5% 0 5%;
}
form{
width:90%;
padding:16px;
border-radius:10px;
margin:auto;
background-color:rgba(204,204,204,0.48);
}
form label{
width:45%;
display:inline-block;
color: #000;
font-size: 17px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"]{
	width:50%;
	padding:3px 10px;
	border:1px solid #f6f6f6;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}

form input[type="submit"],
form input[type="button"]{
	width:100%;
	padding:8px 16px;
	margin-top:32px;
	border:1px solid #000;
	border-radius:5px;
	display:block;
	color:#fff;
	background-color:#000;
} 

form input[type="submit"]:hover{
	cursor:pointer;
}
form input[type="button"]:hover{
	cursor:pointer;
}



/*------------------GO TO TOP-------------------*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#0E4D35;
  font-family: 'Quicksand', sans-serif;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}

#myBtn:hover {
  background-color: #000;
}
#myBtn i {
padding: 0;
}
/*---------------RESPONSIVE---------------------*/

/*DESDE ANCHO MINIMO-HACIA ARRIBA*/

@media screen and (min-width: 1024px) {
.details__title {
font-size: 4.2em;
margin: -1.5em 0 0.1em -0.5em;

}
.details__description {
 max-width: 40%;
	}
}



/*----------------DESDE 0 a 966px* son los cambios---------------*/

@media screen and (max-width: 996px) {

.centro{
/*height: 600px;*/
height: auto;
width: 90%;
}
}
@media screen and (max-width: 768px) {
#myBtn {
 font-size: 14px;
}
.titulo--header h1{
font-size: 2.2em;
}
.centro{
width: 95%;
margin-top: 12%;
}
}
@media screen and (max-width: 540px) {
#myBtn {
right: 15px;
font-size: 10px;
}
}
@media screen and (max-width: 510px) {
.centro{
margin-top: 18%;
}
}@media screen and (max-width: 364px) {
.centro{
margin-top: 22%;
}
}
