/* ------------------ Fonts ------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

body {
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #3a7ae6;
}
/* ------------------ /Fonts ------------------ */

/* ------------------ Loader ------------------ */
.fadeMe {
	display: none;
	opacity: 0.7;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	position: fixed;
}

.loader {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3a7ae6;
	margin-left: -60px;
    margin-top: -60px;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

body.loading {
	overflow: hidden;
}

body.loading .loader {
	display: block;
}

body.loading .fadeMe {
	display: block;
}
/* Safari */
@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
}

100%
{
-webkit-transform


:rotate(360deg)


;
}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform


:rotate(360deg)


;
}
}
/* ------------------ /Loader ------------------ */

/* ------------------ Placeholders ------------------ */
input::-webkit-input-placeholder {
	color: #becde5;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
}

input::-moz-placeholder {
	color: #becde5;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
}

input:-ms-input-placeholder {
	color: #becde5;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
}

input:-moz-placeholder {
	color: #becde5;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
}
/* ------------------ /Placeholders ------------------ */
/* ------------------ Login form ------------------ */
#site-nav .login-form {
	-webkit-box-shadow: 0px 2px 14px -7px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 2px 14px -7px rgba(0, 0, 0, 1);
	box-shadow: 0px 2px 14px -7px rgba(0, 0, 0, 1);
}

#mobile-nav-wrapper .login-form {
	top: 70px;
	display: none;
}

#site-nav .login-form, #mobile-nav-wrapper .login-form {
	width: 100%;
	padding: 20px;
	right: 0;
}

.login-form h4, #mobile-nav-wrapper .login-form h4 {
	font-size: 17px;
	margin-bottom: 20px;
	color: #00315a;
}

.login-form input[type="submit"], #mobile-nav-wrapper .login-form input[type="submit"],
	.login-form a.entrar {
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 15px;
	margin-bottom: 15px;
}

.login-form form label, #mobile-nav-wrapper .login-form form label {
	position: relative;
	display: block;
}

.login-form form label i, #mobile-nav-wrapper .login-form form label i {
	position: absolute;
	height: 38px;
	line-height: 38px;
	padding-left: 8px;
	color: #becde5;
	font-weight: bold;
	font-size: 20px;
}

.login-form input[type="email"], .login-form input[type="password"], .login-form input[type="text"],
	#mobile-nav-wrapper .login-form input[type="email"],
	#mobile-nav-wrapper .login-form input[type="password"],
	#mobile-nav-wrapper .login-form input[type="text"] {
	background-color: transparent;
	border: 1px solid #becde5;
	padding: 6px 10px 6px 35px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}

.login-form .login-register, #mobile-nav-wrapper .login-register {
	margin-top: 20px;
	border-top: 1px solid #e1e1e1;
	padding-top: 14px;
}

.login-form .login-register div, #mobile-nav-wrapper .login-register div
	{
	font-size: 14px;
	color: #00315a;
	font-weight: 400;
}

.login-form .login-register a, #mobile-nav-wrapper .login-register a {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
}

.login-form .login-register a:not (:last-child ), #mobile-nav-wrapper .login-register a:not
	(:last-child ){
	color: #11ba7f;
	float: left;
}

.login-form .login-register a:last-child, #mobile-nav-wrapper .login-register a:last-child
	{
	color: #e38150;
	float: right;
}

#e38150


#site-nav .remember-pass, #mobile-nav-wrapper .remember-pass {
	font-size: 12px;
	display: block;
}

#mobile-nav-wrapper .login-form {
	position: fixed;
	z-index: 99;
	min-width: 220px;
	background-color: #f5f5f5;
	text-align: left;
}

#site-nav a, #mobile-nav-wrapper a {
	font-weight: 600;
}
/* ------------------ /Login form ------------------ */
/* ------------------ Footer ------------------ */
#site-footer {
	background-color: #397ae6;
	padding-top: 30px;
	padding-bottom: 30px;
}

#site-footer .row:last-child {
	padding-bottom: 50px;
}

#site-footer div>ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#site-footer li {
	list-style: none;
}

