/*

Template 2085 Neuron

http://www.tooplate.com/view/2085-neuron

446593
8BCD8E

*/

body {
	background: #F7F7F7;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
	/*background: url('../images/foto_arriba.jpg') no-repeat center center fixed;*/
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}	

.error{
  background: #FF6F6F;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding:15px 0 15px 5px; 
  text-align:center;
}
.ok{
  background: #66BD6A;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding:15px 0 15px 0px;
  text-align:center;
}

.reserva_error{
  background: #fff;
  border-radius: 5px;
  border: solid 1px #FF6F6F;
  color: #FF6F6F;
  font-weight:  bold;
  padding:4px 0 4px 0px; 
  text-align:center;
}
.reserva_ok{
  background: #fff;
  border-radius: 5px;
  border: solid 1px #66BD6A;
  color: #66BD6A;
  font-weight: bold;
  padding:4px 0 4px 0px; 
  text-align:center;
}

.reserva_pendiente{
  background: #fff;
  border-radius: 5px;
  border: solid 1px #7192BF;
  color: #7192BF;
  font-weight: bold;
  padding:4px 0 4px 0px; 
  text-align:center;
}
.reserva_cancelada{
  background: #fff;
  border-radius: 5px;
  border: solid 1px #999;
  color: #999;
  font-weight: bold;
  padding:4px 0 4px 0px; 
  text-align:center;
}

.ver_mas{
  background: #66BD6A;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding:5px 5px 5px 5px;
  float:right;
  font-size:15px;
  margin-right:15px;
}

hr {
	margin:15px;
	border:none;	
}


.td1{
	border:#eee solid 1px;
	background-color:#fff;
	padding:7px 0 7px 5px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;

}

.td2{
	border:#eee solid 1px;
	background-color: #FBFBFB;
	padding:7px 0 7px 5px;
	height:40px;
}

.td3{
	border-bottom:#ddd solid 1px;
	background-color: #555;
	padding:7px 0 7px 5px;
	height:40px;
	color:#FFFFFF;
}

.td4{
	/*border-bottom:#ddd solid 1px;
	background-color: #001256;*/
	padding:7px 0 7px 30px;
	color:#fff;
	font-weight:bold;
	background: linear-gradient(
		to right,
		#009BDB 0%,
		#009BDB 20px,
		#001256 20px,
		#001256 100%
	  );
	  font-size:16px;
	  height:40px;
	  border-top-left-radius:5px;
	  border-top-right-radius:5px;
}

.td5{
	border-bottom:#ddd solid 1px;
	background-color: #4BAF51;
	padding:7px 0 7px 5px;
	color:#fff;
	font-weight:bold;
}

.titulo_grilla{
	border:#eee solid 1px;
	padding:7px 0 7px 0;
	color:#001256;
	font-weight:bold;
	background-color:#ddd;
}

.titulo_tabla{
	padding:7px 0 7px 0;
	color: #000000;
	font-weight:bold;
	font-size:20px;
}



