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

body {
	font-family: 'Open Sans', 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 ------------------ */

/* ------------------ Footer ------------------ */
footer{
	margin-top: auto;
}

#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 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

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

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

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

.max-image-size{
	max-width: 30%;
    width: 180px;
}

@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;
}

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;
}

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;
}

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;
}


a.m3a-button-white-blue, button.m3a-button-white-blue, input[type="submit"].m3a-button-white-blue,
	input[type="button"].m3a-button-white-blue, input[type="reset"].m3a-button-white-blue
	{
	color: #3a7ae6;
	background-color: #fff;
	border-radius: 40px;
	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;
}

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.m3a-button-silver-white, button.m3a-button-silver-white, input[type="submit"].m3a-button-silver-white,
	input[type="button"].m3a-button-silver-white, input[type="reset"].m3a-button-silver-white
	{
	color: white;
	border-color: white;
	background-color: #C0C0C0;
	padding: 0.8em 1.1em;
	outline:none;
}

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

.marginButton{
	margin-top: 5px;
    margin-bottom: 5px;
}

.min-width-button{
	   min-width: 160px;
}

/* ------------------ /Buttons ------------------ */

/* ------------------ Checkbox ----------------- */

.custom-checkbox.border+label:before, .custom-checkbox-small.border+label:before
	{
	border: 1px solid #ddd;
}

.custom-checkbox[type="checkbox"], .custom-checkbox-small[type="checkbox"]
	{
	position: absolute;
	left: -9999px;
}

.custom-checkbox[type="checkbox"]+label, .custom-checkbox-small[type="checkbox"]+label
	{
	position: relative;
	cursor: pointer;
}

.custom-checkbox[type="checkbox"]+label {
	padding-left: 34px;
}

.custom-checkbox-small[type="checkbox"]+label {
	padding-left: 26px;
}

.custom-checkbox[type="checkbox"]+label:before, .custom-checkbox-small[type="checkbox"]+label:before
	{
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	border: 1px solid #bbb;
	background: #fff;
}

.custom-checkbox[type="checkbox"]+label:before {
	width: 22px;
	height: 22px;
	margin-top: 5px;
}

