.atf {
	position: relative;
	height: 200px;
	background-size: cover;
	background-position: center;
	margin-top: 0;
}
.atf__iframe {
	display: block;
	width: 100%;
	height: 200px;
}
.atf__play {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.experiences {
	max-width: 1200px;
	margin: auto;
	margin-top: 110px;
	padding: 40px 20px;
}
.experiences__title {
	color: #5CCDE6;
	font-size: 36px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-gap: 20px;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 36px;
	font-family: Poppins-SemiBold;
}
.experiences__img {
	width: 260px;
}
.experiences__txt {
	font-size: 18px;
	font-family: Poppins-Light;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: center;
}
.experiences__subtitle {
	font-size: 22px;
	font-family: Poppins-SemiBold;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
}
.experiences__subtitle span {
	color: #E59B5C;
}

.services {
	padding: 40px 0;
}
.services__title {
	color: #5CCDE6;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	font-family: Poppins-SemiBold;
}
.services__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-gap: 30px;
}
.services__item {
	width: 230px;
	border: 3px solid #E59B5C;
	border-radius: 20px;
	padding: 20px;
	margin: auto;
}
.services__item__picture {
	text-align: center;
	margin-bottom: 10px;
}
.services__item__picture img {
	width: 100%;
}
.services__item__title {
	color: #5CCDE6;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: Poppins-SemiBold;
}
.services__item__txt {
	font-size: 18px;
	line-height: 24px;
}

.metodo {
	text-align: center;
	padding: 40px 0;
}
.metodo__title {
	color: #5CCDE6;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	font-family: Poppins-SemiBold;
}
.metodo__img {
	width: 98%;
}

.projects {
	padding: 40px 0;
}
.projects__title {
	color: #5CCDE6;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 10px;
	font-family: Poppins-SemiBold;
}
.projects__txt {
	text-align: center;
	font-size: 18px;
}
.projects__item {
	text-align: center;
}
.projects__item img {
	width: 220px;
}

.contact {
	border: 2px solid #E59B5C;
	border-radius: 20px;
	padding: 40px 20px;
	margin: 40px auto;
	width: 230px;
}
.contact__title {
	color: #5CCDE6;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
	font-family: Poppins-SemiBold;
}
.contact__txt {
	font-size: 18px;
	color: #E59B5C;
	text-align: center;
	margin-bottom: 30px;
	line-height: 20px;
}
.contact__frm {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	margin-bottom: 20px;
}
.contact__group {
	display: flex;
	flex-direction: column;
}
.contact__group label {
	font-size: 16px;
	margin-bottom: 10px;
}
.contact__group input {
	border-radius: 10px;
	border: 1px solid #E59B5C;
	background-color: #000;
	font-size: 16px;
	padding: 10px 10px;
	color: #fff;
	outline: none;
}
.contact__errmsg {
	display: none;
	color: #fff;
	background-color: red;
	padding: 6px;
	text-align: center;
	margin-top: 10px;
}
.contact__successmsg {
	display: none;
	color: #fff;
	background-color: green;
	padding: 6px;
	text-align: center;
	margin-top: 10px;
}
.contact__button {
	margin-top: 10px;
	text-align: center;
}
.contact__btn {
	width: 200px;
	border-radius: 30px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	background-color: #E59B5C;
	border: 1px solid #fff;
	font-family: Poppins-Light;
}

