  body {
      background-color: #3D8DDF !transparent;
  background-image: url(https://cpdataemailing.cl/sitiodin/img/0_img_cenawimchile2025.png);
      
      background-position: top center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      color: #072B72;
   font-size: 20px;
  }

  #login-strim{
  background-color: #3D8DDF;
  }

  .btn-primary {
      color: #072B72;
      background-color: #3D8DDF;
      font-size: 25px;
      border-radius: 10px;
  line-height: 30px;
  }


  .menu_principal{
  display:none;}
.main-footer {
  display:none;}

  .logo_header, .logo_extra{text-align:center;}

  #recordatorio{     margin-left: 0px; }

  #recordatorio + .form-check-label{     margin-left: 20px; }

  .custom-select{    height: 44px; border-radius: 10px;}

  .contact .form-block-strim input, .contact .form-block-strim textarea {
      border-radius: 10px; font-size: 16px;
  }
  .alert {
      color: #ffffff;
      z-index: 5000;
      background-color: red;
      display: none;
      position: fixed;
      bottom: 0;
  }




  .alertText{
  color: white;
  font-size: 18px;
  }

  @media(max-width: 700px){
  .alert {
  top:15px;
  bottom: auto !important;
  }
  }