#site-footer .container a {
	color: #becde6;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

#site-footer h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	padding: 20px 15px;
}

#site-footer h4:hover {
	cursor: pointer;
}

#site-footer h4:after {
	content: "\f107";
	font-family: "FontAwesome";
	float: right;
}

#site-footer .footer-logos {
	margin-bottom: 40px;
	margin-left: -5px;
}

#site-footer div.footer-menu {
	padding-left: 0;
	padding-right: 0;
}

#site-footer div.footer-menu>ul {
	border-bottom: 1px solid #1a6ceb;
}

#site-footer div.footer-menu-mytriplea>ul {
	border-top: 1px solid #1a6ceb;
}

.site-copyright small {
	font-size: 10px;
	color: #becde6;
}

.social-icons a {
	color: #fff;
	margin-left: 18px;
	margin-right: 18px;
	position: relative;
	font-size: 1.2rem;
}

.social-icons a:hover {
	text-decoration: none;
}

.social-icons a[title="Twitter"] {
	bottom: -1px;
}

.social-icons a[title="Google"] {
	bottom: -2px;
}

.social-icons a[title="Youtube"] {
	bottom: -3px;
}

.social-icons {
	margin-bottom: 12px;
}

#site-footer ul ul {
	display: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

#site-footer ul ul.open {
	display: block;
}

#site-footer ul ul.open li {
	margin-bottom: 10px;
}

.titulo-seccion-footer {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 700;
}

@media ( max-width : 768px) {
	.contenedor-titulo-seccion {
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 20px 15px;
	}
}

@media ( min-width : 768px) {
	.contenedor-titulo-seccion {
		margin-bottom: 10px;
		margin-top: 0px;
		padding: 0px 0px;
	}
}

/* ------------------ /Footer ------------------ */

