/*
Theme Name: Theme Unilaser
Theme URI: 
Author: Geovani Assis Pereira e Henrique Quintino
Author URI: https://geovaniassis.dev.br
Description: Tema oficial da Unilaser, iniciado em 18 de Abril de 2024.
Created: 18 de Abril de 2024
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

/***************************************************************************
       Cores
****************************************************************************

	Branco				    = #ffffff
	Preto					    = #323232
  Azul Escuro		    = #081a3e
	Azul Transparente = #081a3ee0;
	Verde					    = #7fbf1c

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
	--cor-branco: #ffffff;
	--cor-preto: #323232;
	--cor-azul-escuro: #081a3e;
	--cor-azul-transparente: #081a3ee0;
	--cor-verde: #7fbf1c;
}

/***************************************************************************
        All
***************************************************************************/

html,
body {
	margin: 0;
	overflow-x: clip;
}

* {
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}

a:hover {
	color: var(--cor-branco);
}

button:focus {
	outline: none;
}


.transition_on *,
.transition_on {
	transition: ease .5s all !important;
}

.transition_off *,
.transition_off {
	transition: none !important;
}

.mrg-0 {
	margin: 0px;
}

.mrg-top-30 {
	margin-top: 30px;
}

.mrg-top-45 {
	margin-top: 45px;
}

.mrg-top-50 {
	margin-top: 50px;
}

.mrg-bot-30 {
	margin-bottom: 30px !important;
}

.mrg-bot-40 {
	margin-bottom: 40px;
}

.mrg-bot-50 {
	margin-bottom: 50px;
}

.mrg-bot-60 {
	margin-bottom: 60px;
}

.mrg-bot-75 {
	margin-bottom: 75px;
}

.pdd-0 {
	padding: 0 !important;
}

.pdd-15 {
	padding: 15px !important;
}

.pdd-0-15 {
	padding: 0 15px !important;
}

.pdd-50-0 {
	padding: 50px 0 !important;
}

.pdd-80-0 {
	padding: 80px 0 !important;
}

.pdd-25-0-0 {
	padding: 25px 0 0 !important;
}

.pdd-0-15-0-0 {
	padding: 0 15px 0 0 !important;
}

.pdd-lef-30 {
	padding-left: 30px !important;
}

.pdd-lef-35 {
	padding-left: 35px !important;
}

.pdd-lef-40 {
	padding-left: 40px !important;
}

.pdd-lef-45 {
	padding-left: 45px !important;
}

.pdd-lef-50 {
	padding-left: 50px !important;
}

.pdd-lef-55 {
	padding-left: 55px !important;
}

.pdd-lef-60 {
	padding-left: 60px !important;
}

.pdd-lef-65 {
	padding-left: 65px !important;
}

.pdd-lef-70 {
	padding-left: 70px !important;
}

.pdd-lef-75 {
	padding-left: 75px !important;
}

.pdd-lef-80 {
	padding-left: 80px !important;
}

.pdd-lef-85 {
	padding-left: 85px !important;
}

.pdd-lef-90 {
	padding-left: 90px !important;
}

.pdd-lef-95 {
	padding-left: 95px !important;
}

.pdd-lef-100 {
	padding-left: 100px !important;
}

.pdd-lef-105 {
	padding-left: 105px !important;
}

.pdd-lef-110 {
	padding-left: 110px !important;
}

.pdd-lef-115 {
	padding-left: 115px !important;
}

.pdd-lef-120 {
	padding-left: 120px !important;
}

.pdd-lef-125 {
	padding-left: 125px !important;
}

.pdd-lef-150 {
	padding-left: 150px !important;
}

.pdd-bot-50 {
	padding-bottom: 50px !important;
}

.pdd-bot-100 {
	padding-bottom: 100px !important;
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.nao-quebrar {
	white-space: nowrap;
}

.align_self-center {
	align-self: center;
}

.text_align_last-center {
	text-align-last: center;
}

.align_items-center {
	align-items: center;
}

.blc-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.blc-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blc-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.dpy-flex {
	display: flex;
}

.dpy-flow-root {
	display: flow-root;
}

.dpy-inline-block {
	display: inline-block;
}

.flt-left {
	float: left;
}

.flt-right {
	float: right;
}

span {
	color: var(--cor-verde);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

h2 {
	font-weight: 300;
	color: var(--cor-azul-escuro);
	text-transform: uppercase;
	font-size: 40px;
}

h2>span {
	font-weight: 700;
	color: var(--cor-azul-escuro);
	text-transform: uppercase;
	font-size: 40px;
}

p {
	color: var(--cor-preto);
}

.btn-verde {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	width: 200px;
	height: 43px;
	background-color: var(--cor-verde);
	color: var(--cor-branco);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
}

.btn-verde:hover {
	background-color: #659915;
}

.paginacao .wp-pagenavi {
	display: flex;
}

.paginacao a,
.paginacao span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--cor-branco);
	border-radius: 100%;
	margin-right: 10px;
	transition: ease .5s all;
	background: #c2c2c2;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.paginacao a:hover,
.paginacao span {
	background: var(--cor-verde);
}

/***************************************************************************
	Menu
***************************************************************************/

header {
	background-color: var(--cor-azul-transparente);
	position: fixed;
	width: 100%;
	z-index: 99;
}

header a.logomenu img {
	width: 100%;
	max-width: 150px;
}

header .navbar-nav {
	display: flex;
	flex-direction: row;
}

header .navbar-nav a,
header .navbar-nav a:not([href]):not([tabindex]) {
	color: var(--cor-branco);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px;
}

/* Popup WhatsApp - estilos */
.wa-popup {
	display: none
}

.wa-popup.visible {
	display: block
}

.wa-popup__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998
}

