/*
Theme Name: Motorcredito   
Author: Andres J. Villar - Merit Designs 
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #555;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.grey {
	color: #999;
}
.black {
	color: #43474d;
}
.white {
	color: #fff;
}
.orange, .yellow {
	color: #FAAF40;
}
.bg-grey {
	background: #f2f2f2;
}
.bg-black {
	background: #43474d;
}
.bg-white {
	background: #fff;
}
.bg-orange, .bg-yellow {
	background: #FAAF40;
}
.transition, .boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #FAAF40;
}
.readmore, .boton, .btn-primary {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #FAAF40;
	border: none;
	padding: 12px 40px;
	font-weight: normal;
  border-radius: 6px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus, .btn-primary:hover, 
.btn-primary:focus {
	color: #fff;
	background: #e7a036;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

/************************ 
/ Topbar 
************************/
.topbar {
	background: #43474d;
	padding-top: 5px; 
	padding-bottom: 5px;
}
.redes-top {
	display: inline-block; 
	margin-right: 10px;
}
.redes-top::after {
	content: ''; 
	display: inline-block; 
	background: #555; 
	width: 1px; 
	height: 15px;
	margin-left: 5px;
	position: relative; 
	top: 4px;
}
.redes-top a {
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #43474d;
}
.redes-top a img {
	width: 15px;
}
.contactos-top {
	display: inline-block; 
	font-size: 12px;
	color: #ddd;
	position: relative; 
	top: 2px;
}
.contactos-top a {
	color: #ddd;
	margin-right: 12px;
}
.contactos-top a:hover, .contactos-top a:focus {
	color: #FAAF40;
}
.contactos-top a .fa {
	color: #FAAF40 !important;
	font-size: 13px;
	margin-right: 3px;
}
.topbar .col-sm-5 {
	font-size: 14px;
	font-weight: 500;
}
.topbar .col-sm-5 a {
	color: #faaf40;
}
.topbar .divisas, .topbar .search {
	display: inline-block;
}
.divisas button {
	-webkit-appearance: none; 
	appearance: none; 
	border: none; 
	background: transparent; 
	color: #faaf40;
}
.topbar .search button {
	-webkit-appearance: none; 
	appearance: none; 
	border: none; 
	background: transparent; 
	color: #faaf40;
	font-size: 15px;
}
.topbar span.separador {
	margin: 0 5px;
}
.divisas .dropdown-menu {
    margin: 7px 0;
    background: #43474d;
    color: #fff;
    border-radius: 0;
    min-width: 260px;
}
.divisas .dropdown-menu li {
	padding: 15px;
}
.divisas .dropdown-menu h3 {
	font-weight: bold;
	text-align: center; 
	margin-top: 0; 
	padding-top: 0; 
	font-size: 17px !important;
  color: #fff !important;
}
.divisas .dropdown-menu table {
	width: 100%;
}
.divisas tr.encabezados1 td {
	padding-right: 6px; 
	text-align: right; 
	border-bottom: 1px solid #aaa; 
	color: #fff; 
	padding-bottom: 4px; 
	font-size: 14px;
}
.divisas td.valores {
	color: #fff; 
	padding-top: 4px;
	font-size: 14px;
	text-align: right;
	padding-left: 6px;
}
.divisas p {
	text-align: right; 
	margin: 16px 0 0 0; 
	padding: 0;
}
.divisas p a {
	color: #fff !important;
} 
.divisas p a:hover {
	color: #faaf40 !important;
} 
.topbar .search .dropdown-menu {
	left: inherit;
    min-width: 300px;
    padding: 5px 0;
    margin: 9px 0 0;
    font-size: 14px;
    border-radius: 0;
    border-top: 3px solid #faaf40;
    border-radius: 0;
    right: 0;
}
.topbar .search .dropdown-menu li {
    padding: 8px 15px;
}
.topbar .search form {
	position: relative;
}
.topbar .search .dropdown-menu input {
	width: 100%; 
	padding: 12px 55px 12px 15px;
	border: 1px solid #ddd;
}
.topbar .search .dropdown-menu button {
    position: absolute;
    right: 1px;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px;
    background: #fff;
    top: 1px;
}

@media(max-width: 1200px) {
	.contactos-top .email {
		display: none;
	}
}

@media(max-width: 991px) {
	.topbar .divisas, .contactos-top {
		display: none;
	}
}

@media(max-width: 991px) {
	.topbar {
		display: none;
	}
}

