.lateral_box {
  transition: opacity 0.3s ease, top 0.3s ease;
  z-index: 999; }

.lateral_box.fixed {
  position: fixed;
  top: 120px;
  z-index: 5; }

@media (max-width: 991px) {
  .lateral_box,
  .lateral_box.fixed {
    position: static;
    width: 100% !important;
    left: auto !important; } }
.box_formulario_lateral {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 30px 20px;
  max-width: 320px;
  width: 100%;
  float: right;
  text-align: center;
  transition: opacity 0.4s ease;
  margin-bottom: 30px; }
  .box_formulario_lateral .box_formulario_titulo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222; }
  .box_formulario_lateral .box_formulario_form .box_input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 15px;
    outline: none; }
    .box_formulario_lateral .box_formulario_form .box_input:focus {
      border-color: #1d4ddf; }
  .box_formulario_lateral .box_formulario_form .btn_enviar_form {
    display: block;
    width: 100%;
    background: #a9d8fa;
    color: #000;
    padding: 12px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s; }
    .box_formulario_lateral .box_formulario_form .btn_enviar_form:hover {
      background-color: #43488C;
      color: #ffffff; }
  .box_formulario_lateral .mensaje_gracias {
    text-align: center;
    padding: 28px 20px;
    background: #f1f6ff;
    border-radius: 8px;
    border: 1px solid #dce8ff; }
    .box_formulario_lateral .mensaje_gracias h3 {
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 10px;
      color: #0f3fc9; }
    .box_formulario_lateral .mensaje_gracias p {
      font-size: 15px;
      color: #4a4a4a;
      line-height: 1.6;
      margin: 0; }

/*# sourceMappingURL=formulario-lateral.css.map */
