@font-face {
    font-family: 'MiFuentePersonalizada';
    src: url('/assets/forms/raleway.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'MiFuentePersonalizadaTwo';
    src: url('/assets/forms/MonumentExtended-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  body {
    font-family: 'MiFuentePersonalizada', sans-serif;
  }

  .titlesss{
    font-family: 'MiFuentePersonalizadaTwo', sans-serif;
  }

nav img{
    max-width: 200px;
}

.maxWidhtGrid{
    max-width: 100vw !important;
}

.hero-image {
    background-image: url("../assets/img/joamhero.png"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }

  .ajuste-espacio{
    padding-top: 150px;
  }

  .img2 img{
    max-width: 500px;
  }

  .butonDer{
    display: flex;
    justify-content: end;
  }

  .padDer{
    padding-left: 70px;
  }

  .cont3img img{
    max-width: 100%;
  }

  .vaGrid img{
    max-width: 100%;
  }

  .padSecbk{
    padding-top: 50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .rallaTitl{
    border-bottom: 1px solid #224cf4;
  }

  .conCirc{
    padding-top: 50px;
    padding-left: 20px;
  }

  .conCirc img{
    max-width: 200px;
  }

  .barrasConnect{
    display: flex;
    justify-content: end;
  }

  .barrasConnect img{
    max-height: 432px;
  }

  .borders{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .imgForm img{
    max-width: 100%;
  }

  .row-Footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .imgFooter{
    display: flex;
  }

  .imgFooter img{
    max-width: 80%;
  }

  li a{
    text-decoration: none;
    color: black;
  }

  @media (max-width: 768px) {
    .img2 img{
        max-width: 300px;
    }

    .row-Footer{
      display: block;
    }
  }

  