@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400&display=swap');

.body{
    background-image:url(img/home/fundo_dashboard.png);
    background-repeat:repeat;
    background-position:0% 50%;
    background-size:100%;
    font-family: 'Segoe Ui';
    background-attachment: fixed;
    width:100%;
    margin:0;
    padding:0;

}

/* body,
html{
    background-color: white;
    width:100%;
    margin:0;
    padding:0;
    font-family: 'Nunito', sans-serif;
} */

::-webkit-scrollbar {
    display: none;
}

#loading {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 5px solid rgba(255, 255, 255, 0.0);
    border-radius: 50%;
    border-top: 5px solid #264d7d;
    width: 130px;
    height: 130px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.inputWraper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:15px;
}

.beforeInput {
    width: 40px;
    height: 45px;
    background: #CFCFCF 0% 0% no-repeat padding-box;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
    display:flex;
    justify-content: center;
    align-items: center;
}

.iclog {
    width: 20px;
    height: 20px;
    position: relative;
}

.cf {
    width: 250px;
    max-width: 90%;
    height: 45px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 0 10px 10px 0;
    opacity: 1;
    border: none;
    color: gray;
    font-size: 15px;
    font-weight: 600;
    padding-left:10px;
}

.cf:focus {
    opacity: 1;
    border: none;
    box-shadow: none;
    outline: none;
    color: gray;
}

.smsenha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: auto;
    background-color: #F2F2F2;
    border-radius: 0 17px 17px 0;
    opacity: 0.8;
    padding:0;
    margin: 0 0 0 -36px;
    cursor: pointer;
}

.msenha {
    width: 20px;
    height: 20px;
}

.smsenha #mostra{
    display:none;
}

.esqueceusenha{
    width: 290px;
    max-width: 90%;
    margin:0 auto;
    padding:0;
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
    text-decoration: underline;    
    color: #006FFF;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.esqueceusenha span{
    cursor:pointer
}

.sendLogin{
    background-color: #006FFF;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    display:block;
    margin:15px auto 0;
    width: 290px;
    max-width: 90%;
    transition: 0.3s ease;
}

.sendLogin:hover {
    box-shadow: 0px 0px 25px rgba(0, 151, 212, 0.5);
}

.alerta {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #FF0000;
    margin: 10px auto -5px auto;
}

#formEsqueciSenha #email{
    width: 300px;
    max-width: 90%;
    height: 35px;
    background-color: #F2F2F2;
    border-radius: 10px;
    border: none;
    color: gray;
    font-size: 15px;
    font-weight: 600;
    padding-left:10px;
    display:block;
    margin:15px auto 0;
}

#formEsqueciSenha .txtEsqueceuSenha{
    color:grey;
    font-weight:bold;
    text-align:center;
    font-size:12px;
    margin:0 auto;
    width: 350px;
    max-width: 90%;
}

#formEsqueciSenha .sendEsqueceuSenha{
    width:300px;
    max-width: 90%;
    border:none;
    border-radius:10px;
    height:35px;
    background-color: #00AF4B;
    color:white;
    font-weight:600;
    cursor: pointer;
    font-size:15px;
    display:block;
    margin:10px auto 0;
}

#bannerHome{
    width:90%;
    margin:80px auto 0;
    display:flex;
    align-items:center;
    justify-content: space-between;
    cursor:pointer;
}

#bannerHome div button{
    border:none;
    padding:5px 10px;
    border-radius:10px;
    background-color: #00afef;
    color:white;
    font-weight:bold;
}

.tituloBanner{
    color: #00afef;
    font-weight:bold;
    font-size:50px;
    line-height: 1;
}

.txtBanner{
    font-weight: 400;
    line-height: 1.3;
    width:90%;
}

#bannerHome #mockupHomeCrm{
    width:45%;
}

#bannerCertificados{
    width:100%;
    margin-top: 50px;
}

.tituloCertificado{
    color: #00afef;
    font-weight:bold;
    text-align:center;
    font-size:26px;
}

.selosCertificado{
    width:90%;
    margin:30px auto 0px;
    display:flex;
    justify-content: center;
    align-items:center;
}

