/*
	Web designer: Omar Ricardo Chuman Zuñe
	Contact: ochuman[at] bdcapital.pe
	Last update: 2019/04/01
	Description: Custom Style Page for BD Capital
*/

.BDCapital_Header
{
	position: fixed;
	top: 0;
	left:0;
	width: 100%
	background-color: #222;
	z-index: 999;
}

.BDCapital_Header_Background
{
	background-color: #fff;
}

.BDCapital_Header_Background_After
{
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(90,90,90,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(90,90,90,0.75);
	-o-box-shadow: 0px 1px 4px 0px rgba(90,90,90,0.75);
	box-shadow: 0px 1px 4px 0px rgba(90,90,90,0.75);
}

.BDCapital_Nav
{
	padding-bottom: 0;
}

.BDCapital_Logo
{
	text-indent: 9999px;
	width: 14.5rem;
	height: 2rem;
	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
	background-image: url('../Img/BDCapital_Logo.svg');
	background-repeat: no-repeat;
  	background-position: left;
}

.BDCapital_Investor
{
	color: #1D345E;
	font-weight: 700;
}

.BDCapital_Investor:hover
{
	color: #1D345E;
	font-weight: 700;
	font-size: 1.25rem;
}

.allvh { 
	min-height: 100vh;
}

.fixed-top 
{ 
	padding-top: 5rem; 
}

.flex-caption
{
  	padding: 2%;
	color: #fff;
	height: 4rem;
	background: #1B365D;
	text-shadow: 1px 0px 1px rgba(255,255,255,.1);
  	line-height: 1rem;
}

.BDCapital_Title_First_Part
{
	color: #00305B;
	padding: 0rem 0rem 1rem 0.1rem;
	font-weight: 800;
}

.BDCapital_Title_Second_Part
{
	color: #1C486E;
	padding: 0rem 0rem 1rem 0.8rem;
	font-weight: 100;
}


/*
	Section Styles: About Us
*/
.BDCapital_About_Us
{
	font-weight: 500;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	color: #5A5A5A;
	line-height: 1.5rem;
	list-style-position: outside;
}

.BDCapital_About_Us_Title
{
	width: 100%;
	height: 3.5rem;
	color: #fff;
	padding: 1rem 1rem 1rem 1rem;
	background-color: #1B365D;
	border-radius: 10px 3px 10px 3px;  
}


/*
	Section Styles: PURPOSE & CULTURE 
*/
.BDCapital_Purpose_Culture_Title
{
	color: #1C486E;
	font-weight: 700;
	text-transform: uppercase;
/*	padding: 0.5rem 0 0.5rem 0;*/
}

.BDCapital_Purpose_Culture_Text{
	font-weight: 500;
	padding: 0.5rem 1.5rem 0.5rem 30%;
	color: #5A5A5A;
	line-height: 1.5rem;
}

.BDCapital_Purpose_Culture_li{
	font-weight: 500;
	padding: 1.5rem 0 0 1rem;
	color: #5A5A5A;
	line-height: 0.25rem;
}

/*
	Section Styles: What We Do
*/
.BDCapital_What_We_Do_Background
{
	background-color: #151515;
  	background-image: url('../Img/BDCapital_Home_Area_Background.jpg');
  	background-attachment: fixed;
	background-repeat: no-repeat;
  	background-position: center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 100%;
  	padding: 5rem 0 1rem 0;
}


.BDCapital_What_We_Do_Services{
	width: 310px;
    height: 310px;
    background: #fff;
}

.BDCapital_What_We_Do_Services_Title{
	font-weight: 700;
	top:25%;
	text-transform: uppercase;
	color: #1C486E;
	margin: 30% 0 5% 0;
}

.BDCapital_What_We_Do_Services_Text{
	font-weight: 500;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	color: #5A5A5A;
	line-height: 1.5rem;
}

/*
	Section Styles: Our Founders
*/

.BDCapital_Founder
{
	background-color: #EAF4F6;
}

.BDCapital_Founder_Photos img
{
	width: 220px;
	height: 260px;
	filter:alpha(opacity=0.70); /* IE */
	-moz-opacity:0.70; /* Mozilla */
	opacity: 0.70; /* CSS3 */
	background-color: #8DCDD6;
	background: rgba(76, 175, 80, 0.1);
	-moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;
    border-radius: 15px 0px 15px 0px;
    -webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease; /* Opera */
}

.BDCapital_Founder_Photos img:hover
{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
    border-radius: 0px 15px 0px 15px;
    filter:alpha(opacity=0.99); /* IE */
	-moz-opacity:0.99; /* Mozilla */
	opacity: 0.99; /* CSS3 */
}

.BDCapital_Founder_Information h3
{
	color: #1C486E;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.9rem 0 0.2rem 0;
}

.BDCapital_Founder_Information h4
{
	font-weight: 500;
	color: #4B8AC3;
	padding: 0.2rem 0 1rem 0;
}

.BDCapital_Founder_Information h5
{
	font-weight: 500;
	color: #1C486E;
	padding: 0.5rem 0.5rem 0.5rem 20%;
}

hr
{
	border-style: solid; 
  	border-color: #8DCDD6; 
  	border-width: 0.5px;
  	width: 100%;
}

/*
	Section Styles: Contact
*/

.BDCapital_Contact_Background
{
	background-color: #151515;
  	background-image: url('../Img/BDCapital_Contacto_Fondo.jpg');
  	background-attachment: fixed;
	background-repeat: no-repeat;
  	background-position: center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 100%;
  	padding: 5rem 0 0 0;
}

.BDCapital_Contact_Information
{
	text-align: left;
	vertical-align: top;
}

.BDCapital_Contact_Information h2
{
	color: #fff;
	padding: 0.1rem 0.1rem 0.5rem 0.1rem;
}

.BDCapital_Contact_Information h3
{
	color: #fff;
	padding: 0 0 0 1rem;
}

.BDCapital_Contact_Information p
{
	color: #8DCDD6;
	padding: 0.5rem 0.5rem 2.5rem 0;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-o-text-decoration: none;
	-ms-text-decoration: none;
	text-decoration: none;
	line-height: 1.5rem;
}

.fa_Contacto 
{
	color: #41B7C4;
	font-size: 1.5rem;
	width: 15px;
	height: 15px;
}



.BDCapital_Form_Contact 
{
	border: 0.01rem solid #1D345E;
	border-radius: 0.5rem;
	min-height: 430px;
	background-color: #fff;
	padding: 1.5rem 0 1rem 0;
	webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
}

.BDCapital_Form_Contact input, .BDCapital_Form_Contact textarea 
{
	font-size: 1rem;
	padding: 0px 25px;
	height: 48px;
	color: #4D4D4C;
	border: 1px solid #D2D9DC;
	border-radius: 22px;
	margin-bottom: 18px;
	width: 85%;
	outline:0px;
	font-weight: 400;
}

.BDCapital_Form_Contact textarea 
{
	height: 100px;
	line-height: 25px;
}

.BDCapital_Form_Contact input:focus:invalid, .BDCapital_Form_Contact textarea:focus:invalid 
{
	background: #fff url('../Img/BDCapital_Error.jpg') no-repeat 98% center;
	border: 1px solid #FF0000;
}

.BDCapital_Form_Contact input:required:valid, .BDCapital_Form_Contact textarea:required:valid 
{
	background: #fff url('../Img/BDCapital_Correcto.jpg') no-repeat 98% center;
	border: 1px solid #00CC00;
}

.BDCapital_Form_Contact input[type=submit]
{
	font-size: 1rem;
	height: 48px;
	color: #fff;
	border: 1px solid #1D345E;
	border-radius: 15px;
	text-transform: uppercase;
	background: #1D345E;
}

.BDCapital_Form_Contact input[type=submit]:hover
{
	background: #116186;
	border: 1px solid #116186;
}

.BDCapital_Message_Successful{
	background: #fff url('../Img/BDCapital_Correcto.jpg') no-repeat 20% center;
	color:green;
	font-size:15px;
	margin: 0px;
	padding: 0px;
	text-align: top;
}

.BDCapital_Message_Error{
	background: #fff url('../Img/BDCapital_Error.jpg') no-repeat 20% center;
	color:green;
	font-size:15px;
	margin: 0px;
	padding: 0px;
	text-align: top;
}

/*
	Section Styles: Our Team
*/

.BDCapital_Our_Team_Title
{
	color: #1C486E;
	font-weight: 700;
	text-transform: uppercase;
/*	padding: 0.5rem 0 0.5rem 0;*/
}

.BDCapital_Our_Team_Information h3
{
	color: #1C486E;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 0 0.5rem 0;
}

.BDCapital_Our_Team_Information h4
{
	font-weight: 500;
	color: #4B8AC3;
	padding: 0.25rem 0 1.5rem 0;
}

.BDCapital_Our_Team_Information li
{
	color: #5A5A5A;
	font-weight: 500;
	padding: 0.25rem 0 0.25rem 0;
	list-style-position: inside;
}

.BDCapital_Our_Team_Information li a:link, .BDCapital_Our_Team_Information li a:visited, .BDCapital_Our_Team_Information li a:active, .BDCapital_Our_Team_Information a:link, .BDCapital_Our_Team_Information a:visited,  .BDCapital_Our_Team_Information a:active
{
	text-decoration: none;
}

.BDCapital_Our_Team_Information li a
{
	color: #5A5A5A;
	font-weight: 500;
	padding: 0.25rem 0 0.25rem 0;

}

.BDCapital_Our_Team_Information li a:hover
{
	font-weight: 700;
}

.BDCapital_Our_Team_Information p
{
	color: #5A5A5A;
	font-weight: 500;
	padding: 0 0 2rem 0;
	line-height: 1.5rem;
}


.BDCapital_Our_Team_Photos img
{
	width: 320px;
	height: 420px;
	-webkit-transition:all .5s ease; 
	-moz-transition:all .5s ease; 
	-o-transition:all .5s ease; 
	-ms-transition:all .5s ease; 
   	-moz-border-radius: 0px 15px 0px 15px;
    -webkit-border-radius: 0px 15px 0px 15px;
    -o-border-radius: 0px 15px 0px 15px;
    border-radius: 0px 15px 0px 15px;
}

.BDCapital_Our_Team_Back
{
	color: #fff;
	border: 1px solid #1D345E;
	border-radius: 8px;
	background: #1D345E;
	padding: 0.25rem;
}

/*.BDCapital_Our_Team_Panel
{
	width: 850px;
	height:450px;
	background-color: #fff;
	position: fixed;
	top: 15%;
	left: 20%;
}
*/


/*
	Section Styles: Footer
*/

.BDCapital_Footer{
	background: #1B365D;
	padding: 1rem 1rem 1rem 1rem;
}

.BDCapital_Footer_Information{
	color: #8DCDD6;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-o-text-decoration: none;
	-ms-text-decoration: none;
	text-decoration: none;
}

.BDCapital_Footer_Inform{
	color: #fff;
}

.fa_Arrow
{
	position: fixed;
	bottom: 0.5rem;
	right: 0.5rem;
	font-size: 1.5rem;
	cursor: pointer;
	color: #8DCDD6;
}

.bdcapital_titulocentrado
{
	text-align: center;
	width: 100%;
}