/************************ 
/ Mainmenu 
************************/
body {
  padding-top: 150px;
}
header {
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
header .navbar-brand {
	padding: 0;
	min-height: none;
	height: auto !important;
}
header .navbar-brand img {
  width: 220px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    margin-left: -5px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav li.level1 {
	padding: 30px 4px 0 4px;
}
.navbar-default .navbar-nav li.level1 > a {
    margin: 0;
    padding: 8px;
    color: #43474d;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    border-radius: 4px;
}
.navbar-default .navbar-nav li.level1.active > a,
.navbar-default .navbar-nav li.level1 > a:hover,
.navbar-default .navbar-nav li.level1 > a:focus {
    color: #fff !important;
    background-color: #faaf40 !important;
}
.navbar-default .navbar-nav > .open > a.has-submenu, 
.navbar-default .navbar-nav > .open > a.has-submenu:focus, 
.navbar-default .navbar-nav > .open > a.has-submenu:hover {
    color: #fff !important;
    background-color: #faaf40 !important;
}
.navbar-default .boton-pagos, .navbar-default .boton-solicita {
	padding-top: 22px; 
	padding-left: 10px;
}
.navbar-default .boton-solicita {
    margin-right: 0px;
}
.navbar-default .boton-solicita.last {
    padding-left: 0;
    margin-left: 16px;
}
.navbar-default .boton-pagos a {
    background-color: #faaf40;
    color: #fff !important;
    border-radius: 6px;
    padding: 0 12px;
    height: 48px;
    line-height: 44px;
    font-size: 13px;
    font-weight: bold;
    border:2px solid #faaf40;
}
.navbar-default .boton-solicita a {
    background-color: #faaf40;
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 12px 0 12px;
    height: 48px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    border:2px solid #faaf40;
}
.navbar-default .boton-pagos a:hover, .navbar-default .boton-solicita a:hover {
	background-color: #fff !important;
  color: #faaf40 !important;
}

.menu-large {
    position: static !important;
}
.megamenu {
	margin-top: 32px !important;
    padding: 12px 0px 22px 0;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important; 
    margin-right: 0 !important;
    border-radius: 0;
    border: none;
    min-height: 100px;
    border-top: 2px solid #faaf40;
}
.megamenu ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
}
.megamenu .col-sm-4, .megamenu .col-sm-3, .megamenu .col-sm-6 {
	padding-bottom: 15px;
	padding-top: 15px;
}
.megamenu a {
	padding: 7px 0 !important;
	display: block !important;
	background: #fff !important;
	border: none !important;
	color: #43474d;
	text-transform: none;
}
.megamenu a:hover, .megamenu a:focus {
    background: #fff !important;
    color: #faaf40 !important;
}
.menu-responsive {
	display: none;
	position: relative;
}
.topmenucontainer-responsive {
	position: relative;
}
.topmenucontainer-responsive a.logo {
  float: left;
  display: inline-block;
  width: 200px;
  margin-left: 0;
}
.menu-responsive .botonera {
	display: inline-block;
	width: auto;
	float: right;
	text-align:right;
	margin-top: 35px;
}
.menu-responsive .botonera a {
	margin: 0 3px;
	display:inline-block;
}
.menu-responsive .botonera img {
    height: 34px;
    width: auto;
}
.botonesresponsive .botones {
    background: #fff;
    padding: 18px 8px 12px 8px;
    text-align: center;
    position: relative !important;
    margin: 0 !important;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
}
.botonesresponsive {
  display: none;
}
.botonesresponsive .botones a {
    color: #fff;
    background: #FAAF40;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 13px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    height: 50px;
    float: left;
    position: relative;
    border-radius: 6px;
    border: 2px solid #FAAF40;
    margin: 0 2px;
    font-weight: Bold;
}
.botonesresponsive .botones a:hover {
	background: #fff;
  color: #FAAF40;
}
.botonesresponsive .botones a img {
	display: none !important;
}
/*** 
.botonesresponsive .botones a.btn-pagos {
	padding-left: 50px;
}
.botonesresponsive .botones a.btn-solicita {
	padding-left: 46px;
}
****/
.botonesresponsive .botones a.btn-pagos img {
    position: absolute;
    left: 13px;
    top: 11px;
    width: 30px;
}
.botonesresponsive .botones a.btn-solicita img {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 28px;
}
.botonesresponsive .botones a.btn-ibankig {
    padding-top: 14px;
}
.botonesresponsive .botones div.center {
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.busquead-responsive {
	display: none;
	background: #fff;
}
.busquead-responsive {
	position: relative;
	border-top: 3px solid #FAAF40;
	border-bottom: 2px solid #FAAF40;
	padding: 15px;
}
.titulomnuresponsive {
    font-weight: bold;
    padding-left: 32px;
    font-size: 15px;
    padding: 14px 0 8px 32px;
}
.busquead-responsive form {
	width: 100%;
	padding-right: 50px;
	position: relative;
}
.busquead-responsive input {
	border: 1px solid #eee;
	padding: 10px 15px;
	height: 44px;
	width: 100%;
	font-size:15px !important;
}
.busquead-responsive button {
    position: absolute;
    right: 50px;
    top: 0;
    background: #FAAF40;
    color: #fff;
    text-align: center;
    font-size: 17px;
    height: 44px;
    border: none;
    width: 44px;
}
a#closebuscarResponsive2 {
    color: #FAAF40;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 32px;
    font-weight: normal;
    z-index: 100;
}
.tasa_referencia-responsive {
    background: #4c4c4c;
    color: #fff;
    font-size: 15px;
    width: 400px;
    max-width: 100%;
    padding: 20px 15px 12px 15px;
    position: absolute;
    z-index: 1000;
    top: 112px;
    left: 0;
    display: none;
}
a#closeTasasResponsive {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
    font-weight: 300 !important;
}
.tasa_referencia-responsive h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
   	text-align: center;
   	font-weight: bold;
}
.tasa_referencia-responsive table {
    width: auto;
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
}
.tasa_referencia-responsive td {
	padding: 6px 10px;
}
.tasa_referencia-responsive td.border {
    border-bottom: 1px solid #e9e9e9 !important;
}
.tasa_referencia-responsive a {
	color: #fff;
}
.tasa_referencia-responsive a:hover {
	color: #FAAF40;
}
.sidenav {
  	height: 100%;
  	width: 0;
  	position: fixed;
  	z-index: 99999;
  	top: 0;
  	left: 0;
  	background-color: #fff;
  	overflow-x: hidden;
  	transition: 0.3s;
  	padding-bottom: 30px;
}
.mysidenav .logo-mc img {
  width: 210px;
  margin: 0;
}
.sidenav .closeMySidenav {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    margin-left: 0;
    color: #43474d;
}
.sidenav .panel {
	margin-bottom: 0;
	background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidenav .panel-default > .panel-heading {
    color: #43474d;
    background-color: #fff;
    border: none;
}
.sidenav .panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.sidenav .elmenu a {
    font-size: 15px;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #43474d;
}
.sidenav .panel-heading a {
	text-transform: uppercase;
}
.sidenav .panel-group .panel + .panel {
    margin-top: 0;
}
.sidenav .panel-body {
    padding: 0;
    border: none;
}
.sidenav .panel-body a {
	padding-left: 32px;
}

@media(max-width: 1200px) {
	.menu-desktop {
		display: none;
	}
	.menu-responsive {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #FAAF40; 
    background: #fff;
  }
  
}

/***** HOMEPAGE ****/
h3 {
	font-size: 20px;
	line-height: 1.4em;
	color: #43474d;
	text-transform: uppercase;
	font-weight: 800;
}
h3 span {
	color: #faaf40;
}
h4 {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 500;
}
.carousel-home img {
	width: 100%;
}
.carousel-home .slide-desktop {
	display: block !important;
}
.carousel-home .slide-responsive {
	display: none !important;
}
.novedades-responsive {
	display: none;
}
.carousel-home .owl-dots {
    display: block !important;
    text-align: center;
    padding: 0;
    margin-top: -70px;
    margin-bottom: 70px;
    position: relative;
}
.carousel-home .owl-nav {
	display: none !important;
}
.carousel-home button.owl-dot {
    background: #d0d0d0;
    border: 1px solid #e0e0e0;
    width: 14px;
    height: 14px;
    margin: 0 3px;
}
.carousel-home button.owl-dot.active {
    background: #FAAF40;
    border: 1px solid #FAAF40;
}
.intromotorcredito {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -30px;
	color: #555;
	font-size: 15px;
}
.linea {
	background: #FAAF40;
	display: inline-block;
	width: 64px;
	height: 2px;
	margin-bottom: 20px;
}
.intromotorcredito .descargaapp img {
	margin-right: 8px;
	margin-bottom: 8px;
}
.intromotorcredito .descargaapp img.btnapp {
	margin-bottom: 10px;
}
.clearphone {
	display: none;
}
#yt_spotlight1 {
  	padding: 50px 0;
}
#yt_spotlight1 h3 {
  	text-align: center;
  	text-transform: none;
	font-size: 18px;
  	margin-top: 0;
  	padding-top: 0;
}
#yt_spotlight1 h3 a {
  color: #43474d;
}
#yt_spotlight1 h3 a:hover {
  	color: #faaf40;
}
#yt_spotlight1 .image-icon {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #fff;
  line-height: 100px;
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
}
#yt_spotlight1 .image-icon a {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 2;
}
#yt_spotlight1 .image-icon:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
#yt_spotlight1 .image-icon:hover {
  box-shadow: 0 0 10px 8px #faaf40 inset;
}
#yt_spotlight1 .image-icon:hover:before {
  border: 10px solid #fbb959;
  transition: all 0.3s ease-in-out;
}
#yt_spotlight1 .des {
	text-align: center;
  	margin: 0 0 20px;
}
#yt_spotlight1 .read-more {
  	padding: 10px 20px;
  	font-size: 15px;
  	background: #fff;
  	border-radius: 4px;
  	position: relative;
	overflow: hidden;
  	display: inline-block;
	min-height: 40px;
  	min-width: 100px;
}
.module.cus-res-min-jo .modcontent .main .item .read-more a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 2;
  line-height: 40px;
  color: #444;
}
.module.cus-res-min-jo .modcontent .main .item .read-more:hover {
  border-radius: 4px;
  background: #faaf40;
}
.module.cus-res-min-jo .modcontent .main .item .read-more:hover a {
  color: #fff;
}
.frontpage-responsive {
    display: none;
    background: #e9e9eb;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.frontpage-responsive .links-home a {
	display: block;
	width: 100%;
	background: url(images/bglinks.png) repeat center center #f9f8f4;
	border: 1px solid #ccc;
	border-radius: 16px;
	margin-bottom: 16px;
	padding: 15px 20px;
	position: relative;
	color: #43474d;
	font-size: 16px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.05);
}
.frontpage-responsive .links-home strong {
   	font-weight: 800;
   	white-space: nowrap;
}
.frontpage-responsive .links-home p {
    background-size: 50px auto !important;
    margin: 0;
    padding: 0 0 0 64px;
    min-height: 50px;
}
.frontpage-responsive .a4 p, .frontpage-responsive .a7 p {
    padding-top: 12px;
}

