


@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
/*estilos reset*/


#footer, #footerPage {
	display:none;
	height:1px;
	overflow:hidden;
	font-weight: 400;
}


.s-tasas {
	display:none;
}
 
.loginBack {
	width: 27%;
	display:inline-block;
}

#question-two {
	margin: 0 0 30px;
}

.actualizando_sistema-2 h4 {
	font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

@media(max-width:550px) {
	.loginBack {
		width: 100%;
		margin:0 0 20px;
		padding: 11px 0;
		text-transform: uppercase;
	}
}
 .check-label {
  cursor: pointer;
}

.check-label i{
  float:left;
  margin: 0 10px 0 0;
  width:20px;
  height:20px;
}

.check-label i img{
	width:100%;
	height:auto;
}

.input-checkbox-simple {
  border: solid 1px #999999;
  background: #fff;
  width:18px;
  height: 18px;
  border-radius: 5px;
}
.input-checkbox-simple input {
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  padding: 0 !important;
}
.input-checkbox-simple.fa-check {
  background: #8CC251;
  color: #fff;
  border: solid 1px #8CC251;
  text-align: center;
  font-size:16px;
  line-height:20px;
}



.inline--check {
  overflow: hidden;
}
.inline--check .input-checkbox-simple {
  float: left;
  margin: 0 8px 0 0;
  position: relative;
}
.inline--check span {
  float: left;
}
.checks-set  {
	padding: 0 10px;
	clear: both;
}
.checks-set.vacio {border: solid 1px red;}
.checks-set ul {
	padding:0;
	margin: 18px 0 0;
	clear: both;
	overflow: hidden;
}
.checks-set ul li {
	overflow:hidden;
	margin:0 0 10px;
	clear: both;
	list-style:none;
}
.checks-set ul li span{
	font-size: 16px;
}
.comentarioEnviado {
	display:none;
}

.checks-resumen-saldo{

  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  letter-spacing: normal;
  color: #404042;
}


.two-cols-check span{
	width:90% !important;
	font-size:14px !important;
}

.aviso-privacidad-checks  {
	margin:0 0 30px;
}
.aviso-privacidad-checks p {
	
	font-size:14px !important;
}

.aviso-privacidad-link {
	font-size:14px !important;
	color:#8FC450;
	text-decoration:underline;
	cursor:pointer;
}








ul, li {
	list-style:none;
}
.tiluloh4 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.tiluloh2 {
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: 800;
}
.tiluloh6 {
	font-size:18px;
	margin:0 0 30px;
}
.aviso-box  {
	padding:20px;
	border-radius:4px;
	overflow:hidden;
	display: none;
}
.aviso-box  .icon{
	/* border: solid 2px #999; */
	display:block;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	text-align: center;
	line-height: 27px;
	float: left;
	color:#999;
	font-size: 34px;
	margin: 7px 0 0;
}

.aviso-box.azul {
	background:#defbff;
}
.aviso-box  .text-aviso {
	width:90%;
	float:right;
}

.error-mensaje {
	padding:10px 0;
	display:none;
}
.error-mensaje {
	color:red;
	font-weight:500;
	
}
.inputText-style.error, .inputText-style.vacio  {
	border: solid 1px red !important;
}

.container_box {
	max-width: 1024px;
	margin: 0 auto;
}

.box-pad {
	padding: 40px 0 20px !important;
}
section.gray-module {
    background-color: #f3f3f3;
    padding: 30px 0;
    margin: 0 0 50px;
}

section.gray-module .container_box {width: 96%;}

h3.title3 {
    /* width: 462px; */
    /* height: 58px; */
    font-family: Lato;
    font-size: 24px;
    text-align: left;
    color: #8cc251;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 30px;
    max-width: 470px;
}

h3.title3 strong {
  
    font-weight: 900;
}
.mobile-view {
	display:none;
}
.logos-seguridad ul {
	overflow:hidden;
	padding: 0;
	margin: 0;
}
.logos-seguridad li  {
	float:left;
	width: 33% !important;
	list-style: none !important;
}

.logos-seguridad li:last-child  {
	margin:-10px 0 0 !important;
}

.logos-seguridad li a {
	/* width: 99px; */
	display:block;
}

.logos-seguridad li a  img{
	width:100%;
	display:block;
}


.btn {
  text-align:center;
  cursor: pointer;
  -webkit-transition:.4s;
  -moz-transition:.4s;
  -ms-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  text-decoration: none;
}
.btn.type-small  {
  padding: 5px 0;
  border-radius: 8px;
  font-size: 17px;
  font-weight:600;
}
.btn.button-green {
  background: #8FC450;
  color:#fff;
  border: solid 2px #8FC450;
}
.btn.transparent {
  border:solid 2px #fff;
  color:#fff;
}
.btn.gray {
    border:solid 2px #999;
    color:#999;
}
.btn:hover {
  background:#666;
  color:#fff;
  border:solid 2px #666;
}


@media (max-width: 1024px) {
	.container_box {
		width: 94%;
	}

}

@media (max-width: 600px) {
	h3.title3 {
		font-size:26px;
	}
	section.gray-module .container_box {width: 92%;}
	
	section.gray-module {
 
    padding: 34px 0;
   
}
section.gray-module  .btn-action-inv {
	margin:0;
	padding:0;
}

section.gray-module  .btn-action-inv a + a {
    margin:0 auto;
    float:none;
}
	section.gray-module  .btn-action-inv a {
	float:none;
	max-width: 210px;
	width: auto;
}
.desk-view {
	display:none;
}
.mobile-view {
	display:block;
}
}
.home-style p {
	font-size: 19px;
	line-height: 22px;
}

.home-style .styleh2 {
	font-size: 32px;
  font-weight: bold;
 
  line-height: 1.44;
  letter-spacing: 0.25px;
  color: #414047;
  margin:0 0 40px
}

.home-style h3.styleh3 {
	font-size: 22px;
	color: #444;
	margin: 0 0 25px;
}

.banner-style {
	position: relative;
}

.banner-style .container_box {
	position: relative;
	padding: 75px 0 0;
}
.banner-style.sim-inv  .container_box  {
	padding: 135px 0 0;
}

.home-acr .banner-style .container_box  {
	padding: 87px 0 0;
}

.banner-txt_style {/* position: absolute; *//* top: 120px; */width: 82%;/* text-align: center; */margin: 0 auto;text-align: ce;}

.banner-txt_style h1 {
    font-family:'Open Sans';
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.47px;
    color: #ffffff;
    margin: 0 0 20px;
}
.banner-txt_style h1.style--2 {
	/* font-size: 70px; */
	/* border:none; */
	/* padding:0; */
	/* text-align:center !important; */
	/* width:100%; */
	/* margin: 0 0 20px; */
	/* line-height: 81px; */
}

.banner-txt_style h3 {
  font-family:'Open Sans';
  font-size: 38px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin: 0 0 30px;
}

.banner-txt_style .empezarInvertir {
	margin:0 0 40px;
}
.banner-txt_style h3.style--2   {
	text-align:center;
	font-size:33px;
	margin: 0 0 70px;
}
.banner-txt_style h3 strong {
	/* color: #8FC450; */
}
.banner-txt_style h3 strong a {
	color: #8FC450;
}


.p-bold-style {
	    font-size: 18px;
    line-height: 1.67;
    color: #646464;
    margin: 0 0 35px;
        font-family: 'Lato',sans-serif;
        font-weight:bold;
}

.callActionJumbo {
	color: #fff;
	padding: 14px 28px !important;
	font-size: 27px !important;
	font-weight: 600;
	border-radius: 8px;
	text-align: center;
	border: navajowhite;
}
.btnBorderNaranja {
	  height: 59px;
	  border-radius: 8px;
	  border: solid 2px #ff8a02;
	  background-color: #ffffff;
	  font-size: 27px;
	  font-weight: bold;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 55px;
	  letter-spacing: normal;
	  color: #ff8a02;
	  padding: 0 !important;
}
.callActionJumbo:hover {
	color: #fff;

	background-color: #389239 !important;
	border: none;
}
.link-style {
	font-size: 22px;
	color: #8FC450;
	text-decoration: underline;
}


.link-style2 {
  font-family:'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  /* font-stretch: normal; */
  /* font-style: normal; */
  /* line-height: normal; */
  letter-spacing: 0.19px;
  color: #ffffff;
  text-decoration: underline;
}


.link-style.n-style {
	color:#ff8a02;
}



.banner-image_style {
	/*background:#000;*/
	height: 550px;
	width: 100%;
	/* position:absolute; */
	/* top:0; */
	/* left:0; */
	background-size: cover;
}
.home-acr .banner-image_style {
	/* height: 450px; */
}
.banner-style_inner {
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.back-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.back-image img {
    display: none !important;
}



@media (max-width: 1024px) {
.home-style .styleh2 {
		font-size: 24px;
		font-weight: 600;
	}
.banner-txt_style {
	width:100%;
}
	.banner-txt_style h1 {
		font-size: 55px;
		font-weight: 700;
		border:none;
		/* text-align: center !important; */
	}
	.banner-txt_style h1.style--2 {
		font-size: 55px;
		width: auto;
		/* max-width:600px; */
		margin: 0 auto 20px;
		line-height: 64px;
		/* font-weight:800; */
	}
	.banner-txt_style h3 {
		font-size: 35px;
		color: #fff;
		font-weight: 400;
		margin: 0 0 30px;
		line-height: 40px;
		/* text-align:center; */
	}

	.banner-image_style {
		height: 470px;
	}
}
@media(max-width:992px) {
.home-style .styleh2 {
		/* font-size: 32px; */
		/* font-weight: bold; */
	}


	.banner-txt_style h1.style--2 {
		font-size: 55px;
		width: auto;
		/* max-width:600px; */
		margin: 0 auto 20px;
		line-height: 64px;
		/* font-weight:800; */
	}
}
@media (max-width: 768px) {
	.home-style .styleh2 {
		/* font-size: 35px; */
		/* font-weight: 600; */
		/* line-height: 49px; */
	}
	
	.banner-txt_style h1 {
		  font-size: 32px;
  font-weight: bold;
	}



	.banner-image_style {
		/* height: 400px; */
		background-size:cover;
	}

	.callActionJumbo {
		/* color: #fff; */
		padding: 10px 20px !important;
		font-size: 22px !important;
	}
	.btnBorderNaranja {
		padding:0 !important;
		height:44px;
		line-height:42px;
	
	}
	.col_derecha_sct .bloqueBanner ol li a.btnBorderNaranja {
			width: auto !important;
	}
	.home-style p {
		font-size: 18px;
		line-height: 20px;
	}

	.banner-style .container_box {
		width: 100%;
	}

.home-acr .banner-style .container_box  {
	padding: 20px 0 0;
}
	.banner-txt_style {
		width: 85%;
		margin: 0 auto;
		padding: 30px 0 0;
	}



	.banner-txt_style h3 {
		font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;

  color: #ffffff;
	}




	.banner-txt_style h1.style--2 {
	font-size: 42px !important;
	line-height: 53px !important;
	max-width: 430px;
	margin: 0 auto 10px !important;
}

.banner-txt_style h3.style--2   {
	font-size:20px;
	margin:0 0 50px;
}
}

@media (max-width: 650px) {
	
	.home-style .styleh2 {
		/* font-size: 26px; */
		/* font-weight: 600; */
		/* line-height: 30px !important; */
		/* margin: 0 0 30px; */
		/* width: 100%; */
	}

	.banner-txt_style h1 br {
		display:none;
	}
	
		.banner-txt_style h1.style--2 {
	font-size: 28px !important;
	line-height:38px !important;
	/* max-width: 300px; */
	/* margin: 0 auto 10px !important; */
}

	
	
}
@media (max-width:389px) {
.banner-image_style {
		/* height: 445px; */
		/* width: 100%; */
	}
}




.content {
	width:1024px;
	display:block;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	padding: 30px 0 50px;
	min-height: 300px;
}
.content-1100 {
	width:1100px;
}
.contFrm.content {
	width:1024px;
	display:block;
	margin:0 auto;
	position: initial;	
	
}
#habla_window_div .hbl_pal_title_bg {
	background-color: #666 !important;
	color:#fff;
}
#habla_oplink_a {
	color:#fff !important;
	text-transform:uppercase !important;
}
.olrk-fixed-bottom #olark-callout-bubble {
	display:none !important;;	
}


