/*
Theme Name: BANCOTUI
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #0C3048;
	--green: #086936;
	--black: #000000;
	--primary: #444444;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	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;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.green {
	color: var(--green);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-green {
	background: var(--green);
}
.bg-grey {
	background: #f0f0f0;
}

.transition, a.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: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	border-radius: 6px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--green);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	color: var(--black);
	font-weight: normal;
}


/**** HEADER ****/
.top {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
}
.top a {
	color: #fff;
}
.top .social {
	font-size: 19px;
}
.top .social a {
	margin-right: 7px;
	position: relative;
	top: 2px;
}
.top .text-right img {
	border: 1px solid #fff;
	border-radius: 6px;
	width: 89px;
}
.top .telefono {
	display: inline-block;
	margin-right: 15px;
}
.top .telefono, .top .email {
	display: inline-block;
	padding-top: 2px;
}
.top .telefono img, .top .email img {
	width: 20px;
	margin-right: 2px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d0d0d0;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
  height: 62px;
  margin-top: 4px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--primary);
	font-size: 16px;
	border: none;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Rubik', sans-serif;
	border-bottom: 2px solid transparent;
	padding: 32px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--green);
	border-bottom: 2px solid var(--green);
}
.navbar-default .navbar-nav li.abrircuenta a {
	background: var(--green) !important;
	color: #fff !important;
	border: none !important;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 6px;
	margin-top: 20px;
	font-size: 15px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--green);
	border-bottom: 2px solid var(--green);
}
.navbar-default .navbar-nav li {
	padding-right: 8px;
	padding-left: 8px;
}

