:root {
	--azulDark: oklch(0.2133 0.0353 280.53);
	--azul: #4972cb;
	--grayBlue: #767b95;
	--gray: #edf2fa;
	--lightGray: #fafafa;
}

.dsk {
	display: run-in !important;
}
.mob {
	display: none !important;
}

@media (max-width: 990px) {
	.dsk {
		display: none !important;
	}
	.mob {
		display: run-in !important;
	}
	.w100 {
		width: 100% !important;
	}
	.paddmov {
		padding: 5% 0 !important;
	}
}

.form-column {
	width: 48%;
	display: inline-block;
	margin-bottom: 20px;
}

.form-buttons {
	text-align: center;
}

/*
----------------------------------
Actualización Shot Estudio
----------------------------------
*/

/* Inicio */
.about-intro .section_wrapper {
	transform: translateY(-50px);
}

.about-intro .title {
	color: #fff;
	display: flex;
	background: #15192f;
	margin-bottom: 0;
	padding: 0.5em;
	font-size: clamp(36px, 5vw, 70px);
	width: 100%;
}

.servicios-home .blocks {
	margin-top: 2em;
}
.servicios-home .blocks .block {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 3em;
}
.servicios-home .blocks .block:nth-child(even) {
	flex-direction: row-reverse;
}
.servicios-home .blocks .block .thumbnail {
	width: 50%;
}
.servicios-home .blocks .block .thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	aspect-ratio: 1;
}
.servicios-home .blocks .block .info {
	width: 50%;
	display: flex;
	align-items: center;
	background-color: #edf2fa;
}
.servicios-home .blocks .block:nth-child(even) .info {
	background-color: var(--azul);
	color: #fff;
}
.servicios-home .blocks .block:nth-child(even) .info h3,
.servicios-home .blocks .block:nth-child(even) .info h4 {
	color: #fff;
}
.servicios-home .blocks .block .info .inner {
	padding: 3em;
}

@media screen and (max-width: 767px) {
	.servicios-home .blocks .block {
		flex-direction: column;
	}
	.servicios-home .blocks .block:nth-child(even) {
		flex-direction: column;
	}
	.servicios-home .blocks .block .info,
	.servicios-home .blocks .block .thumbnail {
		width: 100%;
	}
	.servicios-home .blocks .block .thumbnail img {
		aspect-ratio: 16/9;
	}
}

dialog {
	border: none;
	box-shadow:
		0 0 30px rgba(0, 0, 0, 0.2),
		0 0 60px rgba(0, 0, 0, 0.2),
		0 0 30px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 600px;
}
dialog::backdrop {
	background: rgba(0, 0, 0, 0.8);
}
dialog .inner {
	padding: 1em 0.5em;
}
dialog .inner .close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

dialog .inner figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
}

p {
	font-size: 18px;
}

p strong {
	font-weight: 700;
}

/* Capacitacion CCA */
.landing-submenu {
	background-color: #15192e;
	padding: 1em 0;
	color: #fff;
}
.landing-submenu .column {
	margin: 0;
}
.landing-submenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.landing-submenu ul li a {
	color: #fff;
	display: block;
	padding: 0 0.75em;
}
.landing-submenu ul li a.is-active {
	color: #cfac6a;
}

.capacitacion-intro figure {
	width: 100%;
	max-width: 250px;
}
.capacitacion-intro figure img {
	width: 100%;
	height: auto;
}
@media (max-width: 1024px) {
	.capacitacion-intro figure {
		max-width: 180px;
	}
}
@media (max-width: 768px) {
	.capacitacion-intro figure {
		max-width: 150px;
		margin-bottom: 30px;
	}
}

.cursos-list {
	list-style-type: none;
	margin: 1.5em 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5em;
}
.cursos-list li {
	flex: 1;
}
.cursos-list li figure figcaption h4 {
	/* color: #fff; */
	text-align: center;
}
.cursos-list li figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

@media screen and (max-width: 960px) {
	.cursos-list {
		gap: 2em;
	}
	.cursos-list li {
		flex: inherit;
		width: calc(50% - 1em);
	}
}

.beneficios .check-list {
	list-style-type: none;
	margin: 1.5em 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5em;
}
.beneficios .check-list li {
	flex: 1;
}
.beneficios .check-list li svg {
	stroke: #2651a5;
}
@media screen and (max-width: 960px) {
	.beneficios .check-list {
		gap: 2em;
	}
	.beneficios .check-list li {
		flex: inherit;
		width: calc(50% - 1em);
	}
}

#Header_wrapper.dark {
	background: center center no-repeat;
	background-size: cover;
}
#Header_wrapper.dark::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		-90deg,
		rgba(0, 0, 0, 0.25),
		rgba(0, 0, 0, 0.9)
	);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#Header_wrapper.dark #Subheader {
	position: relative;
	z-index: 10;
}

.grid-2-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3em;
}
.grid-2-cols .item {
	width: calc(50% - 1.5em);
}