#habla_window_div.olrk-fixed-bottom .habla_panel_border, #habla_window_div.olrk-fixed-bottom #habla_topbar_div,.stick {
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;

}

body {
	font-size:12px;
	color:#0c0405;
	    font-family: 'Lato', sans-serif;
	 overflow-x:hidden;
	 -webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-ms-font-smoothing: antialiased;-o-font-smoothing: antialiased;font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-weight:300;
	color:#262322;

	letter-spacing: 0px;
	
	color: #333333;
	margin: 0px;
	padding: 0px;
}	
/*elementos basicos*/
/*encabezados h2*/
.texto h2{
	color: #8FC450;
	pasos_generalesfont-size:26px;
	margin: 0 0 30px;
	font-weight:700;
}
/*parrafos*/
.texto  p{
	line-height: 20px;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
       font-family: 'Lato', sans-serif;
       color: #565b59;
}



/*bloque imagen y lista*/
.propositos article {
	float:left;
	width:48%;

}
.propositos article figure {
	width: 23%;
	float:left;
	display:block;
}

.propositos article figure img {
	width:100%;

}
.propositos article div {
	width: 73%;
	float:right;
	display:block;
	font-size: 16px;
	line-height: 19px;
}
.propositos article div h3 {
	font-size: 18px;
	color:#fff;

}
.propositos article div ul li {
	margin:0 0 10px;

	overflow: hidden;
}

