@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Poppins', sans-serif;
}
.navigation img{
 
   width: 300px;
  padding-top: 24px;
  margin-left: 5%;
}
.hero{
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #fff;
}
.hero::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0000008c 0%, #0000008c 100%), url("./img/fondo-hero.jpg");
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
  z-index:-1;
}

.hero_container{
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  grid-auto-rows: max-content;
  align-content: center;
  gap: 1em;
  padding-bottom: 100px;
  text-align: center;

}
.hero_title{
  font-size: 3.5rem;
}
.hero_paragraph{
  color: rgb(226, 226, 226);
  font-size: 18px;
  margin-bottom: 14px;
}
.hero_container a{
 
  display: inline-block;
  background-color: #316498;
  justify-self: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 80px;
  border-radius: 32px;
  font-size: 18px;
}
.hero_container a:hover{
  background-color: #29527b;
}

/*----------------------------------------------------Services----------------------------------------------------------------------------------------------------------*/
.our_services{
  padding-top: 100px;
  padding-bottom: 100px;
  /* background-color: #182739; */
  
}
.title-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  
}
.title-section h2 {
  text-align: center;
 font-size: 3rem;
 color: #316698;
 
}
.title-section hr{
  width: 20%;
  height: 2px;
  border: none;
  /* background-color: #182739; */
}

.services-container{
  width: 60%;
  display: flex;
  margin: 50px auto;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-around;
  
}
.services-card{
  border-radius: 30px;
  background-color: white;
  width: 330px;
  height:230px;
  border-bottom: 4px solid #316498;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
  padding-top: 30px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
}
.services-card h3{
  color: #316698;
  width: 90%;
  font-size: 1rem;
}
.services-card img{
  padding-top: 12px;
  width: 70px;
}

/*---------------------------------WORKING AREAS----------------------------------------------------------------------------*/

.questions{
  text-align: center;
  
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  background-color: #e7eff7;
  /* background: linear-gradient( to top,#cadced 50%,white); */
  /* background-color: #182739; */
}

.questions__container{
  margin: 0 auto;
  width: 80%;
  display: grid;
  gap:2em;
  padding-top: 50px;
  padding-bottom: 100px;
 
  
}
.questions__padding{
 
  background-color: #395981;
  padding: 0;
  transition: padding .3s;
  
  border-radius: 6px;
  display: flex;
  border-radius: 32px;
  
}
.icon-img{
  width: 60px;
  height: 60px;
  margin-top: 14px;
  margin-left: 20px;
  margin-right: -10px;
}

.questions__padding--add{
  padding-bottom: 20px;
}
.questions__answer{
  padding: 0 30px 0 ;
  overflow: hidden;
  width: 100%;
 
}
.questions__title{

  font-size: 1.6em;
  display: flex;
  padding: 30px 0 30px;
  cursor: pointer;
  color: white;
  justify-content: space-between;
  cursor: pointer;
 
}
.questions__arrow{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  
  justify-content: center;
  align-items: center;
  align-self:flex-end ;
  margin-left: 10px;
  transition: transform .3s;
}
.questions__arrow--rotate{
  transform: rotate(180deg);
}
.questions__show{
  text-align: left;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: height .8s;
}

.working_images{
  width: 54%;
  display: flex;
  gap: 20px;
  
  flex-wrap: wrap;

}
.working_images img{
  border-radius: 15px;
  width: 200px;
  height: 200px;
}

.questions__img{
  display: block;
}

.questions__copy{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title_acordion{
  color: white;
  padding-bottom: 15px;
  font-weight: 100;

}
.list-acordeon{
  color: white;
  padding-left: 48px;
}
.li-item{
  list-style: square;
  padding-bottom: 15px;
  
}
.sublist-acordeon{
  padding-left: 72px;
}
.subtitle_acordion{
  padding-left: 24px;
}
.texto_pryects{
  color: white;
  padding-bottom: 10px;
}
/*-----------------------------------------------------Footer-----------------------------------------------------------------------------------------------*/

.footer{
  width: 100%;
  background-color:#253E5B;
  /* background-color:#253E5B; */
}
.footer_container{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px;
  gap: 30px;
  
}
.footer_about{
  flex-grow: 1;
  flex-basis: 400px;
 
}
.footer_about p{
  width: 90%;
  color: white;
}
.footer_about img{
  width: 300px;
}
.footer_title{
  color: white;
  font-size: 32px;
}

.footer_contact{
  flex-basis: 400px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_item{
  padding: 14px 0;
  display: flex;
  gap: 4px;
  align-items: center;
  border-bottom: 1px solid white;

}
.contact_item a{
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.contact_item img{
 width: 24px;
  
}
.footer_fastAcc{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.footer_fastAcc a{
  color: white;
  text-decoration: none;
  font-size: 18px;
}