/* Variables */

:root {
	--main-yellow-color: #ffb513;
	--secondary-yellow-color: #f1a000;
	--primary-title: #333333;
	--green: #219653, 100%;
}

body {
	width: 100%;
	color: #222222;
}

.default-color {
	color: #2B8EB5;
}

.body-color {
	color: #222222;
}

.text-shadow {
	text-shadow: 3px 3px 1px rgba(145, 142, 140, 0.31);
}

html {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	letter-spacing: normal;
	color: #222222;
	text-align: justify;
}

.mt-9 {
	margin-top: 9rem !important;
}

.pt-9 {
	padding-top: 9rem !important;
}

.fs-8 {
	font-size: 0.75rem;
}

.fs-7 {
	font-size: 0.85rem;
}

.fs-6 {
	font-size: 1rem;
}

.fs-5 {
	font-size: 1.25rem;
}

.fs-4 {
	font-size: 1.5rem;
}

.fs-3 {
	font-size: 1.75rem;
}

.fs-2 {
	font-size: 2rem;
}

.fs-1 {
	font-size: 2.5rem;
}

.title {
	font-size: 5rem;
}

@media (max-width: 992px) {
	.fs-8 {
		font-size: 0.5rem;
	}

	.fs-7 {
		font-size: 0.6rem;
	}

	.fs-6 {
		font-size: 0.75rem;
	}

	.fs-5 {
		font-size: 1rem;
	}

	.fs-4 {
		font-size: 1.25rem;
	}

	.fs-3 {
		font-size: 1.5rem;
	}

	.fs-2 {
		font-size: 1.75rem;
	}

	.fs-1 {
		font-size: 2.25rem;
	}

	.title {
		font-size: 4.6rem;
	}
}

.extra-bold {

	text-shadow: 1px 0 0 currentColor;
}

.bolder {

	text-shadow: 3px 0 0 currentColor;
}

.btn {
	font-family: 'poppins';
	border-radius: .45rem !important;
	text-shadow: 0.5px 0 0 currentColor;
	border: none !important;
	padding: .5rem 1.5rem !important;
}

.btn-info {
	background: #2B8EB5 !important;
}

.btn-outline-info {
	color: #2B8EB5 !important;
}

.btn-outline-info:hover {
	color: white !important;
	background: #2B8EB5 !important;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.btn-shadow {
	box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, .2) !important;
}

.bold-medium {
	font-weight: 800;
}

.bold {
	font-weight: 700;
}

.semi-bold {
	font-weight: 600;
}

.light {
	font-weight: 500 !important;
}

.dark-grey {
	color: #373F41 !important;
}

.white {
	color: white !important;
}

.bold-white {
	color: white !important;
}

a.disabled {
	pointer-events: none;
	color: #ccc;
}

.line-height-small {
	line-height: 1.2em;
}

.line-height-medium {
	line-height: 1.5em;
}

.line-height-large {
	line-height: 2em;
}

.letter-spacing-medium {
	letter-spacing: 2px;
}

.btn.secondary {
	border-radius: 8px;
	border: solid 1px #219653;
	background-color: #219653;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	padding: 12px 25px;
}

.sticky.inline-media {
	position: fixed;
	top: calc(100vh - 115px);
	left: calc(100% - 50px);
	width: 100%;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.sticky-top {
	top: 110px !important;
}

/* .sticky.inline-media.scrolled {
    display: block;
} */

/* ex: Quem somos, Custos, Blog */

@media screen and (max-width: 990px) {
	.hide-background-lg {
		background-image: none;
	}
}

/* @media screen and (max-width: 900px) {

    modal-content {
        width: 50%;
        left: 25%;
    }
} */

@media screen and (max-width: 768px) {
	.hide-background-md {
		background-image: none;
	}

	.break-word-md {
		-ms-word-break: break-all;
		-ms-word-wrap: break-all;
		-webkit-word-break: break-word;
		-webkit-word-wrap: break-word;
		word-break: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media screen and (max-width: 576px) {
	.dropdown-menu .dropdown-item {
		white-space: pre-wrap;
	}

	.break-word {
		-ms-word-break: break-all;
		-ms-word-wrap: break-all;
		-webkit-word-break: break-word;
		-webkit-word-wrap: break-word;
		word-break: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

	.hide-background-sm {
		background-image: none;
	}
}

@media screen and (min-width: 990px) {
	.white-md {
		color: white;
	}
}

.primary-title {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
}

/* Ex: Mulheres fortes investem */

.primary-text {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	line-height: 1.16;
	letter-spacing: -1px;
	color: white;
}

/* Construa seu patrimonio */

.secondary-text {
	font-family: Poppins;
	font-weight: bold;
	color: var(--main-yellow-color);
}

.terciary-text {
	font-size: 18px;
	line-height: 1.44;
	font-weight: 500;
	color: white;
}

/* Criar plano */

.button {
	border-radius: 8px;
	border-color: transparent;
	text-decoration: none;
	padding: 10px 20px;
}

.button-small {
	border-radius: 8px;
	border-color: transparent;
	text-decoration: none;
	padding: 0px 10px;
}

.button-xsmall {
	border-radius: 8px;
	border-color: transparent;
	text-decoration: none;
	padding: -5px 10px;
}

/* Login */

.button-default {
	background-color: white;
	color: black;
}

.button-action {
	background-color: #0E7E84;
	color: white;
}

.button-default:hover {
	background-color: rgb(146, 146, 146);
	color: black;
}

.button-action:hover {
	background-color: #0a5b5f;
	color: rgb(226, 226, 226);
}

.button-newsletter {
	background-color: #2B8EB5;
	color: white;
}

.secondary-button {
	height: 40px;
	border-radius: 8px;
	border: solid 1px var(--secondary-yellow-color);
	background-color: white;
	color: var(--secondary-yellow-color);
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.dropdown-menu .dropdown-item {
	text-align: center;
}

.link {
	cursor: pointer;
}

.link-inherit {
	cursor: default;
}

.modal.show {
	background: rgb(0, 0, 0, 0.5) !important;
}

/* Navbar */
.navbar .dropdown-toggle[aria-expanded="true"] {
	background-color: #fff;
}

.navbar .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border: none;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #F2C6C5;
	color: #000000;
}

/* Modal Content */

/* .modal-content {
    position: absolute;
    top: 40%;
    left: 33%;
    width: 33%;
    padding: 3em;
    background-color: #e7e7e7;
    border-radius: 30px;
} */

.modal-content img {
	margin-top: 10px;
}

.modal-content p {
	margin-top: 20px;
	text-align: center;
	color: rgb(0, 0, 0);
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.fw-bold {
	font-weight: bold;
}