.propositos article div ul li i {
	margin:0 5px 0px 0;
	opacity:.7;
	display:block;
	float:left;
	width: 5%;
}
.propositos article div ul li span{
	float:right;
	display:block;
	width: 93%;
	text-align: left;
}

.propositos article + article {
	float:right;

}

/*estilo formularios*/
input[type="text"], input[type="number"]  {
	
	-moz-appearance: textfield;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {border-radius:0;-webkit-appearance:none;font-weight: 400 !important;font-family: 'Lato', sans-serif;-moz-box-shadow: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;border: solid 1px #adadaf !important;border-radius: 4px;}
input[type="text"]:focus, input[type="password"]:focus,  input[type="email"]:focus,   textarea:focus {
	border:solid #439539 1px !important;
	box-shadow:none !important; 
	border:solid 1px #8CC251 !important;
	
	outline: solid 1px #8CC251 !important;
}
textarea {
	border-radius:0;
	resize:none;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:300;
	color: #999;
	border-radius: 4px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	color: #ababab;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.selectNuevo {
	width: 99%;
	display:block;
	background: #fff url(../resources/img/arrow.png) 96% center no-repeat;
	border: solid 1px #9f9f9f;
	border-radius: 4px;
	background-size: 22px;
	overflow: hidden;
	border-radius:4px;
}

.selectNuevo select{
	width: 110%;
	border: none;
	padding: 7px 1%;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color: #999;
	background: none;
	}


.selectNuevo.vacio {
	background-color: rgba(252, 218, 218, 0.6);
	border: solid 1px red !important;
}

.selectNuevo.lleno {
	background-color:  rgba(255, 255, 255, 1);
}

/*elementos para formulario*/
/*leyendas grises de ayuda*/
.leyendas {
	font-family: 'Lato', sans-serif;
	color:#999 !important;
	font-size: 15px !important;
	width:100%;
	clear:both;
	margin: 0px 0 10px;
	/* overflow: hidden; */
	/* width: 100%; */
}
/*asteriscos obligatorios*/
.obligatorios {
	color:red;
	font-size: 17px;
	margin: 0 0  0 3px;
}
/*tamanio fuente label formulario de registro*/

.formulario .label{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color:#565b59;
    line-height: 18px;
}

/*encabezados verdes formulario*/
.encH3 {
	font-size: 18px;
	color: #8FC450;
	font-weight: 800;
	font-size: 24px;
	text-align: left;
	line-height: 24px;
}

.inner_content {
	overflow:hidden;
	width:100%;
	display:block;
}
.full-width-content {
	width:80%;
}
.full-width-content.center-module {
	margin:0 auto;
}

.full-100 {
	width:100% !important;
}
.m-bottom {
	margin: 0 0 80px;
}
@media (max-width: 1024px) {

.full-width-content {
	width:100%;
}
}
/*estilo menu lateral*/
.col_izquierda_productos {
	width: 25%;
	float:left;
	display:block;
}	
.col_izquierda_productos .call_action{
	margin:20px 0 0;
	width:80%;

}
.menu_interior {
	/* background:#fff; */
	width:100%;
}

.menu_interior aside{
	clear:both;

}
.menu_interior   {
	border-top: solid 2px #538b39;
	overflow: hidden;
	width: 100%;
	margin: 0 0 24px;
}
.menu_interior li {
	width:100%;
	display:block;
	font-size: 15px;
}
.menu_interior  ul li  a {
	padding:15px 8%;
	display:block;
	border-bottom:solid 1px #999797;
	color: #565b59;
	/* font-weight: 300; */
	text-decoration: none;
}
.col_izquierda_productos .menu_interior  ul ul li  a {
	padding:7px 0 7px 12%;
}
.menu_interior li a.active {
	background: #f3f3f3;
}
.menu_interior  ul li ul li a {
	padding: 8px  14%;
	color:#999;
	border-bottom:solid 1px #ccc;
}
.menu_interior  ul li ul li a.active {
	color: #538b39;
	background:none;
	font-weight:600;
}


.col_derecha_productos {
	width: 72%;
	float:right;
	display:block;
}	
.menu_interior h6 {
	width:20px;
	height:20px;
	background-color:#000;
	float:left;
	display:none;
	clear:both;
}


.menu_interior  ul li a {
	padding: 18px  10%;
}
.menu_interior  ul li ul li a {
	padding: 8px  5%;
}


.col_lateral.req {
	margin:0;
	padding:0;
	border: none;
	overflow: hidden;
	width: 30%;
	position: relative;
}
.menu_inscripcion {
    margin: 0 0 20px 0;
    top:0;
	
}

.FloatingMenu.stick {
    width: 24%;
    top: 100px;
}
.menu_interior.FloatingMenu.stick {
    width: 22%;
 
    height: auto;
}

.contentMenu > ul {
	margin:0 0 20px;
	padding: 0;

}
.contentMenu ul.menuContentBackground {
	background:#fff;
}
	

.menu_inscripcion h5{

	color:#fff;
	padding:12px 10px 12px 60px;
	font-weight:600;
	font-size:15px;

}

.menu_inscripcion h5.como_funciona{

}

.menu_inscripcion ul{
    padding: 20px;
		background:#eae9e9;
	border-bottom:solid 2px #c2c2c2;
    margin: 0 0 25px;
}
.menu_inscripcion ul li{
	margin: 0 0 10px;
}

.menu_inscripcion ul li a, .menu_inscripcion ul li span{
	  color: #565b59;
	  font-size: 15px;
	  /* background: url(../images/bullet2.png) no-repeat left 6px; */
	  padding:0 0 0 10px;
	  display:block;

	  line-height: 20px;
	  list-style: inherit;
}
.menu_inscripcion ul li .descargar_pdf{
 	background: url(../images/download.png) no-repeat left 8px;
 	padding: 6px 0 0px 24px;
 	background-size: 12px;
}

.menu_inscripcion ul li .mandar_correo{
	background: url(../images/email.png) no-repeat left 11px;
 	padding: 6px 0 0px 24px;
 	background-size: 16px;

}
.menu_interior aside a {
	margin:0 0 15px;

}
.btnInvMovSel {
	background:#eae9e9;	
	text-decoration: none;
}

.temaPrincipal {
	border-top:solid 2px #538b39;
	margin:0px 0 0;
}


.menu_interior  .temaPrincipal > a {
	border-bottom:none;
	cursor:default;

	color: #565b59;
	font-weight: 600;
}

.menu_interior  .temaPrincipal > a:hover, .menu_interior .sinContenido > a:hover {
	background:none !important;

}

.menu_interior .sinContenido > a{
	border-bottom:none;
	font-weight:500 ;
		cursor:default;
}

/*estilo footer contenido*/

.observaciones_captacion {
	color:#fff;
	font-size: 12px;
	overflow:hidden;
	display:block;
}

.observaciones_captacion p strong{
	margin:0 4px 0 0 ;
}

.observaciones_captacion article {
	float:left;
	width: 48%;
	text-align:justify;
}

.footer_mapa.captacion .observaciones_captacion article ul {
	margin: 20px 0 20px 4%;
	display:block;
	/* margin:10px 0; */
}

.footer_mapa.captacion .observaciones_captacion article ul li, .footer_mapa.captacion .observaciones_captacion article p {
	margin: 10px 0 10px 4%;
	line-height:18px;
	font-size: 14px;
	color: #fff;
}
.footer_mapa.captacion .observaciones_captacion article ul li a {
		color:#fff;
		text-decoration:underline;
}


.observaciones_captacion article + article{
	float:right;
}



ul.menu_footer {
	width: 33%;
	overflow: hidden;
	float: left;
	list-style:none;
}
 ul.menu_footer li{
	font-size:14px;
	margin: 0 3% 8px 0;
	padding: 3px 0 0 0;
	list-style:none;
}

ul.menu_footer li.inline{
	float:left;
	
}

 ul.menu_footer li a{
	color:#fff;
	text-decoration:underline;
	font-size: 15px;
}

 ul.menu_footer li a.external{
	padding:0 15px 0 0;
}


.footer_mapa {
	font-family:'Lato', sans-serif;
	font-weight:400;
}
.footer_mapa p{
	margin:0 0 13px;
	
}



@media (max-width: 600px) {

	.observaciones_captacion article {
		float:left;
		width: 100%;
		text-align:left;
	}


}
@media (min-width: 1025px) {
.menu_inscripcion.stick {
    width: 310px;
	
}
.menu_interior.FloatingMenu.stick {
      width: 255px;
 
}
.menu_interior li a:hover {
	background:#eae9e9;	
	text-decoration: none;
}
}
@media (max-width: 1024px) {
	.content {
		width:96%;
		margin: 0 2% 20px;
	}
}

@media (max-width: 1024px) {
	.col_izquierda_productos {
		width:24%;
	}
	
		.footer_mapa {
	font-family:'Lato', sans-serif;
	font-weight:400;
}
.footer_mapa p{
	margin:0 0 13px;
	
}
.col_derecha_productos {
		width:72%;
	}
}
@media (min-width:990px) {
	.menu_interior ul {
		display:block !important;
	
		padding: 0;
}

.menu_interior ul  ul  ul {
		display:block !important;
		margin:0 0 0 30px;
	
}
}
@media (max-width: 990px) {
	.menu_interior  ul {
			position: relative;
			display:none;
			clear: both;
			border: solid 1px #999797;
	}

	.menu_interior  ul ul{
			display:block;
	}



.col_izquierda_productos {
		width:100%;
		margin: 0 0 20px;
}
	.col_derecha_productos {
			width:96%;
		margin:0 2% ;
	}


	.menu_interior h6, .menu_interior h5 {
		background: #fff url(../images/mobile_burger_interior.png) no-repeat 98.5% 12px;
		display:block;
		background-size: 23px;
		font-size: 16px;
		width: 95%;
		padding: 15px 2% 10px;
		font-weight:600;
		border: solid 1px #999797;
		margin: 0 0 0px;
		border-radius: 4px;
}
	.menu_interior h6.active, .menu_interior h5.active  {
		/* background: #fff url(../images/mobile_burger_interioractive.png) no-repeat 98.5% 12px; */
		background-size:23px;
	}

	.menu_interior aside {
		width:96%;
		margin:0 auto 0 !important;

	}
}

/*col_IzquierdaMenu */

.stick {
    position:fixed;
    /* bottom: 0px; */
    z-index: 999999;
    top: auto;
}





.loginFacebook, .registrateFacebook, .vincularFacebook {
	background:#3b5998;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
	text-align:center;
	margin:0 0 20px;
	border-radius: 4px;
	border-bottom: #2F4675 solid 4px;
	width:100%;
	cursor: pointer;
}
 
 
 .loginFacebook #facebook {
 }
.separacion {
	border-bottom:solid 2px #ccc;
	width:100%;
	display:block;
	margin:0 0 20px;
	color:#666;
	font-weight:700;
	font-size:12px;
	position:relative;
}
.separacion small{
	display:block;
	width:20px;
	margin:0 auto;
	

}

.separacion small sub{
	position:absolute;
	top:-8px;
	background:#fff;
	padding:4px;
	
}


._4z_b {
    background: #fff !important;
    background: #fff !important;
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff;
    font-family: "Helvetica neue";
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 -1px 0 #354c8c;
}


/*---------*/


.dvValidaArchivo .botones_lightbox  {
	width:100% !important;
}

.dvValidaArchivo .botones_lightbox .callActionMedium {
	width:40% !important;
}
.dvValidaArchivo .botones_lightbox .callActionMedium i {
	font-size:22px !important;
	margin:0 7px 0 0 !important;
}
.dvValidaArchivo .botones_lightbox .callActionMedium + .callActionMedium{
	float:right !important;
}

.btnVerde-3 {
	
	background: #548f39 !important;
	border-bottom: #3F5722 solid 4px  !important;
} 

.btnRoja {
	background:red !important;
	border-bottom: #A50E0E solid 4px !important;
} 
.aclaracionesContainer {
	display:none;
	z-index:99999999;
	border:solid 2px #8FC450;
	background:#fff;
	left: 0;
	top: -20px;
}
.aclaraciones {
	margin: 20px 0 0;
	position: relative;
}


.bloqueaAclaraciones {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1;
	left:0;
	top:0;
}

.aclaraciones ul  {margin: 0 0 40px;padding: 0;}
.aclaraciones ul li {
	overflow:hidden;
	list-style:none;
	border-bottom: solid 1px #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.aclaraciones ul span {
	width: 1px;
	height: 1px;
	border-radius:4px;
	border:solid 2px #8CC251;
	display:block;
	float:left;
	cursor:pointer;
	margin: 0px 0 0;
	opacity: 0;
	overflow: hidden;
}
.aclaraciones ul span.falta {
	border:solid 2px red;
}
.aclaraciones ul span:hover, .aclaraciones ul li span.active {
		background: #8CC251 url(../resources/img/checked-mark.png) 96% center no-repeat;
		background-size:100%;
					cursor:pointer;
}
.aclaraciones ul span input{
		width: 0px;
		height: 0px;
		display:block;
		margin: 0;
		opacity: 0;
		position: relative;
		z-index: 0;
		cursor: pointer;
}

.big-calification {
	font-size: 21px;
}
.aclaraciones ul li div {
	float:right;
	width: 87%;
	position: relative;
}

.aclaraciones ul li div h4 {
	color:#8FC450;
	margin:0 0  10px;
}

.aclaraciones ul li div h5 {

	margin:0 0  10px;
}


.aclaraciones ul li div small, .aclaraciones ul li div a{
	font-size:16px;
	color:#8FC450;
	cursor:pointer;
	position: relative;
	display:block;
	margin: 10px 0;
}
.aclaraciones ul li div sup{
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
	vertical-align: top;
}

#general .aclaraciones ul li div small i{
	margin:0;
	top:auto;
	left:auto;
	position: relative;
	color:#8FC450;
}

