      .img1 {
        width: 100%;
        height: auto;
        padding-top: 5px;
      }
      .section_div{
        background-color: #fafafa;
      }
      .img23 {
        width: 50%;
        height: auto;
      }
      @media (min-width: 768px) {
        .pantalla-768{
          display: none;
        }
        .img_footer {
          width: 70%;
          height: auto;
        }
        .img_footer1 {
          width: 80%;
          height: auto;
        }
      }
      @media (max-width: 767px) {
        .pantalla123{
          display: none;
        }
        .centrar_redes{
          text-align: center;
          padding-top: 30px;
        }
        .center_contacto_movil{
          text-align: center;
        }
        .img_footer1 {
          width: 55%;
          height: auto;
        }
        .img_footer {
          width: 70%;
          height: auto;
        }
      }
      @media screen and (min-width : 768px) and (max-width : 1024px) {
        .intro-single {
          padding-top: 6.5rem;
        }
        .parallax {
          background-image: url("../Componentes/Banners/contacto.png");
          min-height: 260px;  
          background-repeat: round;
          background-size: auto;
        }
        .img_footer {
          width: 100%;
          height: auto;
        }
      }
      @media (min-width: 1025px) {
        .parallax {
          background-image: url("../Componentes/Banners/contacto.png");
          min-height: 560px; 
          background-repeat: round;
          background-size: auto;
        }
        .img_footer {
          width: 100%;
          height: auto;
        }
      }

      #g-recaptcha-response {
          display: block !important;
          position: absolute;
          margin: -78px 0 0 0 !important;
          width: 302px !important;
          height: 76px !important;
          z-index: -999999;
          opacity: 0;
        }