.atf__title {
	font-size: 20px;
	margin-bottom: 10px;
}
.atf__subtitle {
	font-size: 20px;
	margin: 0;
}

.hero {
	position: relative;
	width: 100%;
	height: 100vh; 
	overflow: hidden;
}

.hero__video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover; 
}

.hero__content {
	width: 100%;
	position: absolute;
	z-index: 1;
	color: white;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fulldome {
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 30px;
	padding: 40px 20px;
	max-width: 1100px;
	margin: auto;
}
.fulldome__logo {
	width: 220px;
}
.fuldome__right {
	font-size: 30px;
}
.fulldome__txt,
.fulldome__txt2 {
	font-size: 18px;
	text-align: center;
}
.fulldome__txt2 {
	font-size: 20px;
	color: #A09BAF;
}

.exp {
	padding: 0 20px;
	max-width: 1100px;
	margin: auto;
}
.exp__title {
	font-size: 22px;
	font-family: roc-grotesk;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
}
.exp__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.exp__item {
	width: 300px;
	text-align: center;
	margin-bottom: 20px;
}
.exp__item img {
	width: 80px;
}
.exp__item h3 {
	font-size: 22px;
	font-weight: 500;
	color: #F7F7F8;
	font-family: roc-grotesk;
}
.exp__item p {
	color: #A09BAF;
	font-size: 20px;
	font-family: "Kumbh Sans";
}

.solutions {
	padding: 0 20px;
	max-width: 1100px;
	margin: auto;
}
.solutions__title {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	font-family: roc-grotesk;
}
.solutions__txt {
	font-size: 20px;
	color: #A09BAF;
	text-align: center;
	margin-bottom: 40px;
	font-family: "Kumbh Sans";
}

.solutions__box {
	width: 100%;
}
.solutions__box.right {
	margin-left: auto;
}
.solutions__box__title {
	font-size: 22px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.solutions__box__txt {
	color: #A09BAF;
	font-size: 20px;
	font-family: "Kumbh Sans";
}

.inmersiva {
	padding: 20px 0;
}
.inmersiva__title {
	font-size: 22px;
	text-align: center;
	padding: 0 20px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.inmersiva__txt {
	color: #A09BAF;
	font-size: 20px;
	text-align: center;
	padding: 0 20px;
	font-family: "Kumbh Sans";
}
.inmersiva__slider {
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-image: url('../img/inmersivas/srd.jpg');
}
.inmersiva__slider.s1 {
	background-image: url('../img/inmersivas/srd.jpg');
}
.inmersiva__slider.s2 {
	background-image: url('../img/inmersivas/vrd.jpg');
}
.inmersiva__slider.s3 {
	background-image: url('../img/inmersivas/inclinado.jpg');
}
.inmersiva__slider.s4 {
	background-image: url('../img/inmersivas/horizontal.jpg');
}
.inmersiva__slide {
	padding: 30px 20px;
	border-bottom: 1px solid #fff;
}
.inmersiva__slide__icon {
	width: 70px;
	height: 70px;
	margin-bottom: 30px;
	border-radius: 50%;
	background-size: cover;
	background-image: url('../img/inmersivas/srd.jpg');
}
.inmersiva__slide__icon.vrd {
	background-image: url('../img/inmersivas/vrd.jpg');
}
.inmersiva__slide__icon.inclinado {
	background-image: url('../img/inmersivas/inclinado.jpg');
}
.inmersiva__slide__icon.horizontal {
	background-image: url('../img/inmersivas/horizontal.jpg');
}
.inmersiva__slide h3 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
	font-family: roc-grotesk;
}
.inmersiva__slide p {
	display: none;
	font-size: 16px;
	margin: 0;
	margin-top: 20px;
	line-height: 22px;
}

.sumergete {
	padding: 0 20px;
	margin-bottom: 60px;
	max-width: 1100px;
	margin: auto;
}
.sumergete__title {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	font-family: roc-grotesk;
}
.sumergete__txt {
	color: #A09BAF;
	font-size: 20px;
	text-align: center;
	font-family: "Kumbh Sans";
}
.sumergete__cards {
	display: flex;
	justify-content: center;
	grid-gap: 20px;
	flex-wrap: wrap;
}
.sumergete__card {
	width: 100%;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	align-items: center;
	padding: 20px 30px;
	background-color: #16111D;
}
.sumergete__card img {
	width: 46px;
}
.sumergete__card h3 {
	text-align: center;
	font-weight: 500;
	font-family: roc-grotesk;
}

.proyectos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 20px;
	max-width: 1100px;
	margin: auto;
}
.proyectos__title {
	font-size: 22px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.proyectos__txt {
	color: #A09BAF;
	font-size: 20px;
	margin-bottom: 40px;
	font-family: "Kumbh Sans";
}
.proyectos__btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: 30px;
	background-color: #D83A69;
	margin-bottom: 20px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.proyectos__video {
	width: 100%;
	height: 260px;
}

.customers {
	padding: 30px 20px;
	max-width: 1100px;
	margin: auto;
}
.customers__title {
	display: flex;
	align-items: center;
	grid-gap: 20px;
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.customers__title img {
	width: 160px;
}
.customers__logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 30px;
	width: 90%;
	margin: auto;
}
.customers__logo {
	width: 40%;
}
.customers__logo:last-child {
	width: 20%;
}
.customers__logo img {
	opacity: 0.2;
}

.contact {
	padding: 30px 20px;
	max-width: 1100px;
	margin: auto;
}
.contact__title {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	font-family: roc-grotesk;
}
.contact__txt {
	color: #A09BAF;
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
	font-family: "Kumbh Sans";
}
.contact__frm__fields {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.contact__frm__input {
	display: flex;
	grid-gap: 10px;
	padding: 12px 16px;
	border-radius: 30px;
	border: 1px solid #32313B;
}
.contact__frm__input img {
	width: 20px;
	height: 20px;
}
.contact__frm__input input {
	border: 0;
	font-size: 16px;
	background-color: #020002;
	outline: none;
	color: #fff;
	width: 100%;
	font-family: "Kumbh Sans";
}
.contact__frm__input textarea {
	border: 0;
	font-size: 16px;
	background-color: #020002;
	outline: none;
	color: #fff;
	font-family: "Kumbh Sans";
	width: 100%;
}
.contact__frm__input.textarea {
	width: 90%;
}
.contact__tyc {
	color: #A09BAF;
	margin: 20px 0;
	font-family: "Kumbh Sans";
}
.contact__btn {
	width: 180px;
	border-radius: 30px;
	padding: 16px 0;
	display: flex;
	grid-gap: 10px;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background-color: #D83A69;
	font-weight: 500;
	font-family: roc-grotesk;
}
.contact__btn.disabled {
	background-color: grey;
	opacity: 0.4;
}
.contact__btn img {
	width: 20px;
}
.contact__okmsg {
	display: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-color: green;
}
.contact__errmsg {
	display: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	background-color: red;
}

@media screen and (min-width: 360px) {

	.fulldome__logo {
		width: 260px;
	}
	.exp__title,
	.solutions__title,
	.solutions__box__title,
	.sumergete__title,
	.proyectos__title,
	.customers__title {
		font-size: 24px;
	}
	.customers__title img {
		width: 200px;
	}

}

@media screen and (min-width: 500px) {

	.atf__title {
		font-size: 30px;
	}
	.atf__subtitle {
		font-size: 26px;
	}
	.fulldome__logo {
		width: 300px;
	}
	.fulldome__txt,
	.fulldome__txt2 {
		font-size: 20px;
	}
	.inmersiva__slide__icon {
		margin-bottom: 120px;
	}
	.sumergete__txt {
		margin-bottom: 40px;
	}
	.proyectos {
		padding: 40px 20px;
	}
	.proyectos__video {
		height: 300px;
	}
	.customers__title img {
		width: 240px;
	}

}

@media screen and (min-width: 600px) {

	.inmersiva__slider {
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.inmersiva__slide {
		width: 270px;
	}
	.sumergete__cards {
		flex-direction: row;
	}
	.sumergete__card {
		width: 36%;
	}
	.contact__frm__fields {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.contact__frm__input {
		width: 40%;
	}

}

@media screen and (min-width: 768px) {

	.atf__title {
		font-size: 50px;
	}
	.atf__subtitle {
		font-size: 46px;
	}
	.fulldome__logo {
		width: 400px;
	}
	.fulldome__txt,
	.fulldome__txt2 {
		font-size: 22px;
	}
	.exp__title {
		font-size: 28px;
	}
	.exp__list {
		grid-gap: 40px;
	}
	.exp__item h3 {
		font-size: 24px;
	}
	.exp__item p {
		font-size: 22px;
	}
	.solutions__title,
	.solutions__box__title,
	.inmersiva__title,
	.sumergete__title,
	.proyectos__title,
	.customers__title
	.contact__title {
		font-size: 28px;
	}
	.solutions__txt,
	.solutions__box__txt,
	.inmersiva__txt,
	.sumergete__txt,
	.proyectos__txt,
	.contact__txt {
		font-size: 22px;
	}
	.solutions__box {
		width: 47%;
	}
	.solutions__box.right,
	.solutions__box:last-child {
		margin-top: -180px;
	}
	.inmersiva__txt {
		margin-bottom: 40px;
	}
	.inmersiva__slider {
		flex-wrap: nowrap;
	}
	.inmersiva__slide {
		width: 25%;
		border: 0;
		border-right: 1px solid #fff;
	}
	.inmersiva__slide:last-child {
		border: 0;
	}
	.sumergete__card h3 {
		font-size: 22px;
	}
	.proyectos__video {
		height: 400px;
	}
	.customers__logos {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.contact__frm__input {
		width: 42%;
	}

}

@media screen and (min-width: 1000px) {

	.atf__title {
		font-size: 70px;
	}
	.atf__subtitle {
		font-size: 64px;
	}
	.fulldome {
		flex-direction: row;
	}
	.fulldome__logo {
		width: 300px;
	}
	.fulldome__txt,
	.fulldome__txt2 { 
		text-align: left;
	}
	.exp__title {
		font-size: 34px;
		margin-bottom: 100px;
	}
	.exp__item h3 {
		font-size: 28px;
	}
	.exp__item p {
		font-size: 24px;
	}
	.solutions__title,
	.solutions__box__title,
	.sumergete__title,
	.proyectos__title,
	.customers__title,
	.contact__title {
		font-size: 34px;
	}
	.solutions__txt,
	.solutions__box__txt,
	.sumergete__txt,
	.proyectos__txt,
	.contact__txt {
		font-size: 28px;
	}
	.solutions__box.right {
		margin-top: -180px;
	}
	.solutions__box.right,
	.solutions__box:last-child {
		margin-top: -240px;
	}
	.solutions__box {
		width: 47%;
	}
	.inmersiva__slide__icon {
		margin-bottom: 200px;
	}
	.inmersiva__slide h3 {
		font-size: 24px;
	}
	.inmersiva__slide p {
		font-size: 18px;
	}
	.proyectos {
		flex-direction: row;
		padding: 80px 20px;
	}
	.proyectos__left {
		width: 50%;
	}
	.proyectos__right {
		width: 50%;
	}
	.contact__frm__input input,
	.contact__frm__input textarea {
		font-size: 18px;
	}
	.customers__title img {
		width: 300px;
	}

}

@media screen and (min-width: 1200px) {

	.fulldome__txt,
	.fulldome__txt2 { 
		font-size: 24px;
		text-align: left;
	}
	.exp__title {
		font-size: 34px;
	}
	.exp__item p {
		font-size: 26px;
	}
	.solutions__title {
		font-size: 38px;
	}
	.solutions__txt {
		font-size: 30px;
	}
	.solutions__box {
		width: 46%;
	}
	.inmersiva__title {
		font-size: 38px;
	}
	.inmersiva__txt {
		font-size: 30px;
	}
	.inmersiva__slide__icon {
		margin-bottom: 300px;
	}
	.inmersiva__slide h3 {
		font-size: 26px;
	}
	.inmersiva__slide p {
		font-size: 20px;
	}
	.sumergete__card {
		width: 18%;
	}
	.sumergete__card {
		flex-direction: row;
	}
	.customers__logo {
		width: 14%;
	}
	.customers__logo:last-child {
		width: 6%;
	}

}

@media screen and (min-width: 1400px) {

	.atf__title {
        font-size: 80px;
    }
	.fulldome__txt,
	.fulldome__txt2 { 
		font-size: 28px;
		text-align: left;
	}
	.exp__title,
	.solutions__title,
	.inmersiva__title,
	.sumergete__title,
	.proyectos__title,
	.customers__title,
	.contact__title {
		font-size: 44px;
	}
	.solutions__txt,
	.inmersiva__txt,
	.sumergete__txt,
	.proyectos__txt,
	.contact__txt {
		font-size: 30px;
	}
	.inmersiva__slide__icon {
		margin-bottom: 400px;
	}
	.inmersiva__slide {
		padding: 60px 20px;
	}
	.inmersiva__slide h3 {
		font-size: 28px;
	}
	.inmersiva__slide p {
		font-size: 22px;
	}
	.exp__item h3 {
        font-size: 32px;
    }
    .exp__item p {
        font-size: 28px;
    }
    .solutions__box__title {
    	font-size: 38px;
    	margin-bottom: 10px;
    }
    .solutions__box__txt {
    	margin-top: 0;
    	margin-bottom: 40px;
    }
    .proyectos__btn {
    	font-size: 18px;
    }
    .sumergete__card img {
    	width: 50px;
    }

}