/** Calculadora **/
.calculadoras {
	font-size: 15px;
}
.calculadoras input[type="text"] {
	padding: 8px;
	margin-left: 10px;
	text-align: right;
	width: 140px;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-weight: normal;
}
.calculadoras input[type="radio"]:checked, .calculadoras  input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.calculadoras label {
	font-weight: normal;
	position: relative;
}
.calculadoras input[type="radio"]:not(:checked) + label {
	background: #E3E4E8; 
	color: #43474d; 
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 10px 12px; 
	font-size: 14px;
}
.calculadoras input[type="radio"]:checked + label  {
	background: #faaf40; 
	color: #fff; 
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 10px 12px; 
	font-size: 14px;
}
.calculadoras input[type="radio"]:checked + label:after {
	content: url(images/selected.png);
	bottom: -8px;
    content: url("images/selected.png");
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.calculadoras button { 
	background: #faaf40;
	border: 1px solid #e49b2e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 8px 30px;
}
.calculadoras button:hover, .calculadoras button:hover {
	background: #e4951f;
}
#mostrar {
	margin-top: 120px;
	text-align: center; 
}
.cuotamensual {
  font-size: 18px;
  font-weight: 600;
  color: #43474d;
}
.cuotaresultante {
    color: #F7A11A;
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 800;
}
.cuotaresultante em {
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: -3px;
}
.cuotamensual .nota {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
.calculadoras a.button {
    background: #faaf40;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 6px;
}
.calculadoras a.button:hover {
	background: #e7a036;
}
.calculadoras .padding-calculadora {
	padding: 10px 20px;
}
.video {
	position: relative;
	margin-bottom: 30px;
}
.video img.full {
	width: 100%;
}
.video a {
	position: absolute; 
	-webkit-display: flex; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0;
}
.video a img {
	width: 60px;
	opacity: 0.7;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.video a:hover img {
	width: 66px;
	opacity: 1;
}
#html5-watermark {
	display: none !important;
}
.noticia {
	margin-bottom: 30px;
}
.noticia .itemimagen {
	display: block;
	height: 260px;
	width: 100%;
}
.noticia .titulonoticia {
    color: #43474d;
    display: block;
    margin: 14px 0 10px 0;
    font-weight: bold;
    font-size: 16px;
}
.noticia a.txt_leermas {
    color: #43474d;
    font-weight: bold;
}
#yt_spotlight6 {
  background: #f5f5f5;
}
#yt_spotlight6 ul {
  padding: 0;
  margin: 0;
}
#yt_spotlight6 ul li.item-banner {
  display: inline-block;
  list-style: none;
  width: 20%;
  text-align: center;
  float: left;
}
#yt_spotlight6 ul li.item-banner a {
  opacity: 0.6;
}
#yt_spotlight6 ul li.item-banner a:hover {
  opacity: 1;
}
.footer-desktop {
	display:block;
}
.footer-mobile {
	padding-top: 20px;
	display: none;
	background: #5f5f61;
	color: #fff;
	text-align: center;
}
.footer-mobile .socials {
	margin-bottom: 20px;
}
.footer-mobile .socials a {
	display: inline-block;
	width: 52px;
	margin: 0 4px;
}
.footer-mobile .contacts {
	margin-bottom: 30px;
}
.footer-mobile .contacts p {
	margin: 4px 0;
	padding: 0;
}
.footer-mobile .contacts a {
	color: #fff;
}
.footer-mobile .contacts a .fa {
    color: #FAAF40;
    font-size: 17px;
    margin-right: 7px;
    display: inline-block !important;
}
.footer-desktop {
  padding: 30px 0;
  background: #43474d;
}
.footer-desktop h3 {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  position: relative;
  margin: 0 0 25px;
}
.footer-desktop h3:before {
  content: "";
  height: 2px;
  background: #faaf40;
  width: 85px;
  position: absolute;
  bottom: 0;
}
.footer-desktop .mod-contact-hexagon {
  padding-top: 75px;
  padding-bottom: 5px;
  background-image: url(images/title-mod.png);
  background-repeat: no-repeat;
  background-position: left top, left bottom;
}
.footer-desktop ul.contact-hexagon {
  padding: 0;
}
.footer-desktop ul.contact-hexagon li {
  list-style: none;
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 15px;
  color: #ccc;
  position: relative;
}
.footer-desktop ul.contact-hexagon li i {
  font-size: 18px;
  color: #faaf40;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-desktop ul.contact-hexagon li a {
  color: #ccc;
}
.footer-desktop ul.contact-hexagon li a:hover {
  color: #faaf40;
}
.footer-desktop .menu-categories h3 {
  margin: 0 0 25px;
}
.footer-desktop .menu-categories ul {
  padding: 0;
}
.footer-desktop .menu-categories ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
 .footer-desktop .menu-categories ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  font-size: 14px;
  color: #ccc;
}
.footer-desktop .menu-categories ul li a {
  color: #ccc;
}
.footer-desktop .menu-categories ul li a:hover {
  color: #faaf40;
}
.footer-desktop .menu-categories ul li:hover {
  transform: translateX(20px);
  transition: all 0.2s ease-in-out;
}
.footer-desktop .menu-categories ul li:hover a {
  color: #faaf40;
}
.footer-desktop .menu-categories ul li:hover:before {
  color: #faaf40;
}
.sellosb {
	padding-top: 10px;
}
.sellosb img {
	width: 100px;
}
#yt_footer {
  background: #23262d;
  padding: 42px 0px 52px 0;
  color: #999;
}
#yt_footer #copyright {
  color: #999;
  margin-top: 5px;
  text-align: right;
}
#yt_footer #copyright a {
	color: #FAAF40 !important;
}
.backtotop {
  background-color: #666;
  width: 45px;
  top: 325px;
  right: 0px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 300;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #fff;
}
.backtotop:hover,
.backtotop:focus {
  color: white;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
.backtotop i {
  font-size: 24px;
  margin: 0;
  display: block;
}

/*** PAGINAS ***/
#yt_breadcrumb {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
  background: url("images/breadcrumb.png") no-repeat 0 0;
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}

