/* msg ok=1 */
#msg{
	position:fixed;
	z-index:9999;
	top:10px;
	right:10px;
	background:#e6f2d7;
	color:#83a061;
	padding:7px;
}
#cerrar{
	float: right;
	color:#758a5c;
	font-weight: bold;
	text-decoration:none;
	-webkit-transition: ease all 700ms;
	transition: ease all 700ms;
	padding-right:4px;
}
#cerrar:hover{
	transform:scale(1.4);
}


.custom-primary-font {
	font-family: "Poppins", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, a, p, span, li, input {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 2.9em;
}

h2 {
	font-size: 1.8em;
	line-height: 27px;
	margin: 0;
}

h3 {
	font-size: 1.2em;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.1em;
	line-height: 18px;
}

.custom-text-color-1 {
	color: #818898 !important;
}

.custom-text-color-2 {
	color: #c6d4ee !important;
}

.custom-text-color-3 {
	color: #94a9c3 !important;
}

.custom-text-color-4 {
	color: #d9e0ef !important;
}

.custom-btn-background-color-1 {
	background: rgba(255, 255, 255, 0.2) !important;
}
.custom-btn-background-color-1:hover {
	background: rgba(255, 255, 255, 0.3) !important;
}

.custom-primary-hover {
	-webkit-transition: ease color 300ms;
	transition: ease color 300ms;
}
.custom-primary-hover:hover {
	color: #6a80a9 !important;
}

.custom-rounded-image {
	border-radius: 100% !important;
}

.custom-min-height-1 {
	min-height: 190px;
}

.custom-background-1 {
	position: relative;
}
.custom-background-1:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 100%;
	background: #e5edf1;
	z-index: 0;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
@media (max-width: 991px) {
	.custom-background-1:after {
		left: 50%;
	}
}
.custom-background-1 > * {
	position: relative;
	z-index: 1;
}

.custom-btn-style-1 {
	padding: 13px 25px !important;
	font-size: 12px;
	border-radius: 2px !important;
}

.custom-btn-style-2 {
	padding: 13px 30px;
	font-size: 12px;
	border-width: 2px;
}

.custom-btn-style-3 {
	border-width: 1px;
	padding: 10px 20px;
}

.custom-btn-style-4 {
	background: none;
	color: #FFF;
	font-weight: 900;
	border: 2px solid #FFF;
	padding: 10px 20px;
}
.custom-btn-style-4:hover {
	background: #FFF;
	color: #6a80a9;
}

.custom-text-size-1 {
	font-size: 2.2em !important;
}

.custom-list {
	padding: 0;
}
.custom-list li {
	list-style: none;
}

.custom-list-style-1 {
	padding: 0;
}
.custom-list-style-1 li {
	list-style: none;
	line-height: 2.5;
}
.custom-list-style-1 li i {
	line-height: 2.4;
}

.custom-list-style-2 {
	padding: 0;
}
.custom-list-style-2 li {
	display: inline-block;
	list-style: none;
	margin: 0 6px 10px 0px;
}

.custom-list-style-3 {
	padding: 0;
}
.custom-list-style-3 li {
	list-style: none;
}
.custom-list-style-3 li .title {
	display: inline-block;
	width: 80px;
	font-weight: 600;
}

.custom-right-border {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
	.custom-right-border {
		border-right: 0;
	}
}

.custom-bottom-bar:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 17px;
	width: 20px;
	left: 50%;
	border-bottom: 3px solid #6a80a9;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
@media (max-width: 991px) {
	.custom-bottom-bar:before {
		bottom: -15px;
	}
}

.custom-item-divider-1 {
	position: relative;
}
.custom-item-divider-1:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -16px;
	height: 37px;
	border-right: 1px solid #e4e7eb;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.custom-border-none {
	border: none !important;
}

.custom-section-spacement-1 {
	padding: 60px 0 !important;
}

.custom-section-spacement-2 {
	padding: 0 0 60px !important;
}

.custom-parallax-bg-pos-left {
	background-position-x: 0% !important;
}

.custom-parallax-medium-padding {
	padding: 128px 0 !important;
}

.custom-parallax-big-padding {
	padding: 25vh 0 !important;
}

.custom-text-align-right {
	text-align: right !important;
}

.custom-center-img-fluid {
	margin: 0 auto;
}

