.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1rem;
	color: #2e2e2e;
}

.registrate {
	margin-top: 2%;
	text-align: center;
}

.corporate-gradient {
	background: #35a096;
	background: -moz-linear-gradient(top, #35a096 0%, #5ba2ce 73%);
	background: -webkit-linear-gradient(top, #35a096 0%, #5ba2ce 73%);
	background: linear-gradient(to bottom, #35a096 0%, #5ba2ce 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a096',
		endColorstr='#5ba2ce', GradientType=0);
}

.position-bottom {
	bottom: 0;
	width: 100%;
}

article.elements-list {
	padding-top: 0;
	padding-left: 75px;
	background-size: 70px !important;
	background-position: left top !important;
}

/* ---------------- Nav ---------------- */
#site-nav-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 15px 0;
	height: 70px;
	-webkit-transition: background-color 150ms linear;
	-moz-transition: background-color 150ms linear;
	-o-transition: background-color 150ms linear;
	transition: background-color 150ms linear;
}

#site-nav ul {
	padding-left: 0;
	margin-bottom: 0;
}

#site-nav li {
	display: block;
}

#site-nav a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#site-nav li.current a {
	text-decoration: underline !important;
}

#site-nav-wrapper.is-sticky {
	position: fixed;
	z-index: 9;
	background-color: #fff;
	border: 1px solid #dedede;
}
/* ---------------- /Nav ---------------- */

/* ---------------- Slider ---------------- */
.bx-wrapper {
	margin-top: 70px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.bx-wrapper, .bx-viewport, .bx-viewport img {
	min-height: 330px !important;
	max-height: 330px !important;
	max-width: none !important;
}

#home-slider-wrapper {
	position: relative;
}

#home-slider-wrapper .bx-wrapper .bx-pager {
	bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-color: #fff;
	background-color: transparent;
	border-radius: 50%;
	border: 3px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover
	{
	background-color: #fff;
}

#home-slider .layer {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 1140px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
}

#home-slider .layer-title {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 22px;
}

#home-slider .layer-content {
	max-width: 550px;
}
/* ---------------- /Slider ---------------- */

/* ---------------- Section Contact ---------------- */
#section-contact .form-control {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 3px;
	font-size: 15px;
}

#section-contact .form-control:not ([type="submit"] ){
	background-color: #f4f4f4;
	border: none;
	padding: 16px;
	border: 1px solid #f4f4f4;
	color: #9b9b9b;
}

#section-contact .form-control.error {
	border-color: #bf3939;
}

#section-contact input[type="submit"], #section-contact button {
	background-color: #2e2e2e;
	color: #fff;
	border: none;
	padding: 32px;
	text-align: center;
	font-weight: bold;
}

#section-contact input[type="submit"]:hover {
	cursor: pointer;
}

#section-contact .form-control::-webkit-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

#section-contact .form-control:-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

#section-contact .form-control::-moz-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

#section-contact .form-control:-ms-input-placeholder {
	color: #9b9b9b;
	opacity: 1;
}

#section-contact h2 {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 20px;
	color: #fff;
	padding: 18px;
}

#section-contact article h3 {
	font-size: 20px;
	font-weight: normal;
}

#section-contact article p {
	color: #9b9b9b;
	font-size: 14px;
}

.contacto-form-row {
	background-color: #fff;
}

#section-contact .services-details-l .elements-list:nth-of-type(1) {
	background: url("../img/icon-api.svg") no-repeat top left;
}

#section-contact .services-details-l .elements-list:nth-of-type(2) {
	background: url("../img/icon-fintech.svg") no-repeat top left;
}

#section-contact .services-details-r .elements-list:nth-of-type(1) {
	background: url("../img/icon-team.svg") no-repeat top left;
}

#section-contact .services-details-r .elements-list:nth-of-type(2) {
	background: url("../img/icon-agent.svg") no-repeat top left;
}

#section-contact .elements-list {
	margin-bottom: 40px;
}

#section-contact {
	margin-bottom: 50px;
}

.input-otp {
	text-align: center;
	border: 1px solid #17a2b8;
}
/* ---------------- /Section Contact ---------------- */

/* ---------------- Section What´s ---------------- */
#section-whats, #section-whats-tpps {
	background-color: #1b1a1a;
}

#section-whats .part-l, #section-whats-tpps .part-l {
	color: #ffffff;
	padding: 20px 15px;
}

#section-whats .part-r {
	background: url("../img/team-working.jpg") no-repeat center #fff;
	background-size: auto auto;
	background-size: cover;
	min-height: 380px;
}

#section-whats-tpps .part-r {
	background: url("../img/team-working-dos-sombreado-negro.png") no-repeat
		center #fff;
	background-size: auto auto;
	background-size: cover;
	min-height: 380px;
}

#section-whats h2, #section-whats-tpps h2 {
	font-size: 36px;
	margin-bottom: 30px;
}

#section-whats h3, #section-whats-tpps h3 {
	font-size: 20px;
	font-weight: normal;
}

#section-whats article p, #section-whats-tpps article p {
	color: #959595;
}

#section-whats .elements-list:nth-of-type(1), #section-whats-tpps .elements-list:nth-of-type(1)
	{
	background: url("../img/icon-institution.svg") no-repeat top left;
}

#section-whats .elements-list:nth-of-type(2), #section-whats-tpps .elements-list:nth-of-type(2)
	{
	background: url("../img/icon-europe.svg") no-repeat top left;
}

#section-whats .elements-list:nth-of-type(3), #section-whats-tpps .elements-list:nth-of-type(3)
	{
	background: url("../img/icon-years.svg") no-repeat top left;
}
/* ---------------- /Section What´s ---------------- */

