/*
 * metricas.co.mz
 */
 body {
   font-size: 14px;
   font-family: "Poppins", Helvetica;
 }
.theme-1 {
  background-color: #f4f4f4;

}
.logo {
  width: 94px;
}
.size-page {

}
#wrapper {
  min-height: 100%;
  height: auto !important;
  /* margin-bottom: -50px; /* the bottom margin is the negative value of the footer's total height */ */
}

#wrapper:after {
  content: "";
  display: block;
  /* height: 50px; /* the footer's total height */ */
}

#content {
  height: 100%;
}

#footer {
  /* height: 50px; /* the footer's total height */ */
}
/* footer {
  width: 100%;
  margin-top: 35px;
  background-color: #2b2f32;
  padding: 10px 0;
  bottom: 0;
}

footer .nav-link {
  color: #ffffff;
} */
.first-letter-uppercase {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f7931e;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 1.25rem;
  border-radius: 50%;
  font-weight: bold;
}
a.hello {
  color: #000;
  text-decoration: none;
}
a.hello:hover {
  color: #777;
}


.overlap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px #00000014;
}

.seja-bem-vindo-teste {
  font-size: 36px;
  font-weight: 400;
  color: #2e2e2e;
}

.span {
  font-weight: 900;
  color: #f7931e;
  font-size: 40px;
}

.login-with-google, .login-with-facebook {
  margin-bottom: 20px;
}

.or {
  margin-bottom: 20px;
}

.email, .password {
  margin-bottom: 20px;
}

