@import 'fuentes.css';
html{
    padding: 0;
    margin: 0;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255,255,255,.1);
    outline-color: #3a65cf;
}
html, section{
    overflow-x: hidden;
}
h1, h2, h3, h4, h5{
    font-family: 'CarbonBlock';
    text-transform: uppercase;
}
body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x:hidden;
    padding: 0;
    margin: 0;
}
body .body{
    flex: 1;
    padding: 0;
}

.subir{
    display: none;
    padding: 7px 10px;
    background-color: #2f2f2f;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#menu{
    background-color: #1076BB;
    transition: all 500ms ease;
}
#menu .redes-sociales-menu a{
    color: #fff;
}
#menu .redes-sociales-menu a img{
    width: 1.2em;
    transition: all 400ms ease;
}
#menu .redes-sociales-menu a img:hover{
    transform: scale(1.3);
}
#navbarNav ul li a{
    color : #fff;
    transition: all 500ms ease;
}
#navbarNav ul li a:hover{
    color: #00acee;
    transform: scale(1.05);
}
#navbarNav ul li.active a{
    color: #00acee;
}
.color-blanco{
    color:#fff !important;
}
.navbar-brand img{
    width: 150px;
}
.bg-light{
    background-color: #3A4B75 !important;
    color: #fff !important;
}
#buscador, #servicios{
    background-color: #25abe2;
}
#buscador form{
    padding: 1rem 0;
}
.separador{
    margin: 30px 0;
}
.titulo, #noticias .card-title{
    font-family: "CarbonBlock";
    color: #1076BB;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: .5em 0;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
#noticias .card-title {
    font-size: 22px;
    margin-bottom: 20px !important;
}
.titulo:before, .titulo::after, #noticias .card-title::before,#noticias .card-title::after {
    content: '';
    background: #dadada;
    height: 2px;
    position: absolute;
    width: 20%;
}
.titulo:before, #noticias .card-title::before{
    left:17%;
    top:0%;
}
.titulo::after, #noticias .card-title::after{
    right: 17%;
    bottom: 0%;  
}
.propiedades .card{
    margin: 8px 0;
    background-color: #e9e7e7;
}
.propiedades .card .card-title{
    font-family: "CarbonBlock";
    font-size: 2em;
    margin:0;
}
.propiedades ul li{
    background-color: #e9e7e7;
    border-color: #fff;
}
.overlay-img{
    overflow: hidden;
    position: relative;
    height: 200px;
}
.overlay-img img{
    height: 100%;
    object-fit: cover;
}
.overlay-efecto{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.overlay-efecto{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.contenedor-tarjeta:hover .overlay-img .overlay-efecto{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.agileinfo_grid {
	position: relative;
    text-align: center;
}

/* Common style */
.agileinfo_grid figure {
	position: relative;
	overflow: hidden;
}

.agileinfo_grid figure img {
	position: relative;
	display: block;
	width: 100%;
}

.agileinfo_grid figure figcaption {
	padding: 2em;
    color: #fff;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.agileinfo_grid figure figcaption::before,
.agileinfo_grid figure figcaption::after {
	pointer-events: none;
}

.agileinfo_grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
}

.agileinfo_grid figure h4 span {
	font-weight: 800;
    color:#a4dd25;
}

.agileinfo_grid figure h4,
.agileinfo_grid figure p {
	margin: 0;
}

.agileinfo_grid figure p {
	letter-spacing: 1px;
}
/***** Moses *****/
/*-----------------*/

figure.agileits_effect_moses{
	background: -webkit-linear-gradient(-45deg, #2f2f2f 0%,#e3f7b5 100%);
    background: linear-gradient(-45deg, #2f2f2f 0%,#e3f7b5 100%);
}

figure.agileits_effect_moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.agileits_effect_moses h4,
figure.agileits_effect_moses p {
	padding: 20px;
	width: 100%;
	height: 50%;
    border: 2px solid #fff;
    margin-top:9px;
}
figure.agileits_effect_moses h4 {
	padding: 10px;
    width: 60%;
    height: 50%;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.5em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}
figure.agileits_effect_moses p {
	float: right;
	padding: 8px;
	line-height:2em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}


figure.agileits_effect_moses:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.agileits_effect_moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.agileits_effect_moses:hover img {
	opacity: 0.6;
}

.icon-container .ico   {
    font-size: 20px !important;
    color: #fff;
}
.icon-container {
    border: 2px solid #fff;
    padding:7px;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aliados .owl-prev, #aliados .owl-next{
    display: none;
}
#servicios .color-blanco{
    font-size: 25px;
    font-family: 'CarbonBlock';
}
#servicios .contador{
    height: 100%;
}
#servicios .contador .col-6{
    padding : 10px
}
/* ************Pagina de servicios */
#servicios-descripcion .card{
    border: none;
}

#servicios-descripcion .card .icon{
    margin-top: 1.25em;
    background-color: #25abe2;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#servicios-descripcion .card .icon .icono{
    color: #fff !important;
    font-size: 2em;
}
#servicios-descripcion .card:hover .icon {
    border-radius: 50%;
    transition: all 400ms ease;
}
#servicios-descripcion .btn-primary{
    background-color: #25abe2;
    border-color: #25abe2;
}
#servicios-arriendo ol>li, #servicios-ventas ol>li, #servicios-avaluos ol>li{
    margin-top:20px;
}
#transacciones .overlay-img{
    background-color: #25abe2;
}
#iframe iframe{
    width: -webkit-fill-available;
    height: 195vh;
    overflow-y: hidden;
}
footer .azul-claro{
    border-top: 1px solid #fff;
    background: #4a86bd;
}
footer{
    background-color: #1076BB;
    color: #fff;
}
footer ul li{
    background: transparent !important;
    border-color: #fff !important;
}
footer a{
    color: #2f2f2f;
}
footer a:hover{
    color:#fff;
}
footer ul .correo{
    word-break: break-all;
}
footer ul li a{
    color: #fff;
}
footer ul li a:hover{
    color: #2f2f2f;
    text-decoration: underline;
}
#detalle h2{
    color: #1076BB;
}
#detalle .list-group-item {
    padding: .5rem 1.25rem !important;
}
#detalle iframe{
    width: 100%;
    height: 300px;
}
.redes-sociales ul{
    list-style: none;
    text-decoration: none;
    background-color: #fff;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 1px;
  }
  #detalle .redes-sociales i{
    font-size: 1.5rem !important;
  }
  #detalle .redes-sociales li a{
    list-style: none;
    text-decoration: none;
  }
  #detalle .redes-sociales .fa-facebook-square{
    color: #3b5998 ;
    font-size: 1.5rem !important;
  }
  #detalle .redes-sociales .fa-whatsapp{
    color: #25d366;
    font-size: 1.5rem !important;
  }
  .redes-sociales .fa-twitter{
    color: #00acee;
    font-size: 1.5rem !important;
  }
  #detalle .redes-sociales li .fa-facebook-square:hover, #detalle .redes-sociales .fa-twitter:hover, #detalle .redes-sociales .fa-whatsapp:hover {
    transform: scale(1.5);
  }
  #consignar-inmueble form{
      padding: 40px;
      border: 1px solid #dadada;
      border-top: none;
      border-bottom: none;
      border-right: none;
  }
  #contactanos form{
    padding: 40px;
    border: 1px solid #dadada;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  #contactanos h4{
      color: #1076BB;
  }
  #noticias .img-container{
        height: 170px;
  }
  #noticias .img-container img{
      height: 100%;
      object-fit: contain;
  }