.box__soon {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #E59B5C;
	width: 200px;
	border-radius: 10px;
	text-align: center;
	z-index: 99;
	padding: 20px;
	background-color: #fff;
}
.box__soon img {
	width: 100px;
}
.box__soon p {
	font-size: 22px;
	color: #000;
}
.box__soon__close {
    position: absolute;
    top: -38px;
    right: 0px;
}
.box__soon__close img {
    width: 30px;
}
.services__item__picturex {
	text-align: center;
}
.services__item__logos {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.logo__ucst,
.logo__endigital {
	width: auto;
	height: 70px;
}
.logo__virket {
	width: auto;
	height: 30px;
}

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

	.metodo__img {
		width: 320px;
	}
	.services__item {
		width: 260px;
	}
	.contact {
		width: 260px;
	}
}

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

	.atf,
	.atf__iframe  {
		height: 280px;
	}
	.services__item {
		width: 400px;
	}
	.services__item__picture.imagination img {
		width: auto;
		height: 240px;
	}
	.experiences {
		width: 450px;
	}
	.experiences__subtitle {
		font-size: 24px;
	}
	.metodo__img {
		width: 460px;
	}
	.contact {
		width: 400px;
	}
	.box__soon {
		width: 300px;
	}
	.logo__ih {
		width: auto;
		height: 160px;
	}

}

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

	.atf,
	.atf__iframe  {
		height: 430px;
	}
	.experiences {
		width: 660px;
	}
	.experiences__title {
		font-size: 38px;
	}
	.services__title {
		font-size: 38px;
	}
	.services__content {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.services__item {
		width: 300px;
		margin: 0;
	}
	.services__item__picture.imagination img {
			height: 180px;
	}
	.metodo__title {
		font-size: 38px;
	}
	.metodo__img {
		width: 700px;
	}
	.projects__title {
		font-size: 38px;
	}
	.projects__txt {
		font-size: 20px;
	}
	.projects__content {
		display: flex;
		justify-content: center;
		grid-gap: 20px;
		flex-wrap: wrap;
	}
	.projects__item {
		width: 300px;
	}
	.contact {
		width: 600px;
	}
	.contact__title {
		font-size: 38px;
	}
	.contact__frm {
		flex-direction: row;
		margin-bottom: 30px;
	}
	.contact__group {
		width: 50%;
	}
	.box__soon {
		width: 360px;
		padding: 60px 0;
	}
	.box__soon p {
		font-size: 28px;
	}

}

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

	.services__item__title {
		height: 68px;
	}
	.services__item__title.ih {
		height: 0px;
	}
}

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

	.atf,
	.atf__iframe  {
		height: 550px;
	}
	.experiences {
		width: auto;
	}
	.experiences__img {
		width: 280px;
	}
	.experiences__title {
		flex-direction: row;
		font-size: 40px;
	}
	.services__title {
		font-size: 40px;
	}
	.metodo__title {
		font-size: 40px;
	}
	.projects__title {
		font-size: 40px;
	}
	.projects__item {
		width: 460px;
	}
	.projects__item img {
		width: 300px;
	}
	.contact {
		width: 930px;
		margin-bottom: 80px;
	}
	.contact__title {
		font-size: 40px;
	}
	.contact__txt {
		font-size: 20px;
	}
	.contact__group label,
	.contact__group input {
		font-size: 18px;
	}
	.logo__ih {
		height: 130px;
	}

}

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

	.atf,
	.atf__iframe  {
		height: 680px;
	}
	.experiences {
		padding: 60px 0;
		width: 1100px;
	}
	.experiences__subtitle {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.experiences__img {
		width: 300px;
	}
	.experiences__txt {
		font-size: 20px;
	}
	.services {
    	padding: 80px 0;
	}
	.services__title {
		font-size: 52px;
	}
	.services__item__title {
		font-size: 30px;
		text-align: left;
		line-height: 40px;
	}
	.metodo__title {
		font-size: 52px;
		margin-bottom: 40px;
	}
	.metodo__img {
		width:900px;
	}
	.projects {
    	padding: 80px 0;
	}
	.projects__title {
		font-size: 52px;
		margin-bottom: 30px;
	}
	.projects__txt {
		font-size: 22px;
	}
	.projects__item img {
		width: 340px;
	}
	.contact__title {
		font-size: 52px;
		margin-bottom: 30px;
	}
	.contact__btn {
		font-size: 18px;
	}

}