@media (max-width: 767px) {
	.custom-center-xs {
		text-align: center !important;
	}
}
.custom-opacity-effect-1 {
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
.custom-opacity-effect-1:hover {
	opacity: 0.5;
}

.custom-btn-padding-1 {
	padding: 13px 35px !important;
	font-size: 13px;
}

@media (min-width: 768px) {
	.custom-padding-right-1 {
		padding-right: 160px;
	}
}
@media (max-width: 991px) {
	.custom-sm-margin-bottom-1 {
		margin-bottom: 25px !important;
	}

	.custom-sm-margin-bottom-2 {
		margin-bottom: 15px !important;
	}
}
@media (max-width: 767px) {
	.custom-xs-margin-bottom-1 {
		margin-bottom: 25px !important;
	}
}
@media (max-width: 991px) {
	.custom-sm-flex-order {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-flow: row wrap;
						flex-flow: row wrap;
	}
	.custom-sm-flex-order .col-md-6 {
		width: 100%;
	}
	.custom-sm-flex-order .col-md-6:nth-child(1) {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
	.custom-sm-flex-order .col-md-6:nth-child(2) {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}

	.custom-sm-flex-order-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-flow: row wrap;
						flex-flow: row wrap;
	}
	.custom-sm-flex-order-2 .col-md-3 {
		width: 100%;
		-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
						order: 3;
	}
	.custom-sm-flex-order-2 .col-md-9 {
		width: 100%;
	}
}
.social-icons.custom-social-icons li {
	list-style: none;
	border-radius: 0;
	border: 1px solid #c9c9cc;
	-webkit-box-shadow: none;
					box-shadow: none;
	margin-right: 5px;
}
.social-icons.custom-social-icons li a {
	border-radius: 0;
	line-height: 33px;
	color: #93949a !important;
}
.social-icons.custom-social-icons li:hover a {
	color: #FFF !important;
}
.social-icons.custom-style-1 li {
	background: none;
	-webkit-box-shadow: none;
					box-shadow: none;
	margin-bottom: 0;
	line-height: 1;
}
.social-icons.custom-style-1 li:hover a {
	background: none;
}
.social-icons.custom-style-1 li:hover.social-icons-facebook a {
	color: #3b5a9a !important;
}
.social-icons.custom-style-1 li:hover.social-icons-twitter a {
	color: #1aa9e1 !important;
}
.social-icons.custom-style-1 li:hover.social-icons-linkedin a {
	color: #0073b2 !important;
}
.social-icons.custom-style-1 li a {
	line-height: 1;
	width: 20px;
	height: auto;
	color: #6a80a9 !important;
}

/*
* Owl Carousel
*/
.owl-carousel.custom-nav .owl-nav {
	position: relative;
	top: auto;
	bottom: 105px;
	left: 50%;
	width: 230px;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.owl-carousel.custom-nav .owl-nav button.owl-next, .owl-carousel.custom-nav .owl-nav button.owl-prev {
	background: transparent !important;
}
.owl-carousel.custom-nav .owl-nav button.owl-next:before, .owl-carousel.custom-nav .owl-nav button.owl-prev:before {
	content: '';
	display: block;
	position: absolute;
	left: -3px;
	top: 6px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #2e353e;
	border-left: 1px solid #2e353e;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.owl-carousel.custom-nav .owl-nav button.owl-next {
	right: -15px;
}
.owl-carousel.custom-nav .owl-nav button.owl-next:before {
	-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
}

/*
* Header
*/
#header .header-body {
	border: none;
}
#header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li:hover > a, #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li.active > a {
	color: #6a80a9;
}
#header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li:hover > a:after, #header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li.active > a:after {
	border-color: #6a80a9 transparent transparent transparent !important;
}
#header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li > a {
	background: transparent !important;
	color: #2e353e;
	font-weight: 600;
}
#header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li > a:after {
	border-color: #2e353e transparent transparent transparent !important;
}
#header .header-nav-main.custom-header-nav-main-dark-style nav > ul > li ul li a {
	font-size: 12px !important;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 13px;
		padding: 10px 20px;
	}
}
/*
* Revolution
*/
.tparrows {
	background: transparent !important;
}
.tparrows:before {
	opacity: 0.7;
	color: #000 !important;
	font-size: 30px;
}
.tparrows:hover:before {
	opacity: 1;
}



