@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&display=swap');

:root {
	--page-w: 75.5rem;

	--fon-t: "Bai Jamjuree", sans-serif;
	--fon-h: "Bai Jamjuree", sans-serif;

	--sca-t: 1rem;
	--sca-h: 1rem;
	--sca-lh: 1em;
	--sca-mar: 1rem;
	--sca-pad: 2.5rem;

	--ratio: .3125;

	--fon-w1: 400;
	--fon-w5: 400;
	--fon-w7: 600;
	--fon-w9: 600;

	--col-dar: #ffffff;
	--col-dar-op25: #ffffff33;
	--col-bg: #171819;
	--col-lig: #3C3C46;
	--col-sep: #227d9e;
	--col-pri: #009FD9;
	--col-pri-op75: #009FD9BF;
	--col-pri-bg: #009FD9;
	--col-acc: #009FD9;
	--col-acc-bg: #009FD9;

	--col-grad-v: linear-gradient(180deg, var(--col-dar) 0%, var(--col-pri) 100%);

	--rad-s: 1rem;
	--rad-m: 1rem;
	--rad-l: 1rem;
	--rad-bt: .5rem;

	--sha-s: none;
	--sha-m: none;
	--sha-l: none;
	--sha-i: inset 0 .125rem .25rem 0 var(--col-dar-op25);

	--ani-f: all 500ms cubic-bezier(.7,0,.3,1);
}
main .section {
	padding-bottom: calc(var(--sca-pad) * 2);
}
main .section.bg, 
main .section.bg-l {
    padding-top: calc(var(--sca-pad) * 3);
    padding-bottom: calc(var(--sca-pad) * 3);
}
main .section.bg + .section, 
main .section.bg-l + .section {
    padding-top: calc(var(--sca-pad) * 3);
}

.row {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}
.col {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.section.featured {
	position: relative;
	overflow: hidden;
	height: 100vh;
	margin-top: 0;
	border-radius: 0 0 3rem 3rem;
}
.header {
	left: 1rem;
	top: 1rem;
	right: 1rem;
	border-radius: 1rem;
	background: linear-gradient(90deg, #000000 4.81%, #262628 69.23%, #000000 97.6%);
	box-shadow: inset 0 0 0 1px #000;
}
.featured video {
	position: absolute;
	inset: 0;
	z-index: 10;
}
.featured:after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 20;
	background: #000000aa;
}
.featured .content {
	position: relative;
	z-index: 30;
	color: var(--col-dar);
	padding-bottom: 0;
}
.featured .content h1 {
	display: inline-block;
	font-size: 5rem;
	font-weight: normal;
}
.featured .content h1:after {
	content: '';
	width: .5em;
	height: 1em;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4002 10.0992C15.8002 10.0992 11.2002 5.69922 10.8002 0.199219C10.4002 5.69922 5.8002 9.99922 0.200195 10.0992C5.7002 10.0992 10.3002 14.3992 10.8002 19.8992C11.2002 14.3992 15.8002 10.1992 21.4002 10.0992Z' fill='%23019EDA'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
}
.featured .content p {
	font-size: 1.5rem;
	line-height: 1.4em;
	max-width: 25em;
	margin-left: auto;
	margin-right: auto;
	text-wrap: pretty;
}

.block {
	display: none;
}

.main ul.list li:before {
	top: .0625rem;
    width: 1rem;
    height: 1rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4002 10.0992C15.8002 10.0992 11.2002 5.69922 10.8002 0.199219C10.4002 5.69922 5.8002 9.99922 0.200195 10.0992C5.7002 10.0992 10.3002 14.3992 10.8002 19.8992C11.2002 14.3992 15.8002 10.1992 21.4002 10.0992Z' fill='%23019EDA'/%3E%3C/svg%3E%0A");
}
.main .section h2 {
	max-width: 20em;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}
.main .section h2 + p {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}
.main .section .page > h2 + p {
	color: #bbb;
}

.section.bg {
	background: url(../images/section-bg.jpg) no-repeat center bottom;
	background-color: #111111;
	background-size: 100% auto;
	background-attachment: fixed;
}
.section.bg h2,
.section.bg h3,
.section.bg p,
.section.bg ul {
	color: var(--col-dar);
}
.section.bg h6 {
	color: var(--col-acc);
}

.section h6 {
	font-size: 1.125rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	position: relative;
	margin-bottom: 1.25rem;
}
.section h6 img {
	display: inline-block;
	vertical-align: -.5em;
	left: 0;
	top: 0;
	height: 2.5rem;
	margin-right: 0;
}

.main {
	padding-top: 0;
}
#quienes-somos {
	padding-top: calc(var(--sca-pad) * 3);
	background: linear-gradient(90deg, #000000 4.81%, #262628 69.23%, #000000 97.6%);
}
#quienes-somos picture p {
	position: absolute;
	left: 1.5rem;
	top: -2.5rem;
	padding: 1rem 1.25rem;
	text-transform: uppercase;
	font-size: .875rem;
	background: #000;
	color: var(--col-pri);
	border-radius: 1rem;
	white-space: nowrap;
}
#quienes-somos picture p + p {
	right: 1.5rem;
	left: auto;
	top: 77.5%;
}

