body {
    background-color: #eeeeee;
    font-size: 14px;
    color: #495057;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
#print,
#print1,
#franja_mapa,
#encabezado_print{
    display: none !important;
}

.tabla_panel{
        color: #000000;
        font-size: 16px;
        font-family: 'helvetica', sans-serif;
}

.bg-6 {
    background: #f46036;
    color: #fff;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.alineado_derecha {
    text-align: right !important;
    padding-right: 15px;
    color: #f46036;
}
.btn-group-sm>.btn,
    .btn-sm {
        margin-top:5px;
        padding: 5px 5px;
        font-size: 10px;
        line-height: 1;
        border-radius: 3px;
    }
.etiqueta_derecha{
    text-align: right !important;
    padding-right: 15px;
}
.alineado_izquierda {
    text-align: left !important;
    padding-left: 15px;
    color: #f46036;
    font-family: 'Open Sans',sans-serif;

}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* and then whatever styles you want*/
}

.form-control {
    border: 0;
    border-bottom: 3px solid #520621;
    font-size: 16px;
    height: 45px;
    /*background: #fff;*/
    padding-right:  2px !important;
}
.form-control-1 {
    border: 0;
    border-bottom: 3px solid #520621;
    font-size: 16px;
    padding: 6px 12px;
    height: 45px;
    /*background: #fff;*/
    padding-right:  2px !important;
}

.form-control:focus {
    border-bottom: 2px solid #0fa3b1;
    
    box-shadow: none;
}
.espacio_form_control_home{
    padding-right : 4px !important;
    padding-left : 0px !important;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 10%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/top-arrow.png") no-repeat 0px 0px;
}


