/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input {

    outline:none
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */



   @media (min-width: 992px) {
     .inner {
         width: 900px;
     }
   }



   .chatbot {
       position: fixed;
       left: 25px;
       bottom: 25px;
       z-index: 11;
   }

   .chatbot .avatar-chatbot {
    width: 60px;
    Height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-color: #FF0045;
    border: 4px solid #FF0045;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
    position: relative;
    cursor: pointer;
}

.chatbot .avatar-chatbot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FF0045;
    opacity: 0.2;
    transform: translate3d(0, 0, 0) scale(1);
    animation-name: userMarkerAnim;
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
    z-index: -1;
}
.chatbot .header-avatar {
    width: 65px;
    height: 65px;
    margin-right: 16px;
}
.chatbot .chatName h2 {
    font-family: 'Poppins-sb', sans-serif;
    font-size: 23px;
    color: #171754;
    letter-spacing: -0.92px;
    margin: 0;
}
.chatbot .chatName h3 {
    font-size: 14px;
    color: #535353;
    letter-spacing: -0.56px;
    margin: 0;
}
.chatbot .close-chat {
    padding: 10px;
    margin-left: auto;
    cursor: pointer;
    pointer-events: auto;
    width: 38px;
    height: 38px;
}
.chatbot .messages-chat img {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}
.chatbot .messages-chat p {
    background: #F5F5F9;
    border-radius: 10px;
    font-size: 16px;
    color: #535353;
    letter-spacing: -0.64px;
    line-height: 24px;
    padding: 12px 16px;
    margin: 0;
}

.chatbot .chat-content.active {
    display: block;
    animation: chat-in 0.5s cubic-bezier(0.42, 0, 0, 1.46) forwards;
}

.chatbot .chat-content {
    width: 363px;
    height: 479px;
    display: none;
    position: absolute;
    /* right: 0; */
    bottom: 80px;
    background: #FEFFFF;
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    transform-origin: bottom right;
}

.chatbot .header-chat {
    height: 105px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F5F5F9;
    padding: 0 24px;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #DBDBDB;
}

.chatbot .messages-chat {
    display: -webkit-flex;
    display: flex;
    padding: 32px 44px 72px 24px;
}

.chatbot .chatbot-link {
    background: #171754;
    border-radius: 68px;
    font-family: 'Poppins-sb', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.18px;
    height: 53px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 34px;
    text-transform: uppercase;
    transition: all linear 0.2s;
}

.easy-autocomplete input {
    box-shadow: none;
}

.easy-autocomplete-container {
    bottom: 30px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
}
.easy-autocomplete-container ul {
  background-color: #337ab7;
  color: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #c03a5f;
    cursor: pointer;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.tab-cidades.hidden {

}

.tab-cidades.active {
    display: block;
}

.tab-itens ul {
    list-style-type: none;
}

.tab-itens li {
    display: inline-block;
}

.tab-itens h3 {

}
