
@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    padding: 0px;
    margin: 0px;
}
html{
    font-size: 15px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: .8em;
}

body{
    background-color: #EFF0F2;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4em;
    height: 100%;
    font-weight: 400 !important;
}
a{
    color: #000000;
}
a:hover{
    color: #000;
    text-decoration: none;
}

@media (min-width: 1200px){
    /*.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }*/
}



/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}

#menu-lateral{
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 360px;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9999 !important;
    background-color: #fffffff2;
}

#menu-lateral-fundo{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .71);
    opacity: 86%;
    z-index: 9000 !important;
}

#menu-lateral-fundo.open{
    display: block;
}

#menu-lateral.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#menu-lateral .conteudoMenuHeader{
    background: #fff;
    padding: 15px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #E2E2E2;
}
#menu-lateral .conteudoMenuHeader strong{
    display: block;
    color: #000;
}
#menu-lateral .conteudoMenuHeader .btn{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#menu-lateral .conteudoMenuHeader strong a{
    margin-left: 8px;
    display: inline-block;
    font-size: 1.2rem;
}

#menu-lateral .conteudoMenu{
    padding: 1rem 1rem;
    position: relative;
}
#menu-lateral .conteudoMenu .menu a{
    font-size: 1.27rem;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #141617;
}

#menu-lateral .fechar{
    position: absolute !important;
    top: 0px;
    right: 14px;
    font-size: 2em;
    padding: 4px;
    z-index: 3;
    color: #707070 !important;
    border: 0px !important
}
/* MENU LATERAL */


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

h1, .h1{
    font-size: 4.27rem;
}
h2, .h2{
    font-size: 2.4rem; /* title blocos*/
}
h3, .h3{
    font-size: 1.25rem;/* title empresas*/
}
h4, .h4{
    font-size: 1rem;;/* title oferts*/
}
h5, .h5{
    font-size: .87rem;/* title oferts*/
}

@media (max-width: 576px) {
    h1, .h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 1.8rem;
    }

}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
}

.btn{
    padding: 0.5rem 1.4rem;
}

.btn-link{
    color: #334155;
}
.btn-link:hover{
    color: #000;
    text-decoration: none;
}

small{
    font-size: 0.87rem;
}

.text-primary{
    color: #0062cc !important;
}
.btn-primary{
    background-color: #0062cc;
    border-color:#0062cc;
}
.btn-primary:hover{
    background-color: #0062cc;
}
.btn-outline-primary{
    border-color:#0062cc;
    color: #0062cc;
}
.btn-outline-primary:hover{
    background-color: #0062cc;
    border-color:#0062cc;
}



.avatar img{
    border-radius: 50%;
}


.datepicker td,
.datepicker th {
    width: 30px !important;
    height: 30px !important;
}


main{
    position: relative;
    z-index: 1;
}
.main-cadastro{
    min-height: 200px;
}
.main-cadastro:before{
    position: absolute;
    height: 200px;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #6348B5;
    content: ' ';
    z-index: -1;
}

footer{
    padding-top: 15px;
    padding-bottom: 15px;
}

p{
    font-size: 1rem;
}
.container-cadastro{
    max-width: 608px;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cadastro-title{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}
.cadastro-title h1{
    font-size: 1.4rem;
    font-weight: 600;
}
.cadastro-title a{
    color: #fff;
    font-size: 0.87rem;
}
.card-cadastro{
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-cadastro .card-body{
    padding: 40px 60px;
}
.card-cadastro strong{
    font-weight: 600;
}
@media(max-width: 576px){
    .card-cadastro .card-body{
        padding: 20px 30px;
    }
}
.card-cadastro h2{
    font-size: 1.1rem;
    font-weight: 600;
}

.form-control{
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    height: 47px;
    box-shadow: 2px 2px 2px #eee inset !important;
    padding: 0.375rem 1rem;
}
.form-group label{
    font-size: 0.87rem;
    margin-left: 8px;
    font-weight: 600;
}
 .custom-control-label{
    font-size: 1rem;
    padding-top: 2px;
}
.btn-cadastro{
    min-width: 269px;
    font-size: 1rem;
    font-weight: 600;
    height: 49px;
}

.cadastro-confirmar .form-control{
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700 !important;
    height: 64px;
}
.emailValidado{
    font-size: 1.1rem;
    font-weight: 400;
}



.modal-right {
    padding-right: 0 !important;

    z-index: 1060;

}
.modal-right .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 380px;

}
.modal-right .modal-dialog.modal-dialog-lg{
    max-width: 720px;
}


.modal-right .modal-content {
    min-height: 100%;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;

}
.modal-right .modal-header {
    /*flex: 0 0 120px; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media (max-width: 1439px) {
    .modal-right .modal-header {
        /* flex: 0 0 90px; */

    } }
@media (max-width: 1199px) {
    .modal-right .modal-header {
        /* flex: 0 0 80px; */} }
@media (max-width: 767px) {
    .modal-right .modal-header {
        /* flex: 0 0 70px;*/ } }
.modal-right .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0; }
.modal-right.modal.fade .modal-dialog {
    transform: translate(25%, 0); }
