@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf);
} 
:root{
    --turn: 0; 
    --color-negative: #E54545;
    --color-warning: #FF8800;
    --color-informational: #7499F9;
    --color-successful: #0F9918;
    --color-primary: #FFCA1A;
    --color-primary-dark: #D2A91E;
    --color-primary-light: #ffde70;
    --color-secundary: #7A5AF8;
    --color-secundary-dark: #201452;
}
.h4, h4 {
    font-size: 1.3rem;
}
#form-login .logotipo{
    width: 75%; 
} 
.article-select-empresas .btn{
    height: 95px;
    box-sizing: border-box;
}
.icon-menu.collapsed{ 
    background-image: url('../images/open.svg'); 
} 
.icon-menu{
    width: 50px;
    height: 50px;
    background-image: url('../images/close.svg');
    background-repeat: no-repeat
}

#header-menu-3{
    grid-template-columns: 30% 20% 50%;
}
#header-menu-admin{
    grid-template-columns: 20% 20% 60%;
}
#header-menu-cliente{
    grid-template-columns: 20% 20% 20% 40%;;
}
#section-perfil{
    bottom: -60%;
    left: 1%;
}
#box-icon-tante{
    width: 14%;
}
.element-menu{
    height: 850px;
}
body{
    background-color: #F5F6F8;
}
/* menu */
#menu-header{
    height: 80px!important;
    position: sticky;
    top: 0;
    z-index: 1500;
}
.width-content{
    width: fit-content;
}
.shadow-padrao{ 
    box-shadow: 0px 0px 24px 0px #0000000F;
} 
.logotipo{
    height: 70px;
}
h1,h2,h3{
    color: #6D6E71!important;
    font-family: 'Poppins', sans-serif!important; 
}
h1, h2{
    font-size: 24px; 
    font-weight: 600;
}
h3{
    font-size: 24px; 
    font-weight: 400;
}
body,p{ 
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 14px;
}
select, .btn, input[type=button], input[type=month]{
    text-transform: capitalize;
}
.font-site-12{
    font-size: 12px;
}
.font-site-13{
    font-size: 13px;
}
.font-site-16{
    font-size: 16px;
}
.font-site-40{
    font-size: 40px;
}
.font-weight-400{
    font-weight: 400;
}
.text-secondary{
    font-size: 14px!important;
    color: #6D6E71!important;
}  
.btn{
    color: white;
}
.btn-secundary{
    background: var(--color-secundary);
    color: white;
}
.btn-secundary:hover, .btn-secundary:active{
    background: var(--color-secundary)!important; 
    color: white!important; 
    font-weight: 600;
}
.btn-primary{
    background: var(--color-primary)!important;
    color: white;
    border: 0;
}
.btn-primary:hover, .btn-primary:active{
    background: var(--color-primary-dark)!important; 
    font-weight: 600;
}
.btn-info{
    background: #20B3ED!important;
}
.btn-excluir-img{
    background: #f7685b;
    color: white; 
    border-radius: 50%;
    height: 29px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 20px;
} 
.bg-primary {
    background: #ffca1a!important;
}
.bg-red{
    background: #F7685B!important;
}
.bg-orange{
    background: #FF5630!important;
}
.bg-light-orange {
    background: #f67d62 !important;
}
.bg-success{
    background: #38CB89!important;
}
.btn-success{
    background: #2ED47A!important; 
}
.btn-success:hover{
    color:#000;
}
.bg-success{
    background: #38CB89!important;
}
.bg-gray{
    background: #c6c6c6;
}
.btn-success, .btn.btn-success:disabled{
    background: #2ED47A!important;
} 
.btn-status-atividade-aprovado:has(input:checked) span img{
    opacity: 1!important;
}
.color-primary{
    color: var(--color-primary)!important;
} 
.color-green{
    color: #2ED47A!important;
} 
.color-blue{
    color: #20B3ED!important;
} 
.text-warning{
    font-size: 14px; 
    color: #FFCA1A!important;
}
.font-size-18{
    font-size: 18px;
}
.color-text-gray{
    color: #707683;
}
/* .btn-confirm-image:has(input[type=checkbox])  */
.btn-confirm-with-check .img{ 
    width: 0px;
}
.btn-confirm-with-check:has(input[type=checkbox]:checked) .img{ 
    width: 24px;
    content: url(../images/its-check.svg);
}
.btn-warning, .btn-checkbox-extra{ 
    background: #FFCA1A!important;
} 
.btn-checkbox-extra:has(input:checked){ 
    /* background: #ffca1a94!important; */
    /* color: rgb(85, 85, 85); */
    color: #000000;
    font-weight: 600;
} 
.btn-checkbox-extra:not(:has(input:checked)){ 
    background: #ffca1a94!important;
    color: rgb(85, 85, 85); 
    font-weight: 100;
} 
.check-blue{
    height: 20px;
    border-radius: 50%;
    width: 20px;
    /* background: #20B3ED; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.check-grey{
    height: 25px;
    border-radius: 50%;
    width: 25px;
    /* background: #b4b4b4; */
    background: url(../images/wait.svg); 
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.transform-180{
    transform: rotate(180deg);
}
.box-preview-img figure img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.select-figure{
    position: absolute;
    padding: 4%;
    left: 0;
    bottom: 4%;
    width: 50%; 
}
.transition-all-3{ 
    transition: all .3s;  
}
ul[aria-labelledby="btn-alert-menu"]{
    min-width: 200px;
}
ul[aria-labelledby="btn-alert-menu"] .btn-check-visto{
    border-radius: 55%;
    background: red;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
}
ul.dropdown-menu li:hover{
    background-color: #f8f9fa;
}
#bell-alert.moving-alert{
    content:url("../images/bell-alert.svg");
}
button#btn-alert-menu.dropdown-toggle::after {
    content: '';
}
.moving-alert{ 
    transform: rotate(45deg);  
    animation: movingalert 1s ease-out infinite; 

}
@keyframes movingalert{
    0%{
        transform: rotate(45deg); 
    } 
    40%{
        transform: rotate(-70deg); 
    } 
    100%{
        transform: rotate(45deg); 
    }
}
.box-collpaso-extranet{
    height: 0;
    overflow: hidden;
    transition: all .3s;
    padding: 0; 
}
.box-collpaso-extranet.show{
    height: fit-content;
    overflow: hidden;
    transition: all .3s;
    padding: 1rem; 
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border: 0!important;
}
.accordion-button:not(.collapsed) {
    color: initial!important;
}
.accordion-button:focus { 
    box-shadow: unset!important;
}
#planejamento-acompanhamento .check-blue:has(input[type=checkbox]:checked)::before { 
    margin: auto;
    display: block;
    content: '';
    height: 12px;
    border-radius: 50%;
    width: 12px;
    background: #ffffff; 
}
.section-aprovation-client label:not(:has(input:checked)) {
    opacity: 0.7;
}
/* ampliar imagem */
.ampliar-img{
    position: relative;
    cursor: zoom-in;
}
.ampliar-img::after{
    position: absolute;
    content: url(../images/lupa.svg);
    width: 30px;
    height: 30px;
    top: 2%; 
    right: 2%;
    background: #ffca1a;
    padding: 5px; 
    opacity: .7;
    align-self: center;
    border-radius: 20px;
}
.ampliar-img:hover::after{ 
    opacity: 1; 
}
/* ampliar imagem */
#planejamento-acompanhamento.aprovando .select-item { 
    transition: all .3s;
    left: 20px; 
}  
#planejamento-acompanhamento.aprovando .select-items{ 
    transition: all .3s;
    left: 0px; 
}  
#planejamento-acompanhamento .p-aprovation , 
#planejamento-acompanhamento .p-header-aprovation { 
    transition: all .3s;
    padding-left: 0;
}
/* #planejamento-acompanhamento.aprovando .p-aprovation,
#planejamento-acompanhamento.aprovando .p-header-aprovation {
    padding-left: 40px; 
} */
#planejamento-acompanhamento section div:has(> button.select-items) { 
    padding-left: 50px;
}
#planejamento-acompanhamento.show-box-textarea .box-line:has(input[type=checkbox]:checked) .box-textarea,
#planejamento-acompanhamento.show-box-observacao .box-line:has(input[type=checkbox]:checked) .box-observacao{
    height: fit-content;
    padding: 1rem 1rem 1rem 2.5rem;
    transition: all .3s linear;
} 
    