.wa-popup__card {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--cor-branco);
	color: var(--cor-preto);
	z-index: 9999;
	max-width: 520px;
	width: calc(100% - 40px);
	border-radius: 10px;
	padding: 24px 24px 18px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	border-left: 6px solid var(--cor-verde);
}

.wa-popup__card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: var(--cor-azul-escuro);
	text-transform: uppercase
}

.wa-popup__card p {
	margin: 0 0 16px;
	line-height: 1.4
}

.wa-popup__close {
	position: absolute;
	right: 12px;
	top: 8px;
	background: transparent;
	border: 0;
	font-size: 28px;
	line-height: 1;
	color: var(--cor-azul-escuro);
	cursor: pointer
}

.wa-popup__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px
}

.wa-popup__cta {
	display: inline-block;
	padding: 10px 16px;
	background: var(--cor-verde);
	color: var(--cor-branco);
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 700
}

.wa-popup__cta:hover {
	background: #66a916
}

.wa-popup__dont {
	font-size: 13px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 8px
}

.wa-popup__dont input {
	width: 16px;
	height: 16px
}

@media (max-width:480px) {
	.wa-popup__card {
		padding: 18px;
		border-radius: 8px
	}

	.wa-popup__actions {
		flex-direction: column;
		align-items: stretch
	}

	.wa-popup__dont {
		text-align: left
	}
}

header .navbar-nav .ativo a,
header .navbar-nav a:hover,
header .navbar-nav a:not([href]):not([tabindex]):hover {
	color: var(--cor-verde);
}

header .social img {
	margin: 0 7px;
}

header form .input {
	background-color: var(--cor-branco);
	width: 225px;
	height: 43px;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 6px);
	background-position-y: calc(100% - 4px);
	margin: 0 8px;
	padding: 0 19px;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 47px;
}

header form .btn {
	background-image: url('https://unilaseroftalmo.com/wp-content/uploads/2024/06/icon-lupa-header.png');
	width: 35px;
	height: 35px;
	position: absolute;
	margin: 4px 0 0 -50px;
}

header .ona-menu img {
	margin: 0;
}

header ul .nav-item.active a {
	color: var(--cor-verde);
}

#menu-primeiro {
	padding-bottom: 13px;
}

#menu-segundo {
	padding: 10px 0;
}







#menu-segundo .submenu {
	top: auto;
	margin-top: -1px;
}

#menu-segundo ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

#menu-segundo ul li>ul {
	flex-direction: column;
	height: auto;
}

#menu-segundo ul li ul {
	width: max-content;
	max-width: 280px;
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	display: none;
	margin-top: -11px;
}

#menu-segundo ul ul ul {
	right: -75%;
	border: none;
	margin-top: -43px;
	position: absolute;
	background: #1c61a2;
}

#menu-segundo ul ul {
	border-top: 3px solid var(--cor-branco);
	float: none;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #164775;
	-webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
	box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}

#menu-segundo ul li li {
	display: block;
	width: 100%;
}

#menu-segundo ul li li a {
	text-align: left;
	display: block;
	padding: 10px 18px !important;
	position: relative;
	outline: none;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	font-size: 15px;
}

#menu-segundo .submenu {
	min-width: 203px;
}

#menu-segundo .subsubmenu {
	float: right;
	margin: -45px 0 0 203px;
	width: 280px;
	top: auto !important;
}



#menu-segundo .primeira-linha ul li .sub-submenu a {
	color: var(--cor-branco) !important;
}

/***************************************************************************
	Banner Principal
***************************************************************************/

.banner-principal .container {
	padding-top: 390px;
}

.banner-principal.novo {
	padding-top: 181px;
	background-image: url(https://unilaseroftalmo.com/wp-content/uploads/2024/06/banner-principal-novo.png);
	height: 414px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	align-items: center;
	display: flex;
	justify-content: center;
}

.banner-principal.novo h2 {
	font-weight: 700;
	font-size: 38px !important;
	line-height: 30px !important;
}

.banner-principal.novo .container {
	padding-top: 0;
}

.banner-principal .container span {
	font-size: 22px;
}

.banner-principal .container h2 {
	font-size: 45px;
	max-width: 390px;
	line-height: 50px;
}

.banner-principal.novo .container h2 {
	max-width: 100%;
}

.banner-principal .container h2>span {
	font-size: 50px;
}

.banner-principal .container p {
	font-size: 20px;
	max-width: 370px;
	line-height: 20px;
}

.banner-principal .owl-dots {
	transform: rotate(90deg);
	position: absolute;
	top: 42%;
	left: 2%;
}

.banner-principal .owl-dots .owl-dot {
	display: inline-flex;
	padding: 8px 4px;
	align-items: flex-start;
}

.banner-principal .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #b9b9b9;
}

.banner-principal .owl-dots .owl-dot.active span {
	background-color: var(--cor-azul-escuro);
}

.banner-principal .btn-verde {
	width: 190px;
}

/***************************************************************************
	Cards
***************************************************************************/

.cards {
	position: relative;
	margin-top: -250px;
	z-index: 10;
}