@media screen and (max-width: 768px) {
	.grid-2-cols .item {
		width: 100%;
	}
}

.cursos img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.mapa-anders .mapa {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.mapa-anders {
	position: relative;
}
.mapa-anders .spot {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #3ec76f;
	border-radius: 50%;
	position: absolute;
	z-index: 5;
}
.mapa-anders .spot::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #3ec76f;
	position: absolute;
	top: -1px;
	left: -1px;
	/* transform: translateX(-50%) translateY(-50%); */
	transform-origin: center center;
	animation: aniScale 0.85s linear infinite;
}

@keyframes aniScale {
	from {
		opacity: 1;
		scale: 1;
	}
	to {
		opacity: 0;
		scale: 2;
	}
}

.video-cont {
	margin: 2em auto;
	width: 100%;
	max-width: 1300px;
}
.video-cont iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/* Anders Fire */
.af-intro .image_wrapper img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

.block-banner-interior {
	position: relative;
	overflow: hidden;
	background-color: var(--azulDark);
}
.block-banner-interior .container {
	position: relative;
	z-index: 10;
}
.block-banner-interior .bbi-info {
	color: #fff;
	padding: 5em 1.5em 1em;
	position: relative;
}
.block-banner-interior .bbi-poster {
	position: relative;
}
.block-banner-interior .bbi-poster::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: linear-gradient(
		180deg,
		oklch(0.2133 0.0353 280.53),
		oklch(0.2133 0.0353 280.53 / 0%)
	);
}
.block-banner-interior .bbi-poster img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.block-banner-interior.capacitate .logo {
	width: 150px;
	margin-bottom: -100px;
	position: relative;
	z-index: 10;
}
.block-banner-interior.capacitate .logo img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.block-banner-interior .bbi-poster img {
		aspect-ratio: 16/9;
	}
}

@media (min-width: 960px) {
	.block-banner-interior .bbi-info {
		padding: 5em 1.5em;
		max-width: 560px;
	}

	.block-banner-interior.capacitate .logo {
		margin-bottom: inherit;
	}

	.block-banner-interior .bbi-poster {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
	}
	.block-banner-interior .bbi-poster::before {
		background: linear-gradient(
			90deg,
			oklch(0.2133 0.0353 280.53),
			oklch(0.2133 0.0353 280.53 / 0%)
		);
	}
	.block-banner-interior .bbi-poster img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		aspect-ratio: inherit;
	}
}

@media (min-width: 1024px) {
	.block-banner-interior.capacitate .bbi-info {
		padding: 5em 10em 5em 1.5em;
		max-width: 560px;
	}
	.block-banner-interior.capacitate .logo {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateX(25%) translateY(-50%);
	}
}

@media (min-width: 1440px) {
	.block-banner-interior.capacitate .bbi-info {
		padding: 8em 10em 8em 1.5em;
		max-width: 560px;
	}

	.block-banner-interior .bbi-info {
		padding: 8em 1.5em;
	}
}

/* Guardias de seguridad */
.servicios-guardias-grid .sg-cont {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

.grid-sizer,
.sg-cont .item {
	width: 33.3333%;
}
/* 2 columns wide */
.item.x2 {
	width: 66.6666%;
}

.sg-cont .item .title::before {
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-color: #4872cb;
	margin-bottom: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.sg-cont .item .inner {
	padding: 30px 15px;
	border: 1px solid #eee;
}

.sg-cont .item.patrulla .inner {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	padding: 0;
	position: relative;
}
.sg-cont .item.patrulla .inner .info {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 15px;
}
.sg-cont .item.patrulla .inner figure {
	width: 50%;
	border-left: 1px solid #eee;
	display: flex;
	align-items: center;
}

.sg-cont .item.otros {
	background-color: #4872cb;
	color: #fff;
}
.sg-cont .item.otros .title {
	text-align: center;
	font-size: clamp(26px, 5vw, 56px);
	color: #fff;
}
.sg-cont .item.otros .title span {
	color: #96adff;
}
.sg-cont .item.otros .title::before {
	background-color: #2f3a77;
}
.sg-cont .item.otros .info ul {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.sg-cont .item.otros .info ul li {
	flex: 1;
	padding: 15px;
}

@media (max-width: 960px) {
	.grid-sizer,
	.sg-cont .item {
		width: 50%;
	}

	.item.x2 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.sg-cont .item.otros .info ul {
		flex-wrap: wrap;
	}
	.sg-cont .item.otros .info ul li {
		flex: inherit;
		width: calc(50% - 30px);
	}
}

@media (max-width: 560px) {
	.grid-sizer,
	.sg-cont .item,
	.item.x2 {
		width: 100%;
	}

	.sg-cont .item.patrulla .inner {
		flex-direction: column;
	}
	.sg-cont .item.patrulla .inner .info {
		width: 100%;
		padding: 30px 15px 0;
	}
	.sg-cont .item.patrulla .inner figure {
		width: 100%;
	}
}