.certificados-img {
    flex: 1 0 18%; /* Define a largura de cada ícone para ocupar 18% */
    max-width: 95px;
    margin: 5px;
    transition: 0.3s ease;
}

.certkanban{
    width:85px
}

.certawslambda{
    width:90px
}

.certificados-img:hover{
    margin-top:-20px;
}

#bannerSolicitarDemo{
    width:90%;
    margin:50px auto 0px;
    border-radius:2px;
    background-color: #00afef;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#bannerSolicitarDemo div{
    width:50%;
    padding:0;
    margin:0;
}

#bannerSolicitarDemo .imgDemonstracao{
    display:block;
    margin:20px auto;
    width:200px;
    /*transform: scaleX(-1);*/
}

#bannerSolicitarDemo .tituloDemonstracao{
    color:white;
    font-weight: bold;
    font-size:26px;
    margin:0;
    padding:0;
}

#bannerSolicitarDemo .txtDemonstracao{
    color:white;
    font-size:16px;
}

#bannerSolicitarDemo .btnDemonstracao{
    border:none;
    padding:8px 20px;
    border-radius:20px;
    background-color: white;
    color:#00afef;
    font-weight:bold;
}

#bannerFuncionalidade{
    width:100%;
    margin-top: 30px;
}

.tituloFuncionalidade{
    color: #00afef;
    font-weight:bold;
    text-align:center;
    font-size:26px;
}

.conteudoFuncionalidades {
    display: flex;
    justify-content: center;
}
            
#carousel, #navigation {
    flex: initial;
    display: block;
}
            
#carousel {
    overflow: hidden;
    width: 70%;
    height: 400px;
    border-radius: 4px;
    margin-left: 0;
    background-color: #fff;
}
            
.p-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}
            
#button_a:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0); 
}
            
#button_b:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); 
}

#button_c:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); 
}

#button_d:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%); 
}

#button_e:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%); 
}

#button_f:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%); 
}

#button_g:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-600%);
    transform: translateY(-600%); 
}

#button_h:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-700%);
    transform: translateY(-700%); 
}

#button_i:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-800%);
    transform: translateY(-800%); 
}

#button_j:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-900%);
    transform: translateY(-900%); 
}

#button_k:checked ~ #carousel .p-wrapper {
    -webkit-transform: translateY(-1000%);
    transform: translateY(-1000%); 
}
            
[class^="panel_"] {
    overflow: auto;
    position: relative;
    width: inherit;
    height: inherit;
    padding: 15px 48px;
}

/* Estiliza o fundo do scroll */
[class^="panel_"]::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: 10px;
}

/* Estiliza a parte do scroll que é visível */
[class^="panel_"]::-webkit-scrollbar-thumb {
    background-color: #00afef; /* Cor preta */
    border-radius: 5px; /* Bordas arredondadas */
}

/* Opcional: Estiliza a parte do scroll ao passar o mouse */
[class^="panel_"]::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Cor preta mais clara */
}

/* Opcional: Estiliza o fundo do container do scroll */
[class^="panel_"]::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Fundo do scroll */
}
            
#navigation {
    width: 15%;
    margin-left: 0px;
}

[class^="label_"] {
    display: block;
    cursor: pointer;
    margin: 8px 0;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-radius: 4px;
    color: #aaa;
    background-color: #fff;
    transition: all 0.3s ease;
    width:100%;
    padding-left:6px;
    padding-right:20px;
}
            
[class^="label_"]:hover {
    color: #444;
    background-color: #ffeed9;
}
            
#button_a:checked ~ #navigation .label_a,
#button_b:checked ~ #navigation .label_b,
#button_c:checked ~ #navigation .label_c,
#button_d:checked ~ #navigation .label_d, 
#button_e:checked ~ #navigation .label_e, 
#button_f:checked ~ #navigation .label_f, 
#button_g:checked ~ #navigation .label_g, 
#button_h:checked ~ #navigation .label_h, 
#button_i:checked ~ #navigation .label_i,
#button_j:checked ~ #navigation .label_j,
#button_k:checked ~ #navigation .label_k{
    cursor: default;
    color: #fff;
    background-color: #00afef;
    font-weight:600;
    width:100%;
}