.cards .card,
.noticias .card {
	width: 100%;
	min-height: 300px;
	border: none;
	padding: 30px 20px;
	border-radius: 6px;
	background: transparent;
}

.cards .col-lg-4 img,
.cards .col-lg-8 img,
.cards .col-12 img,
.noticias .col-lg-4 img {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 0;
	height: 307px;
	object-fit: cover;
	padding: 0 15px;
}

.cards .col-lg-8 img {
	left: auto;
}

.cards .col-12 {
	display: none;
}

.cards .col-lg-8 .card,
.cards .col-12 .card {
	padding: 30px 50px;
}

.cards .card h2,
.cards .card span,
.cards .card p,
.cards .card ul li,
.noticias .card h2,
.noticias .card span,
.noticias .card p,
.noticias .card ul li {
	color: var(--cor-branco);
}

.cards .card h2,
.cards .card span,
.noticias .card h2,
.noticias .card span {
	font-size: 25px;
	line-height: 25px;
	max-width: 265px;
}

.cards .card ul {
	margin-top: 10px;
	padding-left: 18px;
}

.cards .card ul li,
.noticias .card ul li {
	font-weight: 600;
	line-height: 17px;
}

.cards .card p,
.noticias .card p {
	font-weight: 300;
	line-height: 18px;
	max-width: 300px;
}

.cards .card .lista {
	display: flex;
	gap: 90px;
}

.cards .card .lista .item p {
	max-width: 267px;
	margin-top: 10px;
}

.card .btn-verde {
	width: 160px;
}

.card .lista .item .btns {
	display: flex;
	gap: 10px;
	margin-top: 43px;
}

/***************************************************************************
	Conheça
***************************************************************************/

section.conheca {}

.conheca .col-lg-6 p {
	max-width: 490px;
}

.conheca .checks {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.conheca .checks .item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.conheca .checks .item p {
	line-height: 20px;
}

.conheca .btn-verde,
.exames .btn-verde,
.aproveite .btn-verde {
	width: 160px;
}

.conheca .contador {
	margin-top: 40px;
}

.conheca .contador,
.conheca .contador .item,
.atendimento .item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.conheca .contador .item .text {
	display: flex;
	flex-direction: column;
	line-height: 30px;
}

.conheca .contador .item .text b,
.conheca .contador .item .text b>span {
	color: var(--cor-azul-escuro);
	font-size: 40px;
	font-weight: 700;
}

.conheca .contador .item .text p {
	max-width: 200px;
	margin-bottom: 0;
	line-height: 15px;
	margin-top: 10px;
}

/***************************************************************************
	Visita
***************************************************************************/

section.visita {
	margin-top: 140px;
}

.visita img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.visita .caixa {
	position: relative;
	align-self: baseline;
}

.visita .caixa img {
	position: absolute;
	top: -40px;
	left: -30px;
	height: 92px;
}

.visita .caixa img,
.visita .caixa {
	width: 183px !important;
}

.visita .caixa .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
	display: flex;
	flex-direction: column;
}

.visita .caixa .text p {
	color: var(--cor-branco);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	max-width: 130px;
	line-height: 20px;
}

.visita .col-lg-6 p {
	max-width: 445px;
}

/***************************************************************************
	Exames
***************************************************************************/

section.exames {
	margin-top: 120px;
}

.exames img,
.card-search-exame img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.exames .exame,
.card-search-exame .exame {
	width: calc(100% - 60px);
	min-height: 106px;
	padding: 15px 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 6px;
	background-color: var(--cor-branco);
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.11);
	margin-top: -30px;
	display: flex;
	justify-content: center;
}

.exames .exame .btns,
.card-search-exame .exame .btns {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0 15px;
	margin-top: 20px;
}

.exames .exame .btns .btn-verde,
.card-search-exame .exame .btns .btn-verde {
	width: 100%;
	max-width: 130px;
	padding: 0 10px;
	font-size: 12px;
}

.exames .exame span,
.card-search-exame .exame span {
	font-size: 16px;
}

.exames .exame h4,
.medicos h4,
.card-search-exame .exame h4 {
	font-size: 18px;
	color: var(--cor-azul-escuro);
	text-transform: uppercase;
	font-weight: 700;
	max-width: 100%;
	margin: 0 15px;
	min-height: 87px;
	display: flex;
	align-items: center;
}

.exames.novo h2 {
	font-size: 40px;
	max-width: 350px;
	line-height: 38px;
}

.exames a,
.card-search-exame a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.exames.interna h2>span {
	font-size: 32px;
}

.exames.interna p {
	max-width: 485px;
}

.exames.interna .col-lg-6 {
	display: grid;
}

.exames.interna .btn-verde {
	width: 250px;
	align-self: end;
}

.exames.interna img {
	height: 415px;
	object-fit: cover;
}

/***************************************************************************
	Aproveite
***************************************************************************/

