

/* ==========================================
*
*  WIDGET
* 
* ======================================== */
.widget-mobile .cont-flex {
    display: flex;
    justify-content: space-between;
}
.widget-mobile .cont-flex .esq {
    display: flex;
    gap: 4px;
}
.widget-mobile .cont-flex .esq button.btn-agenda {
    border-radius: 4px;
    padding:13px 14px;
    border: none;
    background:#0091CD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
    display: flex;
    gap: 10px;
}
.widget-mobile .cont-flex .esq button.btn-ico {
    border-radius: 4px;
    padding:13px 14px;
    border: none;
    background:#65BFF1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
    display: flex;
    gap: 10px;
}
.widget-mobile .cont-flex .dir a {
    border-radius: 4px;
    padding:11px 10px;
    border: none;
    background:#333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
    display: flex;
    gap: 10px;
    text-decoration: none;
}


.widget-desk {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 900;
}
.widget-desk ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.widget-desk ul li a {
    border-radius: 4px;
    padding:12.5px 11px;
    border: none;
    background:#65BFF1;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.widget-desk ul li:last-child a {
    background:#333333;
}


.janela-lateral {
    position: fixed;
    right: -400px;
    bottom: 40px;
    z-index: 9000;
    transition: all 0.3s ease;
}
.janela-lateral .cont {
    width: 360px;
    height: 350px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background:#F2F2F2;
    padding:40px 25px 30px 25px;
    position: relative;
}
.janela-lateral .cont .closeJ {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background:#21A6E0;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    left: -40px;
}
.janela-lateral .cont .tit {
    display: flex;
    padding-right: 30px;
}
.janela-lateral .cont .tit .ico {
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 73px;
    padding-left: 30px;
}
.janela-lateral .cont .tit p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:17px;
    color: #333333;
}
.janela-lateral .cont .telefones {
    margin: 30px 0 0 0;
    text-align: center;
}
.janela-lateral .cont .telefones a {
    color:#333333;
    text-decoration: none;
}
.janela-lateral .cont form input {
    display: block;
    height: 38px;
    width: 100%;
    padding: 13px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
.janela-lateral .cont form select {
    display: block;
    height: 38px;
    width: 100%;
    padding: 5px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
.janela-lateral .cont form button {
    display: block;
    height: 38px;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background:#0891CD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
}






.janela-footer {
    position: fixed;    
    bottom: -462px;
    z-index: 1;
    transition: all 0.3s ease;
    width: 100%;
}
.janela-footer .cont {
    width: 100%;
    height: 422px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background:#F2F2F2;
    padding:40px 25px 30px 25px;
    position: relative;
}
.janela-footer .cont .closeJ {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background:#21A6E0;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40px;
    right: 40px;
}
.janela-footer .cont .tit {
    display: flex;
    padding-right: 30px;
}
.janela-footer .cont .tit .ico {
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 73px;
    padding-left: 30px;
}
.janela-footer .cont .tit p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:17px;
    color: #333333;
}
.janela-footer .cont .telefones {
    margin: 30px 0 0 0;
    text-align: center;
}
.janela-footer .cont .telefones a {
    color:#333333;
    text-decoration: none;
}
.janela-footer .cont form input {
    display: block;
    height: 38px;
    width: 100%;
    padding: 13px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
.janela-footer .cont form select {
    display: block;
    height: 38px;
    width: 100%;
    padding: 5px 12px;
    background-color: #ffffff;
    border: solid 1px #DEDEDF;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color:#333333;
    margin-bottom:9px;
}
.janela-footer .cont form button {
    display: block;
    height: 38px;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background:#0891CD;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:13px;
    color: #ffffff;
}



/* ================================================================= 
*
*  
*  RESPONSIVO
*
*
* ================================================================ */

@media only screen and (min-width: 320px) {
    .widget-mobile {
        position: fixed;
        bottom: 3px;
        z-index: 8000;
        width: 100%;
        display: block;
    }
    .widget-desk {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .widget-mobile {
        display: none;
    }
    .widget-desk {
        display: block;
    }
}




/* ==========================================
*
*  WIDGET
* 
* ======================================== */