.td{
	background-color:#fff;
	padding:7px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	font-size:12px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
.td_abajo{
	background: linear-gradient(
		to right,
		#009BDB 0%,
		#009BDB 20px,
		#001256 20px,
		#001256 100%
	  );
	height:7px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.td_arriba{
	background: linear-gradient(
		to right,
		#009BDB 0%,
		#009BDB 20px,
		#001256 20px,
		#001256 100%
	  );
	height:7px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.td_rojo{
	background-color: #F8B18F;
	padding:1px;
}

.td_azul{
	background-color: #9ABCF5;
	padding:1px;
	height:20px;
}

.td_verde{
	background-color:#D9E787;
	padding:1px;
}

/* campo fecha */
input[type="date"]{
   border:#ccc solid 0.1em;
	padding-top:6px;
	padding-bottom:6px;
	border-radius: 0.2em;
	color:#000000;
}

.caja_texto{
	border:#ccc solid 0.1em;
	padding-top:4px;
	padding-bottom:4px;
	border-radius: 0.2em;
	color:#000000;
}


.area_texto{
	padding-top:2px;
	padding-bottom:2px;
	border-radius: 0.2em;
	color:#000000;
	resize:none;
	border:none;
	border:#ccc solid 0.1em;
}

.select{
	border:#ccc solid 0.1em;
	padding-top:4px;
	padding-bottom:4px;
	border-radius: 0.2em;
	color:#000000;
}

input[type=number] {
	padding-top:5px;
	padding-bottom:5px;
}

input[readonly]{
	background-color: #ddd;
	color:#000000;
}

.boton{
	margin:0px;
	border:none;
	background-color: #009BDB;
	color:#FFF;
	cursor:pointer;	
	padding-left:15px;
	padding-right:15px;
	padding-bottom:6px;
	padding-top:6px;
	text-transform:uppercase;
	font-size:14px;
	border-radius: 5px;
	width:200px;
	height:40px;
}
.boton:hover{
	transition: 0.5s;
	background-color: #001256;
}

.link{
	margin:0px;
	background-color: #eee;
	color:#009BDB;
	cursor:pointer;	
	padding:10px;
	text-transform:uppercase;
	font-size:12px;
	border-radius: 5px;
	border:solid 1px #009BDB;
	font-weight:bold;
}

.link:hover,active {
	border:solid 1px #001256;
}



/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 30px;
}

h2,h3 {
  padding-bottom: 0px;
  margin-top:10px;
  margin-bottom:0px;
}

h3 {
  font-size: 22px;
}

h4 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 15px;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
	text-align:justify;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a{
  color: #009BDB;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}


#about, 
#gallery,
#contact,
#blog, 
#blog-single-post {
  padding-top: 20px;
  padding-bottom: 40px;
}

.main-about,
.main-single-post,
.main-gallery,
.main-contact {
  height: 65vh;
}

.overlay {
  background: rgba(0,0,0,0.7 );
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden;
}

.limpia{
 clear: left;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #888;
}

.sk-spinner-wordpress.sk-spinner {
  /*background-color: #ff0000; */
  background: url('../images/preloader.png') no-repeat ;
  width: 300px;
  height: 300px;
  border-radius: 0px;
  position: relative;
 /* -webkit-animation: sk-innerCircle 1s linear infinite;*/
  /*animation: sk-innerCircle 1s linear infinite; */
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background:  #001256;
    margin: 0 !important;
    padding: 0px 0;
	margin: 15px;
	color: #f7f7f7;
}

.navbar-default .navbar-brand {
  color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px; 
}

.navbar-default .navbar-nav li a {
	color: #f7f7f7;
 	margin: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 5px;
    padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

.navbar-default .navbar-nav > li a:hover {
    color: #f7f7f7 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #f7f7f7;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active > a {
    color: #f7f7f7;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#f7f7f7;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
	 color:#f7f7f7;
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#about .col-md-6 {
  padding-bottom: 20px;
  color: #000000;
}

#about .col-md-6 img {
 /* padding: 22px 0px 22px 22px;*/
}

#about .col-md-4 {
  padding-bottom: 20px;
}

#about .col-md-4 img {
  padding-top: 0px;
}





/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-4 {
  padding-left: 0px;
}

#contact .col-md-12 {
  padding-left: 0;
}

#contact form {
  padding-top: 10px;
}

#contact .form-control {
  border: 2px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #555;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  background: #009BDB;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #001256;
}






/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
   /* background: #111;*/
    color: #f7f7f7;
    padding: 50px 0px 0px 0px;
    position: relative;
	margin:0;
}
footer p{
    color: #f7f7f7;
	font-weight:600;
}
footer .row {
  color: #f7f7f7;
  padding-right: 8px;
}

footer h4{
	color:#f7f7f7;
	margin:0;
	padding:0;
}




.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #333;
  font-size: 24px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
    background: #446593;
    color: #ffffff;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0px 5px 0px 5px;
}

.social-icon li a:hover {
    border-color: #446593;
    color: #446593;
    transform: scale(1.1);
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 980px) {

  .main-about,
  .main-single-post,  
  .main-gallery,
  .main-contact {
    height: 35vh;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 26px;
  }

  #about .col-md-6 img {
    padding-left: 0px;
  }

  #blog-single-post .blog-single-post-image img {
    padding-bottom: 22px;
  }

  footer .col-md-4 {
    padding-top: 22px;
  }

}


@media (max-width: 650px) {

  h1 {
    font-size: 42px;
  }

  #about, #gallery,
  #contact,
  #blog, #blog-single-post {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

