header a{
    color:black;
}
.submenu a{
    color:white;
}
/* footer */
footer{
    width: 100vw;
    background-color: #282829;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contenedor_footer{
    width: 80%;
    /* background-color: blue; */
    align-items: center;
    display: flex;
    padding: 40px;
    justify-content: space-between;
  }
  .wrapper__contenido__footer{
    display: flex;
    gap:2rem
  }
  
  .title_section{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 20px;
    padding-left: 0px;
  }
  .footer_item{
    padding: 15px;
    padding-left: 0;
  }
  .footer_by{
    padding-bottom: 40px;
  }
  main{
      min-height: 100vh;
      height: max-content;
      width: 100vw;
      display: flex;
      align-items: center;
        justify-content: center;
    }
    .container_text{
        width: 80%;
        margin-top: 100px;
        margin-bottom: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_text svg{
      height: 500px;
    }
    .container_text h1{
        font-size: 80px;
        text-align: center;
    }
    .container_text p{
        margin-top: 2rem;
        font-size: 35px;
        text-align: center;
    }

@media(max-width:1680px){
  .container_text h1{
    font-size: 50px;
  }
  .container_text p{
    font-size: 28px;
  }
  .container_text svg{
    height: 400px;
  }
    /* SECCION DE FOOTER  */
    .contenedor_footer{
      width: 90%;
  }
  .title_section{
      font-size: 16px;
  }
  .footer_item{
      font-size: 14px;
  }
  .footer_item img{
      width: 32px;
  }
}

@media (max-width:1152){
  /* SECCION DE FOOTER */
  .contenedor_footer{
    width: 95%;
}
.title_section{
    font-size: 12px;
}
.footer_item{
    font-size: 11px;
}
.footer_item img{
    width: 24px;
}
.footer_by{
    font-size: 14px;
}
}

@media (max-width:920px){
  header a{
    color:white;
  }
  .container_text svg{
    width: 100%;
  }
  .container_text h1{
    font-size: 30px;
  }
  .container_text p{
    font-size: 18px;
    margin-top: 0px;
  }
  .contenedor_footer{
    flex-direction: column;
  }
  .wrapper__contenido__footer{
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }
}