section.aproveite {
	margin-top: 120px;
	background-image: url(https://unilaseroftalmo.com/wp-content/uploads/2024/06/banner-aproveite.png);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 424px;
	padding: 59px 0px;
	background-size: cover;
}

.aproveite img {
	width: 100%;
	margin-top: -100px;
}

.aproveite .col-lg-6 {
	padding-top: 120px;
}

.aproveite h2,
.aproveite h2>span {
	color: var(--cor-branco);
	max-width: 400px;
}

.aproveite p {
	color: var(--cor-branco);
	max-width: 450px;
}

/***************************************************************************
	Médicos
***************************************************************************/

section.medicos {
	margin-top: 120px;
}

.medicos .medico {
	position: relative;
}

.medicos .medico img {
	width: 100%;
	height: auto;
	max-height: 273px;
}

.medicos a .medico .triangulo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid var(--cor-verde);
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.medicos a .medico .triangulo .lupa {
	transform: translate(50%, -200%);
	display: flex;
	flex-direction: column;
	transform: rotate(-180deg);
	translate: 85% -210%;
}

.medicos a .medico .triangulo .lupa img {
	width: 17px;
	height: 17px;
}

.medicos h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-left: 0;
	max-width: 100%;
	text-transform: none;
	line-height: 18px;
}

.medicos.novo .col-12 p {
	max-width: 840px;
}

.medicos.novo .col-lg-3 h4 {
	max-width: 180px;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.medicos.novo .col-lg-3 p {
	margin-bottom: 0;
	min-height: 96px;
}

.medicos.novo .col-lg-3 b {
	color: var(--cor-verde);
}

.medicos.novo .col-lg-3 b>span {
	font-family: monospace;
	transition: ease .5s all;
}

.medicos.novo a:hover b>span {
	margin-left: 30px;
}


.medicos.novo .interno img {
	width: 100%;
	height: auto;
	max-width: 255px;
	margin: 0 auto 20px;
	display: block;
}

/***************************************************************************
	Siga
***************************************************************************/

section.siga {
	margin-top: 70px;
}

.siga h2 {
	color: var(--cor-preto);
	font-weight: 600;
	font-size: 26px;
	margin-top: 5px;
	text-align: center;
}

.siga h2>span,
.siga h2>span a {
	color: var(--cor-verde);
	font-weight: 600;
	font-size: 26px;
}

.siga .item img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

/***************************************************************************
	Convênios
***************************************************************************/

section.convenios {
	margin: 120px 0;
}

.convenios h2,
.convenios h2>span {
	text-align: center;
	font-size: 26px;
	max-width: 400px;
	margin-bottom: 20px;
	line-height: 25px;
}

.convenios .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.convenios .item img {
	width: 150px !important;
	height: 34px;
	object-fit: contain;
	aspect-ratio: 1 / 1;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.convenios .item img:hover {
	filter: grayscale(0%);
}

.convenios .owl-carousel .owl-dots,
.convenios .owl-carousel .owl-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 180%;
	left: 2%;
}

.convenios .owl-carousel .owl-dots .owl-dot,
.convenios .owl-carousel .owl-dots .owl-dot {
	display: inline-flex;
	padding: 8px 4px;
	align-items: flex-start;
}

.convenios .owl-carousel .owl-dots .owl-dot span,
.convenios .owl-carousel .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #b9b9b9;
}

.convenios .owl-carousel .owl-dots .owl-dot.active span,
.convenios .owl-carousel .owl-dots .owl-dot.active span {
	background-color: var(--cor-azul-escuro);
}

/***************************************************************************
	Quem Somos
***************************************************************************/

section.quem-somos {
	margin-top: 120px;
}

.quem-somos h2 {
	max-width: 300px;
	line-height: 40px;
}

.quem-somos p {
	max-width: 400px;
}

.quem-somos .btn-verde {
	width: 230px;
	font-size: 14px;
}

.quem-somos img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

/***************************************************************************
	Missão e Valores
***************************************************************************/

section.missao-valores {
	margin-top: 180px;
}

.missao-valores .card {
	padding: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	width: 100%;
	min-height: 300px;
	border: none;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
	cursor: default;
	display: flex;
	justify-content: center;
}

.missao-valores .card:hover {
	transform: scale(1.1);
}

.missao-valores .card:hover .circle {
	background-color: #659915;
}

.missao-valores .card .card-header {
	display: flex;
	justify-content: center;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}

.missao-valores .card .circle {
	background-color: var(--cor-verde);
	width: 105px;
	height: 105px;
	position: absolute;
	top: -50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.missao-valores .card .circle .icon {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.missao-valores .card .card-title {
	text-align: center;
	margin-bottom: -5px;
	margin-top: 40px;
}

.missao-valores .card .card-title h2 {
	font-size: 22px;
	font-weight: 700;
}

.missao-valores .card .card-content {
	text-align: center;
}

/***************************************************************************
	Atendimento
***************************************************************************/

section.atendimento {
	display: flex;
	align-items: center;
	margin-top: 90px;
	background-image: url('https://unilaseroftalmo.com/wp-content/uploads/2024/06/banner-atendimento.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 178px;
}

.atendimento .item {
	align-items: baseline;
}

.atendimento .item b,
.atendimento .item b>span,
.atendimento .item p {
	color: var(--cor-branco);
}

.atendimento .item b,
.atendimento .item b>span {
	font-size: 40px;
}

.atendimento .item p {
	line-height: 17px;
	font-weight: 200;
	font-size: 18px;
	margin-top: -7px;
}

/***************************************************************************
	Unidade e Expansão
***************************************************************************/

section.unidade-expansao {
	margin-top: 140px;
}

.unidade-expansao h2 {
	line-height: 40px;
}

.unidade-expansao p {
	max-width: 385px;
}

/***************************************************************************
	Carrossel Quem Somos
***************************************************************************/

.carrossel-quem-somos {
	margin-top: 100px;
}

#owl-quem-somos * {
	transition: all 0.3s ease-in-out;
}

#owl-quem-somos .owl-item .item {
	background-color: var(--cor-azul-escuro)
}

#owl-quem-somos .owl-item .item img {
	opacity: 0.3;
	height: 450px;
	object-fit: cover;
}