#yt_breadcrumb.prestamoshipotecarios {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
  background: url("/wp-content/uploads/2024/06/bread4.jpg") no-repeat 0 0;
  position: relative;
  color: #fff;
  margin-bottom: 30px;
	padding-top:50px;
	padding-bottom:320px;
}
#yt_breadcrumb h1 { 
  display: none;
}
#yt_breadcrumb a { 
  color: #fff; 
}
#yt_breadcrumb a:hover { 
  color: #faaf40; 
}
#yt_breadcrumb ul { 
  list-style-type: none; 
  text-align: right;
}
#yt_breadcrumb ul li { 
  display: inline-block; 
  padding-left: 3px; 
}
#yt_breadcrumb ul li:after { 
  content: "/"; margin-left: 5px; 
} 
#yt_breadcrumb ul li.last:after { 
  content: ""; 
  margin-left: 0; 
}
.titulo_pagina {
    color: #FAAF40;
    margin-bottom: 30px;
    font-size: 26px;
    text-transform: none;
}
.col-sm-4.hechos, .col-sm-6.hechos { 
  padding-top: 30px; 
  padding-bottom: 30px; 
}
.col-sm-4.hechos h4, .col-sm-6.hechos h4 { 
  padding-top: 10px; 
  padding-bottom: 10px; 
}
ul, ol {
    padding-left: 12px;
}
.banners-right {
  text-align: center;
}
.page-pasos h4 {
  color: #43464C;
  font-family: 'Gotham', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
}
.page-pasos .paso {
  border-bottom: 1px solid #ccc;
  padding-right: 15%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-pasos .paso::after {
  content: '';
  display: block;
  clear:both;
}
.page-pasos .img-paso {
  margin-right: 40px;
  float:left;
  display: flex;
  align-items: center;
  height: 227px;
}
.page-pasos .txt-paso {
  float: left;
  width: 600px;
  max-width: 100%;
  height: 227px;
  display: flex;
  align-items: center;
}
.page-pasos .txt-paso div {
  display: block;
}
.page-pasos .img-paso img {
  width: 360px;
}
.page-pasos a {
  color: #003399 !important;
}
.page-pasos ul {
  margin-left: 15px;
}
.seguros-page h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.seguros-page .col-sm-6 {
  padding-bottom: 50px;
}
.panel-group.requisitos .panel-heading {
    padding: 10px 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: #fff !important;
}
.panel-group.requisitos .panel-default {
    border: none !important;
} 
.panel-group.requisitos .panel-title > .small, 
.panel-group.requisitos .panel-title > .small > a, 
.panel-group.requisitos .panel-title > a, 
.panel-group.requisitos .panel-title > small, 
.panel-group.requisitos .panel-title > small > a {
    color: #FAAF40;
}
strong {
  font-weight: 600;
}
.totales, .inversiones_totales { 
  width: 100%;
  padding: 20px 0; 
  position: relative;
}
.totales #total span.amarillo, .inversiones_totales #inversiones_total span.amarillo {
  color: #FAAF40;
  font-size: 30px;
  font-weight: 800;
}
.totales #total span.moneda, .inversiones_totales #inversiones_total span.moneda {
  color: #FAAF40;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: -7px;
}
.totales #total h4, .inversiones_totales #inversiones_total h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.alert { 
  border-radius: 6px; 
  padding: 12px 15px; 
  color: #fff; 
  font-weight: normal; 
  background: #faaf40; 
  max-width: 90%; 
  margin-bottom: 24px; 
}
h2.page-module-title.titulo_pagina {  
  font-size: 24px; 
  color: #43474d; 
  font-weight: 500;  
  margin-bottom: 30px; 
  padding-bottom: 3px; 
  border-bottom: 1px solid #43474d; 
}
h2.page-module-title.titulo_pagina img {
    width: 45px;
    position: relative;
    top: -5px;
    margin-right: 8px;
}
.review {
    border: 1px solid #e0e0e0;
    padding: 20px 20px 10px 20px;
    text-align: center;
    min-height: 220px;
}
.review p {
  text-align: center;
  margin-top: 0; 
  padding-top: 0;
}
.review strong {
    font-weight: 700 !important;
    color: #111;
    font-size: 15px;
}
.review img {
    width: 133px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}
