
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Bricolage Grotesque';
  user-select: text;

}

body {
  user-select: text;
  /* Esto habilitará la selección de texto en todo el cuerpo de la página */
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  background-color: #f7f8fa;
  display: block !important;
}

.mybody {
  font-size: 14px;
  font-family: "Bricolage Grotesque";
  background-color: #f3f5f9;
  font-weight: 500;
  line-height: 1.42em;
  color: #302535;
}

.title {
  font-size: 8rem;
  font-weight: 800;
  width: 100%;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e2e2e88;
  color: #F3F3FA;
  text-shadow: 2px 2px 4px #302535;
  position: relative;
  display: none;
}

.title2 {
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  height: fit-content;
  justify-content: center;
  align-items: center;
  background: #30253500;
  opacity: 0.3;
  align-self: center;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  box-shadow: #302535 0px 0px 10px 0px;
  font-family: 'Bricolage Grotesque';
}



.title2 h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #F3F3FA;
  font-family: 'Bricolage Grotesque';

}

@media (max-width: 660px) {

  /* Estilos para dispositivos móviles */
  .title2 {
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }

  .title2 h1 {
    font-size: 3.7rem;
    font-weight: 700;
    color: #F3F3FA;
    font-family: 'Bricolage Grotesque';

  }
}

.wrap {
  display: flex;
  flex-direction: column;
}

@media (max-width: 660px) {
  .header-grad {
    width: 100%;
    height: 60px;
    background-size: 300% 300%;
  }

  .header-grad h1 {
    color: #F3F3FA;
    font-weight: 800;
    text-shadow: 2px 2px 4px #302535;
    position: relative;
    font-family: 'Bricolage Grotesque';
    font-size: 1.5rem;
  }

}

@media (max-width: 768px) {
  .uno h1 {
    font-size: 2.5rem;
    padding: 0;
  }

  .navigation {
    display: none;
  }
 
    #sec1, #sec7{
      font-size: 200%;
    }

    #sec2,
    #sec4 {
      padding-top: 10%;
      font-size: 100%;
    }

    #sec6{
      color: black !important;
    }

    

    




}