.custom-checkbox-small[type="checkbox"]+label:before {
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.custom-checkbox[type="checkbox"]:checked+label:after, .custom-checkbox-small[type="checkbox"]:checked+label:after
	{
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	color: #17a2b8;
	transition: all .2s;
	font-weight: bold;
	text-align: center;
	left: 0;
	top: 0%;
}

.custom-checkbox[type="checkbox"]+label:after {
	font-size: 18px;
	width: 22px;
	height: 22px;
	margin-top: 5px;
	line-height: 22px;
}

.custom-checkbox-small[type="checkbox"]+label:after {
	font-size: 12px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	line-height: 16px;
}

.custom-checkbox[type="checkbox"]:not(:checked) +label:after,
	.custom-checkbox-small[type="checkbox"]:not(:checked) +label:after {
	opacity: 0;
	transform: scale(0);
}

.custom-checkbox[type="checkbox"]:checked+label:after,
	.custom-checkbox-small[type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

.custom-checkbox-border[type="checkbox"]:not(:checked) +label:before {
	border: 1px solid #bbb;
}

.custom-checkbox-border[type="checkbox"]:checked+label:before {
	border: 1px solid #397ae6;
}

/* ------------------ /Checkbox ----------------- */

/* ------------------ RadioButton ----------------- */
/* Hide the browser's default radio button */
.container-input {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  padding
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #17a2b8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-input .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* ------------------ /RadioButton ----------------- */

/* ------------------ Switch ------------------ */
.m3a-switch {
	position: relative;
	width: 58px;
	height: 28px;
	margin-bottom: 0;
}

.m3a-switch input {
	display: none;
}

.m3a-switch span {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	color: #ccc;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 28px;
	line-height: 28px;
	padding-left: 11px;
	font-size: 11px;
}

.m3a-switch span:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 8px;
	bottom: 5px;
	background-color: white;
	transition: .4s;
	-webkit-transition: .4s;
	border-radius: 50%;
}

.m3a-switch input:checked+span {
	background-color: #11ba7f;
	color: #fff;
}

.m3a-switch input:focus+span {
	box-shadow: 0 0 1px #11ba7f;
}

.m3a-switch input:checked+span:before {
	transform: translateX(26px);
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
}
/* ------------------ /Switch ------------------ */

/* ------------------ Custom select ------------------ */
span.custom-select {
	border: 1px solid #e9e9e9;
	width: 100%;
	overflow: hidden;
	display: inline-table;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 30px;
	height: 32px;
	position: relative;
	background: url('../../assets/img/caret-down-icon.jpg') 95% center
		no-repeat #fff;
	position: relative;
}

span.custom-select>select {
	padding: 0 0 0 12px;
	width: 200%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	color: #9c9c9c;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
/* ------------------ /Custom select ------------------ */

/* ------------------ Documento ------------------ */
.container-documento {
	
}

.container-documento .container-documento-download {
	
}

.container-documento .container-documento-download .documento-download a
	{
	margin-bottom: 10px;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container-documento .container-documento-download .documento-download a:hover
	{
	background-color: #e6e6e6;
	color: #55575e;
	text-decoration: none;
}

.container-documento .container-documento-download .documento-download a i
	{
	font-size: 1.2rem;
}
/* ------------------ /Documento ------------------ */

/* ------------------ Lista destacada ------------------ */
ol.highlighted-list, ul.highlighted-list {
	padding-left: 28px;
}

ol.highlighted-list li, ul.highlighted-list li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
}

ol.highlighted-list li::before, ul.highlighted-list li::before {
	font-family: 'Montserrat', sans-serif;
	color: #3a7ae6;
	content: counter(list) ".";
	left: -40px;
	position: absolute;
	text-align: right;
	width: 26px;
}

ol.highlighted-list li, ul.highlighted-list li {
	margin-bottom: 6px;
}
/* ------------------ /Lista destacada ------------------ */

/* -------------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;
}

.espaciado{
	white-space: normal;
}

.containerNameFile{
	max-width: 200px;
	
}

/*----------/ENd cookies-------------*/

/* ------------------ 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;
	}
	.titulo-seccion-footer {
		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;
	}
}

@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 : 768px) {
	.divider {
		display:none;
	}
}
@media ( max-width : 992px) {
	.center-sm {
		width: 50%;
 		margin: 0 auto;
	}	
}
/* ------------------ /Responsive ------------------ */
html, body {
  height: 100%;
}

body{
	display: flex;
    flex-flow: column;
}

.margin-text {
	margin-right: -15px;
    margin-left: -15px;	
}

.flex{
	display: flex;
}

.color-payarea {
	color: #17a2b8;	
}

.divider {
  width: 1px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom:10px;
  margin-left: 0px;
  background: #17a2b8;
}

.margin-right{
	margin-right: 20px;
}

.margin-bottom-container{
	padding-bottom: 30px;
	padding-bottom: auto;
}

.input-style{
  background-color: #f4f4f4;
  border: none;
  padding: 16px;
  border: 1px solid #f4f4f4;
  color: #9b9b9b;
}

.description-style {
	padding: 20px;
    border: 1px solid #17a2b8;
    background-color: #ecfcfc;
    color: rgba(0, 37, 68, 1);
    opacity: .6;
}

.small-font{
	font-size: 0.9rem!important;
}

.medium-font{
	font-size: 1rem!important;
}

.border-form{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
    padding-right: 10px;
	border: 1px solid #17a2b8;
}

.no-border-top{
	border-top: 0px!important;
}

.pad-min-top{
	padding-top: 20px!important;
}

.pad-input{
	padding: 6px!important;
}

.margin-bot-negative{
	margin-bottom: -5px;
}