.p-wrapper hr{
    background-color: rgba(0,175,239,0.5);
    border:none;
    height:2px;
    margin:0;
}

.p-wrapper p{
    color:grey;
    margin-top:10px;
}

#bannerISO{
    width:100%;
    margin-top: 30px;
}

.tituloISO{
    color: #00afef;
    font-weight:bold;
    text-align:center;
    font-size:26px;
}

.certificadosISO{
    width: 90%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    padding:0;
}

.certificadosISO .certificado{
    width:550px;
    padding:0;
    margin:0
}

.conteudoSelos{
    width:100%;
    margin:0;
    padding:0
}

.selosISO{
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0
}

.selosISO .selo{
    width:120px;
    margin:20px;
    padding:0
}

#bannerISO27701{
    width:137px
}

#bannerIndicadores{
    width:90%;
    margin:50px auto 0px;
    border-radius:2px;
    background-color: #00afef;
    padding:30px 20px 0px;
    color: white;
    position: relative;
    overflow: hidden;
}

.tituloIndicadores{
    font-weight:bold;
    text-align:left;
    font-size:26px;
    line-height: 26px;
    margin:0;
    padding:0;
    width: 100%;
}

.conteudoIndicadores{
    width:100%;
    display:flex;
    justify-content: flex-start;
    margin-top:30px;
}

.conteudoIndicadoresmobile{
    display:none;
}

.colunaIndicadores{
    margin-right: 40px;
}

.divIndicador{
    display:flex;
    align-items:center;
    margin-top:10px;
}

.tituloIndicador{
    font-size:30px;
    margin-right:5px;
    font-weight: 600;
}

.textoIndicador{
    font-size: 15px;
    line-height:15px;
    border-bottom:2px solid rgba(255,255,255,0.5);
    font-weight: 500;
}

.imgIndicadores {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    width: auto;
    height: auto;
}

#bannerIndicadores .btnDemonstracao{
    border:none;
    padding:8px 20px;
    border-radius:20px;
    background-color: white;
    color:#00afef;
    font-weight:bold;
    margin:-50px auto 20px auto;
    display:block
}

#btnAbrirAtendimento{
    background-color: #006fff;
    border-radius: 12px;
    padding: 0px 15px;
    height: 35px;
    color: #FFF;
    border: none;
    position: fixed;
    z-index: 5;
    font-size: 16px;
    font-weight: 500;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
}

#btnFecharAtendimento{
    background-color: #d3d3d3;
    border-radius: 12px;
    padding: 0px 15px;
    height: 35px;
    border: none;
    position: fixed;
    z-index: 5;
    font-size: 16px;
    font-weight: 500;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    display:none;
    color:black;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    cursor:default;
}

.modal-content {
    background-color: #FFF;
    color: #616161;
    width:500px;
    max-width: 90%;
    border-radius: 25px;
    border:none;
    padding:20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closeModal{
    width:100%;
    text-align:right;
    margin-top:-10px;
    z-index:2
}

.closeModal i{
    font-size:20px;
    cursor:pointer;
    color:grey
}

.tituloModal{
    color: #00afef;
    font-weight:bold;
    font-size:20px;
    text-align:center;
    border-bottom:1px solid grey;
    margin:-10px 0 0;
    padding:0
}

.obsSolicitacaoDemo{
    margin:0;
    padding:0;
    font-size:12px;
}

.labelSolicitarDemo{
    margin:12px 0 0;
    padding-left:5px;
    font-weight: 600;
}

.inputSolicitarDemo{
    padding:0 0 0 5px;
}

.inputInvalido{
    border:1px solid rgba(255,0,0,0.5);
    background-color: rgba(255,0,0,0.05);
    font-weight: bold;
}

.inputInvalido::placeholder{
    font-weight: 600;
}

.sendSolicitarDemo{
    border-radius: 4px;
    border:none;
    background-color: #00AF4B;
    color: #FFFFFF;
    margin-top:15px;
    cursor:pointer;
    font-weight: 600;
}

.sendSolicitarDemo:focus {
    outline: none;
    background-color: #00AF4B;
    color: #FFFFFF;
}

#snackbar{
	visibility: hidden;  
	position: fixed;
	bottom: 30px;
	z-index: 300000;
	width:100%;
	text-align: center;   
}