#planejamento-acompanhamento .box-textarea,
#planejamento-acompanhamento .box-observacao {
    height: 0;
    overflow: hidden;
    padding: 0 1rem 0 2.5rem;
    transition: all .3s linear;
}   
#planejamento-acompanhamento.show-box-textarea .box-line:has(input[type=checkbox]:checked),
#planejamento-acompanhamento.show-box-observacao .box-line:has(input[type=checkbox]:checked) {
    transition: all .2s linear;
    border: 1px solid grey; 
} 
.its-ok{
    content: url(../images/its-ok.svg); 
}
.master-check{
    content: url(../images/master-check.svg); 
}
.no-textarea-resize{
    resize: none;
} 
.box-area-editaval,.box-area-editaval-legenda_arte{
    height: 170px;
    max-height: 170px;
}
.btn[disabled],.btn[disabled]:hover{
    background: #F5F6F8!important;
    border: inherit;
    cursor: default;
}
.btn[disabled],.btn[disabled]:hover{
    background: #F5F6F8!important;
    border: inherit;
    cursor: default;
}
.btn-danger{
    background: #F7685B!important;
}
.btn-light{ 
    color: #FFB946!important;
    border: 1px solid #FFB946!important;
}
.btn-square{
    width: 46px;
    height: 46px;
}
th.bg-primary, tr.bg-primary, thead.bg-primary{
    border: 1px solid  #FFB946!important;
}
#form-resgate .div-senha button.key{
    content:url(../images/passwords.svg); 
    position:absolute; 
    top: 20%;
    right:0; 
}
.text-grey{ 
    color: #4E5D78!important;
    /* color: #6D6E71!important; */
} 
.text-cuol{ 
    color: #323B4B!important; 
} 
button{
    font-family: 'Poppins', sans-serif!important; 
} 
.text-secondary{
    font-size: 16px!important;
    color: #8A94A6!important;
    /* color: #6D6E71!important; */
} 
#dropMenuPerfil::after {
    float: right;
}
#dropMenuPerfil::before {
    width: 10%;
}
#migalha ul li, #migalha a{
    width: fit-content;
    font-size: 14px;
}

