body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #000;
  }

  @media screen and (min-width: 992px) {
      .container-all {
        background-image: url("../img/bg_banner.jpg");
        background-repeat: no-repeat;
        /*position: absolute;*/
        width: 100%;
        padding: 0;
        padding-bottom: 45px;
        /*height: 100%;*/
        background-size: cover;
        background-position: center;
    }
  }
  @media screen and (min-width: 220px) {
    .container-all {
      background-image: url("../img/bg_banner.jpg");
      background-repeat: no-repeat;
      /*position: absolute;*/
      width: 100%;
      padding: 0;
      padding-bottom: 45px;
      
      /*height: 100%;*/
      background-size: cover;
      background-position: center;
  }
}

  .index-footer {
    text-align: center;
    padding-top: 25px;
  }

  h1 {
    color: #000;
    font: Lato, sans-serif;
    letter-spacing: 2px;
  }

  .custom_width {
      width: 320px !important;
      text-align: left !important;
  }


  @media (max-width: 1024px) {
    .custom_width {
        width: 310px !important;
        text-align: left !important;
    }
  }

  @media (max-width: 330px) {
    .custom_width {
        width: 280px !important;
        text-align: left !important;
    }
  }


  /*
  .card {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
    background: rgba(35,48,83,0.5);
    border-radius: 10px;
  }
  */

  /*
  .row-card {
    position: absolute;
    margin: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  */

  @media (max-width: 575.98px) {
    .row-card {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
    }
  }

  @media (max-width: 500px) {
    .card-default {
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 5px;
    }
  }
  @media (min-width: 501px) {
    .card-default {
      padding-top: 15px;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 20px;
      padding-bottom: 20px;
      border-radius: 15px;
    }
  }

  @media (max-width: 767px) {
    #rowDescriptionMd {
      padding-top: 20px;
    }
  }
  @media (min-width: 768px) {
    .card-default {
      padding-top: 20px;
    }
  }


  .card-organizador {
    background-color: #fde3a7;
  }
  .card-administrador{
    background-color: #fdbfa7;
  }
  .img-dashboard {
    max-width: 150px;
    max-height: 150px;
  }
  .logo-pad{
    padding-top: 40px;
  }
  @media (max-width: 768px) {
    .img-dashboard {
      max-width: 100px;
      max-height: 100px;
    }
  }
  @media (max-width: 640px) {
    .img-dashboard {
      max-width: 70px;
      max-height: 70px;
    }
  }
  a {
      color: #452388;
      text-decoration: underline;
  }
  a:hover {
      color: #452388;
      text-decoration: underline;
  }
  a:visited {
      color: #452388;
  }

  #entrarButton {
    border: none;
    background-color: #36ccd5;
    color: #ffffff;
    border-radius: 8px;
  }
  #entrarButton:hover {
    background: #41e2eb;
  }
  #entrarButton:hover {
    color: #ffffff;
  }

  .labelIndex {
    color: #452388;
  }

  .whiteLabel {
    color: #ffffff;
  }

  /*
  .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
      background-color: #36ccd5 !important;
  }
  */

  .btn-outline-primary, .btn-outline-primary:visited {
    border-width: 2px;
    border-radius: 8px;
    text-decoration: none!important;
    color: #36ccd5 !important;
    border-color: #36ccd5 !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn-outline-primary:hover, .btn-outline-primary:active {
      color: #ffffff !important;
      background-color: #36ccd5 !important;
  }

  .btn-outline-primary2, .btn-outline-primary2:visited {
    border-width: 2px;
    border-radius: 8px;
    text-decoration: none!important;
    color: #36ccd5 !important;
    border-color: #36ccd5 !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn-outline-primary2:hover, .btn-outline-primary2:active {
      color: #452388 !important;
      background-color: #fff !important;
  }

  .btn-outline-primary2selected, .btn-outline-primary2selected:visited {
    border-width: 2px;
    border-radius: 8px;
    text-decoration: none!important;
    color: #452388 !important;
    background-color: #fff !important;
    border-color: #36ccd5 !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .inputLogin:focus {
    outline: none!important;
    box-shadow: none!important;
  }

  .inputLogin {
    border-color: #36ccd5 !important;
    border-radius: 8px;
  }

  .iconInput {
    border-color: #36ccd5 !important;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
}

  .cookie-container { z-index:9991; width:650px; min-height:20px; box-sizing:border-box; padding:30px 30px 30px 30px; background:#6610f2; overflow:hidden; position:fixed;bottom:30px;right:30px;display:none; height:175px; }
  .cookie-container .cookie-title a{ color:#fff;font-size:22px;line-height:20px;display:block}
  .cookie-container .cookie-desc p{ margin:0;padding:0;color:#fff;font-size:13px;line-height:20px;display:block;margin-top:10px}
  .cookie-container .cookie-accept { width:100px; float:left; margin-top:18px; margin-left:70px; background:transparent; border:2px solid #fff; }
  .cookie-container .cookie-accept:hover{ cursor:pointer; color:#fff; background:#36ccd5; }
  @media (max-width:980px) {
    .cookie-container {
      bottom:0!important;
      left:0!important;
      width:100%!important;
      height:auto;
    }
    .cookie-container .cookie-accept {
      margin-left:auto;
      width:100%;
    }
    #cookie-cancel {
      margin-top:0;
      margin-left:auto;
      width:100%;
    }
    #cookie-policy {
      margin-left:auto;
      width:100%;
    }
  }
  .cookie-container .btn {
    border: none;
    background-color: #36ccd5;
    color: #ffffff;
    border-radius: 8px;
  }
  .cookie-container .cookie-cancel { width:120px; margin-top:18px; margin-left:8px; float:left; background:transparent; border:2px solid #fff; padding:5px 12px; }
  .cookie-container .cookie-policy { width:220px; margin-top:18px; margin-left:8px; float:left; background:transparent; border:2px solid #fff; padding:5px 12px; }
  .cookie-buttons { margin:0 auto; }
  div.whatsapp {
    position:absolute;
    bottom:25px;
    right:25px;
    z-index:9990;
  }


  .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-radius: 8px;
}