#servicios {
	margin-top: 0;
}
#servicios h3 {
	color: var(--col-acc);
}
#servicios h4 {
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
}
#servicios ul li {
	font-size: .875rem;
	padding-left: 1.625rem;
	margin-bottom: .875rem;
}
#servicios ul li strong {
	display: block;
	font-size: 1.0625rem;
	margin-bottom: .25rem;
}
#servicios .row {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #00000066;
	backdrop-filter: blur(.5rem);
	box-shadow: inset 0 0 0 1px #000;
	border-radius: 2rem;
}
#servicios .row + .row {
	margin-top: 3.75rem;
}
.section picture {
	position: relative;
	border-radius: 1rem;
    box-shadow: 0 0 0 2px #000;
}
#servicios picture {
	position: relative;
	margin: -1rem -1.5rem -1rem 0!important;
}
#servicios .rtl picture {
	margin: -1rem 0 -1rem -1.5rem!important;
}
#servicios .rtl picture:after {
	right: 100%;
	left: auto;
}
#servicios .rtl picture:before {
	left: 100%;
	right: auto;
}
.section picture:after,
.section picture:before {
	content: '';
	position: absolute;
	aspect-ratio: 1 / 1;
	margin: -1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 50;
}
.section picture:before {
	right: 100%;
	top: 100%;
	width: 5rem;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4002 10.0992C15.8002 10.0992 11.2002 5.69922 10.8002 0.199219C10.4002 5.69922 5.8002 9.99922 0.200195 10.0992C5.7002 10.0992 10.3002 14.3992 10.8002 19.8992C11.2002 14.3992 15.8002 10.1992 21.4002 10.0992Z' fill='%233C3C46'/%3E%3C/svg%3E%0A");
}
.section picture:after {
	left: 100%;
	bottom: 100%;
	width: 7.5rem;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4002 10.0992C15.8002 10.0992 11.2002 5.69922 10.8002 0.199219C10.4002 5.69922 5.8002 9.99922 0.200195 10.0992C5.7002 10.0992 10.3002 14.3992 10.8002 19.8992C11.2002 14.3992 15.8002 10.1992 21.4002 10.0992Z' fill='%23019EDA'/%3E%3C/svg%3E%0A");
}
.section picture img {
	object-fit: cover;
}
.bt-toggle-block {
	text-decoration: none;
}

#ppf-media {
	position: relative;
}
#ppf-media picture,
#polarizado picture {
	aspect-ratio: 1 / 1;
	text-align: left;
	box-shadow: none;
}
#ppf-media picture img {
	width: 85%;
	display: block;
	margin: 0;
	box-shadow: 0 0 0 2px #000;
}
#ppf-media video {
	position: absolute;
	right: 2.5rem;
	bottom: -1rem;
	height: 75%;
	width: auto;
	aspect-ratio: 9 / 16;
	border-radius: 1rem;
	box-shadow: 0 0 1rem 1rem rgba(0,0,0,.5);
	background: #000;
}
#polarizado picture img:first-child {
	width: 75%;
	height: calc(100% - 3rem);
	position: relative;
	top: 3rem;
	opacity: .5;
	object-fit: cover;
	box-shadow: 0 0 0 2px #000;
}
#polarizado picture img + img {
	width: 60%;
	top: auto;
	transform: none;
	top: 0;
	box-shadow: 0 0 1rem 1rem rgba(0,0,0,.5);
}