#owl-quem-somos .owl-item.center .item img {
	opacity: 1;
}

#owl-quem-somos .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#owl-quem-somos .owl-prev {
	margin-left: 15px;
}

#owl-quem-somos .owl-next {
	margin-right: 15px;
	right: 0;
}

#owl-quem-somos .owl-prev,
#owl-quem-somos .owl-next {
	display: flex;
	font-family: monospace;
	font-size: 30px;
	padding: 8px;
	align-items: center;
	color: var(--cor-branco);
	flex-shrink: 0;
	position: absolute;
	top: 45%;
}

/***************************************************************************
	Contato
***************************************************************************/

section.contato {
	margin-top: 120px;
}

.contato form label {
	font-size: 15px;
	color: var(--cor-preto);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.contato form p {
	margin: 0px;
	width: 100%;
}

.contato form input,
.contato form select {
	border-radius: 0px;
	border: 1px solid rgb(193, 193, 193);
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 0 15px;
}

.contato form textarea {
	width: 100%;
	border: 1px solid rgb(193, 193, 193);
	height: 154px !important;
	border-radius: 0px;
	padding: 15px;
	resize: none;
}

.contato form .btn-verde {
	width: 255px;
	float: right;
	background-color: var(--cor-verde) !important;
	color: var(--cor-branco);
	font-weight: 700;
	opacity: 1 !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	border-radius: 0px;
}

.contato form .btn-verde:hover {
	background-color: #659915 !important;
}

form .aceite label {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

form .aceite label input {
	margin: 0 10px 0 0;
	width: 13px;
	height: 13px;
}

form .aceite label span {
	color: var(--cor-azul-escuro);
}

form .wpcf7-not-valid-tip,
.wpcf7-response-output {
	color: red;
	font-size: 15px;
	font-weight: 500;
}


.custom-file-upload {
	display: flex;
	align-items: center;
	gap: 10px;
}

.custom-file-upload p {
	display: flex;
}

.file-upload {
	display: none;
	/* Esconde o input original */
}

.upload-button {
	position: absolute;
	top: 27px;
	right: 16px;
	background-color: var(--cor-verde);
	color: var(--cor-branco) !important;
	border-radius: 0px !important;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 80px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px !important;
	border: solid 6px #fff;
}

.file-name {
	border-radius: 0px;
	border: 1px solid rgb(193, 193, 193);
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 0 75px 0 15px;
	display: block;
	margin-top: -9px;
	color: var(--cor-preto);
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 15px;
	white-space: nowrap;
	/* Mantém o texto em uma linha */
	overflow: hidden;
	/* Oculta o excesso de texto */
	text-overflow: ellipsis;
	/* Adiciona reticências ao final */
}


















.contato .tag-form p {
	max-width: 440px;
}

.contato .info-map {
	display: flex;
	gap: 10px;
}

.contato .info-map .icon {
	width: 34px;
	height: 34px;
}

.contato .info-address {
	display: flex;
	flex-direction: column;
}

.contato .info-address b {
	text-transform: uppercase;
	max-width: 250px;
}

.contato .info-address p {
	max-width: 310px;
}

.contato iframe {
	width: 100%;
	height: 270px;
	padding-left: 45px;
	margin-bottom: 70px;
}

.contato .acompanhe {
	display: flex;
	gap: 70px;
	margin-top: 60px;
}

.contato .acompanhe .icon {
	width: 34px;
	height: 34px;
}

.contato .acompanhe span {
	font-size: 16px;
}

.contato .acompanhe h2 {
	font-weight: 700;
	font-size: 28px;
}

.contato .acompanhe .item a {
	display: flex;
	align-items: center;
	color: var(--cor-preto);
	font-weight: 500;
	gap: 10px;
}

.contato .acompanhe .contatos,
.contato .acompanhe .social-media {
	display: flex;
	flex-direction: column;
}

.contato .acompanhe .contatos .item,
.contato .acompanhe .social-media .item {
	display: flex;
	margin-top: 10px;
	gap: 10px;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Outfit);
	font-size: 16px !important;
	line-height: normal !important;
}

.wpcf7-list-item-label {
	font-size: 13px !important;
	position: relative;
}

.wpcf7-list-item {
	display: flex !important;
	margin: 0 !important;
}

.wpcf7-list-item.first.last {
	position: absolute;
}

.wpcf7-list-item.first.last input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.rodape-form p {
	display: flex;
	align-items: center;
	margin: 0;
}

.rodape-form p label {
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 8px;
}

.rodape-form p label a {
	text-decoration: none !important;
}

.rodape-form p label a:hover {
	color: #0d6efd;
}

/***************************************************************************
	Notícias
***************************************************************************/

section.noticias {
	margin-top: 100px;
}

.noticias .post img,
.card-search-exame .post img {
	width: 100%;
	height: 377px;
	object-fit: cover;
	padding: 0;
	position: relative;
}

.noticias .post span,
.card-search-exame .post span {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 5px;
}

.noticias .post span img,
.card-search-exame .post span img {
	width: 18px;
	height: 18px;
	min-height: 18px;
}

.noticias .post h2,
.card-search-exame .post h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	min-height: 67px;
}