.owl2 .owl-nav, .owl2 .owl-dots {
  display: none !important;
}
.miform { 
  font-size: 14px; 
}
.miform input, .miform select, .miform textarea { 
  background: #fff;
  border: 1px solid #ccc; 
  border-radius: 0; 
  padding: 10px 15px; 
  margin-bottom: 12px; 
  width: 100%; 
  max-width: 100%; 
  font-size: 14px; 
} 
.miform input, .miform select { 
  height: 44px !important; 
} 
.miform input[type="submit"], .miform input[type="button"] {
    background: #FAAF40;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    padding: 12px 30px;
    border: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out;
    width: 200px;
    max-width: 100%;
}
.miform input[type="submit"]:hover, .miform input[type="button"]:hover { 
  background: #e7a036; 
  cursor: pointer; 
}   
.miform label { 
  font-weight: normal; 
  color: #666; 
  display: inline-block; 
  width: 150px; 
  vertical-align: top; 
  font-size: 14px;  
}
.miform span.required { 
  color: #cc0000; 
  font-size: 12px; 
  display: inline-block; 
  padding-left: 4px; 
}
.miform textarea { 
  height: 99px; 
}
body.page-id-1609 .main-contents {
    background-image: url(images/bgpagos.jpg) !important;
    background-color: #fff !important;
    background-position: left bottom: !important;
    background-repeat: no-repeat !important;
    background-size: 78% !important;
    padding-top: 30px;
    padding-bottom: 20px;
}
.pagepagosalinstante {
  text-align: center;
  padding-top: 30px;
  color: #1A191A;
  font-size: 18px;
}
.pagepagosalinstante h3 {
    font-size: 24px;
}
.pagepagosalinstante .botonpago {
  width: 240px;
  margin: 10px;
  display: inline-block;
  padding: 15px;
}
.pagepagosalinstante .botonpago {
  background: #fff;
  border: 1px solid #f7a11a;
}
.pagepagosalinstante .botonpago.active {
  background: #f7a11a;
  border: 1px solid #f7a11a;
}
.pagepagosalinstante .botonpago .img1 {
  display: block;
}
.pagepagosalinstante .botonpago .img2 {
  display: none;
}
.pagepagosalinstante .botonpago.active .img1 {
  display: none;
}
.pagepagosalinstante .botonpago.active .img2 {
  display: block;
}
.pagepagosalinstante .contenedor-select {
  width: 400px;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
.pagepagosalinstante .bootstrap-select .btn {
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #bbb !important;
    width: 100%;
    max-width: 100%;
    padding: 11px 15px;
    margin-bottom: 12px;
    box-shadow: none !important;
    height: 46px !important;
}
a.botongo {
    background: #f7a11a;
    border: 1px solid #f7a11a;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 11px 30px;
    text-align: center;
    font-size: 16px;
}
.botonpago1 {
  position: relative;
}
.popupboton1 {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: -160px;
    right: -160px;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.2 ease-in-out;
  -webkit-transition: opacity 0.2 ease-in-out;
  -moz-transition: opacity 0.2 ease-in-out;
  -o-transition: opacity 0.2 ease-in-out;
  z-index: 1000;
}
.botonpago1:hover .popupboton1 {
  display: block;
  opacity: 1;
}
.popupboton1::after {
    content: '';
    display: block;
    width: 100%;
    text-align: center;
    height: 17px;
    background: url(images/flecha.png) no-repeat center center;
    top: -17px;
    position: absolute;
    left: 0;
    right: 0;
}
.popupboton1 .height10 {
  display: block;
  height: 12px;
}
.popupboton1 p {
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-left:32px;
}
.popupboton1 p span {
    position: absolute;
    color: #fff;
    background: #F7A11A;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px; 
    font-weight: 300;
    left: 0;
}
.tabbable ul.nav.nav-tabs a { 
  font-weight: 600; 
}
.tabbable .tab-content { 
  padding-top: 20px; 
  padding-bottom: 20px; 
  min-height: 200px; 
}
.tabbable .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    background: none !important;
    min-height: 200px;
}
.tabbable #panel-1, .tabbable #panel-2, .tabbable #panel-3, .tabbable #panel-5, .tabbable #panel-6 {
    min-height: 200px;
}
.tabbable .panelvalores ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
.tabbable .panelvalores ul li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
  min-height: 100px;
  position: relative;
  line-height: 20px;
}
.tabbable .panelvalores ul li::after {
    content: '';
    width: 1px;
    height: 67px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 12px;
}
.tabbable .panelvalores ul li.last::after {
    content: none;
}
.consejo .panel-default > .panel-heading a {
  color: #FAAF40 !important;
  font-weight: 800;
}
.consejo .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom:0;
    padding-top: 0;
}
.consejo .panel-body {
    padding: 15px 0;
}
.consejo .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.consejo .panel-heading em {
  display: block;
  color: #555;
  font-weight: normal;
  font-size: 15px;
  margin-top: 3px;
}
.consejo .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 0;
}



