/* ----------------------------------------------------------
    Theme Name: Beit Jacob Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da Beit Jacob criada pela Marcasite
    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
    ----------------------------------------------------------

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

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

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

:root {
	--cor-branco: white;
	--cor-cinza: #6b6f71;
	--cor-azul: #5d95d5;
	--cor-azul-escuro: #033c7e;

	--font-playfair: "Playfair Display", serif;
	--font-poppins: "Poppins", sans-serif;

	--font-extralight: 200;
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-semibold: 600;
	--font-bold: 700;
}

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

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

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

* {
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-family: var(--font-playfair);
}

a,
a:hover {
	text-decoration: none;
	color: var(--cor-branco);
}

section {
	padding: 60px 0;
}

h2 {
	color: var(--cor-azul-escuro);
	font-size: 2.1875rem;
	line-height: 2.4375rem;
	font-weight: var(--font-semibold);
	margin-bottom: 0;
}

p {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: var(--cor-cinza);
	margin-bottom: 0;
	font-weight: var(--font-light);
	font-family: var(--font-poppins);
}

p span {
	font-weight: var(--font-semibold);
	text-transform: initial;
	font-family: var(--font-poppins);
}

img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: fit-content;
	height: 59px;
	padding: 0 25px;
	font-size: 1.125rem;
	font-weight: var(--font-medium);
	transition: all 0.3s ease-in-out;
	border: 0;
}

.btn:hover {
	transform: scale(1.02);
}

.btn-branco,
.btn-branco:hover,
.btn-branco:active {
	color: var(--cor-azul-escuro) !important;
	background-color: var(--cor-branco) !important;
	border-radius: 0 19px 0 0;
}

.btn-azul,
.btn-azul:hover,
.btn-azul:active {
	background: var(--cor-azul-escuro);
	color: var(--cor-branco) !important;
	border-radius: 0;
}

/***************************************************************************
        Header
***************************************************************************/

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding-top: 30px;
}

header.drop {
	background: var(--cor-azul-escuro);
	box-shadow: 0px -3px 11px 4px;
	padding-top: 20px;
}

header.drop #menu-primeiro .col-lg-4,
header.drop #menu-primeiro .col-lg-8 {
	margin: 0 !important;
}

header.drop hr {
	margin-bottom: 30px;
}

header .logo,
footer .logo {
	max-width: 172px;
    max-height: 150px;
}

header hr {
	width: 100%;
	background: var(--cor-branco);
	border: none;
	margin: 5px 0;
	opacity: 1;
	height: 1px;
}

header ul,
footer ul {
	display: flex;
	align-items: center;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

header ul .nav-item .nav-link {
	font-size: 1.25rem;
	color: var(--cor-branco);
	font-weight: var(--font-regular);
	border-right: 1px solid var(--cor-branco);
	padding-right: 30px;
}

header ul .nav-item:last-child .nav-link {
	border-right: none;
}

#menu-primeiro .submenu,
footer .submenu {
	min-width: 140px;
	top: calc(100% - -2px);
}

#menu-primeiro .nav-item .submenu .nav-link,
footer .nav-item .submenu .nav-link {
	color: var(--cor-cinza);
}

#menu-primeiro .menusegundo:hover .nav-link .seta,
footer .menusegundo:hover .nav-link .seta {
	transform: rotate(-180deg);
}

#menu-primeiro .menusegundo .nav-link,
footer .menusegundo .nav-link {
	display: flex;
	align-items: center;
	gap: 2px;
}

#menu-primeiro .menusegundo .nav-link .seta,
footer .menusegundo .nav-link .seta {
	transform: rotate(0deg);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(https://oncocentro.com/wp-content/uploads/2025/02/seta-menu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#menu-primeiro ul li ul,
footer ul li ul {
	width: max-content;
	max-width: 280px;
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	width: max-content;
	max-width: 280px;
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	margin-top: -41px;
	flex-direction: column;
	float: none;
	margin: 0px 0px;
	padding: 15px 8px 8px 8px;
	background-color: var(--cor-branco);
	-webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
	box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
	align-items: start;
	gap: 0;
	justify-content: unset;
}

#menu-primeiro ul li ul::before,
footer ul li ul::before {
	content: "";
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: var(--cor-azul);
}

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

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

section.banner-principal {
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 674px;
	padding-top: 75px;
	margin-bottom: 0;
}

/***************************************************************************
        Carrousel
***************************************************************************/

section.carrousel {
	margin-top: -120px;
	padding-bottom: 0;
}

.carrousel .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 5px;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 8px 0px rgba(11, 8, 11, 0.2);
	border-radius: 0 0 39px 0;
	margin: 20px;
	padding: 40px;
}

.carrousel .item h2>span {
	color: var(--cor-azul);
}

.carrousel .item .date {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: var(--cor-cinza);
	font-weight: var(--font-bold);
}

.carrousel .item hr,
.doe hr {
	width: 100%;
	max-width: 280px;
	background: linear-gradient(to left, transparent, #cecece, var(--cor-cinza));
	border: none;
	margin: 20px 0;
	opacity: 1;
	height: 1px;
}

.carrousel .item p {
	max-width: 720px;
}

.carrousel .owl-prev,
.carrousel .owl-next {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	background-color: var(--cor-azul);
	background-image: url(img/arrow-carrousel.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: transparent;
	box-shadow: 0px 0px 4.68px 1.32px rgba(31, 24, 19, 0.5);
}

.carrousel .owl-prev {
	transform: rotate(180deg);
}

.carrousel .owl-next {
	right: 0;
}

/***************************************************************************
        Sobre
***************************************************************************/

#sobre .link {
	color: var(--cor-azul) !important;
	font-weight: var(--font-semibold);
	text-decoration: underline;
}

/***************************************************************************
        Galeria
***************************************************************************/

.galeria .item {
	cursor: pointer;
}

.galeria .item img {
	height: 262px;
	object-fit: cover;
}

.galeria .missao {
	margin-top: -20px;
	z-index: 9;
	position: relative;
}

.galeria .card {
	display: flex;
	flex-direction: column;
	gap: 25px;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 8px 0px rgba(11, 8, 11, 0.2);
	border-radius: 0 0 39px 0;
	padding: 25px;
	border: 0;
}

.galeria .card img {
	position: absolute;
	top: 12px;
	right: 12px;
	max-width: fit-content;
}

.galeria .card h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: var(--font-medium);
	color: var(--cor-azul-escuro);
	margin-bottom: 0px;
}

.galeria .card p {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: var(--cor-cinza);
	max-width: 270px;
}

/***************************************************************************
        Doe
***************************************************************************/

.doe h2 {
	max-width: 640px;
}

.doe .thumb {
	max-height: 656px;
	height: 100%;
	object-fit: cover;
	border-radius: 23px;
}

.doe .card {
	display: flex;
	width: 100%;
	max-width: fit-content;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 8px 0px rgba(11, 8, 11, 0.2);
	border-radius: 5px;
	padding: 5px;
	border: 0;
}

.doe .card img {
	max-width: fit-content;
}

.doe h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: var(--font-medium);
	color: var(--cor-azul-escuro);
	margin-bottom: 0px;
	text-align: left;
}

.doe .text {
	text-align: left;
	margin-top: 3px;
}

.doe ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.doe ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-poppins);
	text-align: left;
}

