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

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

  body {
    font-family: 'MiFuentePersonalizada', sans-serif;
    background-color: #E9ECEF;
  }

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

.hero-image {
    background-image: url("../docs/Imagen_Inicio.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 */
  }

  .navbar-brand img{
    max-width: 200px;
  }

.grid-template{
    max-width: 70vw;
    margin: auto;
}

.card1{
    max-height: 300px;
    max-width: 100%;
    margin-left: 4px;
}

.card1Img img{
    max-width: 100%;
    max-height: 300px;
}

.grid-tree{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5px;
}

.alt{
    height: 400px;
}

.alt2{
    height: 300px;
}

.gridBlue{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 5px;
}

.form1 {
    background-image: url("../docs/SeccionMapa.svg"); /* 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 */
}

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

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

.form2{
    background-color: #E9ECEF;
}

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

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

  .imgFooter{
    display: flex;
    background-color: #EC4621;
  }

  .imgFooter img{
    max-width: 100%;
    padding: 40px;
  }

  .icon-style{
    max-width: 70px;
  }

  .icon-style2{
    max-width: 50px;
  }

  .flecha{
    max-width: 100%;
  }

  .transport{
    max-width: 400px;
  }

  .spacTop{
    padding-top: 80px;
  }

  .spacemar{
    padding-top: 35px;
  }

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

  .letrafooter{
    font-size: 12px;
  }