.button {
  width: 100%;
  background-color: #f7931e;
  color: #ffffff;
  padding: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.button:hover {
  background-color: #e67e73;
}

.remember-me {
  margin-bottom: 20px;
}

.n-o-tem-uma-conta {
  font-size: 16px;
  color: #000000;
}

.text-wrapper-10 {
  color: #000000;
}

.text-wrapper-11 {
  color: #6257db;
}
.text-login-with {
  padding: 0 10px;
}
.button-login-with {
  background-color: #ffffff !important;
  box-shadow: 0px 4px 15px #0000001c;
  height: 60px;
}
.payment {
  border: none;
  margin-top: 10%;
  box-shadow: 0px 0px 4px #00000014;
}
.quiz {
  border: none;
  margin-top: 10%;
  box-shadow: 0px 0px 4px #00000014;
}

.login {
  border: none;
  margin-top: 10%;
  box-shadow: 0px 0px 4px #00000014;
}
.login a {
  text-decoration: none;
}
.float-right {
  float: right;
}
.margin-top-3 {
  margin-top: 3%;
}

.payment p {
  color: #676787;
  font-size: 1.2em;
}
p.dados-bancarios {
  font-size: 0.95em;
  padding: 0px 10px;
}

.step {
  display: none;
}
.step.active {
  display: block;
}
.cabecalho {
  width: 100%;
  margin-bottom: 10px;
}
.paginacao {
  color: #f7931e;
  float: right;
  font-size: 1.25em;
  font-weight: 600;
}
.end-paginacao {
  color: #676787;
}
.quiz .fa-arrow-left {
  color: #676787;
  font-size: 20px;
}
.progress-bar-bg-metricas {
  background-color: #f7931e;
}
.quiz .progress {
  background-color: #e8def8 !important;
  height: 5px;
}
.pergunta {
  text-align: center;
  color: #676787;
}
.alternativas ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.alternativas ul li {
  display: inline-block;
  width: 45%;
  margin: 10px 10px 0px 0px;
  padding: 0;
}
.alternativas ul li label {
  width: 100%;
  text-align: left;
}
.btn-alternativa {
  background-color: #e8def8;
}
.btn-alternativa:hover {
    color: #fff!important;
    background-color: #c4a7f7 !important;
    border-color: #a78bd5 !important;
}
.alternativas .btn-check:checked {
  color: #fff!important;
  background-color: #c4a7f7 !important;
  border-color: #a78bd5 !important;
}
.circulo-alternativa {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #65558f;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}

.sessao {
  margin-bottom: 10px;
}
.sessao p {
  font-size: 1.2em;
}
.pergunta-logica {
  background-color: #dddddd6b;
  border-radius: 4px;
}
.pergunta-logica img {
  height: 48px;
}
.pergunta ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pergunta li {
  display: inline-block;
}
.pergunta img {
  height: 40px;
  border: 1px solid #e8def8;
  padding: 2px;
}
.alternativas img {
  height: 64px;
  border: 1px solid #e8def8;
  padding: 2px;
  float: right;
}
.p-pergunta {
  font-size: 1em;
  font-weight: bold;
  color: #000;
}
.text-left {
  text-align: left;
}
.alternativa-3 {
  margin: 0;
}

input[name="valor"] {
    position: relative;
    padding-right: 20px; /* Add some space for the currency symbol */
    text-align: right; /* Alinha o texto à direita */
}

input[name="valor"]::after {
    content: " MT"; /* Adiciona o símbolo da moeda */
    position: absolute;
    right: 5px; /* Ajusta a posição do símbolo */
    top: 50%;
    transform: translateY(-50%); /* Centraliza verticalmente */
}
.font-size-40 {
  font-size: 40px;
}
.intro li {
  display: block;
  text-align: left;
  font-size: 1.15em;
}
#msg-invalid {
  display: none;
  color: red;
  width: 100%;
  margin-left: 40px;
}
.payment-message {
  color: #4CAF50;
  text-align: center;
  font-size: 1rem;
}
.chat-icon {
    position: fixed; /* Fixa o ícone na página */
    bottom: 20px; /* Define a distância da parte inferior */
    right: 20px; /* Define a distância da direita */
    background-color: #f7931e;
    color: white;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
}

.chat-icon:hover {
    background-color: #e67e22;
    color: #fff;
}
.homepage {
  padding: 0px;
}
.homepage .banner-container {
    background-image: url("/assets/img/banner-2.png"); /* Replace with your image URL */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 640px; /* Adjust as needed */
    padding-top: 5%;
}

.homepage .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-container h1 {
  font-size: 3.5rem;
  font-family: sans-serif;
  color: #f7931f;
  font-weight: bold;
}

.banner-container p {
  color: #444;
  font-size: 1.3rem;
}
.banner-container .btn {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
  animation: zoomInOut 1s linear infinite; /* Add animation */
}

.banner-container .btn:hover {
  background-color: #ff9800cc;
  border-color: #ff9800cc;
}

.banner-container a.btn {
  width: 200px;
  padding: 16px;
  font-weight: 500;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1); /* Start at normal size */
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Return to normal size */
  }
}

footer {
    background: #eef0f4;
    font-size: 1em;
    position: relative;
    clear: both;
}
footer .text-default, .text-color-default {
    color: #777 !important;
}
footer .footer-nav-phone {
    font-size: 16px !important;
    padding: 0 17px 0 0 !important;
}
/*
* Footer
*/
#footer {
		font-size: 1em;
}

#footer:before {
		content: '';
		position: absolute;
		display: block;
		background-color: #fafafc;
		top: -75px;
		width: 200%;
		z-index: 21;
		height: 75px;
		transform: rotate(-1deg);
}

@media (max-width: 1199px) {
		#footer:before {
				display: none;
		}
}

@media (min-width: 1200px) and (max-width: 1240px) {
		#footer .custom-container-info-socials {
				justify-content: flex-end !important;
		}
}

#footer .footer-nav-phone {
		font-size: 16px !important;
		padding: 0 17px 0 0 !important;
}

#footer .footer-nav-phone > span {
		width: 34px;
		height: 34px;
		line-height: 31px;
		background-color: #dde2ea;
		border-radius: 50%;
		text-align: center;
		margin-right: 8px;
}

#footer .footer-nav-email,
#footer .footer-nav-opening-hours {
		font-size: 12px !important;
		letter-spacing: -0.3px;
}

#footer .footer-nav-email > span,
#footer .footer-nav-opening-hours > span {
		width: 34px;
		height: 34px;
		line-height: 31px;
		background-color: #dde2ea;
		border-radius: 50%;
		text-align: center;
		margin-right: 6px;
}