.doe ul li .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
	background-color: var(--cor-azul);
	border-radius: 50%;
}

.doe ul li .circle>span {
	font-weight: var(--font-semibold);
	font-size: 1.25rem;
	font-family: var(--font-playfair);
	color: var(--cor-branco);
	margin-bottom: 4px
}

.doe .payment {
	max-width: fit-content;
}

/***************************************************************************
        Horários
***************************************************************************/

section.horarios {
	margin-bottom: -110px;
	position: relative;
	z-index: 9;
}

.horarios .icon {
	width: 50px;
	height: 50px;
}

.horarios .card {
	display: flex;
	flex-direction: row;
	background-color: var(--cor-azul);
	border: 0;
	padding: 65px 1rem;
	height: auto;
}

.horarios .card h3,
.horarios .card p {
	color: var(--cor-branco);
}

.horarios .card .sfx {
	max-width: fit-content;
	position: absolute;
	padding: 0;
}

.horarios .card .sfx.tl,
.horarios .card .sfx.tr {
	top: 12px;
}

.horarios .card .sfx.tl {
	left: 12px;
	transform: scaleX(-1);
}

.horarios .card .sfx.tr {
	right: 12px;
}

.horarios .card .sfx.bl,
.horarios .card .sfx.br {
	bottom: 12px;
}

.horarios .card .sfx.bl {
	left: 12px;
	transform: rotate(180deg);
}

.horarios .card .sfx.br {
	right: 12px;
	transform: rotate(90deg);
}

.horarios .card .col-lg-6 {
	border-right: 2px solid var(--cor-branco);
}

.horarios .card .col-lg-6:last-child {
	border-right: none;
}

/***************************************************************************
        Mapa
***************************************************************************/

section.mapa {
	position: relative;
	padding: 0;
	z-index: 8;
	margin-bottom: -10px;
}

.mapa iframe {
	width: 100%;
	height: 430px;
}

.mapa .card-flutuante {
	position: absolute;
	z-index: 11;
	top: 35%;
}

.mapa .card-flutuante a,
.mapa .card-flutuante a .card {
	max-width: 350px;
	cursor: pointer;
}

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

footer {
	padding: 60px 0 10px 0;
	background-image: url(img/banner-footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 311px;
	z-index: 9;
	position: relative;
}

footer h2,
footer p,
footer a,
footer li {
	color: var(--cor-branco);
}

footer h2 {
	font-size: 20px;
}

footer a,
footer p {
	font-size: 16px;
}

footer ul,
.contato ul {
	flex-direction: column;
	align-items: start;
}

footer .atendimento {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 50px;
}

footer .atendimento .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 41px;
	min-height: 41px;
	background-color: var(--cor-branco);
	border-radius: 50%;
}

