html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}
body {
	
	font-size: 1.8rem;
	margin-bottom: 60px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}

#footer {
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 60px;
	background: #ff0;
}

a {
	color: #000;
}


body.home {
background-color: #f6f6f6;
background-image: linear-gradient(15deg, transparent 0%, white 100%);
	/*padding: 8vw 30px 100px 30px;*/
}

.olvido-clave {
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

.introduce {
    padding: 10px 35px 15px 35px;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.well-home {
	width: 100%;
	max-width: 360px;
	margin: auto;
}


.well-home h1 {
	text-align: center;
	margin: 20px 0 20px 0;
	
}

.well-form {
background-color: white;
box-shadow: 0 4px 111px rgba(0, 0, 0, 0.29);
}


.well-form h2 {
	background: #f6f6f6;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
}

.well-form form {
	padding: 10px 20px 20px 20px;
}

.well-form form legend {
	display: none;
}

.well-form form input {
background-color: #f0f0f0;
border-radius: 2px;
box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.08);
	border: 0;
	padding: 16px 10px 16px 16px;
	font-size: 1.6rem;
}
.btn-formulario {
	color: #fff;
background-color: #605e5e;
border-radius: 2px;
	display: inline;
	padding: 13px 10px 13px 10px;
	font-size:1.6rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.btn-formulario:hover {
	background: #3e3c3c;
}


.btn-enviar {
	padding: 0 15px 0 15px;
}

.container-fluid {
	max-width: 1300px;
}

.group {
  position:relative;
  margin-bottom:15px;
}


.select-style {
	position: relative;
	padding: 0;
    margin: 0;
    overflow: hidden;
	width: 209px;
    height: 44px;
    border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.select-style:after {
	content: '\02C7';
	position: absolute;
	top: 50%;
	right: 18px;
	color: #000;
	font-size: 3rem;
	line-height: 1.5rem;
	padding: 0;

}


.select-style select {
	padding: 5px 60px 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
	color: #737373;
}

input, textarea	{
	font-size:1.3rem;
	font-weight: 400;
  padding: 31px 10px 13px 15px;
  display:block;
  width:100%;

border: 1px solid #b4b4b4;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
	box-shadow: none;
}


textarea	{
	height:105px;
}


input:focus, textarea:focus  {
	outline:none; 

}

/* LABEL ======================================= */
label.label, textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label 				 {
  color:#000;
  font-size:1.6rem;
  font-weight:normal;
  font-weight: 300;
  position:absolute;
  pointer-events:none;
  left:6px;
  top:32px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
  background:none;
}

label.labeltextarea, textarea:focus ~ label, textarea:valid ~ label {
	top:73px;
	  }

textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label  {
	  top:9px;
	  left:9px;
	    color:#000;
  font-size:1.3rem;
  font-weight:normal;}

 .labelinput {
	 top:9px !important;
	  left:9px;}

/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
  top:9px;
   left:9px;
  font-size:1.3rem;
   color:#000;
   text-transform:uppercase;
   font-weight:700;
   background:none;
}

input[type=file] ~ label  {
	top:9px !important;
	font-weight: 700;
	 font-size:1.4rem;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:1px;
  width:0;
  bottom:0;
  position:absolute;
  background:#000;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.pasahitza {
	color:#bcbcbc;
	font-size:1.6rem;
	text-align:left;
	position:relative;
	top:-30px;}


.error {
	color:#a94442 !important;
	font-weight:700;}

input.error {
	 border-bottom:1px solid #a94442 !important;

	 font-weight:300;

}

.error:before, .error:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:0;
  position:absolute;
  background:#a94442;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}


.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight, textarea:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#538ac2; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#538ac2; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#538ac2; }
  to 	{ width:0; background:transparent; }
}


  .btn-2c:after {
      width: 0%;
      height: 100%;
      top: 0;
      left: 0;
      background: #387b7c;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
  }

  .btn-2c:hover:after,
.btn-2c:active:after {
	width: 100%;
}



input.error {
	 border:1px solid #e71313 !important;
}

.icon_error {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:#fff url(/img/form_error.svg) center center no-repeat;
}

.icon_ok {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:#fff url(/img/form_ok.svg) center center no-repeat;
}

.error:before, .error:after {
  content:'';
  height:2px;
  width:0;
  bottom:0;
  position:absolute;
  background:#e71313;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

p.mensaje_error {
	background: #e71313;
	color: #fff;
	padding:0 10px;
	font-size: 1.4rem;
	position: relative;
	z-index: 0;
	margin: 0;
}

input[type=checkbox] {
	display: none
}

.texto-label {
	display: table-cell;
	padding-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}

label input[type=checkbox]+span {
	display: table-cell;
	width: 32px;
	height: 32px;
	background: url(/img/check_radio_sheet.svg) left top no-repeat;
	margin: 2px 4px 0 0!important;
	vertical-align: middle;
	cursor: pointer;
}
label input[type=checkbox]:checked+span {
	background: url(/img/check_radio_sheet.svg) -50px top no-repeat
}


@media (min-width: 576px) {
body {
	
}

}

@media (min-width: 768px) {
body {
	
}
	
.dropdown:hover > .dropdown-menu {
	display: block;
}

table.table {
	border: 0;
	padding-bottom: 0;
	display: block;
	width: 100%;
	clear: both;
}
table.table caption {
	display: block;
}
table.table thead {
	display: none;
}
table.table tbody, table.table tfoot, table.table tr, table.table th, table.table td {
	border: 0;
	display: block;
	padding: 0;
	text-align: left !important;
	white-space: normal;
	border: none !important;
}
table.table tr {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
table.table th[data-title]:before,  table.table td[data-title]:before {
	content: attr(data-title) ":\00A0";
	font-weight: 700;
}
table.table th:not([data-title]) {
	font-weight: bold;
}
table.table td:empty {
	display: none;
}
}

@media (min-width: 992px) {
body {
	
}

}

@media (min-width: 1200px) {
body {
	
}

}