.noticias .post p,
.card-search-exame .post p {
	font-size: 16px;
	margin: 0;
}

.noticias .post b,
.card-search-exame .post b {
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: var(--cor-verde);
	text-transform: uppercase;
	width: 100%;
}

.noticias .post b>span,
.card-search-exame .post b>span {
	font-family: monospace;
	font-size: 20px;
	margin: 0;
}

.noticias .bg-exames {
	min-height: 550px !important;
}

.noticias .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.noticias .item:last-child {
	margin-bottom: 0;
}

.noticias .card.img {
	padding-top: 260px;
}

.noticias .bg-unilaser {
	min-height: 510px !important;
}

.noticias .card.img span {
	color: var(--cor-verde);
	font-size: 18px;
}

.noticias .card.img b {
	color: var(--cor-branco);
}

.noticias .card.img h2 span {
	font-size: 25px;
	color: var(--cor-branco);
}

.noticias .card.img p {
	font-weight: 200;
}

.noticias.interna h2 {
	font-weight: 600;
	line-height: 34px;
	font-size: 34px;
}

.noticias.interna img {
	width: 100%;
	height: auto;
}

/***************************************************************************
	Footer
***************************************************************************/

footer a {
	color: white;
}

#faixa-azul {
	background-image: url('https://unilaseroftalmo.com/wp-content/uploads/2024/06/banner-footer.png');
	min-height: 430px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	margin-top: 50px;
	padding: 60px 0 40px;
}

#faixa-azul p {
	color: var(--cor-branco);
	font-size: 16px;
	margin: 30px 0 25px;
}

#faixa-azul .area-logo .social {
	display: flex;
	gap: 10px;
}

#faixa-azul .area-logo img {
	width: 150px;
}

#faixa-azul .area-logo .social img {
	width: 38px;
	height: 38px;
}

#faixa-verde {
	background-color: var(--cor-verde);
	min-height: 52px;
	display: flex;
	align-items: center;
}

#faixa-azul ul li a {
	color: var(--cor-branco);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	margin: 4px 0;
	display: block;
}

#faixa-azul .bloc {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
	margin-bottom: 20px;
	gap: 5px;
}

#faixa-azul .bloc a {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

#faixa-azul .bloc img {
	margin: 0px 0;
}

#faixa-azul .bloc p {
	margin-top: 5px;
	margin-bottom: 0;
}

#faixa-azul .bloc-endereco {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: -30px;
	gap: 5px;
}

#faixa-azul .bloc-endereco a {
	display: block;
	color: var(--cor-branco);
}

#faixa-azul .btn-verde {
	width: 265px;
}

/***************************************************************************
	Responsivo
***************************************************************************/

@media(max-width: 1320px) {
	.banner-principal .owl-dots {
		top: 46%;
		left: -1.5%;
	}
}