footer .atendimento .circle img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

footer .atendimento .content {
	display: flex;
	flex-direction: column;
	text-align: left;
}

footer .atendimento .content h2 {
	margin-bottom: 0px;
}

footer .nav-item.menusegundo {
	position: relative;
}

footer .nav-item.menusegundo .submenu {
	top: 25px;
}

footer .logo.fisesp {
	max-width: 220px;
}

footer .logo-marcasite {
	width: 225px;
}

footer hr {
	width: 100%;
	height: 1px;
	background-color: var(--cor-branco);
	opacity: 0.4;
	border: 0;
	margin: 0;
}

footer .social-media {
	display: flex;
	align-items: center;
	gap: 15px;
}

footer .social-media img {
	width: 40px;
	height: 40px;
}

footer .social-media .content {
	display: flex;
	flex-direction: column;
	gap: 3px;
	text-align: start;
}

footer .social-media .content h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: var(--font-medium);
	color: var(--cor-branco);
	margin-bottom: 0;
}

footer .social-media .content p {
	font-size: 1rem;
	line-height: 1.25rem;
	color: var(--cor-branco);
	margin-bottom: 0;
}

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

.mobile {
	display: none;
}

@media (min-width: 992px) and (max-width: 1399px) {
	footer .logos {
		flex-direction: column;
	}
}

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

@media (min-width: 992px) and (max-width: 1199px) {
	header ul .nav-item .nav-link {
		font-size: .875rem;
	}

	footer .social-media .content h2 {
		font-size: 1.125rem;
	}

	footer .social-media .content p {
		font-size: .75rem;
	}
}

@media (min-width: 992px) {}

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

	.desktop {
		display: none !important;
	}

	header .logo {
		max-height: 100%;
        height: auto;
        max-width: 110px;
	}

	header,
	header.drop {
		padding-top: 0;
	}

	header .hamburguer-bt {
		display: inline-block;
		height: fit-content;
		min-height: 32px;
		margin: 0px 15px;
		margin-bottom: -12px;
		float: right;
	}

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

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

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

	header .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-azul-escuro);
		opacity: 1;
		z-index: 99;
		right: -150%;
		top: 130px;
		padding: 10px;
		display: block;
		overflow: auto;
	}

	header #opt_menu.ativo {
		right: 0;
	}

	header .fundo_menu {
		background: #00000096;
		width: 100%;
		height: 100%;
		top: 130px;
		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 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0px;
		text-transform: uppercase;
	}

	#opt_menu .nav-item.btn-branco .nav-link {
		color: var(--cor-azul-escuro);
	}

	#opt_menu .nav-item .nav-link {
		font-size: 1.25rem;
		color: var(--cor-branco);
		font-weight: var(--font-semibold);
		padding: 0;
		border: 0;
	}

	header #menu-segundo {
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--cor-azul-escuro);
		position: inherit;
		width: 100%;
		height: 130px;
		z-index: 99;
		box-shadow: 0px -3px 11px 4px;
	}

	header #opt_menu ul {
		padding-top: 40px;
		align-items: center;
		flex-direction: column;
		gap: 25px;
	}

	section.banner-principal {
		padding-top: 0;
	}

	section.banner-principal {
		padding-bottom: 45px;
	}

	.responsivo,
	footer .col-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.doe hr {
		max-width: 100%;
	}

	.horarios .card .col-lg-6 {
		border-right: none;
		border-bottom: 2px solid var(--cor-branco);
		padding-bottom: 20px;
	}

	.horarios .card .col-lg-6:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}

@media (min-width: 767px) and (max-width: 991px) {}

@media (min-width: 767px) {}

@media (max-width: 767px) {

	.carrousel .item h2,
	.carrousel .item h2>span {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.carrousel .item p {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.doe .qr-code {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	footer .logos {
		flex-direction: column;
	}
}

@media (max-width: 475px) {
	.politica {
		flex-direction: column !important;
		gap: 10px;
	}
}

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

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

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

.btn-topo {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 70px;
	left: 12px;
	background: var(--cor-azul);
	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: all 0.3s ease-in-out;
}

#btnTopo.show {
	opacity: 1;
}

.btn-topo.disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0;
}

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

.wp-pagenavi {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wp-pagenavi span.current {
	background: var(--cor-azul);
	cursor: default;
}

.wp-pagenavi span,
.wp-pagenavi a {
	background-color: var(--cor-cinza);
	color: var(--cor-branco);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	width: 41px;
	height: 41px;
	cursor: pointer;
	border: none;
}

.whatsapp img {
	position: fixed;
	z-index: 8;
	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);
}

.video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.video-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
}

video {
	width: 100%;
	border-radius: 8px;
}

.close-btn {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #ff4d4d;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trp-language-item {
	padding: 0 16px !important;
}