@charset "utf-8";
/*
Theme Name: Silverback Financial Theme
Version: 2.0
Author: Idea180.com

*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Playfair+Display:wght@400;700&display=swap');
/*font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;*/
header,nav,main,section,article,aside,footer,figure{
	display:block;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #1562ab;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
body {
/*	font size by default 16*/
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
.allinone {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
	width: 100%;
}
.wrapper {
	margin: auto;
	width: 1250px;
	box-sizing: border-box;
}
header {
	text-align: center;
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0px;
	top: 0px;
}
.logo{
	display: inline-table;
	margin-top: 30px;
	margin-bottom: 0px;
	position: relative;
	z-index: -1;
}
.logo a{
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 370px;
	overflow: hidden;
	background-image: url(images/logotipo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.logo a:hover {
	opacity:0.5;
}
.slogan {
	display: none;
}
.menuheader {
	padding: 0px;
	display: inline-table;
	width: 100%;
	background-color: #1c3c68;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menuheader ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-table;
	width: 100%;
}
.menuheader ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-table;
	position: relative;
}
.menuheader ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin: 0px;
	font-weight: 400;
}
.menuheader ul li a:hover     {
	color: #2f71b9;
	text-decoration: none;
}
.menuheader ul li ul{
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	width: 240px;
	background-color: #FFFFFF;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	z-index: 1555555;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	left: 0px;
}
.menuheader ul li:hover > ul{
	margin-top:0px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	visibility: visible;
}
.menuheader ul li ul li {
	display: inline-table;
	width: 100%;
}
.menuheader ul li ul li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	margin-top: 0px;
	width: 100%;
	background-color: #333;
	text-align: left;
	line-height: 40px;
	box-sizing: border-box;
}
.menuheader ul li ul li a:hover     {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2f71b9;
}
.menuheader ul li ul li ul {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0px;
}
.menuheader ul li ul li ul li {
	display: inline-table;
	width: 100%;
}
.menuheader ul li ul li ul li a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.menuheader ul li.current_page_item > a,
.menuheader ul li.current-menu-ancestor > a,
.menuheader ul li.current-menu-item > a,
.menuheader ul li.current-menu-parent > a  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333;
}
.menuheader ul li ul li.current_page_item > a,
.menuheader ul li ul li.current-menu-ancestor > a,
.menuheader ul li ul li.current-menu-item > a,
.menuheader ul li ul li.current-menu-parent > a  {
	color: #FFFFFF;
	text-decoration: none;
}
.menuheader ul li ul li.current-menu-item a{
	background-color: #000;
}
footer {
	text-align: center;
	font-size: 13px;
	color: #bab9b9;
	box-sizing:border-box;
}
.menufooter {
	list-style-type: none;
	margin-top: 45px;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
	box-sizing: border-box;
	display: inline-table;
	margin-right: auto;
	margin-left: auto;
}
.menufooter ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menufooter ul li {
	list-style-type: none;
	display: inline-table;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #565656;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.menufooter ul li:last-child{
	border-right-style: none;
}
.menufooter ul li a {
	font-size: 12px;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	text-transform: uppercase;
	color: #565656;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.menufooter ul li a:hover {
	color: #CCC;
}
.menufooter li ul {
	display: none;
	position: absolute;
}
.menufooter ul li.current_page_item > a,
.menufooter ul li.current-menu-ancestor > a,
.menufooter ul li.current-menu-item > a,
.menufooter ul li.current-menu-parent > a  {
}
.footerlogos{
	background-image: url(images/footerlogos.png);
	text-indent: -999999px;
	display: inline-table;
	height: 60px;
	width: 290px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}


/* ESTILOS PARA IMAGENES*/

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.wp-caption {
}
.wp-caption-text {
}
.wp-caption p{
}

