﻿#container-2{
	background: #edfafa;
	 box-shadow: 20px 30px 40px #ececec inset;
}

.block{
	background: #f9fcfc;
}

.social{
	position: relative;
	margin: 10px;
	z-index: 1;
}

.social a{
	margin-left: 20px;
	padding: 5px;
}

.social img{
	width: 5rem;
}

.container-video{
	align-items: center;
	background-color: #edfafa;
}

.video-info h3{
	font-size: 3rem;
	padding: 10px;
	width: 80%;
	margin-left: 10%;
}

.video-info p{
	color: rgb(48, 115, 215);
	font-size: 2rem;
	padding: 10px;
	width: 80%;
	margin-left: 15%;
}

.skils{
	align-items: center;
	justify-content: space-around;
}

.item-icos{
	margin-left: 30%;
}

.item-icos ul li{
	display: flex;
	margin-top: 30px;
}

.item-icos img{
	margin-right: 20px;
}

.item-photo{
	width: 50rem;
	margin-left: 10px;
}

.item-icos img{
	width: 30px;
}

.title-cert{
text-align: center;
font-size: 3rem;
margin-bottom: 30px;
}

.certifications{
justify-content: center;
justify-content: space-around;
}

.certifications img{
width: 200px;
}

.certifications h2{
	font-size: 3rem;
}

.container-video {
    display: flex;
		align-items: center;
		justify-content: space-between;
}

.fluid{
	width: 100%;
	height: 600px;
}

.customer{
	display: flex;
}

.customer div{
	margin: 2%;
	min-width: 200px;
	flex-wrap: wrap;
}

.customer div{
	margin: 2%;
	align-items: center;
	
}

.container-center{
	text-align: center;
}

.customer h3{
	font-size: 4.5rem;
	margin-bottom: 20px;
	line-height: normal;
}

.customer p{
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 20px;
}

.customer h4{
	font-size: 2.2rem;
	color: crimson;
	margin-bottom: 10px;
}



@media (min-width: 1201px) {
 .space{
 	position: relative;
    margin-top: 100px;
    width: 200px;
    height: 300px;
  }
}

@media (min-width: 981px) {
 .space{
 	position: relative;
    margin-top: 100px;
    width: 200px;
    height: 300px;
  }

.skils{
	display: flex;
			margin: 0%;
}

.item-icos{
	margin-left: 0%;
}

}



@media (min-width: 821px) {
 .space{
 	position: relative;
    margin-top: 100px;
    width: 200px;
    height: 300px;
  }

	.skils{
		display: flex;
				margin: 0%;
	}

	.item-icos{
		margin-left: 0%;
	}
	.item-icos img{
		width: 50px;
	}
		}

@media(min-width: 621px) {
 .space{
 	position: relative;
    margin-top: 200px;
    width: 400px;
    height: 500px;
  }

.certifications{
	display: flex;
}

.container-video {
    position: relative;
		align-items: center;
		justify-content: space-between;
}

.video {
	position: float;
	width: 480px;
	height: 270;
}

}

@media (min-width: 620px) {
 .space{
 	position: relative;
    margin-top: 100px;
    width: 200px;
    height: 500px;
  }

}

@media (max-width: 500px){
 .space{
 	position: relative;
    margin-top: 100px;
    width: 200px;
    height: 500px;
  }
  #img-customer{
	display: contents;
}
}

@media (max-width: 700px) {
  #img-customer{
	display: none;
}

}

@media (max-width: 300px) {
	.space{
		position: relative;
	   margin-top: 100px;
	   width: 200px;
	   height: 500px;
	 }
   
   }
