@font-face {
  font-family: 'Extenda Heavy';
  src: url(../4/assets/fonts/Extenda-80-Peta-trial.ttf);
  font-style: bolder;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
  
body {
    margin: auto;
    background: #F9F6F1;
  }
  
body p {
    margin: 50px;
    font-size: 17px;
    text-align: center;
  }
  
h1 {
  font-family: 'Extenda Heavy', sans-serif;
  font-size: 80px;
  font-style: bolder;
  color: var(--Color-primario, #191414);
}
    
h2 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-style: bold;
  color: var(--Color-primario, #191414);
}
    
h3 {
  font-family: 'Extenda Heavy', sans-serif;
  font-size: 25px;
  color: var(--Color-primario, #191414);
  font-weight: 500;
  font-style: bolder;
}
    
h4 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: var(--Color-primario, #191414);
  font-weight: 400;
  font-style: normal;
}
    
p, li {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--Color-primario, #191414);
  font-family: Heebo;
  line-height: normal;
  font-size: 20px;
}
header {
    height: 50px;
    background: var(--Color-primario, #191414);
    display: flex;
    align-items: center;
  }

.nameGroup p {
  font-size: 80px;
  font-family: 'Roboto', sans-serif;
  color: var(--Color-primario, #191414);
  font-weight: 800;
  font-style: bold;
  margin: 0px;
}
.wrapper nav {
    display: flex;
    justify-content: flex-start;
  }
  
nav {
    margin: 0px 50px;
    padding: 20px 0px;
  }
  
nav a {
    font-size: 17px;
    text-decoration: none;
    width: 150px;
  }
  
nav a {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--bg-color, #F9F6F1);
    font-family: Heebo;
    font-weight: 200;
    line-height: normal;
  }
  
.nameGroup {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #000;
    width: 70%;
    padding: 50px;
    margin: 10rem auto;
    border-radius: 100px;
  }
    
  .group h2 {
    padding-bottom: 70px;
  }
    
  section .groupSon{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11px;
    justify-items: center;
  }
    
  .groupSon div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
    
  .groupSon img {
    border-radius: 100%;
    width: 200px;
  }

/* PLAN PAGE */

.briefTitle {
  margin: 0px 50px;
}

.briefContent {
  display: flex;
  flex-direction: column;
  margin: 20px 50px;
}

.briefContent p, li {
  text-align: justify;
  margin: 0px 0px;
  font-size: 17px;
}

/* mapa PAGE */
.iframe-userflow {
  display: flex;
  justify-content: center;
  padding: 20px;
}

footer {
  background-color: #191414;
  padding: 25px 25px;
}

footer p{
    font-size: 15px;
    color: #F9F6F1;
  }

  
  
  