footer {
	background: rgba(243, 243, 243, 1);
	padding: 78px 0 !important;
	z-index: 0;
	position: relative;
}

.footer-row {
	overflow: hidden;
}
.first-row {
	margin: 0 0 30px;
}
.first-row .container_box{
	padding: 0 0 0px;
	border-bottom: solid 2px rgb(213, 213, 213);
	overflow:hidden;
}

.footer-col {
	width: 27.3%;
	float: left;
	padding: 0 8% 0 0;
}
.footer-col:last-of-type {
	margin:0;
	padding:0;
}
.footer-block {
	margin: 0 0 56px;
}

.enc4 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 22px;
}
.green-titlecolor {
	color: #8cc251;
}

.footer-block ul {
	padding: 0;
	margin: 0;
}
.footer-block ul li {
	margin: 0 0 25px;
}
.footer-block ul li:last-child {
	margin:0;
}
.footer-block ul li a, .footer-block ul li p {
	font-size: 14px;
	color: rgba(74, 74, 74, 1);
	line-height: 17px;
	text-decoration: none;
	font-weight: 400;
	cursor:pointer;
}

.footer-block ul li a strong {font-size: 14px;font-weight: 800;}
.footer-block ul li a:hover, .footer-block ul li p:hover {
	text-decoration:underline;
	color:#8cc251;
}
.buro-entidades-link {
	background: url(../resources/img/nuevo-footer/BuroIcon.png) no-repeat left top;
	padding:20px 0;
	background-size:57px auto;
	padding:20px 0 20px 70px;
}

.second-row {
	
}
.black-titlecolor {
	color: rgba(74, 74, 74, 1);
}
.second-row_container {
	
}

.footer-block2 {
	float: left;
} 
.logo-direction {
	width: 539px;
	overflow: hidden;
	margin: 0 29px 0 0;
}

.logo-gris {
	width: 89px;
	height: 89px;
	float: left;
	margin: 45px 0 0;
}

.logo-gris img{
	width: 100%;
}

.direccion-footer {
	float: right;
	width: 398px;
}

.default-footer_style {
	
}
.default-footer_style ul{
	margin: 0;
	padding: 0;
}
.default-footer_style ul li{
	margin: 0 0 25px;
	padding: 3px 0 3px 35px;
}
.default-footer_style ul li h5{
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
	font-weight: 700;
	margin: 0;
}
.default-footer_style ul li p{
	margin: 0;
	font-size: 14px;
	color: rgba(74, 74, 74, 1);
	line-height: 17px;
	font-weight: 400;
}
.default-footer_style ul li p a {
	text-decoration:none;
    color: rgba(74, 74, 74, 1);
}



.default-footer_style ul li p a:hover{
	
	color:#8cc251;
	text-decoration:underline;
}
.razon-social-footer {
	background: url(../resources/img/nuevo-footer/RazonSocial.svg) no-repeat left top;
	background-size:23px auto;
}
.horario-kubo {
	    background: url(../resources/img/nuevo-footer/horarios.svg) no-repeat left top;
    background-size: 20px auto;
}
.direction-kubo-footer{
		background: url(../resources/img/nuevo-footer/location.png) no-repeat left top;
		background-size:25px auto;
		
}
.phone-mail {
	margin: 0 27px 0 0;
}

.phone-footer {
	background: url(../resources/img/nuevo-footer/phone.png) no-repeat left top;
	background-size: 24px auto;
}

.mail-footer {
	background: url(../resources/img/nuevo-footer/mail.png) no-repeat left top;
	background-size: 26px 22px;
}
.seguridad-block {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
	max-width: 100;
}
.seguridad-block img{
	width:100%;
	display:none;
}
.seguridad-block a {
	display: block;
	background: url(../resources/img/nuevo-footer/SeguridadIcon.png) no-repeat center top;
	width: 100%;
	height: 54px;
}
.seguridad-mobile-version {
	display:none;
}
.social-networks {
	float: right;
}
.social-networks ul {
	padding: 0;
	margin: 0;
}
.social-networks ul li {
	display: inline-block;
	margin: 0 13px 0 0;
}

.social-networks ul li:last-child {
	margin:0;
}
.social-networks ul li a  {
	width: 28px;
	height: 28px;
	display: block;
}

