:root {
    --laranja: #F5821F;
    --azul: #00AEEF;
    --lilas: #EB1D68;
    --verde: #419873;
    --vermelho: #D90202;
    --roxo: #730084;
}

body {
    background-color: #F4F4F4;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
}

p {
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
}

ul {
    font-size: 15px;
}

table {
    font-size: 14px;
}

table a {
    color: white;
    background-color: gray;
    padding: 3px 10px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

table a:hover {
    background-color: black;
    color: white;
}

.cell-download {
    min-width: 110px;
    text-align: right;
}

.bg-white-20 {
    background-color: rgb(255 255 255 / 20%);
}

.bg-blue {
    background-color: #56B0DC !important;
}

.bg-green {
    background-color: #B6CA68 !important;
}

.bg-yellow {
    background-color: #EAC348 !important;
}

.bg-purple {
    background-color: #BD75A2 !important;
}

.btn {
    border-radius: 60px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}


/* Button Red */

.btn-red {
    color: white;
    background-color: #BC3935;
    border-color: #BC3935;
}

.btn-red:active,
.btn-red:hover,
.btn-red:focus {
    color: white;
    background-color: #a0322e;
    border-color: #a0322e;
}

.btn-red:active:focus,
.btn-red:focus {
    box-shadow: 0 0 0 0.25rem rgb(132 32 41 / 50%);
}


/* Button Light Green */

.btn-green {
    color: white;
    background-color: #419873;
    border-color: #419873;
}

.btn-green:active,
.btn-green:hover,
.btn-green:focus {
    color: white;
    background-color: #2b654c;
    border-color: #2b654c;
}

.btn-green:active:focus,
.btn-green:focus {
    box-shadow: 0 0 0 0.25rem hsla(154, 40%, 28%, 0.5);
}


/* Button Light Blue */

.btn-blue {
    color: black;
    background-color: #56B0DC;
    border-color: #56B0DC;
}

.btn-blue:active,
.btn-blue:hover,
.btn-blue:focus {
    color: black;
    background-color: #48a6d4;
    border-color: #48a6d4;
}

.btn-blue:active:focus,
.btn-blue:focus {
    box-shadow: 0 0 0 0.25rem rgb(72 166 212 / 50%);
}


/* Button White */

.btn-white {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-white:active,
.btn-white:hover,
.btn-white:focus {
    color: black;
    background-color: rgb(236, 236, 236);
    border-color: rgb(236, 236, 236);
}

.btn-white:active:focus,
.btn-white:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: calc(66px + 3rem);
}

.content {
    min-height: 1200px;
}

.box-shadow {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}


/* OFFCANVAS */

.offcanvas {
    background-color: transparent;
    justify-content: center;
}

.offcanvas-body {
    flex-grow: 0;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.nav-menu {
    padding: 15px;
}

.nav-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.nav-menu ul li {
    padding: 6px;
    border-radius: 5px;
}

.nav-menu ul li.active {
    background-color: #EAC348;
    transition: 0.3s ease background-color;
}

.nav-menu ul li.active a {
    color: black;
}

.nav-menu ul li a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}


/* ---- TNS SLIDER ---- */

.tns-horizontal.tns-subpixel>.tns-item {
    vertical-align: initial;
}

.tns-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.hero-slider-container {
    position: relative;
}

.control {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    z-index: 1;
}

.control.left {
    left: 0;
    justify-content: start;
}

.control.right {
    right: 0;
    justify-content: end;
}

.control button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 25px;
}

.depo-slider-container .tns-ovh {
    overflow-y: visible;
    overflow-x: clip;
}

#depoimentos {
    padding-top: 4.5rem;
}

.depo-item img {
    width: 100%;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
    margin-top: -3rem;
    border: 5px white solid;
}

.depo-item p {
    margin-bottom: 0;
}

.circle-number {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
    color: black;
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
}

.txt-columns {
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.logo-wrapper img {
    max-width: 150px;
    padding: 10px;
}

#newsletter input[type="text"],
#newsletter input[type="email"] {
    background-color: #E8E8E8;
    border: none;
}

#newsletter label {
    font-size: 14px;
    font-weight: 700;
}

.doar-container {
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.button-wrapper {
    position: relative;
}

.button-wrapper span {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    width: 90px;
    background-color: #eac348;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px white solid;
}

.button-wrapper span:after, .button-wrapper span:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.button-wrapper span:after {
	border-color: rgba(234, 195, 72, 0);
	border-left-color: #EAC348;
	border-width: 8px;
	margin-top: -8px;
}
.button-wrapper span:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 9px;
	margin-top: -9px;
}

.button-wrapper a {
    display: flex;
    background-color: var(--verde);
    color: white;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.452);
    border-radius: 50%;
}


/*--- Doação ---- */

.doar-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    column-gap: 15px;
    row-gap: 15px;
}

.doar-item {
    position: relative;
    top: 0;
    border-radius: 10px;
    box-shadow: 0px 10px 29px -13px rgb(0 0 0 / 40%);
    overflow: hidden;
    transition: 0.2s all ease-in-out;
}
.doar-item:hover {
    top: -5px;
}

.doar-item .bloco {
    padding: 20px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.doar-wrapper h2 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
}

.doar-wrapper h3 {
    line-height: 1;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.doar-btn-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: 15px;
}
.sidebar-badges {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px;
    row-gap: 20px;
}
.sidebar-badges img {
    max-height: 100px;
    margin: 0 auto;
}

.valor-box {
    display: flex;
    align-items: flex-end;
}

.valor-box .info {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 10px;
}

.valor-box .valor {
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
}
.info .moeda {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.info .texto {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.por-mes {
    text-transform: uppercase;
    font-weight: 700;
}
.barra {
    width: 100%;
    height: 10px;
    background-color: black;
    display: block;
}

.doar-item.doar-15 a .barra {
    background-color: var(--laranja);
}
.doar-item.doar-15 a .valor,
.doar-item.doar-15 a .moeda
{
    color: var(--laranja);
}

.doar-item.doar-25 a .barra {
    background-color: var(--azul);
}
.doar-item.doar-25 a .valor,
.doar-item.doar-25 a .moeda
{
    color: var(--azul);
}

.doar-item.doar-40 a .barra {
    background-color: var(--lilas);
}
.doar-item.doar-40 a .valor,
.doar-item.doar-40 a .moeda
{
    color: var(--lilas);
}

.doar-item.doar-80 a .barra {
    background-color: var(--verde);
}
.doar-item.doar-80 a .valor,
.doar-item.doar-80 a .moeda
{
    color: var(--verde);
}

.doar-item.doar-100 a .barra {
    background-color: var(--roxo);
}
.doar-item.doar-100 a .valor,
.doar-item.doar-100 a .moeda
{
    color: var(--roxo);
}
