
  
/*--------------------------------------*/
/* 1. Univ Styles
--------------------------------------*/
* { font-family: 'Open Sans', sans-serif; }

body 
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.idiomas 
{
	font-size: 18px;
	color: #59520E;
	font-weight: bold;
	height: 46px;
	width: 300px;
}

#full-screen-background-image 
{
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper 
{
	position: relative;
	width: 800px;
	min-height: 400px;
	margin: 100px auto;
	color: #59520E;
}

a:hover, a:focus { text-decoration: none; }
h1, h2, h3, h4, h5 { text-transform: uppercase; }
h2, h3 { margin-top: 0; }
.st-box-shadow { box-shadow: 0 0 10px #000; }

.st-white-bg 
{
  background: 
    url('../images/sep_top.png') top repeat-x,
    url('../images/sep_button.png') bottom repeat-x,
    #fff; /*http://css-tricks.com/stacking-order-of-multiple-backgrounds/*/
}
.st-dark-bg {background-color: #59520E;}
.st-dark-bg-img { background-image: url(../images/st-services-bg.jpg); }
.st-position-relative { position: relative; }

.st-flexbox 
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*justify-content: center;*/
}
.st-padding-left-right {
  padding-left: 20px;
  padding-right: 20px; 
}

.st-padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px; 
}

.st-padding-left-right-0 {
  padding-left: 0px;
  padding-right: 0px; 
}

.st-padding-top-bottom-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.st-padding-top-15 {
  padding-top: 15px;
}

.st-padding-top-bottom-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.st-padding-top-bottom-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.st-padding-bottom-60 {
  padding-bottom: 60px;
}

.st-white-text {
	height: 80px;
	width: 235px;
	margin-left: -15px;
}


.padding-bottom-50
{
	padding-bottom: 40px;
}

.st-brown-text {
	color: #59520E;
}
.st-light-brown-text {
	color: #D1C97E;
}
.st-light-brown-text a { color: #BDB283; }
.st-gold-text {
	color: #59520E;
}
a.st-white-text:hover,
a.st-white-text:focus {
	color: #59520E;
}
.st-btn-transparent {
  border: 1.5px solid #685712;
  color: #858585;
}
.st-btn-brown {
  background: #685712;
  color: white;
}
.st-btn-transparent,
.st-btn-brown {
  display: inline-block;
  padding: 15px 40px;
  margin-top: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.st-btn-transparent:hover,
.st-btn-transparent:focus {
  background: #685712;
  color: white;  
}
.st-btn-brown:hover,
.st-btn-brown:focus {
  background: none;
  border: 1.5px solid #685712;
  color: #858585;
}
.st-header-with-bg {
  background: url('../images/st-header-bg.jpg');
  background-repeat: no-repeat;
  height: 79px;
  padding-left: 185px;
  margin-bottom: 100px;
}
.st-header-with-bg-h {
  display: inline-block;
  line-height: 79px;
  vertical-align: middle;
}
.st-site-name {
  font-size: 40px;
  margin-bottom: 20px;
}

/* 2. Nav Styles
----------------------------------------*/
.st-nav {
  background: -webkit-linear-gradient(top, #685712 0px, #685712 5px, #141414 5px, #141414 45px, #685712 45px, #685712 50px);
  background: linear-gradient(to bottom,   #685712 0px, #685712 5px, #141414 5px, #141414 45px, #685712 45px, #685712 50px);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: static;
  text-transform: uppercase;
  transition: height 0.3s ease;
  font-weight: bold;
  font-size: 12px;
}
.st-nav.sticky {
  background: #141414;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.st-nav.sticky .navbar-nav>li>a 
{
  height: 50px;
  line-height: 50px;
}

.st-nav .navbar-nav>li>a 
{
	color: #E6DD84;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.st-nav .navbar-nav>li>a.current,
.st-nav .navbar-nav>li>a:focus, 
.st-nav .navbar-nav>li>a:hover,
.st-nav .navbar-nav>li>a:focus,
.st-nav .navbar-nav>li>a:hover {
	color: #0A0A0A;
	background-color: #DCC151;
}
.navbar-toggle {
  border-radius: 0;
  color: #fff;
  position: fixed;
  right: 0;
  top: 16px;
}
.st-nav.sticky .navbar-toggle { top: 0; }
.st-nav .navbar-toggle .icon-bar { background-color: #fff; }
.st-nav .navbar-toggle,
.st-nav .navbar-toggle:focus, 
.st-nav .navbar-toggle:hover {
  background-color: rgba(109, 87, 38, 0.7);
  z-index: 1000;
}
.navbar-collapse { border-top: none; }
.st-social-icons-container {
  float: right;
  padding-top: 15px;
}
.st-nav.sticky .st-social-icons-container { padding-top: 0; }
.st-social-icons-img { display: none; }
.st-social-icon { 
  display: inline-block;
  width: 52px;
  height: 44px; 
}
#facebook { background: url('../images/social-icons.png') -5px 0; }
#twitter  { background: url('../images/social-icons.png') -59px 0; }
#google   { background: url('../images/social-icons.png') -113px 0; }

/* 3. Services Styles
-----------------------------------------*/
.st-service-container,
.st-canvas-small {
  max-width: 235px;
}
.st-service-container { cursor: pointer; }
.st-canvas-small { width: 100%; }
.service-canvas-description {
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.service-canvas-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 235px;
  max-height: 380px;
  width: 100%;
  height: auto;
  z-index: 100;
}
.st-service-container:hover .service-canvas-overlay-container {
    opacity: 1;
  }
.service-canvas-overlay-container .fa {
  background: #C3AC4F;
  border-radius: 50%;
  padding-top: 24px;
  padding-left: 23px;
  /*http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/*/
  position: absolute; 
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  margin: auto;
}

/* 4. Gallery Styles
-------------------------------------------*/
.st-gallery-item {
  cursor: pointer;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  max-width: 322px;
  margin-left: auto;
  margin-right: auto;
}
.st-gallery-image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: rgba(0,0,0,0.7);
  transition: all 0.3s ease;
}
.st-gallery-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
  transition: all 0.3s ease;
}
.st-gallery-item:hover .st-gallery-image-overlay {
  background: rgba(0,0,0,0.5);
}
.blockquote-reverse {
  border-right: 3px solid #C3AC4F;
  margin: 15px;
}
.blockquote-reverse h4,
.blockquote-reverse h5 {
  font-weight: 300;
  margin: 0;
}

/* 5. Contact & Footer Styles
---------------------------------------------- */
form { width: 100%; }
/*
.btn, .form-control  { border-radius: 0; }
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(104,87,18,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(104,87,18,.6);
	border-top-color: #59520E;
	border-right-color: #59520E;
	border-bottom-color: #59520E;
	border-left-color: #59520E;
}
*/
footer {
  padding-top: 15px;
  padding-bottom: 15px;
}




/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.image-carrusel{width: 100%;}
.sin-padding{ padding-left: 0px; padding-right: 0px;}
.text-justify {text-align: justify;}
.text-center {text-align: center;}


.blog-post { 
	position: relative; 
	margin-bottom: 30px; /*
	-webkit-box-shadow: -25px -19px 16px -23px rgba(0,0,0,0.75);
	-moz-box-shadow: -25px -19px 16px -23px rgba(0,0,0,0.75);
	box-shadow: -25px -19px 16px -23px rgba(0,0,0,0.75);*/}
	
.blog-thumb { overflow: hidden; position: relative; }
.blog-thumb img { 
	width: 100%; 
	border-radius: 31px 31px 31px 31px;
	-moz-border-radius: 31px 31px 31px 31px;
	-webkit-border-radius: 31px 31px 31px 31px;
	border: 4px solid #e6dd84;}

.blog-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 98%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px;
  margin:3%;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span { color: #f78e21; }
.content-hide { margin-top: 15px; display: none;}
.content-hide p { color: #fff; }



.image_thumb{position: relative; margin-bottom: 20px;}

.image_thumb .image_overlay
{
	background: #e6dd84;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center;	
}
.image_thumb:hover .image_overlay { opacity: 0.9; }

.image_thumb .image_overlay .fa
{
	background: #EEE;
	border-radius: 50%;
	color: #444;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	opacity: 1;
	
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.image_thumb a:hover { text-decoration: none; }



.aling-center { margin: 0 auto; }
.img-100{ width: 100%;}

#googleMap {border: 4px solid #CC9; height:420px; margin-bottom: 30px;}


.formulario-ubicacion
{
	background: #CC9;
	text-align: left;
	overflow: hidden;
	font-weight: bold;
	color: #000;
	padding: 20px;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;	
	width: 100%;
	height: 420px;
	
	margin-bottom: 30px;
}

.formulario_caja{font-family: "Century Gothic"; font-size:14px; border: 2px solid #CCCCCC; color:#685B53; background:url(../images/caja.jpg) repeat-x left top; width: 100%;}
.formulario_lista{font-family: "Century Gothic"; font-size:14px; border: 2px solid #CCCCCC; color:#685B53;}
.formulario_boton{font-size:13px; font-family: "Century Gothic"; font-weight:bold; color:#685B53; height:25px; border:none; background: url(../images/boton.png) repeat-x left 1px; cursor:pointer;}
.formulario_boton:hover{color:#8A8078;}
.peke{font-family: "Century Gothic"; font-size: 11px; color:#000;}
.cargando{display:none;}

.nav > li > a {color: #59520e;} /*cambia el color de las pestañas*/

.tab-content
{
	background:#CC9;
	text-align:justify;
	overflow:hidden;
	color: #000;
	padding:20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color: #cc9; }


.tab-pane img{ width: 100%; }


.form-control {
	background-color: #F3F3F3;
	border: 1px solid rgba(176, 176, 176, 0.4);
	color: #000;
}
.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(140, 220, 60, 0.7),0 0 10px rgba(140, 220, 60, 0.7);
}


#pie {width: 100%; height: 110px; background: url(../images/pie.png); background-repeat:repeat-x; z-index: 29; position:absolute;}
.float-right{float:right;}
.float-left{float:left;}

.calen
{
	 width:305px; 
	 height:240px;
	 margin:0 auto 0 auto;
}

.btn-info
{
	background-color: #cc9;
	border-color: #cc9;
}

.btn-info:hover
{
background-color: #e6dd84;
	border-color: #e6dd84;
}

#video
{
	width:91px;
	height:69px;
	/*
	position: absolute;
	padding: 0;
	top: 45%;
	left: 88%;
	*/
	font-family: "Century Gothic";
	background-image: url(../images/video.png);
}

#buttonsvideo
{
	display:block;
	width:91px;
	height:69px;
	text-decoration:none; 	
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 6. Media Queries
--------------------------------------*/
@media screen and (max-width: 1199px) {
  .st-padding-left-right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .st-btn-transparent, .st-btn-brown { margin-top: 10px; }
  .st-white-bg { background-size: 100% 50px; }
  .st-canvas-big {
    width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .st-nav {font-size: 10px;}	
  .st-social-icon { width: 40px; }
  .st-flexbox { display: block; }
  .st-padding-left-right {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .st-mobile-margin-top { margin-top: 15px; }
  .st-mobile-margin-bottom { margin-bottom: 15px; } 
}

@media screen and (max-width: 767px) {
	
  .st-nav .navbar-nav>li>a {
    color: #DEDEDE;
    height: 50px;
    line-height: 50px;
  }
  .st-nav {
    background: rgba(109, 87, 38, 0);
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
    width: 100%;
  }
  .st-nav.sticky { background: rgba(109, 87, 38, 0); }  
  .st-nav .navbar-nav,
  .st-social-icons-container {
    background-color: rgba(109, 87, 38, 0.9);
  }  
  .st-nav .navbar-nav { margin: 0; }
  .st-social-icons-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .st-padding-left-right {
    padding-left: 0;
    padding-right: 0;
  }
  .st-btn-transparent, .st-btn-brown {
    padding: 10px 30px;
  }
  .st-service-container {
    margin-left: auto;
    margin-right: auto;
  }
  
  .blog-thumb { overflow: visible; }
  .blog-post { margin-left: 15px; margin-right: 15px; }
  
  .blog-thumb img { width: 80%; margin-left: 10%; margin-right: 10%;}
 
  .blog-content {width: 80%; margin-left: 10%; margin-right: 10%;}
  
  .espacio{ margin-top: 15px;}
  
@media screen and (max-width: 455px) {
  
  .image-separator{width:100%;}
  .carousel-caption{display:none;}
  .carousel-indicators{display:none;}
  
  .content-hide p {display: none;}
  .blog-thumb img {width: 100%; margin: 0;}
  .blog-content {width: 100%; margin: 0;}
}
  
  
}