/* Responsive */
@media (min-width: 576px) { 
    #noticias .img-container{
        height: 180px;
  }
}
@media (max-width: 576px) { 
    #noticias .img-container{
        height: 180px;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #noticias .img-container{
        height: 200px;
    }
    .borde-detalle-inmueble{
        padding: 20px 0;
        border-top: 1px solid #e9e7e7;
        margin-top: 50px;
    }
    .borde-detalle-inmueble div:last-child{
        border-left: 1px solid #dadada;
    }
    .subir{
        padding: 10px 15px;
    }
    .navbar-brand img{
        width: 200px;
    }
    
    .icon-container {
        border: 2px solid #fff;
        padding:7px;
        width: 65px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-container .ico   {
        font-size: 40px !important;
        color: #fff;
    }
    .agileits_effect_moses{
        height: 300px;
    }
    .agileits_effect_moses img{
        height: 100%;
        object-fit: cover;
    }
    #iframe iframe{
        height: 140vh;
    }
    .hero .row{
        height: 400px;
    }
    .hero img{
        height: 100%;
        width: 100%;
    }
    figure{
        margin: 0 0 0;
    }
    .separador{
        margin: 100px 0;
        margin-top:30px;
    }
    footer ul{
        flex-direction: row !important;
    }
    footer ul li{
        border:none !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #noticias .img-container{
        height: 220px;
    }
    #hero img{
        height: 65vh;
    }
    .agileits_effect_moses{
        height: 550px;
    }
    #iframe iframe{
        height: 110vh;
    }
    figure.agileits_effect_moses h4 {
        padding: 20px;
        width: 50%;
        height: 50%;
        text-align: right;
        font-size: 2.2em;
        line-height: 1.5em;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(10px,10px,0);
        transform: translate3d(10px,10px,0);
    }
    figure.agileits_effect_moses h4,
    figure.agileits_effect_moses p {
        padding: 20px;
        width: 50%;
        height: 50%;
        border: 2px solid #fff;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #noticias .img-container{
        height: 230px;
    }
    .contenedor-tarjeta .overlay-img{
        height: 230px;
    }
  }

  @media (min-width: 1400px) {
    #noticias .img-container{
        height: 260px;
    }
    .contenedor-tarjeta .overlay-img{
        height: 260px;
    }
  }
  @media (min-width: 1800px) {
    #noticias .img-container{
        height: 280px;
    }
    .contenedor-tarjeta .overlay-img{
        height: 300px;
    }
  }
  @media (min-width: 1800px) {
    #noticias .img-container{
        height: 320px;
    }
    .contenedor-tarjeta .overlay-img{
        height: 400px;
    }
  }

  @media (min-width: 2200px) {
    #noticias .img-container{
        height: 320px;
    }
    .contenedor-tarjeta .overlay-img{
        height: 420px;
    }
  }