:root {
    --bgcolor: #fff;
    --bgColor-1: #882008;
    --bgColor-2: #E0A800;
    --menuColor: rgba(0, 0, 0, 0.5);
}

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,
body {
    transition: all .9s;
    width: 100%;
    height: 100%;
    background-color: var(--bgcolor);
}

.cabecalho{
    width: 100%;
}
header {
    width: 100%;
}

.cabecalho .line-cor{
    width: 100%;
    height: 30px;
}

header .line-cor {
    width: 100%;
    height: 30px;
}

.cabecalho .cor-vermelha {
    background-color: var(--bgColor-1);
}
header .cor-vermelha {
    background-color: var(--bgColor-1);
}

.cabecalho .cor-amarela {
    background-color: var(--bgColor-2);
}
header .cor-amarela {
    background-color: var(--bgColor-2);
}

.cabecalho .cor-preto{
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 3px;
    text-transform: uppercase;
}
header .cor-preto{
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 3px;
    text-transform: uppercase;
}

.cabecalho .logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 8px;
}
header .logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100px;
}
.iconmenu {
    float: right;
}
.formbusca {
    height: auto;
    margin-right: 5px;
}
.menu-opc {
    border-radius: 0;
    background-color: var(--bgColor-2);
    transition: all .6s;
}
.menu-opc li a:hover {
    background-color: var(--bgColor-1);
    color: #fff;
    border-left:  10px solid #fff;
}
.textspcb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}
.nome_sistema{
    text-align: center;
    color: var(--bgColor-2);
}
.loginbtn {
    background-color: var(--bgColor-2);
    color: #fff;
}
.loginbtn:hover {
    background-color: var(--bgColor-1);
}
.cor-preto h5{
    font-size: 100%;
}

/*INICIO LOGIN*/

.meu-login{
    padding-bottom: 30px;
}
.login-user{
    padding-top: 40px;
    display: flex;
    border:1px solid var(--bgColor-2);
    border-radius: 30px;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    max-width: 45%;
    width: 100%;
    padding: 5px;
    height: 550px;
}

.login-user-register{
    padding-top: 40px;
    display: flex;
    border:1px solid var(--bgColor-2);
    border-radius: 30px;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    max-width: 45%;
    width: 100%;
    padding: 5px;
    height: 550px;
}

.mensagem{
    border:1px solid var(--bgColor-2);
    border-radius: 30px;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    height: auto;
    padding-bottom: 130px;
    margin: 0 auto;
    text-align: center;
}

.confirma-email{
    border:1px solid var(--bgColor-2);
    border-radius: 30px;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(200,200,200,0.4);
}

.form-login{
    width:40%;
    height:400px;
}
.login-form{
    width: 100%;
}
.login-bemvindo{
    background-image: url("../img/bg-login2.png");
    box-sizing: border-box;
    background-size: 100% 100%;
    width: 55%;
}
.login-bemvindo-register{
    background-image: url("../img/bg-login2.png");
    box-sizing: border-box;
    background-size: 100% 100%;
    width: 55%;
}
.login-bemvindo-register h2{
    color: var(--bgColor-1);
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    text-align: right;
    margin-right: 90px;
}

.login-bemvindo-register h4 {
    color: var(--bgColor-2);
    text-align: right;
    margin-right: 90px;
}

.login-bemvindo h2{
    color: var(--bgColor-1);
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    text-align: right;
    margin-right: 90px;
}

.login-bemvindo h4 {
    color: var(--bgColor-2);
    text-align: right;
    margin-right: 90px;
}

.login-bemvindo-register img{
    width: 30%;
    float: right;
    margin-right: 90px;
    margin-top: 30px;
}
.login-bemvindo img{
    width: 30%;
    float: right;
    margin-right: 90px;
    margin-top: 30px;
}
.login-bemvindo-register img{
    width: 30%;
    float: right;
    margin-right: 90px;
    margin-top: 30px;
}


.buscar a{
    color: #fff;
    background-color: var(--bgColor-2);
}
.buscar a:hover{
    background-color: var(--bgColor-1);
    color: #fff;
    transition: all .9s;
}
.entry{
    border-bottom: 2px solid  #E0A800;
    margin: 6px;
}
.opc-user{
    margin: 6px;
    text-align: left;
}
.acessar{
    display: flex;
    flex-direction: column;
    margin: 6px;
}


