
:root{
	--cf1: #fefefe; 
	--cf2: #fff;
	--cb1: #d5dfed;
	--cb2: #dbe4f0;
	--ctext1: #000;
	--ctext2: #1f1f1f;
}
/*
::-webkit-scrollbar{
    width: 10px;
    background-color: #000a0f;
}
::-webkit-scrollbar-track{
    background-color: #000a0f;
}
::-webkit-scrollbar-thumb{
    background-color: #fff; 
   
}
*/





@font-face{
	font-family: 'dyxer';
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Cyberfunk.ttf");
}
@font-face{
	font-family: 'team';
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/AIRBORNEGP.ttf");
}



body{
	background-color: var(--cf1);

}


.esp1{
	padding-top: 140px;
	padding-bottom: 70px;
}


.banner{
	min-height: 600px;
	width: 100%;
	padding-top: 100px;
    padding-bottom: 50px;
}
.banner .image{
	height: 450px;
	width: 450px;
	position: relative;
}
.banner .image::before{
	content: "";
	position: absolute;
	height: inherit;
	width: inherit;
	background: var(--cb2);
	transform: translate(25px, 25px);
    border-radius: 25px;
    z-index: -1;
	
}
.banner .image img{
	object-fit: cover;
	height: inherit;
	width: 100%;
	border-radius: 25px;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(193,207,229,1);
	-moz-box-shadow: 10px 10px 35px 0px rgba(193,207,229,1);
	box-shadow: 10px 10px 35px 0px rgba(193,207,229,1);
}
.banner .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner h1{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.banner h1 span:nth-child(1){
	font-size: 140px;
	font-family: 'dyxer';
	letter-spacing: -5px;
	text-transform: lowercase;
	color: var(--ctext1);
}
.banner h1 span:nth-child(2){
	font-size: 32px;
	font-family: 'team';
	text-transform: uppercase;
	color: var(--cf2);
	background: var(--ctext1);
	padding: 0px 5px 3px 8px;
    position: relative;
    margin-left: 5px
}
.banner p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: var(--ctext2);
}

/* servicios */
.esp1{
	padding-top: 170px;
	padding-bottom: 70px;
	
}
.services h2{
	margin-bottom: 144px;
}


.services .card{
	border: 1px solid var(--cb1);
	border-radius: 20px;
	text-align: center;
	align-items: center;
	padding: 60px 0px;

}
.services .card:hover{
	background: var(--cb1);
	cursor: pointer;
}

.modales{
	height: 100%;
	width: 100%;
	background: rgb(213,223,237);
	background: -webkit-linear-gradient(bottom, rgba(213,223,237,1) 0%, rgba(255,255,255,1) 80%);
	background: -o-linear-gradient(bottom, rgba(213,223,237,1) 0%, rgba(255,255,255,1) 80%);
	background: linear-gradient(to top, rgba(213,223,237,1) 0%, rgba(255,255,255,1) 80%);
	position: fixed;
	z-index: 660;
	bottom: -100%;
	transition-duration: 0.5s;
	overflow: auto;
}
.scroll{
	overflow: hidden;
}

.active{
	bottom: 0;
}


.services .card h4{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: var(--ctext1);
	margin-bottom: 0px;
	margin-top: 40px;
}
.services .card img{
	width: 100px;
	text-align: center;
}








h2.subtitles{
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: var(--ctext1);
	line-height: 0;
}
h2.subtitles:before{
	content: attr(data-heading);
	font-family: 'Poppins', sans-serif;
	font-size: 144px;
	text-transform: inherit;
	position: absolute;
	display: block;
	line-height: 0;
	right: 0;
	left: 0;
	z-index: -1;
	color: var(--cb2);
	opacity: 25%;
	
}

.contacto{
	height: auto;
	width: 100%;
}
.contacto h2{
	margin-bottom: 175px;
}
.contacto .mail{
	display: flex;
	justify-content: center;
}
.contacto a:link{
	background: var(--cb2);
	border-radius: 50px;
	padding: 15px 70px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: var(--ctext1);
	text-decoration: none;
	outline: none;
	justify-content: center;
}
.contacto a:link img{
	width: 30px;
	margin-right: 20px;
}

