﻿.home_title {
    height: 350px;
    background-size:contain;
}


.destacados {
    position: relative;

}

.hfull {
    display: block;
    height: 230px;
    width: 100%;
    background-size: cover;
}


.destacadosTexto {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.destacadosTitulo {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.571428571rem;
}

.presentacion-block {
    background-color: #0C307F;
    color: white;
    z-index: 1;
    overflow-y: scroll;
    max-height: 525px;
}

.presentacion-Texto {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.presentacion-barrios-img {
    height: 200px;
}

.presentacion_img {
        height: 475px;
        position: relative;
        top: -520px;
        z-index: -1;
}

.hr_presentacion {
    width: 50%;
    float: left;
    border: 5px solid white;
}

.h500 {
    height: 450px;
}
.h550 {
    height: 550px;
}


.bg-imagem {
    background-color: #f8f9fa;
    background-position: 35% 48%;
    background-size: cover;
}
.search-home {
    max-width: 700px !important;

}

.trans-cabecera {
    background-color: rgba(240, 248, 255) !important;
    background-color: #ffffffd9 !important;
}
.btn-search-home {
    font-size: 1.34rem;
}
