﻿:root {
    --bs-primary: #42C3C0;
    --bs-primary-rgb: 177, 140, 87;
    --bs-dark-primary: #987648;
    --bs-dark-primary-rgb: 152, 118, 72;
    --bs-light-primary: #FEF4E8;
    --bs-light-primary-rgb: 254, 244, 232;
    --bs-lighter-primary: #f8f5f0;
    --bs-lighter-primary-rgb: 248, 245, 240;
}

#loading {background-color: #182550;}

#loading .preloader-dot {
    width: 0;    height: 0;    border: 1px solid #d3aa43;    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;    margin: auto;    opacity: 1;    animation: preloader 3s ease infinite;
    -ms-animation: preloader 3s ease infinite;
    -moz-animation: preloader 3s ease infinite;
    -webkit-animation: preloader 3s ease infinite;
    -webkit-border-radius: 100%;     -moz-border-radius: 100%;    border-radius: 100%;    background-color: #efbf36;}

.bg-lighter-primary {   background-color: #efbf36!important;}
.bg-lighter-primary2 {   background-color: #a0d7dc!important;}


.back-to-top {    position: fixed;    display: none;    background: #ff8000;    color: var(--bs-white);    width: 44px;    height: 44px;    text-align: center;    line-height: 1;    border-radius: 50%;    right: 15px;    bottom: 15px;    transition: background 0.5s;    z-index: 11;}

.main-cont {max-width: 420px;    margin: 0 auto;}

.mr-30 {margin-right: 30px;}


.btn-primary:hover {  background-color: #ff930d !important;    border-color: var(--bs-dark-primary); }

.footer.footer-dark {background-color: #3e1e04;color: #ffffff;}

.circle {background-color: #ffffff;border: 2px solid #144958;border-radius: 50%;width: 120px;height: 120px;overflow: hidden;position: relative;margin: 0 auto;}
.circle img { /* position: absolute;*/  bottom: 0;  width: 100%;}

.fsize-25 {font-size: 25px !important;}
.fsize-20 {font-size: 20px !important;}
.fsize-22 {font-size: 22px !important;}
.fsize-18 {font-size: 18px !important;}
.fsize-2-5 {font-size: 2.35rem !important;}


.color-0 {color: #ffffff !important;}
.color-1 {color: #2757a1 !important;}
.color-2 {color: #063B42 !important;}
.color-3 {color: #543010 !important;}
.color-4 {color: #000000 !important;}

.bg-bk-lr {background-color: #FF9326; }
.bg-bk-az {background-color: #182550;}
.bg-bk-vd-claro {background-color: #4daf9d;}


.borda-btn {     padding-top: 10px;    padding-bottom: 10px;    padding-left: 10px;     color: #fff;     width: 100%;}

.mb-1 {    margin-bottom: 1px !important;}


.btn-primary {    background-color: #182550;    border-color: #a1330a;}

.btn-outline-white:hover {color: var(--bs-body-color);background-color: #ffbc00;border-color: var(--bs-white);}

p:target {  background-color: gold;}

html {  scroll-behavior: smooth; }

:target {  scroll-margin-top: .8em;}




