/* VARIASTRAP - GERAL */

/* OUTROS */

.bdr-5{
    border-bottom-right-radius: 200px;
}

.b-radius3{
    border-top-right-radius: 180px;
}

/* PADDING, MARGIN, ALTURAS, LARGURAS */

.wh-50 {
    width: 50px;
    height: 50px;
}

.w-90{
    width: 90%;
}

.wh-20 {
    width: 20px;
    height: 20px;
}

.wh-45{
    width: 45px;
    height: 45px;
}

.pt-9{
    padding-top: 90px; 
}

.px-10{
    padding-left: 50px;
    padding-right: 50px;
}

.py-9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-15{
    padding-top: 150px;
    padding-bottom: 150px;
}

/* EFEITOS, SHADOW, MAIS */

.cp,
.links {
    cursor: pointer;
}

.tr-4,
.tr-4:hover,
.efeito {
    transition: 0.4s all;
}

.efeito:hover {
    transform: scale(0.97);
}


/* VARIAÇÕES DE BACKGROUNDS */
.bg-1 {
    background-color: #202020;
}
.bg-2{
    background-color: #161616 !important;
}

.bg-whats{
    background-color: #25d366 !important ;
}

/* cover:  a imagem pode não ser exibida por completo, precisando ser ajustada manualmente no codigo */
.bg-cover {
    background-size: cover;
}

/* nao permite que a imagem se repita */
.bg-norepeat {
    background-repeat: no-repeat;
}

/* bg-position: conseguimos definir a posição que a gente quer que a imagem seja exibida */
.bg-center {
    background-position: center;
}

.bg-contain{
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-op{
    background-color: #000000c4 !important;
}

.bg-trans{
    background-color: #00000000 !important;
}


/* VARIAÇÕES PARA FONTES E TEXTOS */

.text-1{
    color: #105fc5 !important;
} 
.text-2 {
    color: #5f5e5e;
}
.text-6 {
    color: #feb885  !important;
}

.insta{
    color: #454545 !important;
}

.fsize-14{
    font-size: 14px;
}

.text-justify{
    text-align: justify;
}

.ls-4{
    letter-spacing: 4px;
}