*{
    margin: 0;
    padding: 0;
  }
  
  #ContenedorForm{
    background-image: url("img/fondoEventosLg.jpg");
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
  }
  
  .titulo{
    text-align: center;
    font-size: 50px;
    margin: 220px 0 20px 0;
    /* text-shadow: 2px 3px #000; */
    color: #001489;
  }
  
  .form-group{
    margin-bottom: 15px;
  }
  
  .Sectores{
    margin: 0;
  }

  i{
    color: #001489;
  }
  
  #check{
    margin: 20px 0;
  }

  #enviar{
    margin:5px 25%;
    background-color: #001489;
    border: none;
    border-radius: 30px;
    height: 60px;
    width: 50%;
    color: #fff;
    font-weight: bold;
  }
  
  .tituloCBX{
    margin: 0;
    color: #3a94fc;
  }
  
  #ContenedorCupon{
    background-image: url("img/fondoEventosLg.jpg");
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    padding-top: 250px;
  }
  
  #cupon{
    color: #001489;
  }
  
#ContenedorMensaje{
  border-right: 2px solid rgb(0, 145, 0);
}

#ContenedorMapa{
  padding-left: 50px;
}

  #btnSalir{
    display: block;
    margin: 20px auto;
    bottom: 12vh;
    left: 40%;
    background-color: #001489;
    border: none;
    border-radius: 30px;
    height: 60px;
    width: 20%;
    color: #fff;
    font-weight: bold;
  }
  
  /* 
  #nombre::placeholder{
    color: #000 ;
  }
  
  #correo::placeholder{
    color: #000 ;
  }
  
  #telefono::placeholder{
    color: #000 ;
  }
  
  #empresa::placeholder{
    color: #000 ;
  }
  
  #puesto::placeholder{
    color: #000 ;
  } 
  */
  
  #cerraTerminos{
    background-color: #277ED5 ;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 30%;
    color: #fff;
    font-weight: bold;
  }
  
  #term:hover{
    cursor: pointer;
  }
  
  @media (max-width:992px) {
    #ContenedorMensaje{
      border-right: none;
    }

    #ContenedorMapa{
      padding-left: 12px;
    }
  }

  @media (max-width:650px) {
    #ContenedorForm{
      background-image: url("img/fondoEventos.jpg");
      background-size: 100% 100%;
      height: 90vh;
      width: 100vw;
    }

    h3{
      font-size: 1.1em;
    }

    /* #ContenedorRespuesta{
      margin-top: 100px !important;
    } */

    #ContenedorCupon{
      background-image: url("img/fondoEventos.png");
      background-size: 100% 100%;
      height: 100vh;
      width: 100vw;
      padding-top: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #ContenedorMensaje{
      border-right: none;
    }

    #ContenedorMapa{
      padding-left: 12px;
    }

    #btnSalir{
      width: 60%;
      bottom: 20vh;
      left: 20%;
    }
  
    iframe{
      width: 100%;
      height: 350px;
    }

    #cupon{
      color: #001489;
      /* text-shadow: 2px 3px #000; */
    }
  
    .titulo{
      margin: 150px 0 20px 0;
      font-size: 30px;
    }
  
    .form-group{
      margin: 0 10px 10px 10px;
    }

    i{
        padding: 0;
    }
  }
  