/*FIM LOGIN*/
.caixa{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--bgColor-2) ;
    border-radius: 0px;
}
/*INICIO ORGANIGRAMA*/
.organigrama{
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*border: 2px solid #0c4128;*/
    width: 100%;
    padding-top: 100px;
}
.organigra-item{
    width: 55%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 60px;
}
.item-text-organigrma{
    height: 300px;
    padding: 10px;
}
.item-text-organigrma > li{
    font-size: 18px;
}

.item-or-1{
    font-size: 14px;
    font-weight: bold;
    width: 45%;
    background-color: rgba(200,200,200,0.2);
}
.item-or-2{
    background-color: rgba(200,200,200,0.2);
    text-align: center;
    width: 55%;
    height: 450px;
    margin-left: 80px;
}
.item-org-texto{
    padding: 14px;
    text-align: justify;
}
.item-or-1 ul{
    margin-top: 15px;
    margin-left: 15px;
}
.item-or-1 ul li{
    padding: 15px;
}
.header-org{
    border-bottom: 3px solid var(--bgColor-2);
    border-width:10px;
    background-color: #fff;
    text-align: center;
}
.header-org h6{
    font-size: 24px;
    color: var(--bgColor-1);
}
.fundo h2{
    font-size: 24px;
    color: rgba(0,0,0,0.8);
}
.header-post {
    background-color: var(--bgColor-1);
    color: var(--bgColor-2);
    padding: 11px;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.header-post-organigra{
    background-color: var(--bgColor-1);
    color: var(--bgColor-2);
    padding: 11px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.organigra-item-comp .header-post{
    background-color: var(--bgColor-1);
    color: var(--bgColor-2);
    padding: 11px;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.grid-container {
    width: 55%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
    grid-gap: 10px;
    padding: 10px;
    margin: 0 auto;
}
.fundo img{
    width: 80%;
}
.
/*INICIO ORGANIGRAMA*/



.container-itens {
    height: auto;
}
.slide {
    background-color: rgba(0, 0, 0, 0.525);
    background-blend-mode: darken;
    margin-bottom: 30px;
}
header .logos img {
    width: 5%;
    margin: 10px;
}
.menu-pricipal {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.525);
    background-blend-mode: darken;
}
.mybgColor {
    background-color: var(--menuColor);
    color: #fff;
}
.container-itens {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 100px;
    width: 100%;
}
.item-container-1 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
}
.itemspcb-1 {
    width: 55%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 0;
}
.spcb-item {
    width: 40%;
    height: auto;
}
.itemcomandamtes {
    background-color: rgba(204, 204, 204, 0.172);
}
.spcb-item p {
    padding: 10px;
    text-align: justify;
}
.button-div {
    position: sticky;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.saber-info {
    text-decoration: none;
    padding: 10px;
    color: #fff;
    align-items: flex-end;
    background-color: var(--bgColor-1);
}
.saber-info:hover {
    background-color: var(--bgColor-2);
}
.itemspcb-2 {
    display: flex;
    justify-content: center;
    width: 45%;
}
.header-text {
    width: 100%;
    padding: 3px;
    text-align: center;
    background-color: var(--bgColor-1);
    color: #fff;
}
.spcb-item-noticia {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.img-spcb {
    display: flex;
    justify-content: center;
}
.img-spcb img {
    width: 90%;
}
.imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    width: 80%;
    margin: 10px;
}
.imgs>div {
    flex: 1 1 200px;
    margin: 10px;
    gap: 20px;
}
.imgs>div:hover {
    box-shadow: 2px 2px 12px var(--bgColor-2);
}
.imgs>div img {
    width: 100%;
}
.item-container-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.item-compencias {
    width: 70%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 90px;
    padding-left: 78px;
}
.text-competencias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    width: 100%;
}
.text-competencias>div {
    text-align: justify;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1 200px;
    margin: 10px;
    gap: 20px;
    border-bottom: 4px solid rgba(119, 119, 119, 0.759);
}
.circulo {
    background-color: var(--bgColor-1);
    width: 40px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
    float: left;
}
.resquicliente{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 200px;
    margin: 10px;
}
.textcomp {
    float: right;
}


#myVideo {
    width: 100%;
    height: 300px;
}

