
.enc4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 22px;
}
.green-titlecolor {
  color: #8cc251;
}

.black-titlecolor {
  color: rgba(74, 74, 74, 1);
}



.direction-kubo-footer h5{
  font-weight:bold;
  font-size:12px;
}

.white {
  background: url(../images/white-light.png) repeat;
}
.lightbox {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  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;
  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;
  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;
  position: relative;
  padding: 0 20px 0 0;
}

.modal-se {
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  display: block;
  z-index: 9999999999999999999999999;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  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;
  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;
}
.mdltem {
	position: fixed;
	z-index: 9;
	display: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #F4F4F5;
	border-radius: 8px;
	z-index: 9999999999;
}

.mdltem-size-1 {
	max-width: 500px;
}

.mdltem-size-2 {
	width: 659px;
}

@media (min-width: 551px) {

	#mdl-firma-contratos {
		top: 100px;
	}

}

.mdltem-screen {
	background-color: rgba(51, 51, 51, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 999999999;
}


.mdltem-box-inner {
	padding: 33px 56px;
	overflow: auto;
	clear: both;
}

#mdltem-firma-contratos .mdltem-box-inner {
	max-height: calc(100vh - 250px);
	padding: 14px 56px 33px;
}

.firm-cop {
	display: none;
}


.mdltem-head-3 {

	padding: 20px 20px 0;
}

.mdltem-close {
	text-align: right;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #FF0416;
	cursor:pointer;
}

.mdl-content {
	box-sizing: border-box
}

.mdltem-content h5 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */
	text-align: center;

	/* Light mode/Primary/[Carbon 100] */
	color: #323138;
	margin: 0 0 10px;
}


.mdltem-content p {
	/* font-size: 16px; */
	/* line-height: 21px; */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;

	/* Light mode/Secondary/[Carbon 80] */
	color: #58575D;
}

.mdltem-txt-center {
	text-align: center;
}


.mdltem-btns {
	margin: 20px auto 0;
	text-align: center;
}

.mdltem-btns.center-justify {
	justify-content: center;
}

.btnnw {
	box-shadow: 0px 4px 8px rgba(50, 49, 56, 0.08), 0px 20px 32px -10px rgba(46, 159, 48, 0.36);
	border-radius: 20px;
	display: flex;
	height: 62px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	cursor:pointer;
	text-decoration: none;
}


.btnnw.btnnw-green {
	background: #2E9F30;
	color: #FFFFFF;
}
.btnnw-2 {
	box-shadow: 0px 4px 8px rgba(50, 49, 56, 0.08), 0px 20px 32px -10px rgba(110, 212, 215, 0.36);
	border-radius: 30.4762px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 32px;
	padding: 0 30px;
	/* margin: 0 0 20px; */
	justify-content: center;
	cursor:pointer;
	text-decoration: none;
}

.btnnw-blue {
	background: #A8E5E7;
	color: #323138;
	/* height:32px; */
}

.btnw-size-1 {
	max-width: 300px;
}

.btnw-size-2 {
	max-width: 200px;
}

.btnw-center {
	margin: 0 auto;
}

.btnw-margin-b {
	margin: 0 auto 20px;
}


@media (max-width: 550px) {
	#mdl-firma-contratos {
		bottom: 0;
	}
	.mdltem-box-inner {
		padding: 30px 20px;
		overflow: auto;
	}
	#mdltem-firma-contratos .mdl-box-inner {
		padding: 0px 10px 30px;
	}
}