/* quienes */
#quienes{
	font-family:'Arial', sans-serif !important;
	padding-top:90px !important;
	margin-bottom:50px !important;
	color:#555;
}
#quienes h2{
	font-size:2.3em;
	font-weight:500;
}
#quienes p{
	font-size:16px;
	margin-top:7px;
	color:#555;
	font-family:'Arial', sans-serif !important;
}
.img-quienes{
	/*-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);*/
}
.custom-image-style-1 {
	position: relative;
	border-radius: 100%;
	border: 7px solid #FFF;
	-webkit-box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
@media (min-width: 767px) {
	.custom-image-style-1:not(._middle) {
		position: absolute;
		top: 30%;
		z-index: 1;
	}
	.custom-image-style-1._left {left: 6%;}
}
@media (min-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
	.custom-image-style-1._left {left: 0%;}
}
@media (min-width: 767px) and (max-width: 991px) {
	.custom-image-style-1._left {left: 11.2%;}
}
@media (min-width: 767px) {
	.custom-image-style-1._middle {top: 23%;}
	.custom-image-style-1._right {left: 65%;}
}

svg#curved-line-1 {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	height: 180%;
}
svg#curved-line-1 .path, svg#curved-line-1 .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	opacity: 0.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
	svg#curved-line-1 {
		width: 107.4%;
		-webkit-transform: scale(1.13);
				transform: scale(1.13);
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.custom-margin-3 {margin-top: 28px;}
}
@media (min-width: 768px) {
	.custom-height {height: 210px;}
}



/* valores */
#valores{
	padding-top:70px;
	padding-bottom:70px;
}
.valores{
	display:inline-block;
	width:50px;
	height:50px;
	margin-bottom:8px;
}
.icon-transparencia{background:url(../img/icon-transparencia.png) no-repeat center center !important;}
.icon-etica{background:url(../img/icon-etica.png) no-repeat center center !important;}
.icon-profesionalismo{background:url(../img/icon-profesionalismo.png) no-repeat center center !important;}

.feature-box .feature-box-icon {background-color: #2aafea;}
html .feature-box-primary .feature-box-icon {background-color: #2aafea;}
html .feature-box-secondary .feature-box-icon {background-color: #ff7347;}

.feature-box.feature-box-style-4 .feature-box-icon .fa,
.feature-box.feature-box-style-4 .feature-box-icon .fas,
.feature-box.feature-box-style-4 .feature-box-icon .far,
.feature-box.feature-box-style-4 .feature-box-icon .fal,
.feature-box.feature-box-style-4 .feature-box-icon .fab,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
	color: #2aafea;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
	color: #ff7347;
}



/* servicios */
#servicios{}
#servicios h3{
	color:#333 !important; /* #ffffff */
	font-size:28px;
	font-weight:normal;
	text-transform:none;
	text-align:center;
}
#servicios h4{
	color:#333; /* #ffffff */
	font-size:20px;
}
#servicios p{
	color:#333; /* #ffffff */
	margin-top:15px;
	/*text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);*/
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured{
	color:#333; /* #7cc8eb */
	border-color:#333; /* #7cc8eb */
}
.icon-asesoramiento{background:url(../img/icon-asesoramiento.png) no-repeat center center !important;}
.icon-planificacion{background:url(../img/icon-planificacion.png) no-repeat center center !important;}
.icon-mercado{background:url(../img/icon-mercado.png) no-repeat center center !important;}
.icon-bancos{background:url(../img/icon-bancos.png) no-repeat center center !important;}
.icon-patrimonial{background:url(../img/icon-patrimonial.png) no-repeat center center !important;}



/* team */
#equipo{padding-top:50px !important;}
.icon-email{
	display:inline-block;
	width:30px;
	height:30px;

	background:url(../img/icon-email.png) no-repeat center center !important;
}
.perfil-completo{
	background:none !important;
	border:none !important;
	color:#0088cc !important;
	font-size:13px !important;
	display:inline-block !important;
	float:right !important;
	min-width:70%;
}



/* legal */
#legal{
	margin-bottom:70px;
}
#legal .feature-box-icon{
	float:left;
	font-size:2.5em;
	color:#2080BB;
	margin-top:5px;
}
#legal h4{
	color:#2080BB !important;
	font-size:1.5em;
	line-height:24px;
	margin-left:40px;
}
#legal p{
	clear: both;
	padding-top:10px;
	font-size:1.1em;
}
#legal article a{
	display: block;
    width: 200px;
	margin: 0 auto;
	background-color:#4695CF;
}

/* Contact / Map */
#contacto{
	height:0px !important;
	z-index:1;
}
#googlemaps{
	height:620px;
}
.custom-contact-box {padding: 50px 50px 15px;}
.custom-contact-box h2 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 25px;
}
.custom-contact-box h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 15px;
	border-bottom: 2px solid #FFF;
}
.custom-contact-box .feature-box .feature-box-info h1, .custom-contact-box .feature-box .feature-box-info h2, .custom-contact-box .feature-box .feature-box-info h3, .custom-contact-box .feature-box .feature-box-info h4, .custom-contact-box .feature-box .feature-box-info h5, .custom-contact-box .feature-box .feature-box-info h6 {
	color: #777;
}
@media (max-width: 767px) {
	.custom-contact-box {
		height: auto !important;
		margin-top: 0 !important;
	}
}