.aclaraciones ul li div p{
	font-size:16px;
	margin:0 0 20px
	}
/*leyendas grises de ayuda*/
.leyendas {
	font-family: 'Lato', sans-serif;
	color:#999 !important;
	font-size: 15px !important;
	width:100%;
	clear:both;
	margin: 0px 0 10px;
	/* overflow: hidden; */
	/* width: 100%; */
}
/*asteriscos obligatorios*/
.obligatorios {
	color:red;
	font-size: 17px;
	margin: 0 0  0 3px;
}

/*parrafos*/
.pasos_generales  p{
	line-height: 20px;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
       font-family: 'Lato', sans-serif;
       color: #565b59;
}
/*encabezados h2*/
.pasos_generales h2{
	color: #8FC450;
	font-size:26px;
	margin: 0 0 30px;
	font-weight:700;
} 
.aclaraciones ul li div aside{
		display:none;
		color: #999;
}
.aclaraciones ul li div aside P{
	
		color: #999 !important;
}

.aclaraciones .callAction {
	width:80%;
	margin:0 auto;
	z-index: 99999;
	position: relative;
}
#frm_content .aclaraciones fieldset{
	display:none;
	margin: 20px 0 0 !important;
}
.plecaForm.investProf {
	padding:20px 20px 10px;
}

.plecaForm.investProf h3 {
	font-size:22px;
	line-height:24px;
}

.legal-info-format p {
    font-family: "Open Sans";
  font-size: 14px;
  font-weight: normal;

  line-height: normal;
  letter-spacing: 0.11px;
  color: #414047;
}

.legal-info-format p a {
      font-weight: bold;
      text-decoration:underline;
}


.f-text-big {
    font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.25px;
}

.link-green-ste {
	    color: #8ab043;
	    text-decoration: underline;
	    font-size: 19px;
	    font-weight: 500;
}



@media (max-width: 600px) {

.aclaracionesContainer {
	
	width:90% !important;
	top: -80px;
}
.aclaraciones .callAction {
	width:100%;	
	margin:0 auto;

}
.aclaraciones ul li div {
	float:right;
	width: 82%;
}

.plecaForm.investProf h3 {
	font-size:18px;
	line-height:22px;
}



}



@media(max-width:768px) {
	.banner-txt_style .empezarInvertir {
	margin:0 0 25px;
}
.link-style2 {
	font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #ffffff;
}

}