#productos .row {
	margin-left: 0;
	margin-right: 0;
}
#productos .col {
	padding-left: 0;
	padding-right: 0;
}
#productos .card {
	border-radius: 1.5rem;
}
#productos .col6 .card:not(.icon-g) > * {
	max-width: 90%;
}

#productos {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4002 10.0992C15.8002 10.0992 11.2002 5.69922 10.8002 0.199219C10.4002 5.69922 5.8002 9.99922 0.200195 10.0992C5.7002 10.0992 10.3002 14.3992 10.8002 19.8992C11.2002 14.3992 15.8002 10.1992 21.4002 10.0992Z' stroke='%233C3C46' stroke-width='.1' /%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: auto 120%;
	background-position: 52.5% 30%;
	padding-bottom: 5rem;
}
#productos .card.bg {
	background-color: #000;
	color: #fff;
}
#productos .card.bg h3 {
	color: var(--col-pri);
	text-shadow: 1px 1px 1rem #000;
}
#productos .card.bg p {
	text-shadow: 1px 1px 1rem #000;
}
#productos .card.bg .bt {
	box-shadow: 0 0 0 1px var(--col-pri);
}

#capacitaciones {
	margin-top: 0;
	background: linear-gradient(0deg, #111 0%, #3C3C46 100%);
}
#capacitaciones .slider-wrapper {
	aspect-ratio: 1 / 1;
}
#capacitaciones .slider-wrapper .slider {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	border-radius: 1rem;
	box-shadow: 0 0 0 2px #000;
}
#capacitaciones .slider-wrapper .slide {
	margin: 0;
}
#capacitaciones .slider-wrapper .slide img {
	display: block;
	border-radius: 0;
	box-shadow: none;
}
#capacitaciones .slider-wrapper .slider-nav {
	z-index: 999;
	bottom: 1rem;
	top: auto;
	position: absolute;
	left: 0;
	right: 0;
}
#capacitaciones .slider-wrapper .slider-nav a {
	background: #fff;
	border: none;
	box-shadow: 0 0 0 1px #000;
}
#capacitaciones .slider-wrapper .slider-nav a.activeSlide {
	background: var(--col-pri);
}

#acreditaciones {
	padding-top: 5rem;
	padding-bottom: 4rem;
	margin-left: 2rem;
	margin-right: 2rem;
	background: #eee;
	color: #111;
	border-radius: 3rem;
	margin-bottom: calc(var(--sca-pad) * 3);
}
#acreditaciones h2 + p {
	color: var(--col-sep);
	margin-bottom: 2rem;
}
#acreditaciones .brands {
	white-space: nowrap;
	text-wrap: balance;
}
#acreditaciones .brands img {
	height: 4rem;
	margin: 1rem;
}

.card + h5.quote:after {
	border-top-color: #111;
}
h5.quote {
	padding-left: 0;
}
h5.quote span {
	float: right;
}
.card + h5.quote:before, 
.card + h5.quote:after {
	left: 2.5rem;
    transform: scaleX(-1);
}

#contacto h5 {
	color: var(--col-acc);
}
.footer {
	background: #000;
}

@media (max-width:960px) {
	.page {
        padding: 0 calc(var(--sca-pad) * 1);
    }
	.header nav {
		height: calc(100vh - 11.5rem);
		border-radius: 1rem;
		box-shadow: inset 0 0 0 1px #000;
		border: none;
	}
	.featured .content h1 {
		font-size: 4rem;
	}
	.featured .content p {
		font-size: 1.375rem;
		padding: 0 2rem;
		margin-bottom: 1.5rem;
	}
	#productos .col + .col {
		margin-top: 0;
	}
	#productos .card {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}