 @font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gotham.woff') format('woff'),
	     url('../fonts/Gotham.ttf') format('truetype');
}

@font-face {
	font-family: 'Gotham-bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gotham-bold.woff') format('woff'),
	     url('../fonts/Gotham-bold.ttf') format('truetype');
} 
 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color:RGBA(0, 0, 0, 0.5);
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #54acde;
      color: white;
      padding: 15px;
	  width:100%;
	  float: left;
	  padding-bottom: 5px;
    }
	.top-color {
		color:#fff;
		background:radial-gradient(circle, rgb(19 86 202) 0%, rgb(16 81 191) 100%);	 	
	}
	.navbar {		
		height:80px;
	}
	.fondo-color {
		color:#fff;
		background-color:#065d99;		
	}
	.fondo {
		background-image:url(../img/fondo.jpg);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:0 70px;
		display:block;
		width:100%;
	}
	h1 {
		font:'Gotham-bold', sans-serif;
		font-weight:bold;
		padding:0px 0px 10px 60px;
		font-size:30px;
	}
	h2 {
		font:'Gotham-bold', sans-serif;
		font-weight:bold;
		font-size:20px;
	}
	.well {
		display: block;
		padding:3px;
		text-align:center;
		margin:15px auto;
		color:#fff;
		text-decoration:none;
		cursor:pointer;
		width: 72%;
	}
	.well img {
		margin-left:5px;
	}
	.well:hover {
		color:#fff;
		background-color:#54acde;
		text-decoration:none;
		}
	.margen {
		padding:36% 0 10px 60px;
		}
	.contenido-botones {
		float:left;
		width:100%;
		margin:5px 0;
	}
    .contenido-botones li {
		list-style:none;
		float:left;
		text-align:center;
		width:20%;
	}
	.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 35px;
  margin-bottom:0px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: #54acde none repeat scroll 0 0;  
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  padding: 8px 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  width:300px;
  border:0px;
}

.contact-form button[type=submit]:hover {
  background: #20b1ea;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}
.formu {
	position:absolute;
	right:0px;
	padding:0 20px;
	height: 100%;
	width: 33%;
	background-color:RGBA(0, 0, 0, 0.5);
}
.form-group {
	margin-bottom:10px;
}
.contenido-botones a {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.textopie a, .condiciones a, .terminos a {
	color:#fff;
	text-decoration:underline;
}
.textopie {
	text-align:center;
}
.contenido-botones a:hover, .textopie a:hover, .condiciones a:hover, .terminos a:hover {
	color:#ffef00;
}
footer p {
	width:65.5%;
	text-align:center;
	}
.condiciones {
	margin:10px auto;
	font-size:12px;
	color:#fff;
}
.terminos {
	text-align:left;
	margin:0px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.tablita td {
	padding:10px;
}

.boton-salida {
  display:block;
  background: #95c11f;  
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin:20px auto;
  padding: 8px 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  width:140px;
  border:0px;
  text-align:center;
  text-decoration:none;
}

.boton-salida:hover, .boton-salida:focus {
  background: #607c15;
  color:#fff;
  text-decoration:none;
}
.afuera {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.texto-color {
	height:88%;
    width:100%;
    display:table;
}
.interno{
	vertical-align:middle;
    height:100%;
    display:table-cell;
}
.texto-color, .texto-color h1, .texto-color h2 {
	text-align:center;
	color:#2975b9;
	padding:0px;
}
.texto-color .boton-salida {
	text-align:center;
}
.texto-color h1 {
	font-style:italic;
	font-size:40px;
}
.texto-color h1 span {
	font-weight:normal;
}
.texto-color h2 {
	font-size:16px;
}
.texto-color p {
	font-size:20px;
}
.interno img {
	margin:20px 0;
}
#dni {width:48%; float:left; margin-bottom:10px;}
#codigo {width:40%; float:right; margin-right:5px;}
.info-dni { float:right; width:35px; height:35px; background-image:url(../img/info.png); background-position:0 0; background-repeat:no-repeat; }
.content-input{
	cursor: pointer;
}

.content-input{
	position: relative;
}
.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}


.content-input i,
.content-input i:before{
	transition: all 0.25s ease;
}

/* 
Ocultamos nuestros inputs.
Con opacity 0. Si utilizamos visibility:hidden o display:none;
no funcionarían
*/
.content-input input{
	opacity: 0;
	position: absolute;
	right: 0;
}

/*
Propiedades para cualquier el elmento i después de un input
dentro de la capa .content-input
*/
.content-input input + i{
	background: #f0f0f0;
	border:2px solid rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
}

/*
Propiedades para el checkbox
*/
.content-input input[type=radio ] + i{
	width: 52px;
	height: 22px;
	border-radius: 15px;
	display: inline-block;
	position: relative;
}


.content-input input[type=radio] + i:before{
	content: ''; /* No hay contenido */
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	-webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
}


.content-input input[type=radio] + i:after{
	content: '';
	position: absolute;
	font-size: 10px;
	color: rgba(255,255,255,0.6);
	top: 8px;
	left: 4px;
	opacity: 0;
	transition: all 0.25s ease 0.25s;
}

.content-input:hover i{
	background: #ffed00;
}

.content-input input[type=radio]:checked + i{
	background: #ffed00;
}

.content-input input[type=radio]:checked + i:before{
	left: 28px;
	-webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
}

.content-input input[type=radio]:checked + i:after{
	opacity: 1;
}
.lightbox { 
	display: none;
	outline: none;
	position: absolute;
	top: 0px;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.8);
	width: 100%;
	height:116%;
	vertical-align:middle;	
	box-sizing: border-box;
	z-index:999999;
}
.close {	
	top:-16px;
	right:-16px;
	position:absolute;
	opacity:1;
	text-decoration:none;
}
.caja {
	width:30%;
	vertical-align:middle;
	background-color:#fff;
	padding:15px;
	margin: auto;
	top: 30%;
	position: relative;
	border-radius:5px;
	}
.caja p {
	text-align:justify;
	color: #666;
	font-size: 12px;
}
#box1, #box2, #box3 {
	display:none;
	}
@-webkit-keyframes fadeInScale {
  0% { transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5);  opacity: 0; }
  100% { transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5);  opacity: 0; }
  100% { transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1); opacity: 1; }
}
/* Imagenes */
#box1:target { display: block;animation: fadeInScale 1s ease-in-out;-webkit-animation: fadeInScale 1s ease-in-out;} 
#box2:target { display: block;animation: fadeInScale 1s ease-in-out;-webkit-animation: fadeInScale 1s ease-in-out;}
#box3:target { display: block;animation: fadeInScale 1s ease-in-out;-webkit-animation: fadeInScale 1s ease-in-out;} 

	
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }