@import "./root/root.css";
@import "./components/color.css";
@import "./components/form.css";
@import "./components/loading.css";
@import "./home/home.css";
@import "./site/site.css";
@import "./app/home.css";
@import "./totalpass/totalpass.css";
@import "./cadastro/cadastro.css";
@import "./asasdainclusao/asasdainclusao.css";
@import "./medicamento/medicamento.css";
@import "./footer/footer.css";
@import "./whatsapp/whatsapp.css";

*{
	font-family: 'Montserrat', sans-serif;
}

:root{
/*	--primary:#020120;*/
	--primary:#0030B9;
	--secundary:#21e5ff;
	--color-white:#ffffff;
}
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}

body {
	color: #373b48;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}


/*footer*/
.footer {
	position: relative;
	width: 100%;
	background: #0f0e25f2 url('../imagens/footer.png');
	padding: var(--section-padding) 0 30px 0;
	color: #fff;
}

.footer .flex {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	align-items: center;
	place-items: center;
}

.footer__logo img {
	width: 200px;
	margin-bottom: 10px;
}

.footer__logo p {
	font-size: .9rem;
}

.footer__links_ul.social {
	display: flex;
	gap: 30px;
	flex-direction: flex-end;
}

.footer__links_ul li {
	text-transform: lowercase;
	list-style: none;
	font-size: .9rem;
	margin-bottom: .8rem;
}

.footer__links_ul.social li {
	list-style: none;
}

.footer__links_ul.social li i {
	font-size: 30px;
}

.footer__links_ul a {
	display: block;
	padding: 5px 0;
	font-size: var(--font-size-h5);
	color: #fff;
	font-size: .9rem;
	max-width: max-content;
	text-transform: lowercase;
}

.footer__links_ul a:hover {
	color: var(--secundary);
}

.footer__copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__copy {
	margin-top: 90px;
}

.footer__copy_dev a {
	color: #eee;
	opacity: .4;
}



@media (max-width: 768px) and (max-width: 992px) {
  /* Estilo para dispositivos com relação de aspecto 16:9 ou maior */
  .tab-container {
  	display: block;
  }
}

@media (max-width: 768px) and (max-width: 992px) {
  /* Estilo para dispositivos com relação de aspecto 16:9 ou maior */
  .section__plan .flex {
  	flex-wrap: wrap;
  	display: block;
  }
  .grade {
  	width: 90%;
  	grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) and (max-width: 992px) {
  /* Estilo para dispositivos com relação de aspecto 16:9 ou maior */
  .footer .flex {
  	flex-wrap: wrap;
  	display: block;
  }
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button a {
    display: block;
    background-color: #25d366; /* Cor do WhatsApp */
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 60px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.whatsapp-button a:hover {
    background-color: #128c7e; /* Cor de destaque ao passar o mouse */
}

/* Estilize o ícone do WhatsApp conforme necessário */
.whatsapp-button img {
    width: 100%;
    height: auto;
}

@import "owl.theme.default.css";
@import "owl.carousel.css";
@import "slide.css";