input::-webkit-input-placeholder{
    color: #C1C7D0!important;
}
input::-moz-placeholder{
    color: #C1C7D0!important;
}
input:-ms-input-placeholder{
    color: #C1C7D0!important;
}
input:-moz-placeholder {
    color: #C1C7D0!important; 
} 
select, select option, input[type='date'] {
    color: #C1C7D0!important; 
}
textarea::-webkit-input-placeholder{
    color: #C1C7D0!important;
}
textarea::-moz-placeholder{
    color: #C1C7D0!important;
}
textarea:-ms-input-placeholder{
    color: #C1C7D0!important; 
}
textarea:-moz-placeholder {
    color: #C1C7D0!important; 
}
/* #menu-empresas { 
    top: 15px;
    z-index: 999;
    right: 17.666667%;
    height: 80vh; 
    margin-bottom: 145px !important;
} 
    
#menu-empresas form{
    width: 100%;
    height: 100%;
    overflow: hidden auto;
}*/
#menu-empresas { 
    top: 15px;
    z-index: 999; 
    padding-top: 2%; 
    right: 17.666667%;
    margin-bottom: 145px !important;
}
#menu-empresas .list-empresas{ 
    max-height: 60vh;
    overflow: hidden auto; 
}
#menu-empresas form{
    width: 100%;
    height: 100%; 
}
.caminho-selecionado{
    border-bottom: 3px solid #ffca1a!important; 
}
.caminho-selecionado img{
    filter: grayscale(65%) sepia(82%) brightness(92%) hue-rotate(360deg) saturate(551%) opacity(93%) contrast(100%);
    -webkit-filter: grayscale(65%) sepia(82%) brightness(92%) hue-rotate(360deg) saturate(551%) opacity(93%) contrast(100%);
}
.menu-div-button{
    border-top: 3px solid #00000000;
    border-bottom: 3px solid #00000000;
}
.no-decoration{
    text-decoration: none;
}
.animation-alert-Box{
    animation: alertBox 1s linear;
}
.alert-msg-top-end{
    position: absolute;
    top: -10px;
    right: -20px;
    background: red;
    padding: 0 .5rem;
}
.opacity-30{
    opacity: .3;
} 
/* versão 2*/
@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.atenction-link{ 
    position: relative;
}
.atenction-link div{  
    background:  var(--color-primary);
}
.atenction-link::after {  
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: var(--color-negative);
    top: 32%;
    right: 5%;
    animation: 1s alert linear infinite;
    border-radius: 0.375rem !important;
}
@keyframes alert {
    0%{
        opacity: 0;
    } 
    60%{ 
        opacity: 1;
    } 
    100%{
        opacity: 0;
    } 
}
.atenction-border { 
    position: relative;
    z-index: 2; 
}
.atenction-border::before {
    --angle: 0deg;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle), transparent 70%, #FFC107);
    top: 0;
    left: 0;
    animation: 3s spin linear infinite; 
    z-index: -1;
    padding: 3px; 
    border-radius: 0.375rem !important;
}
/* versão 2*/ 
@keyframes alertBox{
    0%{
        border: 1px solid rgba(255, 255, 255, 0);
    }
    20%{
        border: 1px solid rgba(255, 0, 0, 0.596); 
    }
    40%{
        border: 1px solid rgba(255, 255, 255, 0); 
    }
    60%{
        border: 1px solid rgba(255, 0, 0, 0.596); 
    }
    80%{
        border: 1px solid rgba(255, 255, 255, 0); 
    }
    100%{
        border: 1px solid rgba(255, 0, 0, 0.596); 
    }
}
.dropdown-toggle::after {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: url(../images/arrow-down-select.svg);
    border: 0;
}
.cursor-pointer{
    cursor: pointer;
}
.texto-bold, .text-bold{
    font-weight: bold;
}
.input-normal:disabled{
    background: rgba(255, 255, 255, 0);
    border: none;
}
.main-planejamento-edit .planejamento-blog input:disabled{
    font-weight: 300;
    font-family: 'Poppins';
    font-size: 14px!important;
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0!important;
}
main.container.planejamento-completo, .new-max-container{
    max-width: 1700px;
}
main.container.planejamento-completo .form-check:has(.form-check-input:checked) label{
    font-weight: bold;
    color: #0F9918!important;
}
form.disabled-form .dinamic-hidden{
    display: none;
    height: 0;
    overflow: hidden;
    animation: all 0.3s linear;
}
form.disabled-form .dinamic-disabled{

    animation: all 0.3s linear;
} 
.width-min-content{
    min-width: fit-content;
}
#box-planejamento-filtro{
    min-width: 1250px;
}
.version-complete{
    width: 100%;
    height: 100%;
    position: fixed; 
    left: 0;
    right: 0; 
    top: 0;
    bottom: 0;
    background: #363f4e69;
}
.version-complete section{
    margin: 15% auto;
    max-width: 90%;
} 
.btn-transparent{
    border: 0px!important;
    background: #ffffff00;
}
.btn-check:checked+.btn.btn-transparent.checked-yellow {
    color: white!important; 
    font-weight: 700;
    background: var(--color-primary) !important; 
} 
#menu-principal-alert{
    width: 70px!important;
}
.height-50{
    height: 50px;
}
.height-300{
    height: 300px;
}
.h-lookerstudio{
    height: 120vh;
}
.moldura-img{
    width: 200px;
    height: 200px;
}
.moldura-img-persona img{
    width: 150px!important;
    height: 150px!important;
}
.moldura-img img, .moldura-img-persona img{
    object-fit: cover;
}
#form-select-empresa div.line-empresa:has(input:checked) {
    border: 2px solid #ffca1aa8;
    background: #ffca1aa8;
    color: white;
    font-weight: bold;
}
#form-select-empresa div.line-empresa:has(input:checked) label { 
    color: white!important;
    font-weight: bold;
}
.z-index-3{
    z-index: 3;
}
.div-hashtag-create {
    padding: 1% 1% 1% 3%;
    background: #ffca1a;
    width: fit-content;
    border-radius: 15px;
    color: #544c4c;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.div-hashtag-create span{
    margin-right: 3%; 
}
.div-hashtag-create .remove {
    margin-left: 1%;
    height: 22px;
    width: 24px;
    padding: 0;
    background: #fff5f5;
    display: flex;
    align-items: center;
    border: 0;
    justify-content: center;
    color: black;
    border-radius: 15px;
}
.widht-min-content{
    min-width: fit-content; 
}
.min-lg{
    min-width: 992px;
}
.div-menu-perfil{
    width: 297px;
}
.submenu ul li a.secundary { 
    background-color: var(--color-primary-light);
    font-weight: normal;
    color: #000;
    font-weight: bold;
}
/* atividades designer */ 
  .file-item img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  .file-item video {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  .remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
  }