/* ------------------ Buttons ------------------ */
a[class^="m3a-button"], button[class^="m3a-button"], input[class^="m3a-button"]
	{
	display: inline-block;
	padding: 18px;
	border: 2px solid;
	border-radius: 40px;
	line-height: 1;
	min-width: 165px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

button[class^="m3a-button"]:hover, input[class^="m3a-button"]:hover {
	cursor: pointer;
}

a[class^="m3a-button"]:hover {
	text-decoration: none;
}

a.m3a-button-green, button.m3a-button-green, input[type="submit"].m3a-button-green,
	input[type="button"].m3a-button-green, input[type="reset"].m3a-button-green
	{
	color: #fff;
	background-color: #11ba7f;
	border-color: #11ba7f;
}

a.m3a-button-green-panel, button.m3a-button-green-panel, input[type="submit"].m3a-button-green-panel,
	input[type="button"].m3a-button-green-panel, input[type="reset"].m3a-button-green-panel
	{
	color: #fff;
	background-color: #11ba7f;
	border-radius: .25rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #11ba7f;
	padding: .675rem .95rem;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

a.m3a-button-orange, button.m3a-button-orange, input[type="submit"].m3a-button-orange,
	input[type="button"].m3a-button-orange, input[type="reset"].m3a-button-orange
	{
	color: #fff;
	background-color: #e38150;
	border-color: #e38150;
}

a.m3a-button-blue, button.m3a-button-blue, input[type="submit"].m3a-button-blue,
	input[type="button"].m3a-button-blue, input[type="reset"].m3a-button-blue
	{
	color: #fff;
	background-color: #3a7ae6;
	border-color: #3a7ae6;
}

a.m3a-button-blue-panel, button.m3a-button-blue-panel, input[type="submit"].m3a-button-blue-panel,
	input[type="button"].m3a-button-blue-panel, input[type="reset"].m3a-button-blue-panel
	{
	color: #fff;
	background-color: #3a7ae6;
	border-radius: .25rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #3a7ae6;
	padding: .675rem .95rem;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

a.m3a-button-white, button.m3a-button-white, input[type="submit"].m3a-button-white,
	input[type="button"].m3a-button-white, input[type="reset"].m3a-button-white
	{
	color: #3a7ae6;
	background-color: #fff;
	border-color: #fff;
}

a.m3a-button-white-panel, button.m3a-button-white-panel, input[type="submit"].m3a-button-white-panel,
	input[type="button"].m3a-button-white-panel, input[type="reset"].m3a-button-white-panel
	{
	color: #696c73;
	background-color: #fff;
	border-radius: .25rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
	padding: .675rem .95rem;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

a.m3a-button-white-blue-panel, button.m3a-button-white-blue-panel, input[type="submit"].m3a-button-white-blue-panel,
	input[type="button"].m3a-button-white-blue-panel, input[type="reset"].m3a-button-white-blue-panel
	{
	color: #3a7ae6;
	background-color: #fff;
	border-radius: .25rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #3a7ae6;
	padding: .675rem .95rem;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

a.m3a-button-outline-blue, button.m3a-button-outline-blue, input[type="submit"].m3a-button-outline-blue,
	input[type="button"].m3a-button-outline-blue, input[type="reset"].m3a-button-outline-blue
	{
	color: #3a7ae6;
	border-color: #3a7ae6;
	background-color: transparent;
}

a[class^="m3a-button"][class*="-panel"].small, button[class^="m3a-button"][class*="-panel"].small,
	input[class^="m3a-button"][class*="-panel"].small {
	padding: .375rem .75rem;
}

.wrap-login {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 3rem 2rem;
	box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.buttonLogin {
	display: inline-block;
	padding: 18px;
	border: 2px solid;
	border-radius: 40px;
	line-height: 1;
	min-width: 165px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background-color: #3a7ae6;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #3a7ae6;
	padding: .675rem .95rem;
	font-size: 1.2rem;
	line-height: 1.5;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 5px;
    margin-bottom: 5px;
}

.button-white {
	background-color: #fff;
	color: #4272d7;
}
/* ------------------ /Buttons ------------------ */

/* -------------Cookies -------------*/
#avisoCookies .row {
	border-bottom: 0px !important;
}

#avisoCookies {
	z-index: 9;
	clear: left;
	position: fixed;
	bottom: 0px;
	width: 100%;
	min-height: 103px;
	height: 103px;
	padding: 20px 10% 20px 10%;
	display: none;
	background-color: #FFF;
	border-top: 3px solid #3498db;
	opacity: 0.9;
	/* 	background: rgb(0, 37, 68); */
	/* 	background: -moz-linear-gradient(top, rgba(0, 37, 68, 1) 0%, */
	/* 		rgba(0, 37, 68, 1) 100%); */
	/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, */
	/* 		37, 68, 1)), color-stop(100%, rgba(0, 37, 68, 1))); */
	/* 	background: -webkit-linear-gradient(top, rgba(0, 37, 68, 1) 0%, */
	/* 		rgba(0, 37, 68, 1) 100%); */
	/* 	background: -o-linear-gradient(top, rgba(0, 37, 68, 1) 0%, */
	/* 		rgba(0, 37, 68, 1) 100%); */
	/* 	background: -ms-linear-gradient(top, rgba(0, 37, 68, 1) 0%, */
	/* 		rgba(0, 37, 68, 1) 100%); */
	/* 	background: linear-gradient(to bottom, rgba(0, 37, 68, 1) 0%, */
	/* 		rgba(0, 37, 68, 1) 100%); */
	/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rrgba(0, 37, 68, 1)', */
	/* 		endColorstr='rgba(0, 37, 68, 1)', GradientType=0); */
	color: #ffffff;
	text-align: center;
}

#avisoCookies a {
	color: #ffffff !important;
	font-weight: bold;
	font-size: inherit !important;
}

.seccionCookies p {
	text-shadow: none;
	margin: 0 auto;
	color: #3498db;
	text-align: center;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
}

.botonCookies {
	margin-top: 10px;
	height: 40px;
	width: 120px;
	background-color: #3498db;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

.aceptarCookies {
	height: inherit;;
	background-color: inherit;
	margin: 0px;
}
/*----------/ENd cookies-------------*/
.margenTexto {
	margin-left: 10px;
	margin-right: 10px;
}

.titulo h1 {
	line-height: 1;
	font-size: 3.8em;
}

.tituloPrincipal p {
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	opacity: 0;
	animation-delay: 1s;
	margin-bottom: 0;
}

.tituloPrincipal h1 {
	font-size: 3.8em;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
	opacity: 0;
	animation-delay: 200ms;
}

.titulo {
	margin-top: 80px;
}

.card {
	box-shadow: -1px 2px 13px -2px rgba(199, 199, 199, 1);
	margin-top: 40px;
	margin-bottom: 10px
}

.textoCentro {
	text-align: center;
}

.textoDerecha {
	text-align: center;
	padding-right: 60px;
}

.textoIzq {
	text-align: center;
	padding-left: 60px;
}

.margenSuperior {
	margin-top: 30px;
}

.margenInferior {
	margin-bottom: 20px !important;
}

.margenFooter {
	margin-bottom: 20px !important;
}

.colorAzul {
	color: #3a7ae6 !important;
	font-size: 1.1rem;
	font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.colorVerde {
	color: #11ba7f;
	font-size: 1.1rem;
	font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.colorNaranja {
	color: #e38150;
	font-size: 1.1rem;	
	font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.textoNormal {
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

 ul, li {
    margin: 0px;
    list-style-type: none;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.error {
    font-size: 1.3rem;
    color: red;
}

/* ------------------ Responsive ------------------ */
@media ( min-width : 768px) {
	#site-footer .footer-certs {
		margin-top: -35px;
	}
	#site-footer {
		padding-top: 90px;
	}
	#site-footer ul ul {
		display: block !important;
	}
	#site-footer div>ul {
		margin-bottom: 30px;
	}
	#site-footer ul ul {
		padding-left: 0;
		padding-right: 0;
	}
	#site-footer h4 {
		margin-bottom: 20px;
		padding: 0;
	}
	#site-footer h4:hover {
		cursor: auto;
	}
	#site-footer h4:after {
		content: "";
		display: none;
	}
	#site-footer li {
		margin-bottom: 3px;
	}
	#site-footer div.footer-menu>ul {
		border-bottom: 0;
	}
	#site-footer div.footer-menu-mytriplea>ul {
		border-top: 0;
	}
	#site-footer .row:last-child {
		border-bottom: 1px solid #98b8ee;
	}
	#site-footer div.footer-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.social-icons a {
		font-size: 1rem;
	}
	.section-title h2 {
		font-size: 45px;
	}
	.social-icons a {
		margin-left: 12px;
		margin-right: 12px;
	}
	.site-copyright small {
		font-size: 11px;
	}
	#site-footer .row:last-child {
		margin-bottom: 45px;
	}
	#site-nav
	
	 
	
	.login-form
	,
}

