/**
Theme Name: Zinereo Pharma
Author: Origami Soluciones
Author URI: https://www.origamisoluciones.com/
Description: Web corporativa de Zinereo Pharma 2026
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zinereo-pharma
Template: astra
*/

:root {
	--blue: #007DBB;
	--black: #233447;
	--white: #FFFFFF;
}

html {
	font-size: 15px !important;
}


/*CookieYes*/
.cky-btn-revisit-wrapper {
	background-color: var(--blue) !important;
}

.cky-btn-accept {
	background-color: var(--blue) !important;
	border-color: var(--blue) !important;
	color: white !important;
	border-radius: 20px !important;
}

.cky-btn-reject,
.cky-btn-preferences,
.cky-btn-customize {
	color: var(--black) !important;
	border-color: var(--blue) !important;
	background-color: var(--blue) !important;
	border-radius: 20px !important;
}

/*HOME*/

/*Swiper*/
.swiper-pagination-bullet {
	border-radius: 0px !important;
	width: 20px !important;
	height: 4px !important;
}

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
	position: relative;
	width: 50% !important;
	margin: 20px auto 0 auto !important;
}

@media only screen and (max-width: 1024px) {
	.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 80% !important;
		margin: 20px auto 0 auto !important;
	}
}

/*News*/
.wpr-grid-image-wrap img {
	height: 200px !important;
	object-fit: cover !important;
}

.wpr-grid-media-hover-bg {
	background: linear-gradient(0deg, #007DBB 0%, transparent 25%) !important;
}

.wpr-grid-extra-icon-right svg {
	width: 30px !important;
}

.wpr-grid-item-inner {
	display: flex;
	flex-direction: column;

	justify-content: space-between;
	height: 100%;
}


/*News Ticker and Latest News*/
.wpr-ticker-heading {
	display: none !important;
}

.wpr-grid-item-title a,
.wpr-ticker-title-inner a {
	white-space: collapse !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

/*Flipboxes*/
.flipbox-button {
	position: absolute;
	top: 10%;
	left: 80%;
}

.eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	margin-top: 6cqmin !important;
}

/*Rotating image Life for Life section*/
.rotating-life-for-life img {
	animation: rotateIcon 10s linear infinite;
	display: inline-block;
}

@keyframes rotateIcon {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


/*Form*/
.wpforms-field-gdpr-checkbox label {
	padding-inline-start: 0px !important;
}

p.required-fields-message {
	padding-top: 18px !important;
	color: #007DBB !important;
	font-size: 0.9rem !important;
}

.contact-form .wpforms-field-gdpr-checkbox label {
	text-transform: none !important;
}


/*MEGA MENU*/
.all-key-areas-nav-link {
	padding-top: 25px !important;
}

.mega-submenu-level-2 a {
	text-transform: uppercase !important;
	padding: 10px !important;
}

.ast-sticky-active #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	color: white !important;
}

.mega-placeholder {
	max-height: 320px !important;
	width: 100%;
	object-fit: cover;
}

.ast-builder-menu-3 {
	width: fit-content !important;
	background: transparent !important;
}

#ast-hf-menu-3-mobile {
	background: transparent !important;
}

.ast-menu-toggle:hover {
	background: transparent !important;
}

/*Language switcher*/
.ast-builder-language-switcher-item {
	font-size: 14px !important;
	font-weight: bold !important;
	color: var(--black) !important;
}

.ast-builder-language-switcher-item:hover {

	color: var(--blue) !important;
}

.ast-builder-language-switcher-menu-item-header:not(:last-child) {
	margin-right: 5px !important;
}

.ast-builder-language-switcher-menu-item-header:not(:last-child) a::after {
	content: '/';
	margin-left: 2px !important;
	color: var(--black) !important;

}

.ast-sticky-active .ast-builder-language-switcher-menu-item-header:not(:last-child) a::after {
	content: '/';
	margin-left: 2px !important;
	color: var(--white) !important;

}

/*RESPONSIVE*/
@media (max-width: 1020px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		margin: 0 20px 0 0 !important;
	}
}

@media (max-width: 920px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		margin: 0 10px 0 0 !important;
	}
}

@media (max-width: 850px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
		margin: 0 0px 0 0 !important;
	}
}