.modal.show .modal-dialog {
    height: 100%;
    align-items: center;
    display: flex;
}
.self-content {
    max-width: 100%;
    max-height: 100%;
} 
.row-planejamento-title > div , .row-planejamento-content > div{
    padding: 0.5% 1%!important;
}
.row-planejamento-content .box-textarea, .row-planejamento-content .box-observacao{
    padding: 0!important;
}
@media screen and (max-width: 1700px) {
    .menu-div-button span{
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    #box-icon-tante{
        width: 18%;
    }
}
@media screen and (max-width: 1350px) {
    .menu-div-button span, .menu-div-button .text-start{
        display: none;
    }
    .menu-div-button a{
        justify-content: center;
    }
}
@media screen and (max-width: 1000px) {
    #box-icon-tante{
        width: 30%;
    }
    .div-menu-perfil{
        width: 80px;
    } 
}
@media screen and (max-width: 768px) {
    .min-md{
        min-width: 768px;
    }
    .col-image-persona-geral{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-image-persona-geral figure{
        position: relative!important;
        left: 50%!important;
    }
    .col-image-persona-img figure{
        position: relative!important;
        left: inherit!important;
        bottom: 20%;
    }
    .moldura-img-persona img{
        width: 100px!important;
        height: 100px!important;
    }
    #menu-empresas { 
        right: 0; 
    }
}

@media screen and (max-width: 661px) {
    #box-icon-tante{
        width: 40%;
    }
}