@media ( min-width : 992px) {
	.footer-menu-prestamo {
		margin-left: 4.1666%;
		margin-right: 4.1666%;
	}
	#site-footer .footer-logos {
		margin-bottom: auto;
		margin-left: 0;
	}
}

@media ( max-width : 768px) {
	#avisoCookies {
		height: 190px;
	}
}

@media ( max-width : 575px) {
	.textoIzq {
		text-align: center !important;
		padding-left: 15px !important;
	}
	.textoDerecha {
		text-align: center !important;
		padding-right: 15px !important;
	}
}

@media ( min-width : 1200px ) {
	.card {
		margin-top: 20px;
		margin-right: 40px;
		margin-bottom: 0px;
		margin-left: 40px;
	}
}

@media ( min-width : 992px ) and ( max-width : 1200px ) {
	.card {
		margin-top: 20px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;
	}
}

@media ( max-width : 992px ) and ( min-width : 576px ) {
	.card {
		margin-top: 20px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 10px;
	}
}

@media ( max-width : 576px ) {
	.card {
		margin-top: 20px;
		margin-right: 30px;
		margin-bottom: 0px;
		margin-left: 30px;
	}
	.margenForm {
		margin-right: 20px;
		margin-left: 20px;
	}
}

/* ------------------ /Responsive ------------------ */