/* https://getbootstrap.com/docs/5.1/customize/color/ */
/* https://fonts.google.com/icons */

/* 
.bold .negrito	negrito 600                 | verde azul vermelho amarelo preto branco cinza
.bold-extra     negrito 900                 | magenta violeta laranja
.vermelho:	    texto vermelho              | azul-claro verde-claro cinza-claro amarelo-claro
.azul-lgt:	    azul light 300              |
.vermelho-b:	texto vermelho negrito 600
.azul-bb:	    texto azul negrito 900
.bg-azul:	    fundo azul	
.bd-verde:	    borda 2px
.bd-verde-sm:	borda 1px
.bd-verde-lg:	borda 4px
.bd-verde-xl:	borda 6px 
.fs-12:         fonte 12px*/

.bold{font-weight:600;}
.negrito{font-weight:600;}
.bold-extra{font-weight:900;}
.circulo{border-radius: 20px; border:0px; height:40px; width:40px; text-align: center; line-height : 40px; color: white;}
.circulo-p{border-radius: 15px; border:0px; height:30px; width:30px; text-align: center; line-height : 30px; color: white;}

.fs-6{font-size: 6px;}
.fs-7{font-size: 7px;}
.fs-8{font-size: 8px;}
.fs-9{font-size: 9px;}
.fs-10{font-size: 10px;}
.fs-11{font-size: 11px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-19{font-size: 19px;}
.fs-20{font-size: 20px;}
.fs-21{font-size: 21px;}
.fs-22{font-size: 22px;}
.fs-23{font-size: 23px;}
.fs-24{font-size: 24px;}
.fs-25{font-size: 25px;}
.fs-26{font-size: 26px;}
.fs-27{font-size: 27px;}
.fs-28{font-size: 28px;}
.fs-29{font-size: 29px;}
.fs-30{font-size: 30px;}
.fs-31{font-size: 31px;}
.fs-32{font-size: 32px;}
.fs-33{font-size: 33px;}
.fs-34{font-size: 34px;}
.fs-35{font-size: 35px;}
.fs-36{font-size: 36px;}
.fs-37{font-size: 37px;}
.fs-38{font-size: 38px;}
.fs-39{font-size: 39px;}
.fs-40{font-size: 40px;}


/* ////////CORES */
.verde{color: green;}
.laranja{color:orange;}
.azul{color: rgba(0, 89, 255, 0.623);}
.vermelho{color: rgb(255, 71, 71);}
.amarelo{color: yellow;}
.preto{color: black;}
.branco{color: white;}
.cinza{color: gray;}
.magenta{color: magenta;}
.azul-claro{color: aliceblue;}
.verde-claro{color: lightgreen;}
.cinza-claro{color: lightgrey;}
.amarelo-claro{color: lightyellow;}
.violeta{color: blueviolet;}
.verde-b{color: green; font-weight:600;}
.laranja-b{color: orange; font-weight:600;}
.azul-b{color: blue; font-weight:600;}
.vermelho-b{color: red; font-weight:600;}
.amarelo-b{color: yellow; font-weight:600;}
.preto-b{color: black; font-weight:600;}
.branco-b{color: white; font-weight:600;}
.cinza-b{color: gray; font-weight:600;}
.magenta-b{color: magenta; font-weight:600;}
.azul-claro-b{color: aliceblue; font-weight:600;}
.verde-claro-b{color: lightgreen; font-weight:600;}
.cinza-claro-b{color: lightgrey; font-weight:600;}
.amarelo-claro-b{color: lightyellow; font-weight:600;}
.violeta-b{color: blueviolet; font-weight:600;}
.verde-bb{color: green; font-weight:900;}
.laranja-bb{color: orange; font-weight:900;}
.azul-bb{color: blue; font-weight:900;}
.vermelho-bb{color: red; font-weight:900;}
.amarelo-bb{color: yellow; font-weight:900;}
.preto-bb{color: black; font-weight:900;}
.branco-bb{color: white; font-weight:900;}
.cinza-bb{color: gray; font-weight:900;}
.magenta-bb{color: magenta; font-weight:900;}
.azul-claro-bb{color: aliceblue; font-weight:900;}
.verde-claro-bb{color: lightgreen; font-weight:900;}
.cinza-claro-bb{color: lightgrey; font-weight:900;}
.amarelo-claro-bb{color: lightyellow; font-weight:900;}
.violeta-bb{color: blueviolet; font-weight:900;}
.verde-lgt{color: green; font-weight:300;}
.laranja-lgt{color: orange; font-weight:300;}
.azul-lgt{color: blue; font-weight:300;}
.vermelho-lgt{color: red; font-weight:300;}
.amarelo-lgt{color: yellow; font-weight:300;}
.preto-lgt{color: black; font-weight:300;}
.branco-lgt{color: white; font-weight:300;}
.cinza-lgt{color: gray; font-weight:300;}
.magenta-lgt{color: magenta; font-weight:300;}
.azul-claro-lgt{color: aliceblue; font-weight:300;}
.verde-claro-lgt{color: lightgreen; font-weight:300;}
.cinza-claro-lgt{color: lightgrey; font-weight:300;}
.amarelo-claro-lgt{color: lightyellow; font-weight:300;}
.violeta-lgt{color: blueviolet; font-weight:300;}
/* // BACKGROUND */

.bg-verde{background-color: rgb(65, 183, 65);}
.bg-laranja{background-color: orange;}
.bg-azul{background-color:  rgba(0, 89, 255, 0.623);}
.bg-azulfab{background-color:rgb(0, 51, 160);}
.bg-vermelho{background-color: rgb(255, 71, 71);}
.bg-amarelo{background-color: yellow;}
.bg-preto{background-color: black;}
.bg-branco{background-color: white;}
.bg-cinza{background-color: gray;}
.bg-magenta{background-color: magenta;}
.bg-azul-claro{background-color: aliceblue;}
.bg-verde-claro{background-color: lightgreen;}
.bg-cinza-claro{background-color: lightgrey;}
.bg-amarelo-claro{background-color: lightyellow;}
.bg-violeta{background-color: blueviolet;}
.bd-verde{border: 2px solid green;}
.bd-laranja{border: 2px solid orange;}
.bd-azul{border: 2px solid blue;}
.bd-vermelho{border: 2px solid red;}
.bd-amarelo{border: 2px solid yellow;}
.bd-preto{border: 2px solid black;}
.bd-branco{border: 2px solid white;}
.bd-cinza{border: 2px solid gray;}
.bd-magenta{border: 2px solid magenta;}
.bd-azul-claro{border: 2px solid aliceblue;}
.bd-verde-claro{border: 2px solid lightgreen;}
.bd-cinza-claro{border: 2px solid lightgrey;}
.bd-amarelo-claro{border: 2px solid lightyellow;}
.bd-violeta{border: 2px solid blueviolet;}
.bd-verde-sm{border: 1px solid green;}
.bd-laranja-sm{border: 1px solid orange;}
.bd-azul-sm{border: 1px solid blue;}
.bd-vermelho-sm{border: 1px solid red;}
.bd-amarelo-sm{border: 1px solid yellow;}
.bd-preto-sm{border: 1px solid black;}
.bd-branco-sm{border: 1px solid white;}
.bd-cinza-sm{border: 1px solid gray;}
.bd-magenta-sm{border: 1px solid magenta;}
.bd-azul-claro-sm{border: 1px solid aliceblue;}
.bd-verde-claro-sm{border: 1px solid lightgreen;}
.bd-cinza-claro-sm{border: 1px solid lightgrey;}
.bd-amarelo-claro-sm{border: 1px solid lightyellow;}
.bd-violeta-sm{border: 1px solid blueviolet;}
.bd-verde-lg{border: 4px solid green;}
.bd-laranja-lg{border: 4px solid orange;}
.bd-azul-lg{border: 4px solid blue;}
.bd-vermelho-lg{border: 4px solid red;}
.bd-amarelo-lg{border: 4px solid yellow;}
.bd-preto-lg{border: 4px solid black;}
.bd-branco-lg{border: 4px solid white;}
.bd-cinza-lg{border: 4px solid gray;}
.bd-magenta-lg{border: 4px solid magenta;}
.bd-azul-claro-lg{border: 4px solid aliceblue;}
.bd-verde-claro-lg{border: 4px solid lightgreen;}
.bd-cinza-claro-lg{border: 4px solid lightgrey;}
.bd-amarelo-claro-lg{border: 4px solid lightyellow;}
.bd-violeta-lg{border: 4px solid blueviolet;}
.bd-verde-xl{border: 6px solid green;}
.bd-laranja-xl{border: 6px solid orange;}
.bd-azul-xl{border: 6px solid blue;}
.bd-vermelho-xl{border: 6px solid red;}
.bd-amarelo-xl{border: 6px solid yellow;}
.bd-preto-xl{border: 6px solid black;}
.bd-branco-xl{border: 6px solid white;}
.bd-cinza-xl{border: 6px solid gray;}
.bd-magenta-xl{border: 6px solid magenta;}
.bd-azul-claro-xl{border: 6px solid aliceblue;}
.bd-verde-claro-xl{border: 6px solid lightgreen;}
.bd-cinza-claro-xl{border: 6px solid lightgrey;}
.bd-amarelo-claro-xl{border: 6px solid lightyellow;}
.bd-violeta-xl{border: 6px solid blueviolet;}

 /* //-BUTTON-// */
 .btn-azul{background-color:  rgba(0, 89, 255, 0.623);}
