/* Global Styles */

img[alt="partner"] {
	width: 64px;
	max-height: 64px;
}

.w-10 {
	max-width: 10%;
}

.z-1{
	z-index: 1 !important;
}

.z-2{
	z-index: 2 !important;
}

.z-3{
	z-index: 3 !important;
}

.text-justify {
	text-align: justify !important;
}

.sub-title {
	margin: 1rem 5rem;
	line-height: 1.5rem;
}

.partner-inner .row div,
.lottery,
.club {
	display: flex;
	align-items: center;
}

.partner-inner .row div {
	justify-content: center;
}

.lottery,
.club {
	flex-wrap: wrap;
	justify-content: space-around;
}

.aqua-dark.lottery-container,
.aqua-dark.club-container {
	position: relative;
	z-index: 1;
}

.works-content > p {
	font-size: 0.7rem;
}

.animal-img,
.work-img {
	margin-top: 1.5rem;
}

.animal-img {
	height: 64px;
	margin-right: 1rem;
}

.work-img {
	height: 180px;
}

.single-works-wh:hover::before {
	opacity: 0 !important;
}

.black-logo,
.white-logo {
	width: 100px;
}

.characteristics-list > li {
	margin-top: 1rem;
}

.button {
	--background: #2B3044;
	--background-hover: #1E2235;
	--text: #fff;
	--icon: #fff;
	--particle: #fff;
	outline: none;
	cursor: pointer;
	border: 0;
	min-width: 113px;
	padding: 8px 20px 8px 12px;
	margin: 1.5rem;
	border-radius: 11px;
	line-height: 24px;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	color: var(--text);
	background: var(--b, var(--background));
	display: inline-flex;
	align-items: center;
	transition: transform 0.3s, background 0.4s;
	transform: scale(var(--scale, 1)) translateZ(0);
}

.button:active {
	--scale: .95;
}

.button:hover {
	--b: var(--background-hover);
}

.button .icon {
	--arrow-y: 0;
	--arrow-rotate: 135;
	--arrow-top: 10px;
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	pointer-events: none;
}

.button .icon .dot {
	border-radius: 50%;
	background: #fff;
	background: var(--particle);
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 4px;
}

.button .icon .arrow,
.button .icon .line {
	position: absolute;
	z-index: 1;
}

.button .icon .arrow {
	left: 11px;
	top: 4px;
	width: 2px;
	height: 12px;
	border-radius: 1px;
	background: var(--icon);
	transform: translateY(calc(var(--arrow-y) * 1px)) translateZ(0);
}

.button .icon .arrow:before,
.button .icon .arrow:after {
	content: "";
	width: 2px;
	height: 7px;
	position: absolute;
	left: 0;
	top: var(--arrow-top);
	border-radius: 1px;
	background: inherit;
	transform-origin: 1px 1px;
	transform: rotate(var(--r, calc(var(--arrow-rotate) * 1deg)));
}

.button .icon .arrow:after {
	--r: calc(var(--arrow-rotate) * -1deg);
}

.button .icon .line {
	width: 24px;
	height: 24px;
	display: block;
	left: 0;
	top: 7px;
	fill: none;
	stroke: var(--icon);
	stroke-width: 2;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.button.upload .icon {
	--arrow-rotate: 45;
	--arrow-top: 0;
}

/* Para ocultar los thumbs de fancybox */
.fancybox__footer {
	display: none;
}

/* Home page index */

.neomaps-image {
	top: -180px !important;
}

.image-rotate {
	transition: transform .5s;
}

.image-rotate:hover {
	transform: rotateY(180deg);
}

.post-style {
	width: 336px;
	height: 336px;
	border-radius: 2rem;
}

/* NeoVisor */

.main-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
	top: 50%;
	left: 50%;
}

.why-us{
	border: transparent;
	border-radius: 10px;
	padding: 10px;
	background-color: #c97224 /* #777DF2 */;
}

.why-us > * {
	color: #f2f2f2 !important;
}

.result-online, .planes{
	border: 2px solid #fafbfd;
	border-radius: 10px;
	padding: 10px;
	background-color: #fafbfd;
}

.trust-on-us {
	border: transparent;
	border-radius: 10px;
	padding: 10px;
	background-color: #c97224;
}

.gallery-title {
	border: 2px solid #C679E3 ;
	border-radius: 10px;
	padding: 10px;
	background-color: #C679E3 ;
}

.text-purple{
	color: #C679E3 !important;
}

/* Posts */

.pagination-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2rem;
}


/* Responsive */

@media only screen and (max-width: 567px) {
	.sub-title {
		margin: 1rem 4rem;
	}
}

@media only screen and (max-width: 1200px) {
	.works-content > p {
		font-size: 0.59rem;
	}
}

@media only screen and (max-width: 992px) {
	.works-content > p {
		font-size: 0.675rem;
	}
}

@media only screen and (max-width: 768px) {
	.works-content > p {
		font-size: 0.8rem;
	}

	.post-style {
		width: 85%;
	}
}