.hero {
	color: var(--black);
	font-size: 50px;
	line-height: 72px;
	padding-top: 90px;
}
.hero span.big {
	font-size: 70px;
}
.hero .strong {
	font-weight: bold;
}
.hero .green {
	color: var(--green);
}
.hero span.biger {
	font-size: 90px;
}
.image-hero {
	padding-top: 50px;
}
.image-hero img, .imground {
	border-radius: 16px;
}
h1, .h1 {
	font-size: 50px;
}
.tag {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 6px;
	color: var(--green);
	background: #fff;
	border: 1px solid #e9e9e9;
}
.tag2 {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 6px;
	color: var(--green);
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
}
.ayudarte {
	padding-top: 20px;
}
h2, .h2 {
	font-size: 46px;
	font-weight: 600;
}
.serv-home {
	display: block;
	position: relative;
	padding-left: 65px;
	padding-top: 12px;
	min-height: 55px;
	margin-bottom: 15px;
}
.serv-home img {
	position: absolute;
	left: 0;
	top: 0;
	width: 47px;
}
.size18, .serv-home {
	font-size: 17px;
}
.img-servicios-home {
	padding-top: 30px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 260px;
	margin-bottom: 16px;
	border-radius: 12px;
}
h4 {
	font-weight: 600;
	line-height: 1.4em;
	font-size: 18px;
}
.owl1 {
	padding-top: 70px;
}
.owl1 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav {
	display: block !important;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    margin: 0 5px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    margin: 0 5px;
}
.noticia {
	margin-bottom: 30px;
}
.myrow {
	margin: 0 -10px;
}
.myrow .col-sm-3 {
	padding: 0 10px;
}
.faq-acordeon {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.faq-pregunta {
    background: var(--green);
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}
.faq-respuesta {
    display: none;
    padding: 20px;
    background: #fff;
}
.faq-item.activo .faq-respuesta {
    display: block;
}
.icono {
    transition: transform 0.3s ease;
    font-size: 20px;
}
footer {
	color: #fff;
	background: var(--green);
	padding-top: 36px;
	padding-bottom: 20px;
	font-size: 15px;
}
footer h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
footer .contactos {
	position: relative;
	padding-left: 32px;
}
footer .contactos img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
}
.redesfooter a {
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.redesfooter img {
	border: 1px solid #fff;
	border-radius: 6px;
}
.menufooter a {
	display: block;
	color: #fff;
	margin-bottom: 3px;
}
.developer a {
	color: #fff;
}
.logosfooter img {
	margin-right: 5px;
	height: 80px;
}
h3 {
	font-size: 34px;
	font-weight: 600;
	margin-top: 0;
	padding-top: 0;
}
.valores {
	margin-bottom: 40px;
}
.contrato {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	position: relative;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 137px;
}
.myrow .col-sm-6 {
	padding: 0 10px;
}
.contrato span {
	text-decoration: underline;
	color: var(--green);
	position: absolute;
	top: 12px;
	right: 50px;
}
.contrato img {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 22px;
}


@media(min-width: 767px) {
	.logosfooter, .developer {
		text-align: right;
	}
	.pright {
		padding-right: 30px;
	}
	.pleft {
		padding-left: 30px;
	}
	.cborde {
		border-right: 1px solid #ccc;
	}
}

.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cabproductos {
	background: url(images/cabproductos.jpg) no-repeat center center;
	background-size: cover;
}
.cabpropiedades {
	background: url(images/cabpropiedades.jpg) no-repeat center center;
	background-size: cover;
}
.cabcontacto {
	background: url(images/cabcontacto.jpg) no-repeat center center;
	background-size: cover;
}
.cab h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
}
.producto {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}
.producto h4 {
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 20px;
}
.producto img {
	width: 48px;
}
.producto a, .vermas {
	background: var(--green);
	color: #fff !important;
	display: inline-block;
	padding: 7px 15px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 8px;
}
.producto .contenidos {
	min-height: 150px;
}
.imgpropiedad {
	border-radius: 16px;
	display: block;
	height: 200px;
	margin-bottom: 12px;
}
.contenidoprop {
	min-height: 110px;
}
.propiedad {
	margin-bottom: 40px;
}
.formulario input {
	width: 100%;
	padding: 13px 15px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	background: #fff;
}
.formulario textarea {
	width: 100%;
	padding: 13px 15px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	height: 200px;
	background: #fff;
}
.bgcontacto {
	position: relative;
}
.bgcontacto .fondo {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #f0f0f0;
}
.oficina {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.oficina p {
	position: relative;
	padding-left: 25px;
}
.oficina p .fa {
	position: absolute;
	left: 0;
	color: var(--green);
	font-size: 18px;
	display: inline-block;
	width: 24px;
	text-align: center;
}
.oficina.borde {
	border-bottom: 1px solid #ccc;
}
.quotes {
	background: var(--green);
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	padding-left: 190px;
	padding-right: 100px;
	border-radius: 16px;
}
.quotes img {
	position: absolute;
	top: 25px;
	left: 90px;
}
.caja {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 20px;
}
.caja h4 {
	color: var(--green);
}
.caja p {
	min-height: 80px;
}
h4.h3 {
	font-size: 22px;
}
.caja .contactos {
	position: relative;
	padding-left: 30px;
	margin-bottom: 11px;
}
.caja .contactos .fa {
	color: var(--green);
	position: absolute;
	left: 0;
	font-size: 18px;
	display: inline-block;
	width: 28px;
	text-align: center;
}
.productodetalle table {
	margin: 0 0 15px 0;
	width: 500px;
	max-width: 100%;
}
.productodetalle table td {
	padding: 10px;
	border: 1px solid #ccc;
}
.menuproductos a {
	display: block;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
	padding-left: 49px;
	opacity: 0.8;
}
.menuproductos a img {
	position: absolute;
	left: 0;
	top: 8px;
	width: 38px;
	filter: grayscale(100%);
}
.menuproductos a.activo {
	color: var(--green);
	opacity: 1;
}
.menuproductos a.activo img {
	filter: grayscale(0);
}


.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--green) !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--green);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 16px !important;
	color: #555;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--green);
}
.equipo {
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid #e9e9e9;
	padding-top:15px;
	padding-left: 20px;
	padding-right: 20px;
}
.equipo .miembro {
	width: 300px;
	margin-bottom: 15px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.equipo h4 {
	margin: 0 0 8px 0;
}
.bg-gris {
	background: #e6e5e5;
	position: relative;
}
.bg-gris .fondo2 {
	background: #f5f5f5;
	position: absolute;
	left: 0;
	width: 42%;
	top: 0;
	height: 100%;
}
.meta {
	padding-top: 80px;
	padding-bottom: 40px;
}
.alcance {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media(min-width:767px) {
	.p0 {
		padding: 0;
	}
}
h4.h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.linktarifarios {
	text-decoration: underline;
	color: var(--green);
	margin-right: 14px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 15px;
}
.linktarifarios img {
	width: 18px;
	margin-right: 2px;
}
.separator {
	font-size: 24px;
	font-weight: 500;
	color: var(--black);
	margin: 20px 0 20px 0;
}
.form-control {
	height: 46px;
}
.chatbox {
	position: fixed;
	bottom: 12px;
	right: 12px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	z-index: 1000;
}
.chatbox img {
	width: 210px;
}

.panel-default {
  border-color: #fff;
  box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff !important;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: var(--green);
  border-color: #fff;
}



/** Calculadora **/
.calculadoras {
	font-size: 15px;
}
.calculadoras input[type="text"] {
  padding: 14px 13px 13px 54px;
  margin-left: 0;
  text-align: left;
  width: 540px;
  max-width: 100%;
  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: var(--green);
	color: #fff; 
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 10px 12px; 
	font-size: 14px;
}
.calculadoras input[type="radio"]:checked + label:after {
	bottom: -8px;
    content: url("images/selected.png");
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.calculadoras button { 
	background: var(--green);
	border: 1px solid var(--green);
	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: var(--green);
}
#mostrar {
	margin-top: 120px;
	text-align: center; 
}
.cuotamensual {
  font-weight: 500;
  color: #43474d;
}
.labels {
	font-weight: 500;
}
.cuotaresultante {
    color: var(--green);
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 700;
}
.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: var(--green);
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 6px;
    opacity: 0.85;
}
.calculadoras a.button:hover {
	background: var(--green);
	opacity: 1;
}
.calculadoras .padding-calculadora {
  padding: 10px 20px 10px 5px;
}
.divinput {
	position: relative;
}
.divinput span {
	position: absolute;
	left: 15px;
	top: 15px;
}
.noUi-handle {
  border: 1px solid var(--green) !important;
  border-radius: 3px;
  background: var(--green) !important;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px var(--green), 0 3px 6px -3px #BBB !important;
}

.containerrad {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff;
    height: 42px;
}
.containerrad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containerrad .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border:1px solid #4f98bc;
  color: #4f98bc;
}
.containerrad input:checked ~ .checkmark {
    background-color: #4f98bc;
    color:#fff;
}
.inversiones_totales {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.inversiones_totales #inversiones_total span.moneda {
  color: var(--green);
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: -7px;
}
.inversiones_totales #inversiones_total span.amarillo {
  color: var(--green);
  font-size: 30px;
  font-weight: 800;
}
.inversiones_totales h4 {
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
  color: #444;
}
.contenidossau h4 {
	color: var(--green);
	margin:  25px 0 14px 0;
}
.menusau {
	margin-bottom: 30px;
}
.menusau a {
	display: block;
	border-bottom: 1px solid #f4f4f4;
	color: #525252;
	padding: 12px 20px 12px 15px;
}
.menusau a.activo {
	background: var(--green);
	color: #fff;
	position: relative;
}
.menusau a.activo::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(images/gpz.png) no-repeat center center;
	background-size: cover;
	z-index: 10;
	position: absolute;
	right: -7px;
	top: 15px;
}
.contenidossau ul {
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
}
.contenidossau ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 6px;
}
.contenidossau ul li::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--green);
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 9px;
}
.contenidossau em {
	color: var(--green);
}