#snackbar p{
	background-color: #008000;
	color: #fff;
	border-radius: 2px;
	padding: 16px;                
	font-size: 17px;
	width:350px;
	margin:0 auto
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbarError{
	visibility: hidden;  
	position: fixed;
	bottom: 30px;
	z-index: 300000;
	width:100%;
	text-align: center;
}

#snackbarError p{
	background-color: #ed4337;
	color: #fff;
	border-radius: 2px;
	padding: 16px;                
	font-size: 17px;
	width:350px;
	margin:0 auto
}

#snackbarError.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/*NÃO ESTÁ NO INDEX.PHP*/
.styform {
    width: 470px;
    height: 200px;
}

.cfp {
    top: 540px;
    left: 743px;
    width: 298px;
    height: 55px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    font: normal normal bold 16px/21px "Segoe UI";
    color: #CFCFCF;
    border: none;
    margin-bottom: 15px;         
    padding: 15px;
    opacity: 1;
}

.cfp:focus {
    border: none;
    box-shadow: none;
    outline: none;
    color: #9B9B9B;
    opacity: 0.8;
}

.btn_login {
    top: 674px;
    left: 743px;
    width: 375px;
    height: 55px;
    background: #006FFF 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    border: none;
    font: normal normal bold 18px/24px "Segoe UI";
}

.icon {
    top: 540px;
    left: 743px;
    width: 44px;
    height: 55px;
    background: #CFCFCF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 17px 0 0 17px;
    margin-bottom: 15px;
}

.requi {
    left: 748px;
    width: 304px;
    height: 21px;
    text-align: center;
    font: normal normal bold 16px/21px 'Segoe UI';
    letter-spacing: 0px;
    color: #9B9B9B;
    opacity: 1;
    margin-left: 35px;
    margin-top: -1px;
    margin-bottom: -6px;
}

.itens {
    top: 601px;
    width: 100%;
    height: 21px;
    text-align: left;
    font: normal normal normal 16px/21px 'Segoe UI';
    letter-spacing: 0px;
    color: #9B9B9B;
    opacity: 1;
}

.imgconf {
    top: 604px;
    left: 748px;
    width: 13px;
    height: 13px;
    background: transparent 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-left: 35px;
    margin-right: -7px;
}

.expirada {
    top: 174px;
    left: 758px;
    width: 404px;
    height: 21px;
    text-align: center;
    font: normal normal bold 14px/19px 'Segoe UI';
    letter-spacing: 0px;
    color: #FF0000;
    opacity: 1;
    margin: auto;
    margin-top: 7%;
}

#mostra1 {
    display: none;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@media (max-width: 1341px) {

    .imgIndicadores {
        width: 200px;
    }

}

@media (max-width: 1117px) {

    .selosISO .selo{
        width:100px;
        margin:10px;
    }

    #bannerISO27701{
        width:115px
    }

    .imgIndicadores {
        width: 150px;
    }

}

@media (max-width: 1060px) {

    .certificados-img{
        width:70px;
    }

    .certificados-img:hover{
        width: 75px;
    }

    .certkanban{
        width:60px
    }
    
    .certawslambda{
        width:60px
    }

    .certpmp,
    .certscrum,
    .certvmware,
    .certoracle,
    .certawslambda{
        margin-top:20px
    }

    [class^="label_"] {
        margin:0px;
        padding-right:0px;
    }

}

@media (max-width: 1017px) {

    .selosCertificado {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 ícones por linha */
        gap: 10px; /* Espaçamento entre os ícones */
        justify-content: center;
    }

    .certificados-img {
        width: 100%; /* Ajusta o tamanho para ocupar 100% da coluna do grid */
        max-width: 70px;
        transition: none;
    }

    .certificados-img:hover {
        margin-top: 0;
        width: 75px;
    }

    .certkanban, .certawslambda {
        width: 60px;
    }

}