.facebook-icon {
	background: url(../resources/img/nuevo-footer/facebook.svg) no-repeat center top;
	background-size: 28px;
}
.twitter-icon {
	background: url(../resources/img/nuevo-footer/Twitter.svg) no-repeat center top;
	background-size:28px;
}
.linkedin-icon {
	background: url(../resources/img/nuevo-footer/Linkedin.svg) no-repeat center top;
	background-size:28px;
}
.instagram-icon {
	background: url(../resources/img/nuevo-footer/InstagrmaIcon.svg) no-repeat center top;
	background-size:28px ;
}

.module-gat {
	margin:0 0 40px;
}

@media (max-width: 1024px) {
	.footer-col {
		width: 100%;
		float: left;
		padding: 0 8% 0 0;
	}
	.footer-block2 {
		width: 100%;
		float: none;
		max-width: 380px;
		margin: 0 0 20px;
	}

	.seguridad-block.footer-block2 {
	width: 150px;
	float: none;
	/* margin: 0 auto 0; */
	max-width: 100%;
	}
	.logo-gris {
		width: 49px;
		height: 49px;
		float: left;
		display: none;
	}
	.default-footer_style ul li {
		margin: 0 0 11px;
		padding: 4px 0 4px 35px;
	}
	.default-footer_style ul li:last-child {
		margin:0;
	}
	.footer-block ul li {
		margin: 0 0 15px;
	}
	.footer-block {
		margin: 0 0 30px;
	}
	.direccion-footer {
		float: left;
		width: 100%;
		max-width: 250px;
	}
	footer {
		background: rgba(243, 243, 243, 1);
		padding: 48px 0 !important;
	}
	.seguridad-desk-version {
		display:none;
	
	}
	.seguridad-mobile-version {
		display:block;
	}
}

@media (max-width: 600px) {
.seguridad-block.footer-block2 {margin: 0 auto 0;max-width: 100%;width: 200px;}
	.seguridad-block.footer-block2 a {height: 60px;}

	.social-networks ul {
		text-align:center;	
	}
	.social-networks ul li {
		display: inline-block;
		margin: 0 2% 0 2%;
	}
	.social-networks {
		max-width:100%;
		margin: 40px 0;
	}
	.social-networks ul li:last-child {
		display: inline-block;
		margin: 0 20px 0 20px;
	}
	.social-networks ul li a  {
		width: 50px;
		height: 50px;
		display: block;
	}
	
	.facebook-icon {
		background: url(../resources/img/nuevo-footer/facebook.svg) no-repeat center top;
		background-size: 35px;
	}
	.twitter-icon {
		background: url(../resources/img/nuevo-footer/Twitter.svg) no-repeat center top;
		background-size:35px ;
	}
	.linkedin-icon {
		background: url(../resources/img/nuevo-footer/Linkedin.svg) no-repeat center top;
		background-size:35px ;
	}
	.instagram-icon {
		background: url(../resources/img/nuevo-footer/InstagrmaIcon.svg) no-repeat center top;
		background-size:35px ;
	}

}


.white {
    background: url(../images/white-light.png) repeat;
}
.lightbox {
    width: 100%;
    height: 100%;
    max-height: 100%!important;
    /* overflow: hidden; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

div.close_lightbox {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: none;
}
.white{background: rgba(255,255,255,0.5);}


.lightbox_1 {
    width: 721px;
    display: block;
    position: fixed;
    overflow: visible;
    font-size: 12px;
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
    top: 1%;
    z-index: 9999999999999999999999999;
    background: #fff;
    border: solid 2px #548f39;
    color: #0c0405;
    -moz-box-shadow: 0 2px 15px #999;
    padding: 20px 32px;
    top: 30px;
}
a.close_lightbox, .popUpLeads>a.closePopUp {
    background: url(../resources/img/close.png) no-repeat right top;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    z-index: 10;
    top: -20px;
    right: -20px;
}

.lightbox_1 p {
    font-size: 15px;
    font-weight:400;
    line-height: 21px;
}
.lightbox_1 h2 {
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    font-weight: 600;
    line-height: 27px;
}
.lightbox_1 h3 {
    font-size: 17px;
    margin: 0 0 10px;
}
.CATP {
    font-size: 23px!important;
    color: #538b39;
    font-weight: 600;
    margin: 0 0 20px;
}
.lightbox_1 ul {
    margin: 0 0 20px;
    padding: 0;
}

.lightbox_1 ul li {
    font-size: 16px;
    margin: 0 0 4px;
    line-height: 20px;
    font-weight: 400;
    /* margin: 0; */
    padding: 0;
}