@media (max-width: 1200px) {
	header .navbar-nav a {
		font-size: 14px;
		margin: 0px 7px;
	}

	.cards .col-lg-4 img,
	.cards .col-lg-8 img,
	.cards .col-12 img,
	.noticias .col-lg-4 img {
		min-height: 350px;
	}

	.cards .col-12 .card {
		padding: 45px 0 37px 37px;
	}

	.cards .card .lista {
		gap: 50px;
	}

	.card .lista .item .btns {
		margin-top: 78px;
	}

	.visita .col-lg-6 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.visita h2,
	.visita h2>span,
	.medicos h2,
	.medicos h2>span {
		font-size: 38px;
	}

	.convenios .item img {
		width: 130px !important;
	}

	.missao-valores .card {
		min-height: 335px;
	}

	.noticias .bg-exames {
		min-height: 620px !important;
	}

	.noticias .btn-verde {
		font-size: 12px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cards .col-lg-8 .card {
		padding: 35px 20px 25px 39px;
	}

	.banner-principal .owl-dots {
		display: flex;
		width: 100%;
		align-items: center;
		top: 47%;
		left: -48.3%;
		height: 0;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.mobile {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none !important;
	}

	header {
		display: grid;
	}

	header #menu-primeiro .hamburguer-bt {
		display: inline-block;
		height: fit-content;
		min-height: 32px;
		margin: 27px 15px;
		float: right;
	}

	header #menu-primeiro .hamburguer-bt .hamburguer_line {
		background: var(--cor-branco);
		width: 30px;
		height: 4px;
		margin: 5px 0;
	}

	header #menu-primeiro .hamburguer-bt.ativo .hamburguer-top {
		transform: rotate(45deg);
		margin-top: 11px;
	}

	header #menu-primeiro .hamburguer-bt.ativo .hamburguer-middle {
		opacity: 0;
	}

	header #menu-primeiro .hamburguer-bt.ativo .hamburguer-bottom {
		transform: rotate(-45deg);
		margin-top: -18px;
	}

	header #opt_menu {
		position: fixed;
		height: calc(100% - 86px);
		width: 320px;
		background: var(--cor-branco);
		z-index: 99;
		right: -150%;
		top: 110px;
		padding: 10px;
		display: block;
		overflow: auto;
	}

	header #opt_menu .navbar-nav li a {
		color: var(--cor-azul-escuro);
		font-size: 20px;
		font-weight: 500;
		transition: ease .5s all;
	}

	header #opt_menu .navbar-nav li a:hover {
		color: var(--cor-branco);
	}

	header #opt_menu .area-btn a {
		margin: 0 auto;
	}

	header #opt_menu.ativo {
		right: 0;
	}

	header .fundo_menu {
		background: #00000096;
		width: 100%;
		height: 100%;
		top: 110px;
		right: -100%;
		position: fixed;
		z-index: 89;
	}

	header .fundo_menu.ativo {
		right: 0;
	}

	header #opt_menu .navbar-brand {
		width: 100%;
		margin: 0;
		text-align: -webkit-center;
	}

	header #opt_menu .nav-item {
		text-align: center;
		padding: 10px;
		text-transform: uppercase;
	}

	header.drop #opt_menu,
	header.drop .fundo_menu {
		top: 110px;
	}

	header .blc-center {
		min-height: 98px;
		justify-content: space-around;
	}

	header .ona-menu img {
		width: 105px;
	}

	#menu-primeiro {
		display: flex;
		z-index: 100;
	}

	#opt_menu ul {
		display: contents;
		list-style: none;
	}

	#opt_menu ul a {
		color: var(--cor-verde);
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 600;
		margin: 0 10px;
	}

	#opt_menu .social {
		text-align: center;
		margin: 20px 0 0;
	}

	#opt_menu form {
		text-align: center;
	}

	#opt_menu form input {
		border: solid 1px var(--cor-azul-escuro);
		margin: 20px 0;
	}

	#opt_menu form input[type=submit] {
		border: none;
		margin: 25px 0 0 -40px;
	}

	.banner-principal .col-lg-6,
	.quem-somos .col-lg-5,
	.contato .tag-form {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.cards .col-lg-8 img,
	.cards .col-12 img {
		left: 0;
	}

	.card .lista .item .btns {
		margin-top: 67px;
	}

	.banner-principal {
		height: 900px;
	}

	.banner-principal .container {
		padding-top: 190px;
	}

	.banner-principal .owl-dots {
		display: flex;
		width: 100%;
		position: relative;
		align-items: center;
		top: -320px;
		left: 0;
		justify-content: center;
		transform: rotate(0deg);
	}

	.cards .col-lg-4 .card,
	.noticias .col-lg-4 .card {
		padding: 37px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-bottom: -40px;
	}

	.cards .col-lg-4 img,
	.noticias .col-lg-4 img {
		min-height: 325px;
	}

	.cards .card ul,
	.noticias .card ul {
		list-style: none;
		padding-left: 0;
	}

	section.conheca {
		margin-top: 100px;
	}

	.conheca .col-lg-6,
	.exames.interna .col-lg-6,
	.exames.novo .col-12,
	.visita .col-lg-6 {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.conheca .col-lg-6 p,
	.aproveite p,
	.medicos.novo .col-lg-3 h4,
	.medicos.novo .col-12 p,
	.quem-somos p,
	.contato .tag-form p,
	.noticias .card p,
	.cards .card h2,
	.cards .card p {
		max-width: 100%;
	}

	.cards .card h2 {
		margin-bottom: 12px;
	}

	.visita .col-lg-6 .btn-verde,
	.exames.interna .btn-verde {
		align-self: center !important;
	}

	.aproveite .col-lg-6,
	.medicos .col-12,
	#faixa-azul .area-logo,
	.unidade-expansao .col-lg-6 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.medicos.novo .col-12 {
		text-align: left;
		justify-content: flex-start;
	}

	.medicos.novo .medico a {
		display: flex;
		flex-direction: column;
		text-align: left;
	}

	#faixa-azul .col-lg-5,
	#faixa-azul .col-lg-4 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#faixa-azul .bloc,
	#faixa-azul .btn-verde {
		align-self: baseline;
	}

	.conheca h2,
	.visita h2,
	.medicos h2 {
		line-height: 36px;
	}

	.aproveite h2,
	.aproveite h2>span {
		font-size: 27px;
	}

	#faixa-azul .area-logo img {
		width: 170px;
	}

	.convenios #owl-convenio .owl-dots {
		top: 120%;
	}

	.convenios #owl-convenio-2 .owl-dots {
		top: 140%;
	}

	.banner-principal.novo {
		background-position: top;
		/* 		padding-top: 125px; */
		padding-top: 35px;
		background: none;
		color: transparent;
		height: auto;
	}

	.banner-principal.novo .container {
		display: none;
	}

	.missao-valores .card {
		min-height: 315px;
	}

	section.atendimento {
		background-image: none;
		background-color: var(--cor-azul-transparente);
		min-height: 300px;
	}

	.noticias .item {
		width: 100%;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.noticias .col-lg-4 .card {
		margin-bottom: 20px;
	}

	.noticias .bg-exames {
		min-height: 500px !important;
	}

	.noticias .card.img .lista {
		margin-top: 240px;
	}

	/*#opt_menu .com-submenu{
		border: solid 2px #00000052;
	}*/

	#opt_menu .com-submenu img {
		position: absolute;
		right: 15px;
		margin-top: -1px;
		width: 28px;
	}

	#opt_menu .submenu li {
		display: block;
	}

	#opt_menu .submenu li a {
		font-weight: 300;
	}

	.banner-principal .container h2 {
		text-align: center;
	}

	#owl-quem-somos .owl-prev,
	#owl-quem-somos .owl-next {
		font-size: 20px;
		top: 37%;
		text-shadow: 2px 3px 3px black;
	}

	.cards {
		margin-top: -100px;
	}

	.aproveite img {
		margin-top: 0;
	}

	section.aproveite {
		background-position: right;
	}
}

