/*!
 * Estilos GVIA
 * Alejandro Martinez
 * CloudSourceIT
 */

.navbar-brand{
    padding: 0 0 0 0
}

.tx-rojo{
    color:red!important;
}
#services {
    background: #be272d;
    color: #ffffff;
}
section {
    padding: 0;
}
section .asesor-lista {
    margin: 0;
    padding: 0;
}
section .asesor-item {
    color: #ffffff;
    display: block;
    margin: 2px 0px 2px 0px;

}

section .asesorevolving-item {
    color: #ffffff;
    display: block;
    margin: 5px 0 5px 0;

}

.asesor-datos {
    width: 100%;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.asesor-datos-texto {
    padding: 5px;
    font-size: .9em;
    color: #ffffff;
    z-index: 999;
}
.asesor-datos-bg {
    background: rgba(0,0,0,.5);
    z-index: 998;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*filter: alpha(opacity=50);*/
    /*-moz-opacity:0.5;*/
    /*-khtml-opacity: 0.5;*/
    /*opacity: 0.5;*/
}



section .asesor-foto {

}
section .asesor-texto {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 15px;
}
section .asesor-nombre {
    font-size: 1.2em;
    line-height: 1em;
    color: #be272d;
}
section .asesor-nombre small {
    color: #ffffff;
}
section#contacto_forma {
    background: #cccccc;
    /*color: #ffffff;*/
}
#nosotros {
    background: #dbdbdc;
    /*color: #ffffff;*/
}
.text-title {
    font-weight: bold;
    font-size: 2em;
}
.text-red {
    color: #be272d;
}
#portfolio {
    padding: 0;
}
#portfolio .portfolio-item {
    padding-left: 0;
    padding-right: 0;
}
footer h4 {
    text-transform: none;
    color: #be272d;

}
.bg-red {
    background: #be272d;
    color: #ffffff;
}
.input-group-addon-red {
    background: #be272d;
    border: #be272d;
    color: #ffffff;
}
section#contacto {
    padding: 0;
}
section#contacto .contacto-lista {
    margin: 0;
    padding: 0;
    border-bottom: solid #333 5px;
    height: 325px;
    overflow: hidden;
}
section#contacto .contacto-item {
    color: #ffffff;
    /*display: block;*/
    /*margin: 0;*/
    padding: 0;
}
section#contacto .contacto-foto {
}
section#contacto .contacto-texto {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 15px;
}
section#contacto .contacto-nombre {
    font-size: 1.2em;
    line-height: 1em;
    color: #be272d;
}
section#contacto .contacto-nombre small {
    color: #ffffff;
}
#map_canvas_mty,#map_canvas_df {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
}
section#propiedad {
    padding-bottom: 0;
    padding-top: 0px;
}

section#propiedad .propiedad_box {
    margin: 0;
    padding: 0;
}
section#propiedad .propiedad_box_item {
    height: 280px;
    background: #000000;
    overflow: hidden;
}
section#propiedad .propiedad_box_imagen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .9;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}
section#propiedad .propiedad_box_imagen:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
section#propiedad .propiedad_box_texto {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    color: #ffffff;
}
section#propiedad .propiedad_box_id,
section#propiedad .propiedad_box_colonia {
    text-shadow: 2px 2px 3px #333;
    font-size: 1.1em;
}
section#propiedad .propiedad_box_precio {
    text-shadow: 2px 2px 3px #999;
    /*font-weight: bold;*/
    font-size: 1.1em;
}


section#propiedad .propiedad_item {
    border-bottom: solid #333 1px;

    overflow: hidden;
}
section#propiedad .propiedad_imagen_box {
    overflow: hidden;
    height: 100%;
}
section#propiedad .propiedad_imagen {
    min-height: 100%;

}
section#propiedad .propiedad_detalles{
    display: block;
    position: relative;
    width: 350px;
    height: 90px;
    background-image: url('../img/detalles.png');
    font-weight: bold;
}
section#propiedad .propiedad_detalles .cuartos {
    position: absolute;
    bottom: 8px;
    left: 40px;
}
section#propiedad .propiedad_detalles .banos {
    position: absolute;
    bottom: 8px;
    left: 128px;
}
section#propiedad .propiedad_detalles .pisos {
    position: absolute;
    bottom: 8px;
    left: 215px;
}
section#propiedad .propiedad_detalles .cajones {
    position: absolute;
    bottom: 8px;
    left: 302px;
}
section#propiedad .propiedad_id {
    font-size: 1.4em;
    color: #be272d;
    font-weight: bold;
}
section#propiedad .propiedad_colonia {
    font-size: 2em;
    color: #be272d;
    font-weight: bold;
}
section#propiedad .propiedad_precio {
    font-size: 2em;
    color: #333;
    font-weight: bold;
}
#propiedad_galeria {
    padding: 0;
    background-color: #333;
    height: 400px;
    display: block;
    overflow: hidden;
}
#propiedad_galeria .carousel-inner {
    height: 400px;
}
#propiedad_galeria .item {
    width: 100%;
    height: 100%;
}
#propiedad_galeria .carousel-inner img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}
section#propiedad_asesor {
    background-color: #ddd;
    padding: 0 0 0 30px;
    border-bottom: solid #bf272d 5px;
}
section#propiedad_asesor .texto_titulo{
    font-size: 2em;
    font-weight: bold;
}
section#propiedad_asesor .texto_nombre{
    font-size: 3.5em;
    color: #ffffff;
    text-shadow: 3px 3px 5px #333;
    line-height: 1em;
}
section#propiedad_asesor .texto_nombre small{
    font-size: .6em;
    color: #333;
}
section#propiedad_contacto {
    padding: 30px;
    background-color: #bbb;
}
section#propiedades_forma {
    background: #be272d;
    color: #ffffff;
    margin-top: 100px;
    padding: 50px 0 50px;
}
section#propiedades_forma input,
section#propiedades_forma select{
    background-color: #aa0000;
    color: #ffffff;
    border: #aa0000;
}
section#propiedades_forma button{
    background-color: #333;
    color: #ffffff;
    /*border: #aa0000;*/
}
section.paginado {
    padding: 20px 0 20px;
    background-color: #CCCCCC;
    color: #333;
}
section#back_menu {
    padding: 100px 0 0 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    background: none;
    border: none;
    border-radius: 50%;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    /*border-top-left-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
    border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
    border-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffffff;
    background-color: #be272d;
    border-color: #be272d;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #be272d;
    border-color: #be272d;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    /*background-color: #fff;*/
    /*border-color: #ddd;*/
    background: none;
    border: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}