.modal-right.modal.show .modal-dialog {
    transform: translate(0, 0); }


/*.modal-backdrop:nth-of-type(even) {
   z-index: 1050 !important;
}*/





.dropdown-menu-head{
    width: 256px;
    border: 0 solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin-top: 13px;
    padding: 0px !important;
    border: 1px solid #eee;
    overflow: hidden;
}
.dropdown-menu-head .head{
    background-color: /*#f1f5f9*/ #fbfdff;
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
}
.dropdown-menu-head .head .avatar{
    margin-right: 1rem;
}
.dropdown-menu-head .head .avatar img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.dropdown-menu-head .head strong{
    color: #334155;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.dropdown-menu-head .head small{
    color: #94a3b8;
    font-size: .85rem;
    line-height: 1rem;
    font-weight: 300;
}

.dropdown-menu-head .body{
    background: #fff;
    padding: 0.5rem 0rem;
}
.dropdown-menu-head .body .dropdown-item2{
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #334155;
}
.dropdown-menu-head .body .dropdown-item2:hover{
    background: #efefef;
}
.dropdown-menu-head .body .dropdown-item2 strong{
    font-weight: 500;
    display: block;
}
.dropdown-menu-head .body .dropdown-item2 small{
    color: #b5bbc5;
    font-size: .85rem;
    display: block;
    line-height: 1.1em;

    font-weight: 300;
}
.dropdown-menu-head .body .dropdown-item2 i{
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-right: 1rem;
    border-radius: 8px;
    background-color: #ccc;
}
/*.dropdown-menu-head .body .dropdown-item2 .fa-user{ background: #ff9800 }
.dropdown-menu-head .body .dropdown-item2 .fa-comment{ background: #0ea5e9 }
.dropdown-menu-head .body .dropdown-item2 .fa-users{ background: #f000b9 }
.dropdown-menu-head .body .dropdown-item2 .fa-chart-bar{ background: #ff5724 }
.dropdown-menu-head .body .dropdown-item2 .fa-money-check-edit{ background: #ff5724 }
.dropdown-menu-head .body .dropdown-item2 .fa-cog{ background: #10b981 }
*/
.dropdown-menu-head .foot{
    background: #fff;
    padding: 0.5rem 1rem 1rem 1rem;
}





.modal-content-site .modal-header{
    padding-left: 30px;
    padding-right: 30px;
    border: 0px;
}
.modal-content-site .modal-footer{
    padding-left: 30px;
    padding-right: 30px;
    border: 0px;

}
.modal-content-site .modal-body{
    padding-left: 30px;
    padding-right: 30px;
}

.modal-content-site .modal-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f39c12!important;
}

.modal-content-site .modal-title-padrao {
    font-size: 1.13rem;
    font-weight: 600;
}


@media(max-width: 576px){
    .hidemin{
        display: none !important;
    }
}


.btn-sm-fide{
    font-size: 0.87rem !important;
}

.senha-campo{
    position:relative;
}
.senha-campo .exibesenha{
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 16px;
    color: #bbb;
}


.card-table{
    overflow: hidden;
}

.card-table .table th{
    border-top: 0px !important;
    color: #6c757d!important;
    font-size: 0.87rem;
    background: #fafafa;
    font-weight: 600 !important;
}
.card-table .table{
    border: 0px !important;
}
.card-table .btn-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.card-table .btn-icon:hover{
    background: #efefef;
}



.timeline{
    position: relative;
    list-style: none;
}
.timeline .timeline-item{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 12px;
    padding-left: 28px;
}
.timeline .timeline-item::before{
    position: absolute;
    content: '';
    top: 26px;
    left: 6px;
    background-color: #cbd5e1;
    width: 2px;
    height: calc(100% - 2rem);
}

.timeline .timeline-item::after{
    position: absolute;
    content: '';
    top: 3px;
    left: 0px;
    width: 12px;
    height: 12px;
    background-color: #cbd5e1;
    border-radius: 50%;
}
.timeline .timeline-item:first-child::after{
    background-color: #97680e  !important;
}
.timeline h4{
    font-weight: 600 !important;
}
.timeline small{
    font-size: 0.8rem;
}
.timeline p{
    margin-top: 8px;
    font-size: 0.93rem;
    margin-bottom: 0px;
}


.badge2{
    color: #fff;
    font-size: 0.87rem;
    font-weight: 500;
    padding: 6px 12px;
}

.medidas{
    color: #8C99A9;
    font-size: 0.87rem;
}
.medidas1{
    margin-right: 20px;
    margin-bottom: 15px;

}
.btn-group-pedidos{
    display: flex;
    flex-wrap: wrap;
}
.btn-group-pedidos .btn{
    margin-right: 8px;
    border-radius: 40px !important;
    font-size: 0.87rem;
    font-weight: 600;
    line-height: inherit !important;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    white-space: nowrap;
    border-color: #ddd;
    background: #ddd;
    color: #6c757d;
}


.navbar-nav .nav-item.active .nav-link{
    font-weight: 700;
}