.ejecutivo {
  margin: 22px 0 0 0;
}
.ejecutivo .photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  float: left;  
  border: 2px solid #f2f2f2;
}
.ejecutivo .text {
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  padding-left: 24px;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btn-group { 
  margin: 4px 0; 
  width: 100%; 
  float: none; 
  display: inline-block; 
  clear: both; 
  position: relative; 
  clear: both; 
}
.btn-group ul.dropdown-menu { 
  box-shadow: none !important; 
  position: relative; 
  width: 100% !important; 
  border: none !important; 
  padding: 0; 
}
.btn-group button.btn, .btn-group button.btn:hover { 
  display: inline-block; 
  width: 100% !important; 
  text-align: left; 
  background: transparent !important; 
  box-shadow: none; 
  border-left: none; 
  border-right: none; 
  border-top: none; 
  border-bottom: 1px solid #f0f0f0; 
  border-radius: 0; 
  color: #faaf40 !important; 
  font-weight: 600; 
}
.btn-group.open button.btn, .btn-group.open button.btn:hover { 
  display: inline-block; 
  width: 100% !important; 
  text-align: left; 
  background: transparent !important; 
  box-shadow: none; 
  border-left: none; 
  border-right: none; 
  border-top: none; 
  border-bottom: 1px solid #f0f0f0; 
  border-radius: 0; 
  color: #faaf40 !important; 
  font-weight: 600; 
}
.btn-group ul.dropdown-menu { 
  padding: 0; 
}
.btn-group ul.dropdown-menu a, .btn-group ul.dropdown-menu a:hover, 
.btn-group ul.dropdown-menu a:focus {
  white-space: inherit; 
  background: transparent;
}
.btn-group ul.dropdown-menu li, .btn-group ul.dropdown-menu li:hover, 
.btn-group ul.dropdown-menu li:focus {
  white-space: inherit; 
  background: transparent;
}
.ultimasnoticias .itemimagen { 
  width: 100%; 
  height: 320px; 
  position: relative; 
  margin-bottom: 7px; 
  display: block;
}
.ultimasnoticias .itemimagen a.btn_leermas { 
  opacity: 0; 
  display: inline-block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  width: 100%; 
  height: 100%; 
  transition: all 0.3s ease-in-out; 
  text-align: center; 
  background: rgba(0,0,0,0.4); 
}
.ultimasnoticias .itemimagen a.btn_leermas span { 
  display: inline-block; 
  background: #faaf40; 
  padding: 7px 24px; 
  border-radius: 6px; 
  color: #fff !important; 
  margin-top: 70px; 
}
ol.resultados_search { 
  color: #faaf40; 
  font-size: 15px; 
  font-weight: 600; 
}
ol.resultados_search li { 
  padding-top: 8px; 
  padding-bottom: 4px; 
  border-bottom: 1px solid #f0f0f0; 
}
ol.resultados_search a { 
  color: #444; 
  font-weight: normal !important; 
  text-decoration: none !important; 
  font-size: 15px; 
  padding-left: 8px;  
}
ol.resultados_search a:hover { 
  color: #faaf40 !important; 
}
ul.lista_faq { 
  list-style-type: none; 
  margin: 0 0 30px 0; 
  padding: 0; 
}
ul.lista_faq li { 
  padding: 6px 12px; 
  border-bottom: 1px solid #f0f0f0; 
}
ul.lista_faq li a { 
  font-weight: 600; 
  letter-spacing: 0.5px;
}
.tabbancos {
  margin-top: 30px;
}
.tabbancos .row {
  margin: 0;
  border-bottom:1px solid #f0f0f0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tabbancos .row:nth-child(2n) {
  background: #fafafa;
}
.consejos .btn-primary {
  margin-top: 12px;
}
.consejos h3 {
  font-size: 18px;
}
.bootstrap-select {
  width: 100% !important;
  max-width: 100% !important;
}
.bootstrap-select .btn {
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  width: 100%;
  max-width: 100%;
  padding: 8px 15px;
  margin-bottom: 12px;
  box-shadow: none !important;
  height: 40px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #faaf40;
    outline: 0;
}
.ui-widget-header {
    border: 1px solid #f7a11a;
    background: #f7a11a; 
    color: #43474d;
    font-weight: bold;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #faaf40 !important;
    border: 1px solid #faaf40 !important;
    color: #ffffff !important;
} 
input.uppercase {
  text-transform: uppercase;
}
::placeholder { 
  text-transform: none !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
}
.ui-timepicker-standard .ui-state-hover {
  background-color: #faaf40 !important;
  color: #fff !important;
  border: none !important;
}
.sidebarprestamo a {
  font-weight: bold;
  color: #999;
  display: block;
  font-size: 17px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 45px;
  min-height: 50px;
}
.sidebarprestamo a.activo {
  color: #faaf40;
}
.sidebarprestamo i {
  position: absolute;
  left: 0;
  top: -5px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-style: normal;
}
.sidebarprestamo a.activo .fa {
  border: 1px solid #faaf40;
}
label.labelsform {
  color: #faaf40;
  font-weight: 500;
  padding-top: 10px;
  width: auto !important;
}
.containerradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 8px;
    width: auto !important;
    margin-right: 30px;
}
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}
.containerradio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f4f4f4;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.containerradio input:checked ~ .checkmark {
  background-color: #faaf40;
}
.containerradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerradio input:checked ~ .checkmark:after {
  display: block;
}
.containerradio .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
label.error {
    color: #ff0000;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ff0000 !important;
    margin-top: -10px !important;
    margin-bottom: 15px;
}
.titulomegamenu {
  color: #43474d;
  font-weight: bold;
  display: block;
  height: 32px;
  font-size: 17px;
}
.contenidocalculadora {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}
@media(min-width: 991px) {
  .contenidocalculadora {
    padding: 15px 30px;
  }
}
.destacado a {
  padding: 20px;
  min-height: 254px;
}
.destacado .linea {
    height: 1px;
    width: 60px;
    background: #fff;
    margin: 0 auto 10px auto;
    display: block;
}
.destacado a {
  display: block;
  text-align: center;
  color: #fff;
  background: #faaf40;
  margin-bottom: 16px;
}
.row-destacados {
  margin: 0 -8px;
}
.row-destacados .col-sm-3 {
  padding: 0 8px;
}
.cuentaahorro {
  position: relative;
  padding-left: 100px;
}
.cuentaahorro img {
  position: absolute;
  left: 0;
  top: 0;
}
.comparativa {
  overflow-x: auto !important;
}
.comparativa table {
  min-width: 800px;
}
@media(max-width: 767px) {
  .comparativa {
    display: none;
  }
}

