/* STYLE FOR CAPAFIN 2019

font-family: 'Raleway', sans-serif;
font-family: 'PT Sans', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
p {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #2C6185;
}

/* HEADINGS */

h1 {
	color: #2C6185;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 40px;
}
h2 {
	color: #2C6185;
	font-family: 'Raleway', sans-serif;
}
h3 {
	color: #2C6185;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
h4 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 28px;
}

/* COLORS */

.bg-gray {
	background-color: #EBEBEB;
}
.white {
	color: #fff;
}
.bg-blue {
	background-color: #006F97;
}
.bg-blue.ribbon {
	padding-top: 40px;
	padding-bottom: 40px;
}
.blue {
	color: #005F85;
}
.gray {
	color: #636363;
}
.bg-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

/* BUTTONS */

.btn {

}
.btn-primary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30a3d7+0,2e89b8+100 */
	background: #30a3d7; /* Old browsers */
	background: -moz-linear-gradient(left,  #30a3d7 0%, #2e89b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #30a3d7 0%,#2e89b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #30a3d7 0%,#2e89b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a3d7', endColorstr='#2e89b8',GradientType=1 ); /* IE6-9 */
	border: 8px solid #DBE1E3;
	border-radius: 35px;
	padding: 15px 40px;
	font-weight: 500;
	font-size: 16px;
}

/* TYPO */

.txt-md {
	font-size: 20px;
}
.credit {
	font-size: 12px;
}
.credit.right {
	text-align: right;
}

/* POSITION */

.m-top-xlg {
	margin-top: 80px;
}
.m-top-lg {
	margin-top: 50px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.pad-section {
	padding-top: 40px;
	padding-bottom: 42px;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* LISTS */

ul.experiencia {
	padding-left: 0;
	padding-bottom: 50px;
	margin-top: 50px;
}
ul.experiencia li {
	list-style-type: none;
	border-bottom: 2px solid #ddd;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 15px;
}
ul.experiencia li a {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
ul.experiencia li a:hover,
ul.experiencia li a:focus,
ul.experiencia li a.active {
	color: #2C6185;
}
ul.experiencia li a i {
	float: right;
	color: #2C6185;
}
ul.necesidades {
	padding-left: 0px;
}
ul.necesidades.side {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
ul.necesidades li {
	color: #005F85;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	list-style-type: none;
	font-size: 18px;
	margin-bottom: 10px;
}
ul.info {
	padding-left: 0;
}
ul.info li {
	list-style-type: none;
	font-style: italic;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
}
ul.info li i {
	color: #005F85;
}
ul.info.straight li {
	font-style: normal;
	margin-bottom: 25px;
}

/* BANNERS */

.ban-consultoria {
	background: url('../img/bg-banner-consultoria.png') no-repeat 50% 0;
	padding-top: 180px;
	padding-bottom: 120px;
}
.ban-consultoria h4 {
	font-size: 40px;
	text-align: center;
}

/* HEADER */

header {
	padding-top: 40px;
}
.social {
	float: right;
	margin-right: 50px;
	margin-top: 40px;
}
.social ul {
	padding-left: 0;
}
.social ul li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 10px 10px 0;
	margin-left: 25px;
}
.social ul li a {
	color: #fff;
	font-size: 16px;
}
.social ul li:first-of-type {
	background-color: #15A2DF;
}
.social ul li:last-of-type {
	background-color: transparent;
	padding: 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 145px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 20px;
    text-align: center;
    padding: 20px 25px 15px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #15A2DF;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-top: 30px;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px 25px 0;
}
.dropdown-menu>li {
	margin-bottom: 5px;
}
.dropdown-menu>li>a {
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #fff;
}
.navbar-nav>li>.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}


/* FOOTER */

.bg-footer {
	background: url('../img/bg-logo-footer.png') no-repeat 5% 0 #006F97;
	padding-top: 40px;
	padding-bottom: 24px;
}

/* CAROUSEL */

.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
    width: 100%;
}
.carousel-caption {
	background-color: rgba(250,250,250,0.7);
	top: 30%;
	bottom: auto;
    width: 650px;
    padding: 40px 60px;
    left: 18%;
}
.carousel-caption p {
	color: #006F97;
	text-shadow: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-align: left;
}

/* TILES */

.bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-bottom: 475px;
}
.bg.fusiones {
	background-image: url('../img/img-fusiones.jpg');
}
.bg.finanzas {
	background-image: url('../img/img-financiamiento.jpg');
}
.bg.emisiones {
	background-image: url('../img/img-emisiones.jpg');
}

/* TABLES */

.table {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
}
.table thead {
	background-color: #005F85;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.table thead tr td {
	text-align: center !important;
}
.table tbody {
	background-color: #EBEBEB;
}
.table tr td:first-of-type {
	padding-left: 40px;
	padding-right: 20px;
}
.table tr td:nth-of-type(2),
.table tr td:nth-of-type(4) {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
.table tr td:nth-of-type(1),
.table tr td:nth-of-type(3),
.table tr td:nth-of-type(5) {
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;
}

/* FORM */

.form-horizontal .control-label {
	color: #005F85;
	font-size: 18px;
	font-weight: 300;
}
.form-control {
	background-color: #F6F5F5;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
form .col-sm-2 {
	padding: 0;
}
.form-group.otro {
	margin-top: 10px;
}
.form-group.otro label {
	text-align: left;
    padding-left: 15px;
}

/* Scroll to top button */
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
}