/* VARIASTRAP - GERAL */
/* OUTROS */

.sdw-inset {
    -webkit-box-shadow: inset 0px 0px 33px -9px rgba(194, 194, 194, 1);
    -moz-box-shadow: inset 0px 0px 33px -9px rgba(194, 194, 194, 1);
    box-shadow: inset 0px 0px 33px -9px rgba(194, 194, 194, 1);
}

.btn:hover {
    background-color: #95ff49 !important;
    color: #00317a !important;
}

/* PADDING, MARGIN, ALTURAS, LARGURAS */
.wh-50 {
    width: 50px;
    height: 50px;
}

.pb-9 {
    padding-bottom: 100px;
}

.w-90 {
    width: 90%;
}

.pt-9 {
    padding-top: 90px;
}

.py-9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.wh-280 {
    width: 280px !important;
    height: 280px !important;
}

.mtn-4 {
    margin-top: -40px !important;
}

.mtn-2 {
    margin-top: -20px !important;
}

.h-300 {
    height: 300px !important;
}

.wh-450 {
    width: 450px !important;
    height: 450px !important;
}

.h-400 {
    height: 400px !important;
}

.men-5{
    margin-right: -50px !important;
}

.mtn-15{
    margin-top: -150px !important;
}

/* 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: #00317a !important;
}

.bg-2{
    background-color: #90b6c8 !important;
}

.bg-3{
    background-color: #78e325 !important;
}

.bg-transparent {
    background-color: transparent !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;
}

.bg-contain {
    background-size: contain;
}

.bg-100 {
    background-size: 100% 100%;
}

.bg-100x {
    background-size: 100% auto;
}

.bg-fixed {
    background-attachment: fixed;
}

/* 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-bottom {
    background-position: bottom;
}

.bg-end {
    background-position: right;
}

.bg-op {
    background-color: #0000009a;
}

.bg-op-2 {
    background-color: rgba(255, 255, 255, 0.616);
}

/* VARIAÇÕES PARA FONTES E TEXTOS */
.text-1 {
    color: #00317a !important;
}

.text-2 {
    color: #90b6c8 !important;
}

.vendya {
    font-family: 'Vendya' !important;
}

.fsize-13 {
    font-size: 13px;
}

.fsize-14 {
    font-size: 14px;
}

.fsize-15 {
    font-size: 15px !important;
}

.fsize-40 {
    font-size: 40px !important;
}

.text-justify {
    text-align: justify ! important;
}

.sombra {
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.20);
}

.text-rotate {
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
}

.ancora{
    padding-top: 90px !important;
    margin-top: -90px !important;
}