footer{
	height: auto;
	width: 100%;
	text-align: center;
}
p.copy{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--ctext1);
	justify-content: center;
}

.content.est{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 5%;
	
}

.content.est img.icon{
	width: 100px;
	align-self: center;
	
}
.content.est h5{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: var(--ctext1);
	font-family: 'Poppins', sans-serif;
	margin: 20px 0px 40px 0px;
}
.content.est p{
	font-family: 'Poppins', sans-serif;
	line-height: 180%;
	color: var(--ctext2);
	font-size: 16px;
}

.content.est ul li{
	font-family: 'Poppins', sans-serif;
	line-height: 180%;
	color: var(--ctext2);
	list-style: none;
	font-size: 14px;
	
}

.content.est img.cerrar{
	width: 30px;
	position: absolute;
	bottom: 2%;
}
.content.est img.cerrar:hover{
	cursor: pointer;
}


@media screen and (max-width: 991px){
	.banner{
		padding-top: 5%;
	}
	.banner .text {
		align-items: center;
	}
	
	.banner .image{
		height: 200px;
		width: 200px;
	}
	.banner .image::before{
		content: none;
	}
	.banner .image img{
		border-radius: 100%;
		-webkit-box-shadow: 0px 10px 35px 0px rgba(193,207,229,1);
		-moz-box-shadow: 0px 10px 35px 0px rgba(193,207,229,1);
		box-shadow: 0px 10px 35px 0px rgba(193,207,229,1);
		margin-top: 20px;
	}
}


@media screen and (max-width: 991px){
	.banner{
		min-height: auto;
	}
	.banner h1{
		margin-top: 8%;
	}
	.banner h1 span:nth-child(1) {
    	font-size: 70px;
	}
	.banner h1 span:nth-child(2) {
    	font-size: 32px;
	}
	
	
	h2.subtitles {
    	font-size: 28px;
	}
	h2.subtitles::before{
		font-size: 100px;
	}
	
	.services .card img {
    	width: 60px;
	}
	.services .card h4 {
    	font-size: 18px;
    	margin-top: 20px;
	}
	
	
	.contacto a:link{
		font-size: 16px;
		padding: 10px 60px;
	}
	
	
}


@media screen and (max-width: 767px){
	
	.esp1 {
		padding-top: 100px;
		}
	
	h2.subtitles::before {
		font-size: 80px;
	}
	
	.services .card {
		border-radius: 10px;
		flex-direction: row;
		padding: 10px 50px;
		margin-bottom: 20px;
	}
	.services .card h4 {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 25px;
	}

	
}


@media screen and (max-width: 575px){
	
	.banner{
		height: 100vh;
		align-content: center;
		display: flex;
		align-items: center;
	}
	.banner .image img{
		margin-top: 0px;
	}
	
	.content{
		padding-right: 5%;
		padding-left: 5%;
	}
	.content.est img.icon {
    	width: 40px;
	}
	.content.est h5{
		font-size: 24px;
		margin: 20px 0px 20px 0px;

	}
	.content.est p{
		font-size: 13px;
	}
	.content.est ul li{
		font-size: 12px;
	}
	
	
}


@media screen and (max-width: 490px){
	h2.subtitles::before{
		content: none;
	}
	.esp1 {
		padding-top: 50px;
	}
	.services h2{
		margin-bottom: 70px;
	}
	.contacto h2{
		margin-bottom: 70px;
	}
	
}

@media screen and (max-width: 384px){
	
	.banner h1 span:nth-child(1) {
		font-size: 50px;
	}
	.banner h1 span:nth-child(2) {
		font-size: 20px;
	}
	.banner p{
		font-size: 14px;
	}
	.services .card {
    	padding: 10px 30px;
	}
	.services .card img {
		width: 40px;
	}
	.services .card h4 {
    	font-size: 14px;
		margin-left: 20px;
	}
	
	.contacto a:link {
		font-size: 14px;
		padding: 10px 20px;
	}
	.contacto a:link img {
		margin-right: 10px;
	}
	p.copy{
		font-size: 12px;
	}
}
	