@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* 
===========================================================
GRID
===========================================================
*/
*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
  /*height: 80vh;
  justify-content: center;
  align-items: center;
  background: #fff;*/
  line-height: 1.5;
  align-items: center;
	font-family: 'Poppins', sans-serif
  
}

header{
  height: 90px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  position: fixed;
}

.encabezado{
  width: 100%;
  margin: 0px ;
  height: 70px;
  background:#DDDDDD;
  /*left: 1vw;*/
 
}
.logo{
  width: 30%;
  float: left;
  line-height: 60px;

 /* padding: 20px 10px 10px 20px;*/
 padding-left: 30px;
}
.logo a {
  text-decoration: none;
  font-size: 40px;
  color: black;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 5px;
  
}
.nav-primaria{
    float: right;
    line-height: 100%;
    padding-top: 20px;
    padding-right: 20px;
    
}

.nav-primaria a{
    text-decoration: none;
    color: black;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0 10px;
    text-transform: uppercase;
}
.nav-primaria a:hover{
  color: #57837B;
}

html {
  scroll-behavior: smooth;
}

h1{
  font-size: 40px;
  font-family: 'Quattrocento', serif;
  text-align: center;
}
p{
  font-size: 16px;
  line-height: 30px;
}
.textoimagenes{
 padding-left: 20px;
}
.about-area, .service-area, .contact-area{
  position: relative;
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 700px;
  scroll-behavior: smooth;
}

.text-part{
  width: 65%;
  height: 80%;
}   
    
.about-area{
  background-color: #24262b;
  color: #fefefe;
}

.port-area{
  background-color: #fefefe;
  color: #262626;
  margin-bottom: 0px;
  position: relative;
  justify-content:space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 750px;
  scroll-behavior: smooth;
}
.proy{
  margin-top: 0px;
  padding-top: 80px;
  color: #262626;
}
a:link{
  text-decoration: none;

}
.service-area{
  background-color: #24262b;
  color: #fefefe;
}
.contact-area{
  background-color: #fefefe;
  color: #262626;
}
.contact-area p{
font-size: 14px;
}
.text-part-contacto{
  width: 40%;
  height: 80%;
}
.imgproyectos{
  width: 100%;
  height: 600px;
  object-fit:scale-down;
  border-radius: 20px;
  padding: 8px;
}
.parrafopr{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin: 0px 10px 0px 20px;
  line-height: 30px;
}
/* termina lo copiado*/
.wrapper {
	display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: 350px;
  grid: 5px;
}
.content-area {
	width: 100%;
	position: relative;
	top: 50px;
	background: #C9CCD5;
	height: 500px;
}
.content-area h2 {
	font-family: poppins;
	letter-spacing: 4px;
	padding-top: 30px;
	font-size: 40px;
	margin: 0;
}
.content-area p {
	padding: 2% 0px;
	font-family: poppins;
	line-height: 30px;
}

/*Pie de pagina*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
/* esta parte es para la seccion galeria proyectos*/
.contenedor-galeria{
  padding-top: 70px;
  border-top: 10px;
}

.contenedor-imagen{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: 350px;
  grid: 5px;
}
.galeria-items{
    width: 100%;
    height: 100%;
    position: relative;
}
.galeria-items .imagen{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.galeria-items img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 15px;
  object-position: 50% 50%;
  cursor: pointer;
  transition: .5s ease-in-out;
}

.galeria-items:hover .imagen img{
  transform: scale(1.5);
}
.galeria-items .texto{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  font-size: 24px;
  pointer-events: none;
  z-index: 4;
  transition: .3s ease-in-out;
  backdrop-filter: blur(5px) saturate(1.8);
}
.galeria-items:hover .texto{
  opacity: 1;
  animation: move-down .3s linear;
  padding: 1em;
  width: 100%;
}
@keyframes move-down{
  0%{
    top: 10%;
  }
  50%{
    top: 35%;
  }
  100%{
    top: 50%;
  }
}