/* ----------------- tooltip---------------------*/
.tooltip-img {
	color: #17a2b8;
}
.tooltip-inner {
	background-color: #17a2b8;
}

.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: #17a2b8 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #17a2b8 !important;
}
 
.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #17a2b8 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: #17a2b8 !important;
}

/* ----------------- tooltip---------------------*/

/* ---------------- Site footer ---------------- */
.lineaFooter {
	margin-top: 4%;
	background-color: white;
}

.copyrightFooter {
	color: #DEDEDE;
}

.6869 {
	color: #DEDEDE;
	float: left;
}

#site-footer {
	color: #fff;
	padding-top: 30px;
	padding-bottom: 22px;
	margin-bottom: 0;
}

#site-footer a {
	color: #fff;
	display: block;
	font-size: 18px;
}

#site-footer a[href^="tel:"] {
	font-weight: bold;
}

#site-footer h2 {
	font-size: 20px;
}

#site-footer p {
	font-size: 17px;
}

.shadow-pago {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/* ---------------- /Site footer ---------------- */
@media ( min-width : 576px) {
	.tel {
		padding-left: 20px;
		background: url("../img/icon-tel.png") no-repeat left center;
	}
	.bx-wrapper, .bx-viewport, .bx-viewport img {
		max-height: none !important;
		max-width: 100% !important;
	}
}

@media ( min-width : 768px) {
	#section-contact h2 {
		padding: 40px 35px;
		margin: 0 -15px;
	}
	.contacto-form-row {
		background-color: #fff;
		padding: 35px 20px 20px 20px;
	}
	#section-contact article.elements-list p, #section-contact article.elements-list h3
		{
		max-width: 255px;
	}
	article.elements-list p, article.elements-list h3 {
		position: relative;
	}
	#section-contact article.elements-list p, #section-contact article.elements-list h3
		{
		top: 3px;
	}
	#section-whats article.elements-list p, #section-whats-tpps article.elements-list h3,
		#section-whats-tpps article.elements-list p, #section-whats-tpps article.elements-list h3
		{
		top: 5px;
	}
	#section-whats .part-l .in, #section-whats-tpps .part-l .in {
		padding: 70px 70px 55px 0;
	}
	.services-details-l {
		padding-right: 0;
	}
	.services-details-r {
		padding-left: 0;
	}
	#site-nav-wrapper {
		height: auto;
	}
}

@media ( min-width : 992px) {
	#section-contact {
		margin-bottom: 0;
		padding-top: 100px;
		margin-left: auto;
	}
	.bx-wrapper, .bx-viewport {
		max-height: 768px !important;
	}
	#site-nav-wrapper>.container-fluid {
		max-width: 1140px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#site-nav {
		text-align: right;
	}
	#site-nav a {
		margin-left: 27px;
		color: #fff;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: bold;
	}
	#site-nav li {
		display: inline;
		height: 70px;
		line-height: 70px;
	}
	#site-nav a.highlight {
		border: 2px solid #fff;
		border-radius: 20px;
		-webkit-transition: background-color 200ms ease-out;
		-moz-transition: background-color 200ms ease-out;
		-o-transition: background-color 200ms ease-out;
		transition: background-color 200ms ease-out;
	}
	#site-nav a.highlight:hover {
		background-color: #fff;
		text-decoration: none;
		color: #2e2e2e;
	}
	.bx-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	#site-nav-wrapper {
		border-bottom: 2px solid #687d7e;
	}
	#home-slider .layer-title {
		font-size: 4.1em;
	}
	#section-whats .part-l .in, #section-whats-tpps .part-l .in {
		max-width: 540px;
		float: right;
	}
	div.contact-col {
		position: relative;
		top: -195px;
		-webkit-box-shadow: 0px 3px 18px -13px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 3px 18px -13px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 3px 18px -13px rgba(0, 0, 0, 0.75);
	}
	#site-footer .col-lg-2 {
		padding-left: 0;
		padding-right: 0;
	}
	#site-nav-wrapper.is-sticky {
		position: fixed;
		z-index: 9;
	}
	#site-nav-wrapper.is-sticky a {
		color: #2e2e2e;
	}
	#site-nav-wrapper.is-sticky a.highlight {
		border-color: #2e2e2e;
	}
	#site-nav-wrapper.is-sticky .site-logo>img:first-child {
		display: none !important;
	}
	#site-nav-wrapper.is-sticky .site-logo>img:last-child {
		display: inline !important;
	}
	#site-nav-wrapper.is-sticky li {
		line-height: 40px;
	}
}

@media ( min-width : 1200px) {
	#home-slider .layer {
		transform: translate(-50%, -60%);
		-ms-transform: translate(-50%, -60%);
		-moz-transform: translate(-50%, -60%);
		-webkit-transform: translate(-50%, -60%);
	}
}

@media ( max-width : 767px) {
	.enlacesPie {
		margin-top: 20px;
	}
}

@media ( min-width : 1920px) {
	.bx-wrapper, .bx-viewport, .bx-viewport img {
		width: 100%;
	}
	#home-slider .layer {
		top: 30%;
	}
}

@media ( max-width : 991px) {
	#site-nav li:not (:last-child ){
		margin-bottom: 20px;
	}
	.site-nav-cont {
		position: absolute;
		top: 69px;
		left: 0;
		right: 0;
		background-color: #2a4293;
		padding-top: 20px;
		padding-bottom: 20px;
		z-index: 9;
	}
	#site-nav-wrapper.is-sticky .site-nav-cont {
		position: fixed;
	}
	.hamburger-wrapper {
		text-align: right;
		padding-top: 10px;
		padding-right: 0;
	}
	button.hamburger {
		outline: 0;
	}
	#site-nav a {
		display: block;
	}
}