@charset "UTF-8";
/* CSS Document */
body
	{
		background: #FFF;
		color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	width:100%;
	font-family: 'Lora', serif;
	}
	
	a:link {
	color: #FBB03B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FBB03B;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}

.navbar-brand {
  padding: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 35px 35px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  color:#000;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar {
	background:#fff;
	font-family: 'Lora', serif;
	color:#000;
	font-size:17px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FBB03B;
    color: #fff;
}

#home {
	padding-top:80px;
	text-shadow: 2px 2px 4px #000000;
}

#home h1 {
	font-size:40px;
font-family: 'Lora', serif;
color:#FFF;
font-weight:bold;
}

#home h2 {
	font-size:40px;
font-family: 'Lora', serif;
color:#FBB03B;
}

.btn-home {
  background: transparent;
  border: 1px solid #FBB03B;
  border-radius: 0;
  color: #ffffff;
  padding: 5px 40px 5px 40px;
  transition: all 0.4s ease-in-out;
}

.btn-home:hover {
  background: #FBB03B;
  color: #000;
  border-color: transparent;
}

.btn-we {
  background: transparent;
  border: 1px solid #FBB03B;
  border-radius: 0;
  color: #000;
  padding: 5px 40px 5px 40px;
  transition: all 0.4s ease-in-out;
}

.btn-we:hover {
  background: #FBB03B;
  color: #000;
  border-color: transparent;
}

.subtitle {
    font-size: 15px;
    font-weight: 700;
	font-family: 'Lora', serif;
	padding-top:10px;
}

.padding20 {
    padding:20px;
}

#iconos {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

hr.style3 {
	width:5%;
	border:#FBB03B double;
}

#nosotros {
	padding-top:60px;
	padding-bottom:60px;
	text-align:justify;
	color:#000;
}

#nosotros h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#FBB03B;
}

#services {
	 /* The image used */
	background:url(../images/back_services.jpg);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom:60px;
}

#services h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#000;
}

#financial {
	text-align:justify;
	color:#000;
}

#financial h3 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:30px;
	color:#000;
}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	font-size:15px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
	
	/*iconos*/
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #FBB03B; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; padding-top:15px; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: #fff; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: 'Lora', serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: 'Lora', serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px; text-align:justify}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: 'Lora', serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }

.parallax { 
    /* The image used */
	background:url(../images/back_mansion.png);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 { 
    /* The image used */
	background:url(../images/back_entrada.png);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.espacio {
	padding-bottom:60px;
	padding-top:60px;
	height:500px;
}

.interno {
	padding-top:300px;
	padding-bottom:100px;
}

.interno2 {
	padding-top:60px;
	padding-bottom:60px;
}
/* footer section  */
#info {
	background:url(../images/back_footer.jpg) repeat-x #000;
  padding-bottom:50px;
  padding-top:100px;
  text-align: justify;
  color:#fff;
}

info .copyright-text {
  padding-top: 10px;
}

info a {
	color: #fff;
}

info a:hover {
	color: #FBB03B;
}
/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  text-align:center;
}

.social-icon li a {
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #FBB03B;
  color: #fff;
}
/* ==========================================================================
contact section
========================================================================== */
#info .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}

#info h1 {
	text-align:justify;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#FBB03B;
}

#info form {
  padding-top: 0px;
}
#info .form-control {
  border: 1px solid #FBB03B;
  border-radius: 0;
  box-shadow: none;
  margin-top: 1px;
  margin-bottom: 1px;
  transition: all 0.4s ease-in-out;
}
#info input {
  height: 40px;
  background-color:transparent;
  color:#FFF;
}

#info textarea {
  background-color:transparent;
  color:#FFF;
}
#info input[type="submit"] {
  background: #FBB03B;
  border: 3px solid #FBB03B;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#info input[type="submit"]:hover {
  color: #000000;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.txt-center {
	text-align:center;
}