@media (max-width: 767px) {
	.upload-button {
		top: 27px !important;
	}

	.cards .col-lg-8 {
		display: none;
	}

	.cards .col-12 {
		display: flex;
	}

	.cards .card,
	#faixa-azul .col-lg-5,
	#faixa-azul .col-lg-4 {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	#faixa-azul .bloc,
	#faixa-azul .btn-verde {
		align-self: center;
	}

	.cards .col-lg-4 img,
	.cards .col-12 img,
	.noticias .col-lg-4 img {
		min-height: 290px;
		height: 290px;
	}

	.cards .card .lista {
		gap: 0;
	}

	.cards .col-lg-8 .card,
	.cards .col-12 .card {
		padding: 37px;
		display: flex;
		justify-content: center;
		background-color: #0A1731;
	}

	.cards .col-12 .card .lista {
		flex-direction: column;
		align-items: center;
	}

	.cards .col-12 .card .lista .item:first-child {
		margin-bottom: 60px;
	}

	.cards .card .lista .item .btns {
		justify-content: center;
	}

	.cards .col-lg-4 {
		margin-bottom: 10px !important;
	}

	.cards .col-lg-4 .card {
		margin-bottom: 0 !important;
	}

	.cards .card .lista .item p,
	.cards .card h2,
	.cards .card span {
		max-width: 100%;
	}

	.missao-valores .card {
		min-height: 215px;
	}

	section.atendimento {
		padding: 30px 0px 0px 0px;
	}

	.noticias .bg-exames {
		min-height: 530px !important;
	}
}

@media (max-width: 576px) {
	.visita .caixa img {
		top: -30px;
		left: -10px;
	}

	.visita .caixa .text {
		transform: translate(-43%, -4%);
	}

	.visita .caixa .text p {
		text-align: center;
	}

	.atendimento .item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 5px;
		margin-bottom: 20px;
	}

	.medicos .medico img {
		max-height: 100%;
	}
}

@media (max-width: 567px) {

	.cards .col-lg-4 img,
	.cards .col-12 img,
	.noticias .col-lg-4 img {
		padding: 0 15px;
	}

	section.visita,
	section.medicos {
		margin-top: 90px;
	}

	.noticias .bg-unilaser {
		min-height: 560px !important;
	}

	.noticias .card.img .lista {
		margin-top: 255px;
	}
}

@media (max-width: 500px) {}

@media (max-width: 467px) {
	.conheca .contador {
		flex-direction: column;
		align-items: center;
	}

	.conheca .contador .item {
		margin-bottom: 10px;
	}

	.contato .acompanhe,
	.contato .acompanhe .contatos .item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.contato .acompanhe .social-media .item {
		justify-content: center;
	}

	.noticias .bg-exames {
		min-height: 560px !important;
	}

	.exames.interna h2>span {
		font-size: 21px;
	}

	#faixa-verde {
		padding: 5px 0;
	}

	.politica {
		flex-direction: column;
		justify-content: center;
		gap: 12px;
	}
}

@media (max-width: 444px) {

	.cards .col-lg-4 img,
	.cards .col-12 img,
	.noticias .col-lg-4 img {
		min-height: 320px;
	}

	.btn-verde {
		width: 100% !important;
	}

	.cards .card .btn-verde,
	.noticias .btn-verde {
		font-size: 12px;
	}
}

@media (max-width: 404px) {

	.banner-principal .container h2,
	.banner-principal .container h2 span {
		font-size: 35px;
		line-height: 36px;
	}

	.banner-principal.novo h2 {
		line-height: 45px;
	}

	.banner-principal .container span {
		line-height: 20px;
	}

	.banner-principal .container {
		padding-top: 150px;
	}

	.banner-principal .owl-dots {
		top: -400px;
	}

	.card .btn-verde {
		font-size: 12px;
	}

	.card .lista .item .btns {
		margin-top: 29px;
	}
}

@media (max-width: 380px) {
	.noticias .bg-exames {
		min-height: 680px !important;
	}
}

@media (max-width: 363px) {
	.cards .card .lista .item .btns {
		flex-direction: column;
		align-items: center;
	}

	.cards .col-12 img {
		min-height: 360px;
	}

	.cards .col-lg-4 img,
	.noticias .col-lg-4 img {
		min-height: 370px;
	}

	.cards .col-12 {
		margin-top: 10px;
	}

	.cards .col-12 .card {
		padding: 30px 20px;
	}

	.noticias .bg-unilaser {
		min-height: 570px !important;
	}
}

.btn-topo {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 20px;
	left: 20px;
	background-color: var(--cor-verde);
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.btn-topo img {
	width: 17px;
	height: 15px;
	transform: rotate(-90deg);
}

#up {
	background: var(--cor-verde);
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 20;
	width: 40px;
	height: 40px;
	display: none;
	border-radius: 100px;
	transform: rotate(-90deg);
	align-content: center;
	text-align: center;
}

.whatsapp img {
	position: fixed;
	z-index: 10;
	bottom: 86px;
	right: 8px;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: ease .8s all;
}

.whatsapp a:hover img {
	opacity: 1;
	filter: drop-shadow(0px 0px 6px black);
}

.screen-reader-response {
	display: none;
}

form .rodape-form p label {
	margin-left: 9px;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-size: 16px !important;
	line-height: normal !important;
}