body {
    text-align: left;
}

body.dashboard {
    background: #F2F1F0;
}

.clm_logo {
    background:  #9d2449 url('../img/fondo_rojo.webp') no-repeat;;
    background-size: 100%;
    min-height:1030px;
    width: 100%;
    display: block;
    /*
    background-color: #9d2449;
    background: linear-gradient(90deg,rgba(157, 36, 73, 1) 0%, rgba(97, 18, 50, 1) 100%);
    min-height: 100vh;
    width: 100%;
    display: block;
        margin: -10px 0 0;
    z-index: 9;
    position: relative;*/
    
}

.clm_content_logo {  
    background:  transparent url('../img/logos.webp') no-repeat;
    background-size: 100% auto;
    display: block;
    width: 300px;
    height: 201px;
    margin: 0 auto;
    /*
    color: white;
    position: absolute;
    margin: 0;
    top: 350px; 
    left: 10%;
    width: 80%;*/
}   

.clm_box_login {
        background: #F3F1EF url('../img/fondo_claro.webp');
        background-size:auto 100% ;
        background-position: -15px 0 0;
        margin: 4px 0px 0px -15px !important
 /*
    background-color: rgba(255,255,255,0.9);
   height: 500px;
    background: transparent  url('../img/textura.png');
    background-size: 90px;
    margin: 130px 50px 80px;
    padding-bottom: 70px;*/
}

.clm_content_login {
    margin-top:140px;
}
.clm_box_login h1 {
    color: #9d2449;
}
.sub-navbar {
    background-color: #BC955C !important;
    margin-top: 88px !important;}


.logos.clm_mujeres{        
    margin-left: 30px;
    padding-top: 7px;
    width: 20%;
}
.cml_login {
    padding-top: 74px;
    /*
    background: #f2f2f2 url('../img/textura_v2.png');
    background-size: 82px;*/
}

.cml_p15 {
    margin-top: 30px;
}

/** input mostrar contraseña */
.input-group {
    position: relative;
}
.input-group-append {
    position: absolute;
    z-index: 9;
    right: 0;
    height: 39px;
}
.list-group-item { margin-bottom: 0;}

.clm_alert { color: #9d2449;}

.input-group-text { font-size: 2rem;}


.btn-secondary {
    background-color: #6c757d;
    box-shadow: 0 2px 0 0 #333;
    color: white;
}

.btn-secondary:hover {
    background-color: #888;
    color: white;
}
  /* Alertas */
.libreAlert { position: relative;}
.libreAlert.fade { transition: opacity 1s ease !important; /* animación más lenta */}
.alert-wrapper {
    opacity: 1;
    transition: opacity 1s ease;
}

.alert-wrapper.hide {
  opacity: 0;
}
.btn-close {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  /* Background */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;

  /* Border and Radius */
  border: none;
  border-radius: 6px;
  border-image: none;
  border-image-width: 1;

  /* Box Model */
  box-sizing: content-box;
  display: block;
  height: 16px;
  width: 16px;

  /* Margin and Padding */
  margin: 0;
  padding: 20px 16px;

  /* Positioning */
  position: absolute;
  top: 0;
  right: 0;

  /* Typography */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: normal;
  word-spacing: 0;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size-adjust: none;
  font-stretch: 100%;
  font-variant: normal;
  font-variation-settings: normal;

  /* Other */
  color: inherit;
  cursor: pointer;
  filter: none;
  opacity: 0.5;
  scroll-margin-top: 80px;
  scroll-margin-bottom: 100px;
  text-rendering: auto;
  text-shadow: none;
  text-size-adjust: 100%;
}

/************************************************************ 
**************** cambios dashboard *************************/
.lm_btns_ds {
    min-height: 336px;
}
.card {
    border-radius: 10px;
    
}
.card.ds {
    display: block;
    transition: transform 0.2s;
    text-align: center;
    color: white;
    min-height: 200px;
}
.card.ds img { width: 100%;}
.card.ds:hover {
    transform: translateY(-5px);
}
.card.l_1 {
    background: #611232;
}

.card.l_2 {
    background: #9d2449;
}
.card.l_3 {
    background: #a57f2c;
}

 a.ds_link {
    color:rgb(64, 64, 65);
    text-decoration: none;
}

.cl_top_ds{
        background: #9d2449 url("../img/dashboard-bgd.png") repeat-x;
        background-position: 0 100%;
        background-size: auto 340px;
        height: 340px;
        border-bottom: 8px solid transparent; 
        border-image: linear-gradient(to right, #B68E3E, #EED69B) 1; 
        border-image-slice: 1;
}
    .cl_mid_ds {
        background-color: #F2F1F0;
        background-image: url("../img/pleca-top-dash.png"), url("../img/pleca-inferior-dash.png") ;
        background-repeat:repeat-x, repeat-x;
        background-size: auto 18% ;
        background-position: top, bottom;
        height: 100%;
    }
    .cl_h_ds_logos {
        background:url('../img/logos-dash.png') no-repeat 50%;
        background-size: 97% auto;
        display: block;
        margin: 99px auto 0;
        height: 154px;
        width: 100%;
    }
.input-group {width: 100%;}
.d-none { display: none;}
.input-group-append { padding: 5px;}

@media screen and (max-width: 768px) {
    .clm_logo {
    background:  #9d2449 url('../img/fondo_rojo_768.webp') no-repeat;;
       min-height:427px;
       background-size: 100% auto;
    }
    .col-lg-7 {
        padding: 0px !important;
    }
    .clm_content_login {
        margin-top:80px;
    }
    .clm_box_login {
        background: #F3F1EF url('../img/fondo_claro_768.webp');
        margin: 0px !important;
        min-height: 900px;
    }
    .clm_content_logo {  
        background:  transparent url('../img/logos_768.webp') no-repeat;
        background-size: 100% auto;
        width: 90%;
        height: 130px;
    }
   
}

@media screen and (max-width: 480px) {
    .clm_logo {
        min-height: 225px;
    }
    .clm_content_logo {
        height: 55px;
    }
    .clm_box_login h1 {
        font-size: 30px;
    }
    .cl_top_ds{
        height: 200px;
    }
    .cl_h_ds_logos {
        background-size: 91% auto;
        margin: 30px auto 0;   
    }
    .cl_mid_ds {
            background-size: auto 10%;
    }
}