@media (max-width: 980px) {

    .selosISO .selo{
        width:85px;
        margin:10px;
    }

    #bannerISO27701{
        width:115px
    }

}

@media (max-width: 950px) {

    #bannerFuncionalidade{
        width:100%;
        margin:30px auto 0
    }

    #carousel{
        width: 60%;
    }

    #navigation {
        width: 40%;
        padding:0
    }

    .conteudoFuncionalidades{
        width:90%;
        margin:0 auto;
        justify-content:flex-start;
        align-items: start;
    }

    .p-wrapper h2{
        font-size:22px;
    }

    [class^="panel_"] {
        padding: 5px;
    }

    [class^="label_"] {
        margin:0px;
        padding-right:0px;
    }

    .certificadosISO .certificado{
        width:60%;
        display:block;
        margin:0 auto 10px;
    }

    .conteudoSelos{
        width:90%;
        margin:0 auto;
    }

    .selosISO .selo{
        width:90px;
        margin:5px;
        padding:0
    }

    #bannerISO27701{
        width:105px;
    }

    #bannerIndicadores{
        width:100%;
    }

    .colunaIndicadores{
        margin-right: 10px;
    }

}

@media (max-width: 770px) {
    
    #bannerHome {
        width:100%;
        flex-direction: column;
        text-align: center;
    }

    .tituloBanner {
        font-size: 30px;
    }

    .txtBanner{
        margin-right: auto;
        margin-left: auto;
    }

    #bannerHome #mockupHomeCrm {
        width: 85%;
        margin-top:20px;
    }

    #bannerSolicitarDemo{
        display:flex;
        align-items: center;
        text-align:right;
        padding:0 8px 0 0;
        width:100%;
    }

    #bannerSolicitarDemo div{
        width: auto;
        height:auto
    }

    #bannerSolicitarDemo .divimagemdemo{
        padding:0;
        display:block;
        margin:0;
    }

    #bannerSolicitarDemo .divtxtdemo{
        padding-right:6px;
        padding-top:10px
    }

    #bannerSolicitarDemo .imgDemonstracao{
        padding-top:20px;
        width:100px;
        margin-top:0;
    }
    
    #bannerSolicitarDemo .tituloDemonstracao{
        font-size:20px;
    }
    
    #bannerSolicitarDemo .btnDemonstracao{
        display:block;
        margin: 0 0 20px auto;
    }

    #bannerFuncionalidade{
        width:100%;
        margin:30px auto 0
    }

    #carousel{
        width: 60%;
    }

    #navigation {
        width: 40%;
        padding:0
    }

    .conteudoFuncionalidades{
        width:100%;
        justify-content:flex-start;
        align-items: start;
    }

    .p-wrapper h2{
        font-size:22px;
    }

    [class^="panel_"] {
        padding: 5px;
    }

    [class^="label_"] {
        margin:0px;
        padding-right:0px;
    }

    .certificadosISO{
        display:block;
    }

    .certificadosISO .certificado{
        width:90%;
        display:block;
        margin:0 auto 10px;
    }

    .conteudoSelos{
        width:90%;
        margin:0 auto;
    }

    .selosISO .selo{
        width:90px;
        margin:5px;
        padding:0
    }

    #bannerISO27701{
        width:105px;
    }

    #bannerIndicadores{
        width:100%;
        padding: 20px 5px
    }

    .imgIndicadores{
        display:none;
    }

    .conteudoIndicadores{
        display:none;
    }

    .conteudoIndicadoresmobile{
        display:flex;
        padding:0;
        justify-content: space-between;
        margin-top:20px;
    }

    .colunaIndicadores{
        margin-right: 10px;
    }

    .divIndicador{
        align-items:flex-start;
    }
    
    .tituloIndicador{
        font-size:30px;
        margin-right:5px;
        font-weight: 600;
    }
    
    .textoIndicador{
        font-size: 15px;
        line-height:15px;
        border-bottom:2px solid rgba(255,255,255,0.5);
        font-weight: 500;
    }

    #bannerIndicadores .btnDemonstracao{
        margin-top:0px;
        margin-bottom: 0px;
    }

}
