

/** Team **/
.team-pets{
	width: 100%;
	padding:0px 0px;
	background: #fff;
    background-image: url(../assets/img/font-products.jpg);
}
.team-pets h2{
	display: flex;
	justify-content: center;
	margin:0px 0px;
	font-size: 50px;
	color: #fff;
	text-shadow: 4px 4px 4px #000;
}
.content-cards{
	width: 100%;
	margin:auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.content-cards .card{
	position: relative;
	width: 400px;
	height: 350px;
	background: #000;
	margin:20px;
	border-radius: 10px;
	cursor: pointer;
}
.content-cards .card .card-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #000;
	border-radius: 10px;
	padding:10px;
}
.content-cards .card .card-content h4{
	color: #fff;
	margin:20px 0px;
	font-size: 17px;
	text-align: center;
}
.content-cards .card .card-content p{
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}
.content-cards .card img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	/* object-fit: cover; */
	transition: 1s ease-out;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%);
}
.content-cards .card:hover img{
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%, 100% 50%);
}

/** Team **/


/********************** Responsive Desing *********************************/

@media only screen and (min-width: 0px) and (max-width: 320px){
	.content-cards .card{
		width: 400px !important;
		height: 300px !important;
	}
	
	.content-cards .card .card-content h4{
		font-size: 15px !important;
	}
	.content-cards .card .card-content p{
		line-height: 18px !important;
		font-size: 14px !important;
	}
	.team-pets{
	background-size: cover
	}
	
}

@media only screen and (min-width: 321px) and (max-width: 375px){
	.content-cards .card{
		width: 300px !important;
		height: 250px !important;
	}
	
	.content-cards .card .card-content h4{
		font-size: 15px !important;
	}
	.content-cards .card .card-content p{
		line-height: 20px !important;
		font-size: 14px !important;
	}
	
	.team-pets h2{
		font-size: 60px !important;
		justify-content: center !important;
		text-align: center;
	}
}

@media only screen and (min-width: 376px) and (max-width: 425px){
	.content-cards .card{
		width: 350px !important;
		height: 300px !important;
	}
	
	.content-cards .card .card-content h4{
		font-size: 15px !important;
	}
	.content-cards .card .card-content p{
		line-height: 20px !important;
		font-size: 16px !important;
	}
	.team-pets h2{
		font-size: 60px !important;
		justify-content: center !important;
		text-align: center;
	}
	
}

@media only screen and (min-width: 426px) and (max-width: 768px){
	.content-cards .card{
		width: 320px !important;
		height: 280px !important;
	}
	
	.content-cards .card .card-content h4{
		font-size: 15px !important;
	}
	.content-cards .card .card-content p{
		line-height: 19px !important;
		font-size: 15px !important;
	}
	.team-pets h2{
		font-size: 60px !important;
		justify-content: center !important;
		text-align: center;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
	.content-cards .card{
		width: 370px !important;
		height: 270px !important;
	}
	
	.content-cards .card .card-content h4{
		font-size: 15px !important;
	}
	.content-cards .card .card-content p{
		line-height: 19px !important;
		font-size: 15px !important;
	}
	.team-pets h2{
		font-size: 70px !important;
		justify-content: center !important;
		text-align: center;
	}
	
}

@media only screen and (min-width: 1025px) and (max-width: 1440px){
	.content-cards .card{
		width: 350px !important;
		height: 300px !important;
	}
	
	.content-cards .card .card-content h4{
		font-size: 15px !important;
	}
	.content-cards .card .card-content p{
		line-height: 20px !important;
		font-size: 18px !important;
	}
	.team-pets h2{
		font-size: 80px !important;
		justify-content: center !important;
		text-align: center;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 3000px){

	.team-pets{
		background-size: cover;
	}
	
}

@media only screen and (max-width: 912px){

  .acerca-de{
  	padding:20px;
  }
  .acerca-img{
  	width: 50%;
  	height: 500px;
  }
  .acerca-de .info h2{
  	font-size: 15px;
  }
  .acerca-de .info p{
  	font-size: 16px;
  }

  .team-pets h2{
  	font-size: 40px;
  }
  .content-cards .card{
  	width: 40%;
  	height: 400px;
  }

  .fundadores{
  	margin-top: 50px;
  }
  .content-fundadores{
  	display: block;
  }
  .fundadores > h2{
  	position: static;
  	color: var(--color1);
  	margin-bottom: 20px;
  }
  .fundadores .clara-container{
    padding:50px 0px;
    width: 100%;
  }
  .fundadores .oscar-container{
  	padding:50px 0px;
  	width: 100%;
  }

  footer{
  	margin-top: -200px;
  }
  footer .boxForm{
  	width: 95%;
  }
  .boxForm input{
  	width: 100%;
  }
  .boxForm textarea{
  	width: 100%;
  }
  .boxForm h2{
  	font-size: 40px;
  }

}

@media only screen and (max-width: 700px){
  .acerca-img{width: 100%; height: 500px;}
  .acerca-de .left{width: 100%; display: block;}
  .acerca-de .right{width: 100%; display: block;}
  .acerca-de .info{width: 100%;}
  .acerca-de .left .info{margin-bottom: 30px;}
  .acerca-de .right .info{margin-top: 30px;}

  .content-cards .card{width: 100%; height: 400px;}

  footer{padding-top: 200px;}
  .boxForm input{width: 100%; height: 50px;}

}