@media(max-width: 1200px) {
  .page-pasos .paso {
    padding-right: 0;
  }
  .page-pasos .img-paso {
    margin-right: 30px;
  }
  .page-pasos .img-paso img {
      width: 300px;
  }
}

@media(max-width: 991px) {
  .page-pasos .img-paso {
    margin-right: 0;
    float: none;
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
  }
  .page-pasos .img-paso img {
    max-width: 82%;
  }
  .page-pasos .txt-paso {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    align-items: inherit;
  }
  .tabbable .panelvalores ul li {
    width: 33.33%;
    margin-bottom: 32px;
  }
  .tabbable .panelvalores ul li::after {
      content: none;
  }
}


@media(max-width: 767px) {
	.carousel-home .slide-desktop {
		display: none !important;
	}
	.carousel-home .slide-responsive {
		display: block !important;
	}
	.novedades-responsive {
		display: block;
	}
	.clearphone {
		width: 100%;
		clear: both !important;
		display: block;
	}
	.frontpage-responsive {
	  	display: none;
	}
	.frontpage-desktop {
		display: block;
	}
  .intromotorcredito {
    background: #fff;
  }
  .descargaapp {
    margin-top: 30px;
  }
  .intromotorcredito .descargaapp img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 8px;
    max-width: 40%;
  }
	.carousel-home .owl-dots {
	    margin-top: -40px;
	    margin-bottom: 40px;
	}
	#yt_spotlight6 {
		display: none;
	}
	.footer-desktop {
		display: none;
	}
	.footer-mobile {
		display: block;
	}
	#yt_footer #copyright {
	  margin-top: 15px;
	  text-align: left;
	}
  #yt_breadcrumb ul { 
    text-align: left; 
    margin-top: 12px; 
    padding-left: 0; 
    margin-left: 0; 
  }
  .popupboton1 {
      left: -80px;
      right: -80px;
  }
  .ultimasnoticias a.txt_leermas { 
    display: inline-block; 
    margin-bottom: 24px; 
  }
  .noticia .imagen_principal img { 
    max-width: 100%; 
    float: none; 
    margin-right: 0; 
  }
  .module.banner-link ul li.item-banner {
      width: 100%;
  }
  	#yt_breadcrumb.prestamoshipotecarios {
  		background: url("images/gilip.jpg") no-repeat center center;
    	background-size: cover;
    	padding-bottom: 200px;
  	}
}



@media(max-width: 498px) {
	.botonesresponsive .botones {
	    padding: 18px 0px 12px 0;
	}
	.calculadoras input[type="text"] {
	    width: 124px;
	}
	.calculadoras .line1 {
		margin-top: 20px;
	}
	.full498 {
		float: none; 
		width: 100%;
	}
  .popupboton1 {
      left: -30px;
      right: -30px;
      font-size: 16px;
  }
  .tabbable .tab-content { 
    padding-top: 98px; 
    padding-bottom: 20px; 
    padding-left: 0; 
    background: url(images/bg-tabs.png) no-repeat center 12px; 
    min-height: auto; 
  }
  .miform label { 
    max-width: 90%; 
    width: 90%;  }
  .miform input, .miform select, .miform textarea { 
    max-width: 100%; 
    width: 100%; 
  }
  .miform input[type="submit"] { 
    margin-left: 0; 
  }
  div.captcha { 
    padding-left: 0; 
    margin-bottom: 15px; 
  }
  .tabbable #panel-1, .tabbable #panel-2, .tabbable #panel-3, .tabbable #panel-5, .tabbable #panel-6 {
    padding-left: 0;
      background: none;
    }
  .tabbable .panelvalores ul li {
    width: 50%;
  }
  .ejecutivo .photo {
    float: none;  
    margin: 0 auto;
    display: block;
    margin-bottom: 6px;
  }
  .ejecutivo .text {
    width: 100%;
    padding-left: 0;
    float: none;
    display: block;
  }
  .ejecutivo .nombre {
    text-align: center;
    margin-bottom: 8px !important;
  }
  .main-contents .col-xs-8, .main-contents .col-xs-4 { 
    width: 100%; 
  } 
  .main-contents .col-xs-4 p { 
    text-align: center !important; 
  }
  .main-contents .col-xs-4 .banner2 { 
    display: none; 
  }
}

@media(max-width: 1200px) {
  body {
    padding-top: 111px;
  }
  .botonesresponsive {
    display: block;
  }
}

#myModalCV .modal-dialog {
    width: 800px;
    max-width: 94%;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    -webkit-display: flex;
    display: flex;
    align-items: center;
}
#myModalCV .modal-dialog img {
  width: 100%;
}
#myModalCV .cerrarmodal {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  width: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  outline: none;
  background: #fff;
  padding: 0 7px;
  height: 30px;
  line-height: 30px;
}

.miform .subsidiarias .row {
  margin: 0 -5px;
}
.miform .subsidiarias .col-sm-3 {
  padding: 0 5px;
}
.miform .subsidiarias .col-sm-6 {
  padding: 0 5px;
}
.miform .subsidiarias input {
  padding-left: 5px;
  padding-right: 5px;
}

.legal table {
	width: 100%;
	margin-bottom: 30px;
}
.legal table td {
    border: 1px solid #ccc;
    padding: 5px;
}
.legal table td:nth-child(1) {
	width:10%;
}
@media(min-width: 991px) {
	table.tasasactivas {
		font-size:  17px;
		border:1px solid #CCCCCC;
	}
}
table.tasasactivas td, table.tasasactivas th {
	padding-top:  12px !important;
	padding-bottom:  12px !important;
}
.menu-mobile-footer h3 {
	color:  #fff;
}
.menu-mobile-footer ul {
	list-style-type:  none;
	margin:  0 0 30px 0;
	padding:  0;
}
.menu-mobile-footer ul a {
	color: #fff;
	display:  block;
	padding:  4px 0;
}
.galeriaadjudicado {
  margin-left: 0;
  margin-right: -2px;
  margin-top: 8px;
}
.galeriamin {
	display: inline-block;
	float: left;
	width: 93px;
	height: 60px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 99999;
	display: none;
}
.loading.visible {
	-webkit-display: flex;
	display: flex;
	align-items: center;
}
.content-loading {
	background: #fff;
	padding: 30px;
	width: 600px;
	max-width: 90%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}
.content-loading img {
	width: 90px;
}

