/*PARALLAX*/

.parallax3{
	width: 100%;
	height: 80vh;
	background-image: url('../img/Sin/Oscar\ Felipe\ Mora\ Guerrero\ Fotógrafo\ Profesional\ Colombia.JPG');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
 }

 /*PARALLAX*/

.person {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container1 {
  border-radius: 50%;
  height: 312px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 400px;
}

.container1:after {
  content: "";
  height: 10px;
  position: absolute;
  top: 390px;
  width: 100%;
}

.container1:hover {
  transform: scale(0.54);
}

.container-inner {
  clip-path: path(
    "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z");
  position: relative;
  transform-origin: 50%;
  top: -200px;
}

.circle {
  border-radius: 50%;
  cursor: pointer;
  height: 380px;
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  width: 380px;
}

.img {
  pointer-events: none;
  position: relative;
  transform: translateY(20px) scale(1.15);
  transform-origin: 80% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container1:hover .img {
  transform: translateY(0) scale(1.2);
}

.img2 {
  left: -16px;
  top: 144px;
  width: 466px;
}

.divider {
	border-top: 2px solid #b81212;
	width: 30%;
}

/*centrar imágenes eje x*/
.cen-img{
  padding: 2% 12%; 
}

/*centrar imágenes eje x*/
.cen-p{
  padding: 10% 2%; 
}
