/*
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: 70px;
}
.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 > .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: 10px;
	padding-left: 10px;
}

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


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


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