.tras_catastro{display:none;}
#formulario-filtrado .form-group{
  padding:10px 20px;
}
.bloques_formulario .form-group{
  padding:10px 20px;
}

.chatbot-iframe
{
    width: 300px;
    height: 580px;
    border: 0;
    position: fixed;
    bottom: 0;
    max-width: 400px;
    right: 20px;
    z-index: 999999999;
}


.chat-widget .widget-chatbody {
    padding-bottom: 30px;
}
.chat-widget .widget-chatbody {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
@media (min-width: 767px)
.form-control {font-size:0.8rem;}

@media (max-width: 767px)
.widget-chatbody {
    max-height: calc(100% - 150px);
    min-height: calc(100% - 150px);
}

.widget-chatbody {
    background-size: 35%;
    background-attachment: fixed;
    max-height: 70%;
    min-height: 70%;
    overflow-y: auto;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
#chatbot-iframe {
    height: 70px;
    position: fixed;
    bottom: 4px;
    right: 0px;
    width: 100%;
    z-index: 10000;
}
#footer_landing{
    background-color: #597080;
    color: #ffffff;
    float: left;
    width: 100%;
}
#footer_landing div .flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}
#footer_landing div .av_one_second {
    margin-left: 6%;
    width: 44%;
    margin-top: 40px;
}

#footer_landing a{color:#FFF;}
#footer_landing img{filter: brightness(1000%);width:160px;}