#footer .footer-nav-email {
		margin-right: 15px;
}

#footer .footer-nav-opening-hours {
		margin-right: 20px;
}

#footer .footer-copyright {
		border-top: 1px solid #ced6e1;
		padding: 60px 0;
}
#footer .footer-copyright p {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
}

@media (max-width: 991px) {
		#footer .footer-column-get-in-touch {
				margin: 1rem 0;
		}
}

#footer .nav-footer > ul {
		padding: 0;
}

#footer .nav-footer > ul li {
		list-style: none;
}

#footer .nav-footer .dropdown-secondary a {
		font-size: 14px;
}

#footer .custom-row-footer {
		padding-top: 150px !important;
}

@media (max-width: 1199px) {
		#footer .custom-row-footer {
				padding-top: 60px !important;
		}
}

#footer .custom-row-footer .custom-footer-column-logo img {
		margin-bottom: 35px;
}
.bg-cinza {
  background-color: #eef0f4 !important;
}
footer .text-color-secondary {
  color: #000000a6 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
/*
* Social Icons
*/
.custom-social-icons li {
		box-shadow: none !important;
		margin: -1px 13px 0 0;
}

.custom-social-icons li a {
		width: 38px;
		height: 38px;
		line-height: 41px;
}

.custom-social-icons li:hover a {
		color: var(--dark--200) !important;
}

.custom-social-icons li:hover a > i[class*="text-color-"] {
		color: var(--light) !important;
}

/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
}

.social-icons li a {
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: var(--dark--200) !important;
	text-decoration: none;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.social-icons li:hover a {
	background: #151719;
	color: var(--light) !important;
}

.social-icons li:hover.social-icons-x a {
	background: #1aa9e1 !important;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a !important;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2 !important;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201 !important;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39 !important;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127 !important;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e !important;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a !important;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6 !important;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39 !important;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8 !important;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576 !important;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c !important;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107 !important;
}

.social-icons li:hover.social-icons-whatsapp a {
	background: #25d366 !important;
}

.social-icons.social-icons-dark li a {
	background: #181818;
}

.social-icons.social-icons-dark li a i {
	color: var(--light);
}

.social-icons.social-icons-dark-2 li a {
	background: #272a2e;
}

.social-icons.social-icons-dark-2 li a i {
	color: var(--light);
}

.social-icons.social-icons-transparent li {
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-gray li a {
	color: var(--default) !important;
}

.social-icons.social-icons-icon-gray li:hover a {
	color: var(--light) !important;
}

.social-icons.social-icons-icon-light li a i {
	color: var(--light);
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
	color: var(--light) !important;
}

.social-icons.social-icons-medium li a, .social-icons.social-icons-md li a {
	height: 33px;
	line-height: 33px;
	width: 33px;
	font-size: 14.4px;
	font-size: 0.9rem;
}

.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
	height: 48px;
	line-height: 50px;
	width: 48px;
}

@media (max-width: 400px) {
	.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
		height: 38px;
		line-height: 40px;
		width: 38px;
	}
}

.social-icons.social-icons-opacity-light li a {
	background: rgba(255, 255, 255, 0.04);
}

.social-icons.social-icons-clean-with-border li a {
	background: transparent;
	color: var(--light) !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-border-grey li a {
	border: 1px solid #e7e7e7;
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li a {
	color: #212121 !important;
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li:hover a {
	color: var(--light) !important;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
	background: var(--light);
}

.social-icons-dark.social-icons-clean li a,
.social-icons-dark-2.social-icons-clean li a {
	background: transparent;
	color: var(--light) !important;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: var(--default);
    transition: all 0.1s ease-in-out;
}
.custom-bg-color-light-grey {
    background: #dde2ea !important;
}
.text-grey, .text-color-grey {
    color: #969696 !important;
}
#text-danger {
  color: #f44336;
}
.text-danger {
  color: #f44336;
}
.input_warning{
  border: 1px solid #fcac38 !important;
}
