section.banner-page{
  /*height: auto;*/
  /*aspect-ratio: 1921/491;*/
  /*overflow: hidden;*/
  /*max-height: 800px;*/
  .container-img{
    img{
    }
  }
  .container{
    .page-title{
      .title-information{
        /*
        h1{
          font-size: 30px;
          line-height: 35px;
        }
        */
        
        h1,h2{
          color: transparent;
          -webkit-text-stroke: 1px #FFF; /* Para navegadores basados en WebKit */
          text-stroke: 1px #FFF; /* Para otros navegadores */
          
          font-family: "Roboto-700",sans-serif;
          font-size: 58.302px;
          line-height: normal;
          strong{
            color: #FFF;
            font-family: "Roboto-700",sans-serif;
            font-size: 58.302px;
            line-height: normal;
          }
        }
      }
    }
  }
}

@media (max-width: 700px) {
  section.contacto{
    .container{
      .container-img{
        order: 2;
      }
      .introduccion-formulario{
        order: 1;
        .introduccion{
          h2{
            font-size: 25px;
            line-height: 25px;
          }
        }
      }
    }
  }

  section.banner-page{
    .container{
      .page-title{
        .title-information{
          h1,h2{
            font-size: 40px;
            strong{
              font-size: 40px;
            }
          }
        }
      }
    }
  }

}
@media (max-width: 420px) {
  section.banner-page{
    .container{
      .page-title{
        .title-information{
          h1,h2{
            font-size: 30px;
            strong{
              font-size: 30px;
            }
          }
        }
      }
    }
  }
}