body {
	font-family: 'Montserrat', sans-serif;
}
figure img {
	width: 100%;
}

/**/
.navbar-nav .nav-item .nav-link {
	font-size: .9rem;
	font-weight: 700;
}
.titulo-slide {
	font-size: 48px;
	line-height: 48px;
	font-weight: 800;
}
.logo-banner {
	max-width: 250px;
}
.carousel-item {
	height: 95vh;
	min-height: 400px;
	max-height: 800px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sticky {
	transform: translateY(-50%);
}
.sticky .card {
	background-color: #f0f0f0!important;
}
.objetivos .card {
	background-color: #f5f5f5!important;
}
.sticky .card-title,
.objetivos .card-title {
	color: #47a13f;
    font-weight: 600;
}
.sticky .card-text,
.objetivos .card-text,
.corretaje .card-text {
	line-height: 1.2rem;
    font-size: .9rem;
}
.texto p {
	line-height: 1.2rem;
    font-size: .9rem;
    font-weight: 300;
}
.text-justify,
.text-justify p {
	text-align: justify;
}
.titulo {
	font-weight: 800;
}
.titulo span {
	display: block;
    line-height: 20px;
    font-weight: 400;
    color: #4aa742;
}
.objetivos .card img {
	max-width: 50px;
}
.objetivos .card-title {
	font-size: .9rem;
}
#navbar {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-shrink {
    background-color: rgb(0 0 0 / 60%)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#navbar.navbar-shrink .navbar-brand img {
	width: 180px;
}
.fondo–img {
	background: no-repeat center center; scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fondo–img .titulo,
.corretaje .titulo,
.equipo .titulo {
	display: inline-block;
	font-weight: 400;
}
.fondo–img .titulo span,
.corretaje .titulo span,
.equipo .titulo span {
	display: inline-block;
	font-weight: 800;
}
.fondo–img .texto p,
.corretaje .texto p,
.equipo .texto p {
	line-height: 1.2rem;
    font-size: .9rem;
}
.consultor-asesor .logo,
.gestor-inmobiliario .logo,
.producciones .logo {
	max-width: 350px;
}
.consultor-asesor .texto p strong {
	color: #01395e;
    font-style: italic;
}
.btn-color {
	font-weight: 600;
	color: #fff!important;
}
.btn-color i {
	font-size: 12px;
}
.btn-color:hover {
	background-color: #01395e!important;
	border-color: #01395e!important;
}
.consultor-asesor .btn-color {
	background-color: #01395e;
	border-color: #01395e;
}
.consultor-asesor .btn-color:hover {
	background-color: #4aa742!important;
	border-color: #4aa742!important;
}
.consultor-asesor .objetivos > div:not(:last-child) .card-body {
	padding-right: 2rem;
}
.consultor-asesor .objetivos > div:not(:last-child) .card-body::after {
	content: '';
	display: block;
	border-right: 1px solid #01395e;
	height: 95px;
	position: absolute;
	top: 0;
	right: 0;
}
.bg-gris,
body {
	background-color: #f5f5f5;
}
.gestor-inmobiliario .texto p strong {
	color: #aa1a2d;
    font-style: italic;
}
.gestor-inmobiliario h3,
.gestor-inmobiliario .texto p .text-big {
	color: #aa1a2d;
    font-weight: 600;
    font-size: 1.2rem;
}
.gestor-inmobiliario .gestor-img {
	max-width: 420px;
}
.corretaje .titulo,
.equipo .titulo {
	color: #000!important;
}
.corretaje .titulo span,
.equipo .titulo span {
	color: #aa1a2d;
}
.corretaje .card-body img,
.equipo .card-body img {
	max-width: 125px;
}
.corretaje .card-title,
.equipo .card-title {
	font-weight: 600;
	max-width: 140px;
    margin: auto;
}
.corretaje .card-text,
.equipo .card-text {
	font-size: .8rem!important;
}
.equipo .nombre {
	font-size: 1rem;
    color: #aa1a2d;
    font-weight: 600;
}
.equipo .card-text {
	font-style: italic;
}
.equipo .card-text {
	font-style: italic;
}
.equipo .figure {
    position: relative;
    background-color: #aa1a2d;
}
.equipo .figure img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.equipo .figure .descripcion {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 15px;
    height: 100%;
}
.equipo .figure:hover img {
    opacity: 0.2;
}
.equipo .figure:hover .descripcion {
    opacity: 1;
}
.equipo .figure .descripcion .centro {
	transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}
.equipo .figure .descripcion .centro p {
	font-size: .8rem;
    font-weight: 300;
}
.equipo .figure .descripcion .centro .social a {
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
.producciones .titulo {
	color: #ff8502;
    font-size: 1.1rem;
    font-weight: 600;
}
.producciones .btn {
	background-color: #ff8502;
	border-color: #ff8502;
}
.producciones .img1,
.producciones .img2 {
    width: 100%;
    height: 358px;
    object-fit: cover;
}
.producciones .img3 {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.contacto .titulo {
	color: #4aa742;
}
.contacto .cuadro {
	background-color: #4aa742;
	min-height: 200px;
}
.contacto .bg-datos {
	background-color: #072927;
}
.contacto .cuadro-fixed {
	background-color: #4aa742;
	position: absolute;
    transform: translate(-70%, -50%);
	height: 60px;
	width: 60px;
}
.datos-contacto p {
	font-size: .8rem;
}
.navbar-toggler {
    border-color: #eee;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 238, 238, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
footer {
	background-color: #282828;
}
footer .logo-footer {
	max-width: 270px;
}
footer .menu-footer ul {
    padding: 0;
    list-style: none;
}
footer .menu-footer ul li {
    display: inline-block;
}
footer .menu-footer ul li a {
    font-size: .8rem;
}
footer .social-footer a {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    font-size: 25px;
}
footer .dev p {
	font-size: .775em;
}
footer .dev p a {
	color: inherit;
	text-decoration: none;
}
#navbar .navbar-brand img{
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
#navbar.navbar-shrink {
    background-color: rgb(0 0 0 / 60%)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu.collapsing,
.menu.collapse.show {
	position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 100%;
    padding: 0px 15px;
    border-radius: 5px;
}
/*@media (min-width: 768px) {
	.container {
	    max-width: 950px!important;
	}
}
@media (min-width: 576px) {
	.container {
	    max-width: 660px;
	}
}*/

@media (max-width: 767px) {
	.contacto .cuadro {
		min-height: 95px;
	}
	.carousel-item {
		height: 95vh;
	}
	.sticky {
		transform: translateY(-15%);
	}
	#logo {
		max-width: 180px;
	}
}

/**/


.img-pro {
    width: 261px!important;
    height: 261px!important;
    object-fit: cover!important;
    object-position: center!important;
}
#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow: scroll;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}

/*CSS Icono Carro de Compras*/
.btn-carro{
    font-size: 1.4rem;
    padding-right: .1rem;
}
.btn-carro .badge {
	position: absolute;
	top: -1px;
	right: -9px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
    font-weight: 400;
    font-size: 10px;
    background-color: red;
	padding:0;
	color: #fff;
}
/*CSS Icono Carro de Compras*/

.banner-seccion{
	margin-top: 120px;
	height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption{
	bottom: inherit;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.texto-slide,
.texto-blanco{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.titulo-blanco{
	color: #fff;
	font-size: 42px;
	margin-bottom: 0;
	font-weight: 600;
}
.titulo-small-blanco{
	color: #fff;
	font-size: 21px;
	font-style: italic;
	margin-bottom: 0;
	font-weight: 400;
}
.titulo{
	color: #333;
	font-size: 1.9rem;
	margin-bottom: 0;
	font-weight: 600;
}
.titulo-italic{
	font-style: italic;
	color: #666;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 600;
}
.subtitulo{
	color: #333;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 400;
}
.texto{
	color: #666;
	font-size: 16px;
	font-weight: 300;
}
.texto-underline{
	border-bottom: 1px dashed #ccc;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
		margin: 0;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/

.productos .card img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.quantity {
	position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 42px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (max-width: 1024px) {

}
@media (max-width: 991px){
	
}
@media (max-width: 767px) {
	.titulo-slide{
		font-size: 28px;
		line-height: 28px;
		font-weight: 700;
	}
}
@media (max-width: 499px){
	#navbar .navbar-brand{
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}
}