/** Correcciones Ninja Forms **/
.nf-form-content label {
  font-size: inherit !important;
  line-height: 20px;
  font-weight: 600 !important;
}
.nf-form-content {
  padding: 5px 0 !important;
  max-width: 100% !important;
  margin-top: 20px !important;
}
.checkbox-wrap .nf-field-element label::before, .checkbox-wrap .nf-field-label label::before, .listcheckbox-wrap .nf-field-element label::before, .listcheckbox-wrap .nf-field-label label::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 18px !important;
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #FAAF40 !important;
  left: -29px !important;
}
.checkbox-container.label-right .field-wrap {
  display: block !important; 
}
.nf-field-container .nf-field-description {
  margin: 10px 0 0 0 !important;
}
.tabscalculadora {
	padding-left: 15px;
}
.tabscalculadora .tabcalc {
	display: inline-block;
	padding: 10px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	position: relative;
	top: 1px;
	background: #f0f0f0;
}
.tabscalculadora .tabcalc.activa {
	background: #fff;
}
.descargaapp {
	position: relative;
	padding-right: 176px;
	padding-left: 30px;
	padding-top: 15px;
}
.descargaapp::before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 20px;
	background: #f4f4f4;
}
.descargaapp img.qr {
	position: absolute;
	right: 0;
	top: 20px;
	width: 148px;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  background: #FAAF40 !important;
  border: 0;
  color: #fff !important;
  transition: all .5s;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover,  .nf-form-content input[type="submit"]:hover {
	background: #e7a036 !important;
	color: #fff !important;
}
.nf-before-form-content .nf-form-fields-required {
	display: none !important;
}
.ninja-forms-field {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  width: 100%;
  padding: 14px 10px;
}



@media(max-width: 498px) {
	.descargaapp::before {
		content: none;
	}
	.descargaapp {
		padding-right: 15px;
		padding-left: 15px;
	}
	.descargaapp img.qr {
		position: relative;
		right: inherit;
		top: inherit;
		width: 148px;
	}
	.intromotorcredito .descargaapp img {
	    margin-right: auto;
	    margin-left: auto;
	    display: block;
	    margin-bottom: 8px;
	    max-width: 78%;
 	}

}


.landingvalidacion {
	margin: 8px 0;
	position:relative;
}
.landingvalidacion .fondo {
	background:url(images/landingvalidacion.jpg) no-repeat center center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
}
.landingvalidacion .contenidovalidacion {
	padding-top: 60px;
	padding-bottom:60px;
	padding-left: 30px;
}
.contenidovalidacion h2 {
	font-weight:500;
}


.landingprocesofirma {
	margin: 8px 0;
	position:relative;
}
.landingprocesofirma .fondo {
	background:url(images/landingvalidacion2.jpg) no-repeat center center;
	background-size:cover;
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
}
.landingprocesofirma .contenidovalidacion {
	padding-top: 60px;
	padding-bottom:60px;
	padding-right: 30px;
}
.contenidovalidacion h2 {
	font-weight:500;
}




@media(max-width:767px) {
	.landingvalidacion .fondo {
		background:url(images/landingvalidacion.jpg) no-repeat center center;
		background-size:cover;
		position:relative;
		left:0;
		top:0;
		width:100%;
		height:200px;
	}
	.landingvalidacion .contenidovalidacion {
		padding-top: 50px;
		padding-bottom:50px;
		padding-left: 15px;
	}
	.landingprocesofirma .fondo {
		background:url(images/landingvalidacion2.jpg) no-repeat center center;
		background-size:cover;
		position:relative;
		left:0;
		top:0;
		width:100%;
		height:200px;
	}
	.landingprocesofirma .contenidovalidacion {
		padding-top: 50px;
		padding-bottom:50px;
		padding-right: 15px;
	}
}





/* Nuevo divisas menu */
.divisas .dropdown-menu {
  max-width: 320px;
}


.tontdestacado {
  position: relative;
  background: url(images/fondotont.png) no-repeat center center;
  background-size: cover;
  width: 282px;
  height: 282px;
  text-align: center;
  padding-left: 18px;
  padding-top: 18px;
  margin-bottom: 30px;
}
.tontdestacado a {
  display: block;
  width: 248px;
  height: 248px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
}
.tontdestacado a:hover {
	background: #fbaf41;
}
.tontdestacado a .noactivo {
	color:#43464d !important;
	padding-top:58px;
	padding-left: 10px;
	padding-right: 10px;
}
.tontdestacado a .activo {
  color: #fff !important;
  display: none;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
}
.tontdestacado a:hover .activo {
	display: block;
}
.tontdestacado a:hover .noactivo {
	display: none;
}
.tontdestacado a .linea {
  width: 40px;
  height: 1px;
  border-top: 1px solid #fff;
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}
.tontdestacado a h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
}

@media(max-width: 1200px) {
	.rowtontdestacados .col-sm-3 {
		float: none;
		width: 100%;
	}
	.tontdestacado {
  		margin-left: auto;
  		margin-right: auto;
	}
}


.contenidosorteo {
	margin-top: 20px;
	padding-top: 50px;
	border-top: 2px solid #111;
	background: url(images/fondosorteo.png) no-repeat center center;
	background-size: cover;
}
.subpunto {
	position: relative;
	padding-left: 40px;
}
.punto {
	position: relative;
	padding-top: 7px;
	margin-bottom: 15px;
	padding-left: 36px;
}
.punto > span {
	color: #F7A11A;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
}
.subpunto > span {
	color: #F7A11A;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.comoparticipar1 {
	padding-top: 20px;
	position: relative;
	padding-right: 50px;
	padding-bottom: 20px;
}
.comoparticipar2 {
	padding-top: 20px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 20px;
}
.comoparticipar1::after {
	content:'';
	display: block;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/flechasorteo.jpg) no-repeat center center;
	background-size: cover;
}
.comoparticipar1 h2, .comoparticipar2 h2 {
	color:#FAAF40 !important;
	font-weight: bold;
}

@media(max-width:767px) {
	.comoparticipar1::after {
		display: none;
	}
	.comoparticipar1, .comoparticipar2 {
		padding-top: 20px;
		position: relative;
		padding-right: 20px;
		padding-left: 20px;
	}
	.comoparticipar1 h2, .comoparticipar2 h2 {
		font-size: 26px;
	}
}