@font-face {
    font-family: Futura Md Bt;
    src: url(../../aux/css/futura-md-bt/FuturaMediumBT.ttf);
}
body {
    font-family: Futura Md Bt;
}

.jumbotron {
    /*background-image: url("../imagenes/logotipoUGC.png");*/
    background-color: #6F7175;
    color: #FFFFFF;
    /*margin-bottom: 0;
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;*/
}
/* CHAT ----------*/

 .chat-widget{
     position:fixed;
     right:1.5%;
     bottom:0;
     height:0;
     max-height: 450px;
     width:100%;
     max-width: 350px;
     box-shadow:rgba(0,0,0,.2) 0 0 3px 1px;
     transition:all .5s ease;
     z-index:10000;
     border:solid 1px #bfb0a7
 }
 @media print{
     .chat-widget{
         display:none
     }
 }
 .chat-widget-closed{
     height:36px
 }
 .chat-widget-opened{
     height: 100%;
     max-height: 450px;
     background: white;
 }
 .chat-widget-button{
     color: #fff;
     cursor: pointer;
     width:100%;
     height:36px;
     padding:0 1em;
     background:#009640;
     border:0;
     font-size:100%;
     text-align: center;
     outline:0
 }
 .chat-widget-button:active, .chat-widget-button:hover, .chat-widget-button:active .chat-button-control, .chat-widget-button:hover .chat-button-control {
     background-color: #fff;
     color: #009640;
     cursor:pointer
 }
 .chat-button-label{
     padding-top:2px;
     display:inline-block
 }
 .chat-widget iframe {
     border:none;
     width:100%;
     height:100%;
 }
 .chat-widget iframe#chat-box {
     max-height:362px;
 }
 .chat-button-control{
     float:right;
     font-style:normal;
     font-size:140%;
     font-weight:400;
     color: #fff
 }
 .chat-widget-closed .chat-button-control{
     transform:rotate(45deg)
 }
 form .forms{
     color: #666;
     font-size: 0.9rem;
     padding: 0 10px 10px;
 }
 .form-groups { margin-bottom: 0.5rem; }
 form label .labels {
     display: inline-block;
     margin-bottom: .5rem;
     font-weight: bold;
 }
 form button {
     background-color: #009640;
     border: 1px solid transparent;
     border-radius: .2rem;
     color: #fff;
     display: inline-block;
     font-family: inherit;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     margin: 0;
     padding: .25rem .5rem;
     text-align: center;
     text-transform: none;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     vertical-align: middle;
     white-space: nowrap;
     width: 100%;
 }
 form .form-controls {
     border: 1px solid #ced4da;
     border-radius: .2rem;
     box-sizing: border-box;
     display: block;
     font-family: inherit;
     font-size: .875rem;
     line-height: 1.5;
     margin: 0;
     padding: .25rem .5rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     width: 100%;
 }
 form .form-controls:focus, form button:focus {
     border-color: #80bdff;
     outline: 0;
     box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
 }
 form .chat-form-message {
     font-size: 2rem;
     text-align: center;
 }