@charset "UTF-8";
/* CSS Document */
body
	{
		background: #000;
		color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	width:100%;
	font-family: 'Lora', serif;
	}
	
	a:link {
	color: #F2C611;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F2C611;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #F2C611;
    color: #fff;
}

.dropdown-menu {
	background: #000;
	color: #FFF;
}

.dropdown-menu>li>a {
	color: #fff;
}

.navbar-brand {
  padding: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 25px;
}
.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:#fff;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar {
	background-color: #000;
	font-family: 'Lora', serif;
	color:#fff;
	font-size:15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #F2C611;
    color: #fff;
}

#home {
	text-shadow: 2px 2px 4px #000000;
}

#home h1 {
	font-size:40px;
font-family: 'Lora', serif;
color:#FFF;
}

#home h2 {
	font-size:40px;
font-family: 'Lora', serif;
color:#F2C611;
}

.btn-home {
  background: transparent;
  border: 1px solid #F2C611;
  border-radius: 0;
  color: #ffffff;
  padding: 5px 40px 5px 40px;
  transition: all 0.4s ease-in-out;
}

.btn-home:hover {
  background: #F2C611;
  color: #fff;
  border-color: transparent;
}

.btn-we {
  background: transparent;
  border: 1px solid #F2C611;
  border-radius: 0;
  color: #000;
  padding: 5px 40px 5px 40px;
  transition: all 0.4s ease-in-out;
}

.btn-we:hover {
  background: #F2C611;
  color: #000;
  border-color: transparent;
}

.subtitle {
    font-size: 20px;
    font-weight: 700;
	font-family: 'Lora', serif;
	padding-top:10px;
}

.padding20 {
    padding:20px;
}

#iconos {
	padding-top:40px;
	padding-bottom:20px;
}

hr.style3 {
	width:25%;
	border:#F2C611 solid 1px;
}

#nosotros {
	padding-top:60px;
	text-align:justify;
	color:#FFF;
}

#nosotros h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

#nosotros h3 {
	text-align:center;
}

/* plan section styles
/* ========================================== */

#nosotros .plan {
  border: 4px solid #F2C611;
  padding: 20px;
  transition: all 0.4s linear;
  margin-bottom: 20px;
  color:#FFF;
}

.p {
	font-size:14px;
}

#nosotros .plan:hover {
  background:url(../images/back_invest.jpg);
  border-color: #000;
  text-shadow: 2px 2px 4px #000000;
  color:#FFF;
}

#nosotros .plan-title {
  font-size: 20px;
  font-family: 'Lora', serif;
  text-align:center;
}

#nosotros .plan-title, #nosotros .plan-price {
  padding: 10px;
  text-align:center;
  font-weight:bold;
}

#nosotros small {
  color: #E00000;
}

#nosotros .plan-list li {
  padding: 5px 0 5px 0;
  font-size:12px;
  text-align:justify;
}


#nosotros .plan-button .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#nosotros .plan-button .btn:hover {
  background: #ffffff;
  color: #E00000;
  border-color: transparent;
}

#hacemos {
	text-align:justify;
	color:#FFF;
}

#hacemos h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}


#iconos {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#iconos h3, p {
	text-align:justify;
}

#iconos h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

.subtitle {
    font-size: 10px;
    font-weight: 700;
	font-family: 'Lora', serif;
	padding-top:10px;
}

.padding20 {
    padding:20px;
}

#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:#FFF;
}

#financial {
	text-align:justify;
	color:#000;
	padding-top:60px;
}

#financial h3 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:30px;
	color:#000;
}

#financial h4 {
	text-align:justify;
    font-family: 'Lora', serif;
	font-size:20px;
	color:#F2C611;
}


.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*/
	@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.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: #F2C611; 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: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.box > .icon > .info > p { font-family: "Robot",sans-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: "Robot",sans-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:400px;
	padding-bottom:100px;
}

.interno2 {
	padding-top:60px;
	padding-bottom:60px;
}

.interno3 {
	padding-top:30px;
}
#red {
	background:#F1F1F1;
}
/* footer section  */
#info {
	/* The image used */
	background:url(../images/back_contact.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:50px;
  padding-top:100px;
  text-align: justify;
  color:#fff;
}

info .copyright-text {
  padding-top: 10px;
}

info a {
	color: #fff;
}

info a:hover {
	color: #F2C611;
}
/* 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: #F2C611;
  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:#F2C611;
}

#info form {
  padding-top: 0px;
}
#info .form-control {
  border: 1px solid #F2C611;
  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: #F2C611;
  border: 3px solid #F2C611;
  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;
}


#rostro {
	/* The image used */
	background:url(../images/back_rostro.png);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
}

#rostro h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:60px;
	color:#FFF;
}

#bandera {
	/* 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-top:150px;
	padding-bottom:150px;
}

#frutas {
	/* The image used */
	background:url(../images/back_frutas.jpg);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:150px;
	padding-bottom:150px;
}

#super {
	/* The image used */
	background:url(../images/back_super.jpg);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:150px;
	padding-bottom:150px;
}

#investment {
	/* The image used */
	background:url(../images/back_investment.jpg);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:150px;
	padding-bottom:150px;
}

#invest {
	/* The image used */
	background:url(../images/back_invest.jpg);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:150px;
	padding-bottom:150px;
}

#nosotros div {
	margin-top:5px;
	margin-bottom:5px;
}

.btn_fmi {
	color:#000;
	background:#F2C611;
	width:35%;
}

.btn_fmi:hover {
	color:#fff;
	background:#000;
}

.btn-fmi {
	color:#000;
	background:#F2C611;
	margin-bottom: 15px;
}

#pasos {
	background:url(../images/back_pasos.jpg);
    /* Set a specific height */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:10px;
	text-align:justify;
	color:#FFF;
}

#pasos h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

#pasos h3 {
	text-align:center;
}

#presentacion {
	padding-top:10px;
	text-align:justify;
	color:#FFF;
}

#presentacion h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

#presentacion h3 {
	text-align:center;
}

#politicas {
	padding-top:10px;
	text-align:justify;
	color:#FFF;
}

#politicas h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

#politicas h3 {
	text-align:center;
}

#encurso {
	text-align:justify;
	color:#FFF;
}

#encurso h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

#encurso h3 {
	text-align:center;
}

.modal-content {
	background-color: rgba(0, 0, 0, 0.8);
}

#estructura {
	text-align:justify;
	color:#FFF;
}

#estructura h1 {
	text-align:center;
    font-family: 'Lora', serif;
	font-size:40px;
	color:#F2C611;
	text-shadow: 2px 2px 4px #000000;
}

#mail {
	background: #F2C611;
	color: #000;
	padding: 20px 0 20px;
}

.btn-black {
	background: #000;
	color: #FFF;
}


.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: #F2C611; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); 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: "Roboto",sans-serif !important; font-size: 16px; color: #FFF; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #FFF; line-height: 1.5em; margin: 20px;}
.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: "Roboto",sans-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; }