/*INICIO DO SECTION CONTEUDO*/
.conteudo{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1900px;
    /*border: 1px solid #de0000;*/
    height: auto;
    margin: 0 auto;
    padding-bottom: 70px;
}
.conteudo-linha1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: center;
}
.conteudo-linha1 .coluna1{
    background-image: url("../img/bg-login2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40%;
    border:1px solid var(--bgColor-2);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.conteudo-linha1 .coluna2{
    width: 45%;
    padding: 30px;
    border-top:1px solid var(--bgColor-2);
    border-right:1px solid var(--bgColor-2);
    border-bottom:1px solid var(--bgColor-2);
    border-left:none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.conteudo-linha1 .coluna2 h1{
    color: var(--bgColor-2);
    text-transform: uppercase;
    font-size: 30px;
}

.conteudo-linha1 .coluna1 h2{
    color: var(--bgColor-1);
    text-align: center;
    margin-top: 50px;
    padding-left: 90px;
    text-transform: uppercase;
    font-size: 30px;
}

.conteudo-linha1 .coluna1 h4 {
    text-align: center;
    margin-left: 160px;
    color: var(--bgColor-2);
    font-size: 27px;
}
.conteudo-linha1 .coluna1 img{
    width: 250px;
    height: 250px;
    text-align: center;
    margin-top: 20px;
    margin-right: 80px;
    float: right;
}

/*
.conteudo-coluna{
    box-sizing: border-box;
    height: 100%;
    margin-top: 90px;
}
.coluna1{
    box-sizing: border-box;
    width: 60%;
    display: flex;
    flex-direction: column;
}
.coluna2{
    box-sizing: border-box;
    width: 40%;
}
.subcoluna{
    box-sizing: border-box;
    width: 100%;

}
.subcoluna1{
    box-sizing: border-box;
    display: flex;
    height: 50%;
}
.subcoluna2{
    margin-top: 20px;
    grid-template-columns: auto;
}
.corpo-competencia{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}
.item-competencia{
    display: flex;
    padding: 5px;
    text-align: justify;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);

}
.item-competencia span{
    margin: 10px;
    padding: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#de0000;
}
.subcoluna .informacao{
    box-sizing: border-box;
    border: 9px solid #fff;
    padding: 10px;
    justify-items: center;
    text-align: center;
    background-color: rgba(200,200,200,0.2);
}
.header-informacao{
    text-align: center;
    background-color: var(--bgColor-1);
    padding: 15px;
    color:#fff;
    text-transform: uppercase;
    box-sizing: border-box;
}
.subcoluna .informacao img{
    width: 100%;
    max-width: 100%;
}
.subcoluna .informacao p{
    width: 100%;
    text-align: justify;
    padding: 8px;
}
.subcoluna .informacao a{
    align-items: center;
    text-decoration: none;
    background-color: var(--bgColor-1);
    padding: 15px;
    border-radius: 30px;
    color: #fff;
    width: 40%;
    display: inline-block;
}
.subcoluna .informacao a:hover{
    box-sizing: border-box;
    background-color: var(--bgColor-2);
    border-bottom: 5px solid #000;
    transition: all .6s;
}
.subcoluna2 .header-competencia{
    text-align: center;
    background-color: var(--bgColor-1);
    padding: 15px;
    color:#fff;
    text-transform: uppercase;
    box-sizing: border-box;
}
.linha-noticia{
    display: flex;
    flex-direction: column;
}
.linha-noticia .box {
    display: flex;
    width: 100%;
}
.box-info{
    padding: 20px;
    background-color: rgba(200,200,200,0.2);
    border: 9px solid #fff;
}
.box-info p{
    margin-top: 5px;
    font-weight: bold;
}
.box-info img{
    display: inline-block;
    width: 100%;
}
.box-videos{
    width:100%;
    background-image: url("../img/img-n-3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
}
.texto-video{
    width:100%;
    padding: 30px;
    border: 1px solid #ccc;
}
.coluna2{
    margin-left: 70px;
    padding-top: 10px;;
}*/
/*FIM DO SECTION CONTEUDO*/


/*NOTIFICA E-MAIL*/

.notifica-email{
    width: 100%;
    height: 600px;
    padding: 40px;
    background-color: rgba(200,200,200,0.2);
}
.item-notifica{
    width: 100%;
    max-width: 60%;
    height: 100%;
    margin: 0 auto;
    justify-items: center;

}

.departamento{
    list-style-type: none;
    padding-left: 0px;
}
.departamento li{
    padding: 10px;
    margin-left: 0px;
    border-bottom:1px solid var(--bgColor-2) ;
}
.departamento li a{
    text-decoration: none;
    color: #000;
}
.departamento li a:hover{
    color: #fff;
}
.departamento li:hover{
    border-bottom:8px solid var(--bgColor-2) ;
    background-color:var(--bgColor-1) ;
    color: #fff;
    transition: all .5s;
}
.header-notifica{
    width: 100%;
    height: 70px;
    text-align: center;
    justify-content: center;
    background-color: var(--bgColor-2);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-transform: uppercase;
    padding: 20px;
    color: var(--bgColor-1);
    font-weight: bold;
}

.corpo-notifica{
    width: 100%;
    height: 50%;
    text-align: center;
    padding: 50px;
    border-bottom: 4px solid var(--bgColor-1);
}

/*FIM*/
/*Perfil do Usario*/

.meu_perfil{
    background-color: #aa1111;
    width: 100%;
    height: 300px;
    text-align: center;
    background-image: url("../img/slide2.jpg");
}
.meus_dados{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:100px;
    margin: auto;
    position: relative;
    top: -200px;
    background-color: #fff;
    width: 80%;
    height: auto;
    padding: 10px;
    box-shadow: 0px 0px 2px rgba(0,0,0,3);
    border-radius: 30px;
}
.img_perfi{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    border-radius: 100%;
}
.img_perfi img{
    object-fit: fill;
}
.info_user{
    margin-top: 90px;
    width: 60%;
    padding: 30px;
}
.info_user .ediatr_dados{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.txt_header_user{
    text-align: center;
    position: absolute;
    top: 0;
    background-color: var(--bgColor-2);
    width: 100%;
    height: 50px;
    border-top-right-radius:30px;
    border-top-left-radius:30px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;

}
.editar_perfil{
    float: right;
    text-decoration: none;
}
.ediatr_dados{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
}
.ediatr_dados h4{
     color: #222;
     font-size: 100%;
    font-weight: bold;
 }
.ediatr_dados h5{
    color: #444;
    font-size: 100%;
}

.ediatr_dados input{
    border: 1px solid  #ccc;
    width: 100%;
    height: 30px;
    outline: none;
    display: none;
}
.btn_editar{
    padding: 10px;
}
.btn_editar button{
     background-color: var(--bgColor-2);
     color: #fff;
    border: 0;
    border-radius: 20px;
 }
.btn_editar button:hover{
    background-color: #ffce29;

}
/*FIM*/

footer {
    margin-top: 100px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: var(--bgColor-1);
}
footer .itensfooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
}
footer .itensfooter p a li {
    text-decoration: none;
    color: #fff;


}
footer .itensfooter p a li:hover {
    text-decoration: none;
    color: var(--bgColor-2);
}
footer .textfooter {
    text-align: center;
}
.appspcb img {
    width: 50%;
    border-radius: 5px;
}
.linkspcb {
    color: #fff;
    text-decoration: none;
    font-size: 90%;
}
.linkspcb:hover {
    color: var(--bgColor-2);
}
.nossolink {
    text-decoration: none;
    color: var(--bgColor-2);
}
.nossolink:hover {
    text-transform: uppercase;
    color: var(--bgcolor);
}
.spcbbombeiros {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
}

/*sytele competenica page*/
.competenciaspage {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 300px;
}
.competenciaspage-1 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 200px;
}
.itemorg {
    height: 600px;
}
.itemorg-1 {
    height: 590px;
}
.header-orga {
    border-bottom: 5px solid var(--bgColor-2);
    padding: 20px;
    color: var(--bgColor-1);
}
.header-orga h5 {
    color: var(--bgColor-1);
    text-align: center;
    font-weight: bold;
}
.competenciasitems {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.competenciasitems .header {
    color: #fff;
    width: 100%;
    padding: 10px;
    background-color: var(--bgColor-1);
    text-align: center;
}
.competenciasbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    width: 100%;
    margin: 0;
}
.competenciasbody>div {
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 200px;
    margin: 50px;

    gap: 10px;
}
.competenciasbody>div img {
    max-width: 400px;
    width: 150px;
    height: 150px;
}
.requesic{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 300px;

}
.stylerequi {
    width: 40%;
}
.titlerequis {
    margin: 30px;
    border: 1px solid #ccc;
}
.entry {
    width: 97%;
    padding: 2px;
}
.entry label {
    font-size: 1.2rem;
}
.entry select,
input[type='date'],
button {
    width: 100%;
    height: 40px;
    outline-color: var(--bgColor-2);
    border: 1px solid var(--bgColor-1);
}
.entry button {
    background-color: var(--bgColor-1);
    color: #fff;
    border: none;
}
.entry button:hover {
    background-color: var(--bgColor-2);
}
.menu_perfil {
    background-color: rgba(204, 204, 204, 0.378);
    width: 20%;
    height: 472px;
    font-size: 13px;
}
.item_menu_perfil {
    height: 100%;
    border: none;
    box-shadow: none;
}
.menu_servicos ul li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #2e0606;

}
.menu_servicos ul li:hover {
    background-color: var(--bgColor-2);
    color: #fff;

}
.menu_servicos ul li a {
    text-decoration: none;
    color: #222;
    padding: 10px;
}
.opc_servicos {
    display: none;
}
.opc_server:hover .opc_servicos {
    display: block;
    transition: all .9s;
    cursor: pointer;
}
.opc_server ul li{
     border-bottom: none;
     width: 100%;

 }
.opc_server ul li:hover{
    border-bottom: none;
    width: 100%;
    background-color: var(--bgColor-1);
    color: #fff;
}
.opc_server ul li a:hover{
    border-bottom: none;
    color: #fff;
}
/****************************/
/*login*/
.login{
    height: auto;
}
.login_user {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 90%;
    height: 500px;
    display: flex;
    font-size: 12px;
    flex-direction: row;
    gap: 4px;
}
.unic_user {
    width: 30%;
}
.backimagemuser {
    background-color: #222;
    background-image: url('../img/bg-login2.png');
    background-size: 100% 100%;
}
.textloginspcb{
    width: 200px;
    font-size: 100%;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
.texto-login-bombeiros .plista-missao-bombeiros p{
    font-size: 10px;
    padding-left: 20px;
}
.campos input {
    padding: 3px;
    width: 100%;
    outline: none;
    margin: 10px;
    border: 1px solid #cc9900;
    border-radius: 3px;
}
.opc_user {
    padding: 10px;
}
.acesso button {
    width: 100%;
    margin: 10px;
    background-color: var(--bgColor-2);
    border: none;
}
.nova_conta button{
     width: 100%;
     margin: 10px;
     background-color: var(--bgColor-1);
     border: none;
 }
.nova_conta button:hover{
    width: 100%;
    margin: 10px;
    background-color: var(--bgColor-2);
    border: none;
}
.acesso button:hover {
    background-color: var(--bgColor-1);
    color: #fff;
}
/*********/
.addopc {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0%;
    z-index: 1;
    padding: 30px;
}
.adddiv button {
    background-color: #009966;
    color: #ddd;
    font-size: 2rem;
    border: none;
    float: right;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
    animation: pulsante 1s infinite;
}
.nosso-video .addopc_video button {
    background-color: var(--bgColor-1);
    color: #ddd;
    font-size: 2rem;
    border: none;
    float: right;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
    animation: pulsante_video 1s infinite;
}
@keyframes pulsante {
    0% {
        border: 2px solid #009966;
    }
    100% {
        box-shadow: #88e4c585 0 0 0 16px;
    }
}
@keyframes pulsante_video {
    0% {
        border: 2px solid #b5361989;
    }
    100% {
        box-shadow: #9e280e79 0 0 0 16px;
    }
}