a,
a:hover,
a:active,
a:focus {
    color: #888888;
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.titulo4 {
    color: #fff !important;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
}

.titulo3 {
    color: #77ba99 !important;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
}
.titulo2 {
    color: #565554 !important;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
}
.titulo1 {
    color: #f46036;
    font-size: 32px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 40px;
}
.titulo {
    text-align: center;
    color: #f46036;
    font-size: 22px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.resultado {
    text-align: center;
    color: #f46036;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.resultado_txt {
    color: #565554 !important;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 40px;
}

.cod-ref {
    color: #f46036;
    font-size: 22px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.cod-ref-presentacion {
    color: #f46036;
    font-size: 35px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.cod-ref-presentacion1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    font-size: 35px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.cod_ref_1 {
    /*																						MONEDA Y PRECIO*/
    vertical-align: top;
    color: #f46036;
    font-size: 16px;
    font-family: 'Open Sans',
    sans-serif;
    font-weight: 700;
    text-align: right;
}

.cod_ref_2 {
    /*																						MONEDA Y PRECIO*/
    vertical-align: top;
    color: #f46036;
    font-size: 16px;
    font-family: 'Open Sans',
    sans-serif;
    font-weight: 400;
    text-align: right;
}

.precio_destacados {
    color: #0fa3b1;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Open Sans',
    sans-serif;
    font-weight: 400;
    height: 40px;
}
.texto-ficha{
    padding-left: 5px !important;
    padding-right:5px !important;
}
.texto-descripcion {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px;
    color:#4d4d4d;
    text-align: justify;
}
.recuadro {
    /* display: block; 
    position: relative;
    width: 100%;
    */
    margin-bottom: 20px !important;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
}
.recuadro_buscador {
    /* display: block; 
    position: relative;
    width: 100%;
    */
    margin-bottom: 20px !important;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    height: 375px !important;
}
.recuadro1 {
    /* display: block; 
    position: relative;
    width: 100%;
    */
    margin-bottom: 20px !important;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    color: #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    padding:10px !important;
}
.padding10{
    padding-top:10px;
}
.tooltip-inner {
    background-color: #f46036 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
    z-index: 1200;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f46036;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #f46036;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f46036;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #f46036;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
    margin-left: 3px;
}

.destacado{
    background-color: #f46036;
    color:#fff;
    text-align: right;
}
 
.fondo_iconos {
    /*background-color: #e6e6e6;
    color: #f46036;*/
    background-color: #0fa3b1 !important;
    color: #fff !important;
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 0px;
    margin: 0px;
    border-top: 1px solid #b6b6b6;
    line-height: 2.5rem;
    text-align: right;
}
.fondo_pie_aviso {
    background-color: #e6e6e6;
    color: #f46036;
    font-size: 2rem;
    padding-left: 10px;
    padding-right: 0px;
    margin: 0px;
    line-height: 2.5rem;
    text-align: right;

}
.operacion{
    
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    
}
.logo_align{
    text-align: right;
    padding-bottom:5px !important;
}

.img-logo {
    vertical-align: bottom !important;
    padding: 0px;
    margin: 0px;
    width: 120px;
    height: auto;
}
.img-logo_admin {
    vertical-align: bottom !important;
    padding: 0px;
    margin: 0px;
    width: 100px;
    height: auto;
}
.logo_semi_transp_buscador{
	position: absolute;
	background-image: url(../images/logo_semi_transp.png);
	background-repeat:no-repeat;
	width:100%;
	height: 100px;
	margin-top: 50px !important;
	margin-left:-50px !important;
	z-index: 2;
}
.row{
    padding: 0px;
    margin: 0px;
}
.descripcion{
    height: 150px;
}


.franja_buscador {
    position: absolute;
    /*background-image: url(../images/franja_oportunidad.png);*/
    top: 0px;
    left: 0px;
    z-index: 2;

}
.franja_posicion{
    position:relative;
}
.franja_mapa{
    position: absolute;
    bottom: 0px;
    height: 20px;
    left: 0px;
    z-index: 2000 !important;
}
.franja_ficha {
    position: absolute;
    /*background-image: url(../images/franja_oportunidad.png);*/
    top: 0px;
    left: 0px;
    z-index: 999;
}
.franja_ficha_presentacion {
    position: absolute;
    /*background-image: url(../images/franja_oportunidad.png);*/
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
.franja_destacado {
    position: absolute;
    /*background-image: url(../images/franja_oportunidad.png);*/
    bottom: -0px;
    right: -0px;
    z-index: 2;
}
.linea_inmueble_localidad{
    height: 50px;
    vertical-align: top;
}


.cuerpo_central{
    background-color: #ffffff !important;
}
.borde_lateral {
    border-left: 1px solid rgb(221, 221, 221);
}
.borde_inferior {

    border-bottom: 1px solid rgb(221, 221, 221);
}
.volver{
    text-align: right !important;
    padding-right:20px;
    padding-top:20px;
}
.div_center{
    text-align: center !important;
    align-content: center;
}

.item {
    display: block;
    width: 100%;
    height: 450px;
    /*background-image: url('https://placeholdit.imgix.net/~text?txtsize=33&txt=350×150&w=350&h=150');*/
    background-position: center;
    background-repeat: non-repeat;
    background-size: cover;
}

.carousel-inner>.item>img {
    
    object-fit: cover;
    /*height: 50vw;
    width: 100%;*/
    height: 100%;
    width: 100vw;
}
.map_container{
    margin:15px !important;
}
.google-maps{
    width: 100% !important;
    height: auto !important;
}
#map {
    height: 60%;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    color: #f46036;
    font-size: 2em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}
    #volver_1 {
        display: none;
    }

.franja_posicion {
    position: relative;
}

.franja_vendido {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    bottom: 0px;
    left: 0px;
}

.franja_suspendido {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    bottom: 0px;
    left: 0px;
}

.franja_alquilado {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    bottom: 0px;
    left: 0px;
}

.franja_reservado {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    bottom: 0px;
    left: 0px;
}

.franja_oportunidad {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    bottom: 0px;
    left: 0px;
}

.franja_imperdible {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    bottom: 0px;
    left: 0px;
}

.franja_venta {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    top: 0px;
    right: 0px;
    z-index: 100;
}

.franja_venta_alquiler {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    top: 0px;
    right: 0px;
    z-index: 100;
}

.franja_alquiler {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    top: 0px;
    right: 0px;
    z-index: 100;
}

.franja_temporario {
    position: absolute;
    /*background-image: url(../images/franja_imperdible.png);*/
    top: 0px;
    right: 0px;
    z-index: 100;
}

.franja_telefono_escritorio {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2000;
}

.franja_telefono_movil {
    position: absolute;
    width: 150px;
    top: 0px;
    right: 0px;
    z-index: 2000;
}
.franja_colegio_escritorio {
    position: absolute;
    width: 150px;

    bottom: 0px;
    right: 0px;
    z-index: 2000;
}

.franja_colegio_movil {
    position: absolute;
    width: 100px;
    bottom: 0px;
    right: 0px;
    z-index: 2000;
}
.franja_visible_movil {
    display: none !important;
}
.images_movil {
    display: none !important;
}

.images_escritorio {
    display: block !important;
}
.texto_empresa {
    font-size: 16px;
    color: #fff;
    text-align: justify !important;
    font-family: 'Open Sans',
    sans-serif;
}
.col-md-3,
.col-md-5,
.col-md-9,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.oculto1 {
    display: none;
}
.oculto2 {
    display: block;
}

@media (max-width: 767px) {

    .oculto {
        display: none;
    }
    .oculto1 {
        display: block;
    }
    .oculto2 {
        display: none;
    }

    .texto_empresa {
        font-size: 16px;
        color: #fff;
        padding: 0px;
        text-align: justify !important;
    font-family: 'Open Sans',
    sans-serif;
    }

    .images_movil {
        display: block !important;
    }

    .images_escritorio {
        display: none !important;
    }

    .franja_visible_movil {
        display: block !important;
    }

    .franja_visible_escritorio {
        display: none !important;
    }
    #volver_1{
        display: block;
    }
    .operacion {
        background-color: #0fa3b1 !important;
        color: #fff !important;
        font-size: 2rem;
        text-align: left;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400 !important;
    }
    .row {
        padding: 0px !important;
        margin:  0px !important;
    }
    .container {
        margin-left: 0px;
        margin-right: 0;
    }
    .descripcion {
        height: 120px;
    }
    h3 {
        font-size: 16px;
    }
    .destacado {
        font-size: 16px;
    }
    .fondo_iconos {
        font-size: 16px;
    }
    .titulo1 {
        padding-top: 50px;
    }
    .col-md-9,
    .col-xs-12 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 !important;
    }

    centrado {
        text-align: center !important;
    }
    .franja_buscador {
        position: absolute;
        /*background-image: url(../images/franja_oportunidad.png);*/
        bottom: -160px;
        left: -0px;
        z-index: 2;
    }
    ul{
        display: block;
        list-style-type: disc;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:10px;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
    }
    .recuadro {
        /* display: block; 
    position: relative;
    width: 100%;
    */
        margin-bottom: 20px !important;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
        color: #4d4d4d;
        font-family: 'Open Sans', sans-serif;
    }
    .recuadro_buscador {
        /* display: block; 
    position: relative;
    width: 100%;
    */
        margin-bottom: 20px !important;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
        color: #4d4d4d;
        font-family: 'Open Sans', sans-serif;
        height: 662px !important;
    }


}
@media print{
    .screen{
        display:none;
    }
    #menu,
    #screen,
    #resultado,
    #contenido,
    #ubicacion,
    #contacto,
    #footer {
        display: none !important;
    }
    #print,
    #print1,
    #encabezado_print {
        display: block !important;
    }
    #franja_mapa {
        display: block !important;
    }
    #franja_mapa_panel {
        display: none !important;
    }
    #map_canvas_panel{
        height:25% !important;
    }
    #map_canvas{
        height:25% !important;
    }
}