main{
	float: left;
	width: 100%;
	padding-top: 0px;
	background-color: #FFF;
	background-size:contain;
}
.homebloque01{
	background-image: url(images/main-homeimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #333;
	display: block;
	padding-top: 350px;
	padding-right: 35px;
	padding-bottom: 120px;
	padding-left: 35px;
	box-sizing: border-box;
	min-height: 80vh;
}
.homebloque01 h1{
	font-size: 28px;
	font-weight: 700;
	color: #313e47;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 120px;
}
.downloadoc{
	background-color: rgba(9,43,89,0.8);
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	letter-spacing: 1px;
	border-radius: 8px;
	display: inline-table;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.downloadoc:hover{
	color: #FFF;
	transform:scale(1.05,1.05);
}
.taptap-main-menu-button{
	background-color: #FFF;
	padding: 2px 5px !important;
}
.taptap-menu-active .taptap-main-menu-button{
	background-color: transparent;
}
.socialpie{
	text-align: center;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.socialpie img{
	display: inline-table;
	margin: 8px;
}
.homebloque02{
	background-color: #FFF;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
}
.contebloque02{
	display: inline-table;
	width: 1250px;
	margin-top: 130px;
	margin-bottom: 130px;
	font-size: 18px;
	color: #092b59;
	box-sizing: border-box;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 33px;
}
.contebloque02 .aligncenter{
	margin-bottom: 50px;
}
.homebloque03{
	background-color: #FFF;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	background-image: url(images/bacckground-block-3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	position: relative;
	z-index: 2;
}
.serviceslist{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 75px;
	grid-row-gap: 75px;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
}
.itemservice{
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #363b40;
	padding-bottom: 65px;
}
.itemservice img{
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
.itemservice h3{
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin: 0px;
	width: 100%;
	padding-top: 130px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.45);
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}
.itemservice p{
	padding-right: 25px;
	padding-left: 25px;
	box-sizing:border-box;
}
.linkmore{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #323e4a;
	width: 180px;
	margin-left: -90px;
	position: absolute;
	left: 50%;
	bottom: -17px;
	text-transform: uppercase;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 10;
}
.linkmore:after{
	content: "";
	background-image: url(images/tail.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 11px;
	width: 21px;
	margin-left: -10px;
	position: absolute;
	z-index: 16;
	left: 50%;
	top: -10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.linkmore:hover{
	color: #FFF;
	background-color: #41718a;
}
.linkmore:hover:after{
	opacity:0;
	top: 0px;
}
.homebloque04{
	background-color: #333;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	background-image: url(images/form-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border: 1px solid #FFF;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
	box-sizing:border-box;
}
.contebloque04{
	display: inline-table;
	max-width: 750px;
	font-size: 18px;
	color: #ffffff;
	box-sizing: border-box;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 33px;
	text-align: center;
}
.contebloque04 h2{
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0px;
	line-height: 45px;
}
.contebloque04 p{
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 8px;
}
.contebloque04 p strong{
	font-size: 29px;
	font-weight: 800;
}
.caldera-grid{
	text-align: left;
	margin-top: 40px;
}
.caldera-grid .phonefield .intl-tel-input, .caldera-grid .phonefield .form-control{
	width: 100% !important;
}
.requestbutton{
	width: 100% !important;
	cursor: pointer !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	background-color: #092b59 !important;
	text-align: center !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	border-radius: 7px !important;
	margin-top: 20px !important;
	float: left !important;
}
.widget .requestbutton{
	font-size: 12px !important;
}
.caldera-grid .row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.homebloque05{
	background-color: #FFF;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contebloque05{
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: left;
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
}
.coltesti01{
	background-color: #71828d;
	background-image: url(images/testibackground.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.itemtesti{
	font-size: 15px;
	color: #092b59;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71828d;
}
.coltesti01 .itemtesti, .coltesti01 .nametesti{
	color: #FFF;
	border-bottom-style: none;
}
.itemtesti:last-child{
	border-bottom-style: none;
}
.nametesti{
	font-size: 13px;
	font-weight: 300;
	color: #71828d;
}
.nametesti strong{
	font-size: 23px;
	font-weight: 700;
}
.homebloque06{
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #092b59;
	color: #FFF;
	background-image: url(images/back-bills.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
.contebloque06{
	display: grid;
	grid-template-columns: 130px 1fr 400px;
	text-align: left;
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	padding-right: 35px;
	padding-left: 35px;
	box-sizing:border-box;
}
.contebloque06 h2{
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	font-weight: 400;
	color: #2c558d;
	transform: rotate(-90deg);
	margin-top: 80%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contebloque06 div:first-child{
	height:220px;
}
.downtext{
	font-size: 16px;
}
.downtext strong{
	font-size: 26px;
	font-weight: 800;
	color: #2cb4fb;
	padding-top: 30px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.downtext em{
	font-size: 22px;
	font-style: normal;
}
.downloadaplica{
	font-size: 20px;
	color: #FFF !important;
	background-color: #fbb42c;
	display: inline-table;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 7px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-weight: 700;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.downloadaplica:hover{
	color: #FFF;
	background-color: #fbdb2c;
	transform: scale(1.05,1.05);
}
.pagemain{
	background-image: url(images/main-homeimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.doscolpage{
	display: grid;
	grid-template-columns: 1fr 350px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 1250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 350px;
}
.contepage{
	background: rgb(36,60,72);
background: -moz-linear-gradient(180deg, rgba(36,60,72,1) 42%, rgba(21,35,42,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(36,60,72,1) 42%, rgba(21,35,42,1) 100%);
background: linear-gradient(180deg, rgba(36,60,72,1) 42%, rgba(21,35,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#243c48",endColorstr="#15232a",GradientType=1);
}
.contepage .attachment-large{
	width:100%;
	height:auto;
}
.conteinfopages{
	width: 100%;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 70px;
	padding-left: 50px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 1px;
}
.titupage{
	font-family: 'Playfair Display', serif;
	margin-top: -90px;
	position: relative;
	z-index: 15;
	font-size: 40px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
	font-weight: 400;
	line-height: 46px;
}
.conteinfopages.single .titupage{
	margin-top: 20px;
}
.conteinfopages h2{
	font-size: 32px;
	line-height: 45px;
	font-weight: 300;
}
.conteinfopages h2 small{
	font-size: 14px;
}
.conteinfopages a{
	color: #FC0;
}
.conteinfopages a:hover{
	color: #FFF;
}
.callh3{
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	border: 1px solid #FFF;
	box-sizing: border-box;
	display: inline-table;
	text-align: center;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.callh3.yacthcall{
	font-size: 23px;
	background-color: #01bffe;
	float: left;
	margin-top: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 40px;
}
.callh3.loancall{
	font-size: 22px;
	line-height: 35px;
}
.callh3.smallcall{
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	margin-bottom: 50px;
}
.callh3.hardcall{
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #333;
	background-color: #EEE;
	padding-right: 40px;
	padding-left: 40px;
}
.hardcall ul{
	margin-left: 22px;
	padding-left: 0px;
	list-style-type: square;
}
.leadershipgrid{
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 5px;
	margin-right: -45px;
	margin-left: -45px;
	margin-bottom: -65px;
}
.teamitem{
	color: #2C2C2C;
	background-color: #E8E8E8;
	padding: 45px;
	width: 100%;
	font-size: 14px;
}
.teamitem img{
	width: 220px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	margin-top: -45px;
	margin-left: -45px;
	height: auto;
}
.teamitem h3{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #3d738d;
	letter-spacing: -1px;
}
.teamitem h3 strong{
	font-size: 22px;
	font-weight: 800;
}
.teamitem a{
	color: #3d738d;
}
.sidepage .widget{
	background-color: rgba(204,204,204,0.85);
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 13px;
}
.sidepage .widget:first-child{
	background-color: rgba(61,115,141,0.95);
	padding-bottom: 30px;
	padding-top: 30px;
	color: #FFF;
}
.sidepage .widget:first-child h3{
	margin-bottom: 0px;
}
.sidepage .widget:last-child{
	padding-bottom: 50px;
}
.privatecolsdos{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	width: 100%;
}
.privatecolsdos div{
	padding-right: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
	padding-bottom: 15px;
	padding-top: 25px;
	font-size: 14px;
	line-height: 20px;
}
.privatecolsdos div strong{
	font-size: 125%;
}
.privatecolsdos div:last-child, .privatecolsdos.cuatrocols div:first-child{
	background-color: rgba(0,0,0,0.15);
}
.privatecolsdos ul{
	margin-right: 0px;
	margin-left: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.privatecolsdos ul li{
	list-style-type: square;
	margin-bottom: 10px;
}
.termslist{
	color: #333;
	background-color: rgba(255,255,255,0.65);
	display: inline-table;
	list-style-type: none;
	font-size: 23px;
	font-weight: 400;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-image: url(images/Loan-programs.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	width: 100%;
	box-sizing:border-box;
}
.termslist li{
	margin-bottom: 15px;
}
.termslist .fa{
	color: #005586;
	font-size: 130%;
	width: 45px;
}
.formuloan{
	color: #333;
	background-color: rgba(255,255,255,0.8);
	font-size: 13px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.formuloan .caldera-grid{
	margin-top: 15px;
}
.logoswrap{
	display: inline-table;
	background-color: #333333;
	margin-top: 80px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	margin-right: -50px;
	margin-left: -50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.1);
	border-bottom-color: rgba(255,255,255,0.1);
	margin-bottom: 50px;
	float: left;
}
.logolist{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.logolist li{
	margin: 0px;
	padding: 0px;
	width: 32%;
	display: inline-table;
}
.logolist li img{
	margin: 0px;
	float: left;
	height: auto;
	width: 100%;
}
.single img{
	max-width: 100%;
	height: auto;
}
.single img.aligncenter{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.navigation.pagination{
	margin-top: 50px;
	float: left;
	margin-bottom: 35px;
}
.navigation.pagination h2{
	display:none;
}
.listnewsitem{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgba(255,255,255,0.2);
}
.menu-services-container ul{
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
.menu-services-container ul li{
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 8px;
	padding-left: 0px;
}
@media (max-width: 1400px) {
	.serviceslist{
	grid-column-gap: 35px;
	width: 100%;
	padding-right: 35px;
	padding-left: 35px;
	box-sizing:border-box;
	}
	.doscolpage{
	max-width: 100%;
	}
	.wrapper, .contebloque02 {
	width: 100%;
	}
}
@media (max-width: 1250px) {
	.itemservice h3{
	font-size: 25px;
	padding-top: 70px;
	padding-bottom: 20px;
	line-height: 33px;
	}
}
@media (max-width: 1120px) {
	.contebloque06{
	grid-template-columns: 130px 1fr 250px;
	padding-right: 25px;
	padding-left: 25px;
	}
	.termslist{
	background-image: none;
	}
	.logolist li{
	width: 48%;
	}
}
@media (max-width: 850px) {
	.serviceslist{
	grid-template-columns: 1fr 1fr;
	}
	.homebloque06{
	clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
	}
	.contebloque06{
	grid-template-columns: 1fr;
	}
	.contebloque06 h2{
	font-size: 35px;
	transform: rotate(0deg);
	margin-top: 60px;
	margin-bottom: 25px;
	color: #FFF;
	}
	.contebloque06 div:first-child{
	height:auto;
	}
	.downloadaplica{
	margin-top: 20px;
	margin-bottom: 65px;
	}
	.doscolpage{
	grid-template-columns: 1fr 0.5fr;
	}
	.pagemain{
	background-size:900px auto;
	}
	.privatecolsdos{
	grid-template-columns: 1fr;
	}	
}
@media (max-width: 750px) {
	.menufooter ul li {
	padding-right: 9px;
	padding-left: 9px;
	}
	.contebloque05{
	grid-template-columns: 1fr;
	}
	.coltesti01, .coltesti02{
	background-color: #FFFFFF;
	background-image: none;
	box-sizing: border-box;
	padding-right: 25px;
	padding-left: 25px;
	}
	.itemtesti, .coltesti01 .itemtesti, .itemtesti:last-child{
	font-size: 16px;
	color: #092b59;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
	}
	.coltesti01 .nametesti{
	color: #71828d;
	}
	.requestbutton{
	font-size: 16px !important;
	}
	.doscolpage{
	grid-template-columns: 1fr;
	}
}
@media (max-width: 690px) {
	.logo{
	z-index: 1;
	}
}
@media (max-width: 600px) {
	.menufooter ul li {
	padding-right: 0px;
	padding-left: 0px;
	}
	.serviceslist{
	grid-template-columns: 1fr;
	padding-right: 60px;
	padding-left: 60px;
	}
	.teamitem{
	box-sizing: border-box;
	padding: 25px;
	font-weight: 400;
	word-break: break-word;
	}
	.teamitem img{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
	.conteinfopages{
	padding-right: 25px;
	padding-left: 25px;
	}
	.logoswrap{
	margin-right: -25px;
	margin-left: -25px;
	padding-right: 25px;
	padding-left: 25px;
	}
	.formuloan{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 18px;
	padding-left: 8px;
	}
}
@media (max-width: 530px) {
	.menufooter ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	.menufooter ul li a{
	color: #FFF;
	background-color: #41718a;
	display: inline-table;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	}
	.menufooter ul li.current-menu-item a{
	background-color: #CCC;
	}
	.logo{
	width: 90%;
	}
	.logo a{
	width: 100%;
	}
	.homebloque01{
	padding-top: 200px;
	padding-bottom: 60px;
	min-height:95vh;
	}
	.homebloque01 h1{
	margin-bottom: 45px;
	}
	.serviceslist{
	padding-right: 25px;
	padding-left: 25px;
	}
	.downtext strong{
	font-size: 22px;
	}
	.leadershipgrid{
	margin-right: 0px;
	margin-left: 0px;
	box-sizing:border-box;
	}
	.titupage{
	margin-top: 0px;
}
}
@media (max-width: 470px) {
	.contebloque02 .aligncenter{
	width: 100%;
	height: auto;
	}
	.requestbutton{
	font-size: 13px !important;
	}
	.pagemain{
	background-image: none;
	}
	.doscolpage{
	margin-top:250px;
	}
	.contebloque04 h2{
	font-size: 30px;
	}
	.termslist{
	font-size: 18px;
	}
}