.lightbox_1 ul li a {
    color: #548f39;
}
	
.kubo-talento h6 {
	font-size:14px;
	font-weight:600;
	color: rgba(51, 51, 51, 1);
	margin:0 0 2px;
}
footer .direccion-footer .kubo-talento p a {
	text-decoration:underline;

}
.fake-title {
	opacity:0;
}
@media(max-width:1024px) {
   .lightbox_1 {
    width: 70%;
    left: 7%;
    margin-left: 0;
    top: 1%;
    position: absolute !important;
    padding: 20px !important;
   }
   .module-gat {
    	margin: 0 0 30px;
	}

	h3.CATP {
    font-size: 18px !important;
    color: #538b39;
    font-weight: 600;
    margin: 0 0 20px !important;
    line-height: 27px !important;
 }
	.lightbox {
		position: absolute !important;
	}
	
	.fake-title {
	display:none;
}
}




.terminosCondiciones {
    width: 620px;
    height: 60vh;
    padding: 42px 56px;
    /* margin-left: 0; */
    /* clear: both; */
    /* margin: 12px 0 20px 0; */
    font-size: 14px!important;
    top: 100px;
    position: fixed;
}

.terminosCondiciones ul {
	padding:0;
	margin:0;
}
.terminosCondiciones ul li {
    font-size: 14px!important;
    line-height: 21px!important;
    margin: 0;
}
.terminosCondiciones .scroll_absolute {
    margin: 0!important;
}
.terminosCondiciones h4 {
    color: #404042;
    font-size: 21px;
    font-weight: 900;
    /* font-weight: 500; */
    margin: 0 0 40px;
}
.terminosCondiciones ul li p {
    font-size: 15px!important;
    line-height: 19px!important;
}
.terminosCondicionesInner {
    margin: 0;
    height: 84%;
    overflow: auto;
    /* float: left; */
    /* width: 95%!important; */
    position: relative;
    /* margin: 0 0 20px; */
    padding: 0 20px 0 0;
}

.modal-se {
    left:0;
    right:0;
    margin:0 auto;
    background: #fff;
    display: block;
    /* position: absolute; */
    z-index: 9999999999999999999999999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    /* padding: 20px 20px 20px 20px; */
    pointer-events: none;
}
.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-se.show {
	pointer-events: all;
}
.cerrarAlertIcon {
	background: url(../Portal/resources/images/close.svg) no-repeat left top;
	width: 20px;
	height: 20px;
	display:block;
	position:absolute;
	right:40px;
	top:40px;
	cursor:pointer;
}

.veloBtnCerrar {
    width: 100%;
    height: 160%;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    top: 0;
    left: 0;
    cursor: pointer;
}


.tableAmortization {
	max-width: 620px;
	height: 60vh;
	padding: 42px 56px;
	/* margin-left: 0; */
	/* clear: both; */
	/* margin: 12px 0 20px 0; */
	font-size: 14px!important;
	top: 100px;
	position: fixed;
}

@media(max-width:992px) {
    .terminosCondiciones, .tableAmortization {
		width: 80%;
		height: 67vh;
		padding: 42px 5%;
		top: 40px;
	}
	.terminosCondicionesInner {
		height: 88%;
	}
}

.modal-aviso-privacidad .title-page {
	display:none;
}

.content_tabs h2 {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 25px;
    clear: both;
}
.content_tabs p, .content_tabs li {
    font-weight: 400;
    color: #565b59;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 25px;
}

.content_tabs td {
    vertical-align: top;
    padding: 10px;
    border: 1px #ccc solid;
    font-size: 15px;
    line-height: 20px;
}


.content_tabs table {
    margin: 30px 0;
}

.btn-app {
	height: 45px;
	border-radius: 8px;
	font-family: Muli, 'Lato', 'sans-serif';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 3.06;
	text-align: center;
	cursor:pointer;
}
.btn-app.btn-simple_green {
	font-size: 16px;
 	line-height: 3.06;
  	text-align: center;
  	color: #8fc450;
  	margin:20px auto 50px;
}

	