@media(max-width:1100px) {
	.navbar-default .navbar-nav li {
  		padding-right: 6px;
  		padding-left: 6px;
  	}
  	header .navbar-brand img {
  		height: 60px;
  		margin-top: 7px;
	}
	.hero span.big {
  		font-size: 48px;
	}
	.hero {
  		font-size: 34px;
  		line-height: 50px;
  	}
  	.hero span.biger {
  		font-size: 60px;
	}
}

@media(max-width:991px) {
	h1, .h1 {
  		font-size: 38px;
	}
	h2, .h2 {
  		font-size: 32px;
  	}
}


@media(max-width:767px) {
	.top .col-sm-8 {
		display: none;
	}
	header .navbar-brand img {
  		height: 60px;
  		margin-bottom: 10px;
  		margin-top: 4px;
	}
	.navbar-toggle {
  		margin-top: 12px;
  		margin-right: 0px;
  		border: none !important;
  		background: #fff !important;
  		color: var(--green);
  		font-size: 22px;
	}
	.navbar-default .navbar-nav li a {
  		padding: 12px 15px;
  		border-bottom: 1px solid #f0f0f0;
	}
	.hero {
  		padding-top: 30px;
	}
	.ayudarte {
  		padding-top: 0;
  		margin-top: -20px;
	}
	footer  .col-sm-5 {
		margin-top: 20px;
	}
	.bgcontacto .fondo {
		display: none;
	}
	.infocontacto {
		background: #f0f0f0;
	}
	.bg-gris .fondo2 {
		display: none;
	}
}


@media(max-width:498px) {
	.hero span.big {
    	font-size: 40px;
  	}
  	.hero span.biger {
    	font-size: 52px;
  	}
  	.hero {
    	font-size: 30px;
    	line-height: 42px;
  	}
  	.faqs .col-xs-6 {
  		float: none;
  		width: 100%;
  	}
  	h2, .h2 {
    	font-size: 28px;
  	}
  	h3 {
		font-size: 24px;
	}
	.equipo .miembro {
		width: 250px;
		height: 300px;
	}
}