section {
	position: relative;
	padding: 80px 0 !important;
}


@media (min-width: 576px) {
	.custom-contact-form-style-1 .form-row._divider > div:nth-child(1) {border-right: 1px solid #5a5a5a;}
	.custom-contact-form-style-1 .form-row._divider > div:nth-child(2) {padding-left: 1rem;}
}
.custom-contact-form-style-1 .form-group {
	position: relative;
	margin-bottom: 0;
}
.custom-contact-form-style-1 .form-group:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100% + 90px);
	border-top: 1px solid #5a5a5a;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
}
.custom-contact-form-style-1 .form-control {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	padding: 25px 0;
	color: #777;
	resize: none;
}
.custom-contact-form-style-1 .form-control::-webkit-input-placeholder {color: #777;}
.custom-contact-form-style-1 .form-control::-moz-placeholder {color: #777;}
.custom-contact-form-style-1 .form-control:-ms-input-placeholder {color: #777;}

.custom-contact-form-style-1 .form-control{color: #bbb;}

.custom-contact-form-style-1 .form-control::-webkit-input-placeholder {letter-spacing: 1.5px;}
.custom-contact-form-style-1 .form-control::-moz-placeholder {letter-spacing: 1.5px;}
.custom-contact-form-style-1 .form-control:-ms-input-placeholder {letter-spacing: 1.5px;}
.custom-contact-form-style-1 .form-control:-moz-placeholder {letter-spacing: 1.5px;}
.custom-contact-form-style-1 .form-control.error {
	-webkit-box-shadow: none;
			box-shadow: none;
}
.custom-contact-form-style-1 input.form-control {
	height: 50px;
	padding: 0;
}
.custom-contact-form-style-1 label.error {
	position: absolute;
	bottom: -6px;
}
.custom-contact-form-style-1 .custom-textarea-style {
	margin: 10px 0 10px 0;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	padding: 6px 34px 6px 0 !important;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #3c3f44;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar {
	width: 12px;
	background-color: #3c3f44;
}
.custom-contact-form-style-1 .custom-textarea-style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #01b1f5;
}

.feature-box.custom-feature-box-style-1 .feature-box-icon i._size-1 {
	font-size: 44px;
	line-height: 0.7;
}
.feature-box.custom-feature-box-style-1 .feature-box-info h4 {font-weight: 600;}

.custom-contact-box .feature-box .feature-box-info h1, .custom-contact-box .feature-box .feature-box-info h2, .custom-contact-box .feature-box .feature-box-info h3, .custom-contact-box .feature-box .feature-box-info h4, .custom-contact-box .feature-box .feature-box-info h5, .custom-contact-box .feature-box .feature-box-info h6 {
	color: #777;
}

html .background-color-quaternary {background-color: #3c3f44 !important;}

.feature-box.feature-box-style-2 .feature-box-icon .fa,
.feature-box.feature-box-style-2 .feature-box-icon .fas,
.feature-box.feature-box-style-2 .feature-box-icon .far,
.feature-box.feature-box-style-2 .feature-box-icon .fal,
.feature-box.feature-box-style-2 .feature-box-icon .fab,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #019fdc;
}


/* Footer */
#footer {
	border-top: 0;
	margin-top:70px !important;
}
#footer .footer-copyright {
	border-top: 0;
	margin-top: 0;
	padding: 30px 0 0;
}




@media (max-width: 1200px) {
	#footer{
		margin-top:100px !important;
	}
}
@media (max-width: 450px) {
	#footer{
		margin-top:145px !important;
	}
}
@media (max-width: 370px) {
	#footer{
		margin-top:160px !important;
	}
}




/* Idiomas */
#idiomas{
	position:absolute;
	width:77px;
	right:-70px;
	top:0px;
	background:#ebebeb;
	text-align:center;
	padding-bottom:7px;

	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
#idiomas p{
	background-color:#d3d3d3;
	font-size:13px;
	padding:1px 12px;
	margin-bottom:5px;
}

@media (max-width: 1290px) {
	.header-nav-main{
		margin-right:70px;
	}
	#idiomas{
		right:0;
	}
}
@media (max-width: 990px) {
	#idiomas{
		right:-70px;
	}
}
@media (max-width: 840px) {
	#idiomas{
		right:60px;
	}
	.header-btn-collapse-nav{
		/*margin-right:70px !important;*/
	}
}
@media (max-width: 420px) {
	#idiomas{
		width:62px;
		font-size:5px;
	}
	#idiomas p{
		font-size:12px;
		padding-left:5px;
		padding-right:5px;
	}

}


@media (max-width: 540px) {
	.parallax-background{
		background:#ECF0F3 !important;
	}

}
