@charset "UTF-8";
/* CSS Document */

html, 
html * {
	margin: 0;
    box-sizing: border-box;
}

header {
	margin-top: 0px;
	padding: 5px;
	background-color: #F4F4F4;
    width: 100%;
    height: auto;
}
footer {
	padding: 30px;
	background-color: #2294B5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #EEE;
    text-decoration: none;
    text-align: left;
}
body {
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.style-logo {
    margin-top: 6px;
	margin-left: 20px;
	margin-right: 0px;
	width: 220px;
    
}
.style-nav ul {
	list-style-type: none;
    text-align: center;
}
.style-nav ul li {
	display: inline-block;
	padding: 0px;
    margin:10px 5px 0px 0px;
}
.style-icon {
	margin-left: 10px;
	margin-right: auto;
	width: 24px;
	height: 24px;
}

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.col {
	width: 100%;
}

.col-nav {
	width: 100%;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.separa-gris {
    width: 90%;
    border: 0.5px #AAA solid;
}
.separa-espacio {
    margin: 4px 0px 4px 0px;
}
.foto-usuario {
    width: 50px;
    height: 50px;
    border: 3px #DDD solid;
    border-radius: 50px;
    margin: 10px 20px 0px 20px;
}
.col-usuario {
	width: 100%;
    margin: 10px 0px 0px 10px;
    text-align: center;
    display: flex;
    align-items: center;
}
.icono-inicial {
    width: 90%;
}
.col-inicial {
	width: 96%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px #BBB solid;
    background-color: #F4F4F4;
}
.col-inicial-inactivo {
	width: 100%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px #BBB solid;
    background-color: #F4F4F4;
    opacity: 0.39;
}
.col-padd {
	width: 100%;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.col-items {
	width: 100%;
    margin-left: 10px;
    padding: 6px;
}
.col-left {
	width: 100%;
    margin: 20px;
    text-align: left;
}

.col-modal {
    width: 500px;
    background-color: #FFF;
    padding: 10px; 
    margin: 0px;
} 

.row-submenu:hover {
    width: 96%;
    margin: 1px 1px 1px 12px;
    padding: 7px;
    display: flex;
    align-items: center;
    background-color: #777;
}
.row-submenu {
    width: 96%;
    margin: 1px 1px 1px 12px;
    padding: 7px;
    display: flex;
    align-items: center;
    background-color: #565656;
}
.link-menu:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: left;
    color: #FFF;
    text-decoration: underline;
}
.link-menu {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: left;
    color: #FFF;
    text-decoration: none;
}
.link-submenu:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #FFF;
    text-decoration: underline;
}
.link-submenu {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    color: #FFF;
    text-decoration: none;
}
.row-menu {
        width: 100%;
        margin: 10px 0px 0px 10px;
        text-align: left;
        padding: 10px;
        display: flex;
        align-items: center;
    }
.menu-imagen {
    width: 10%;
}
.menu-icono {
    width: 30px;
    height: 20px;
}
.menu-texto {
    width: 80%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: left;
    color: #FFF;
    margin-left: 10px;
}
.menu-abre {
    width: 10%;
}
.menu-flechita {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.layout-login {
	background-image: url(../imagenes/background_login.webp);
	background-size: cover;
    background-position: center;
	padding: 0px 0px 0px 0px;
    height: 666px;
    background-repeat: no-repeat;
    background-color: #EEE;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.login {
    width: 90%;
    margin: 50px 10px 0px 10px;
    padding: 20px 20px;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    opacity: 0.75;
}

.borde-gris {
    width: 100%;
    margin: 4px;
    padding: 10px;
    border-radius: 9px;
    border: 1px #BBB solid;
}
.box-tabla {
    width: 100%;
    margin: 10px 10px 10px 10px;
    padding: 20px 20px;
    background-color: #EEE;
    border-radius: 9px;
    border: 1px #DDD solid;
    display: block;
}
.box-contenido {
    width: 100%;
    margin: 10px 10px 10px 10px;
    padding: 20px 20px;
    background-color: #EEE;
    border-radius: 9px;
    border: 1px #DDD solid;
}
    
.titulo-interior {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #2294B5;
}
.subtitulo-interior {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #2294B5;
}
.texto-rojo-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #FF0000;
}
.texto-azul-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #2294B5;
}

.texto-negro-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.texto-gris-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
.texto-rojo-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FF0000;
    text-decoration: none;
}
.texto-azul-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #2294B5;
    text-decoration: none;
}
.texto-gris-med {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #333;
    text-decoration: none;
}
.texto-gris-ch-b {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.texto-gris-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.texto-suave-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #999;
    text-decoration: none;
}
.texto-blanco-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}
.texto-blanco-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
}
.texto-clarito-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #DDD;
    text-decoration: none;
}
    
.link-gris-ch:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #FFF;
    text-decoration: underline;
}
.link-gris-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #DDD;
    text-decoration: none;
}
.link-blanco-xch:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #FFF;
    text-decoration: underline;
}
.link-blanco-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}
.link-blanco-ch:hover {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #FFF;
    text-decoration: underline;
}
.link-blanco-ch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
}


.texto_form-xch {
    padding: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    color: #404040;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 2px;
    background-color: #FFF;
}
.texto_form-ch {
    width: 100%;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    text-align: left;
    font-weight: 300;
    color: #404040;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 6px;
    background-color: #FFF;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}
.texto_form {
    width: 100%;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    text-align: left;
    font-weight: 300;
    color: #404040;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 6px;
    background-color: #FFF;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
}

.boton_corp:hover {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF;
    border: 1px #2294B5 solid;
    padding: 12px 30px;
    border-radius: 30px;
    color: #2294B5;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}
.boton_corp {
    font-family: 'Roboto', sans-serif;
    background-color: #2294B5;
    border: 1px #FFF solid;
    padding: 12px 30px;
    border-radius: 30px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}
.boton_corp_gris:hover {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF;
    border: 1px #999 solid;
    padding: 12px 30px;
    border-radius: 30px;
    color: #999;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}
.boton_corp_gris {
    font-family: 'Roboto', sans-serif;
    background-color: #999;
    border: 1px #FFF solid;
    padding: 12px 30px;
    border-radius: 30px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}



.col-msg {
    background-color: #EEE;
    padding: 22px;
    border: 1px #999 solid;
    border-radius: 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    float: center;
    margin: 20px 10px 20px 10px;
}

.col-alerta {
    background-color: #FFFFBF;
    padding: 22px;
    border: 2px #FF0000 solid;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #FF0000;
    text-decoration: none;
    float: center;
    margin: 20px 10px 20px 10px;
}


.menu-ope {
    text-align: left;
    top: 10px;
    left: 0;
    right: 0;
    padding: 1px;
    background-color: #4D4D4D;
    display: none;
}
.menu-icon-ope {
    display: flex;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.menu-ope.active {
     display: block;        
}

.menu-admi {
    text-align: left;
    top: 10px;
    left: 0;
    right: 0;
    padding: 1px;
    background-color: #4D4D4D;
    display: none;
}
.menu-icon-admi {
    display: flex;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.menu-admi.active {
     display: block;        
}

.menu-bode {
    text-align: left;
    top: 10px;
    left: 0;
    right: 0;
    padding: 1px;
    background-color: #4D4D4D;
    display: none;
}
.menu-icon-bode {
    display: flex;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.menu-bode.active {
     display: block;        
}
.menu-repo {
    text-align: left;
    top: 10px;
    left: 0;
    right: 0;
    padding: 1px;
    background-color: #4D4D4D;
    display: none;
}
.menu-icon-repo {
    display: flex;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.menu-repo.active {
     display: block;        
}

.menu-conf {
    text-align: left;
    top: 10px;
    left: 0;
    right: 0;
    padding: 1px;
    background-color: #4D4D4D;
    display: none;
}
.menu-icon-conf {
    display: flex;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.menu-conf.active {
     display: block;        
}

@media (max-width: 768px) {
  .container {
    flex-direction: column; /* Cambia la dirección de los elementos a vertical */
  }
  
  .sidebar {
    overflow: hidden; /* Oculta el contenido que exceda el ancho */
  }
  
  .content {
     /* Permite que la zona blanca ocupe el espacio restante */
  }
    
    .menu {
        position: absolute;
        top: 63px;
        left: 0;
        right: 0;
        padding: 1px;
        background-color: #4D4D4D;
        box-shadow: 0px 8px 16px 0px #333;
        display: none;
      }

    .menu.active {
        display: block;
        float: right;
    }
    
    .menu-icon {
        display: flex;
        cursor: pointer;
        margin: 10px 0px 0px 0px;
        color: #333;
    } 
    
}

/*Tablet View*/

@media (min-width: 768px){
    
    body {
		max-width: 100%;
	}
    
    .style-logo {
		float: left;
        height: 60px;
        display: block;
	}   
	.style-nav {
		display: flex;
        align-items: center;
        justify-content: flex-end;
	}
    .style-icon {
        margin-left: 10px;
        margin-right: auto;
        width: 30px;
        height: 30px;
    }
    .style-icon-big {
        margin-left: 10px;
        margin-right: auto;
        width: 36px;
        height: 36px;
    }
    .menu {
        text-align: left;
    }
    .menu-icon {
        display: none;
    }
    
    .container {
        display: flex;
        max-width: 100%;
    }
    .sidebar-old {
      flex: 0 0 250px; /* Establece un ancho fijo para la zona gris */
      background-color: #4D4D4D;
    }
    .sidebar {
        width: 20%; /* Establece un ancho fijo para la zona gris */
        background-color: #4D4D4D;
        float: left;
    }
    .content {
       /* Permite que la zona blanca ocupe el espacio restante */
      background-color: #FFF;
    }
    .col-nav {
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
	.icono-inicial {
        width: 33%;
    }
    .layout-login {
        background-image: url(../imagenes/background_login.webp);
        background-size: cover;
        background-position: center;
        padding: 0px 0px 0px 0px;
        height: 520px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .login {
        width: 25%;
        margin: 50px 0px 0px 0px;
        padding: 20px 20px;
        text-align: center;
        background-color: #000;
        border-radius: 5px;
        opacity: 0.75;
    }
    
    .row-menu {
        width: 100%;
        margin: 10px 0px 0px 10px;
        text-align: left;
        padding: 10px;
        display: flex;
        align-items: center;
    }
    .menu-imagen {
        width: 10%;
    }
    .menu-icono {
        width: 30px;
        height: 30px;
    }
    .menu-texto {
        width: 80%;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 17px;
        color: #FFF;
        margin-left: 10px;
    }
    .menu-abre {
        width: 10%;
    }
    .menu-flechita {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    
    .col {
		float: left;
	}
    
    .col-70 {
        width: 70%;
        background-color: #FFF;
        padding: 10px;
    }
    .col-50 {
        width: 50%;
        padding: 10px;
    }
    .col-30 {
        width: 30%;
        padding: 10px;
    }
    .col-33 {
        width: 33%;
        
    }
    .col-80 {
        width: 80%;
        background-color: #FFF;
        padding: 10px;
    }
    .col-25 {
        width: 25%;
        
    }
    .col-20 {
        width: 20%;
        padding: 10px;
    }
    .col-12 {
        width: 12%;
        padding: 10px;
    }
    .barra-aux {
        padding: 10px;
        background-color: #EEE;
    }
    .col-75 {
        width: 75%;
        padding: 10px;
    }
   
    .texto-blanco-ch {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 17px;
        color: #FFF;
        text-decoration: none;
    }
    
    .link-gris-ch:hover {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        color: #FFF;
        text-decoration: underline;
    }
    .link-gris-ch {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        color: #DDD;
        text-decoration: none;
    }
    
    .titulo-interior {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 30px;
        color: #2294B5;
    }
    .subtitulo-interior {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 22px;
        color: #2294B5;
    }
    .texto-rojo {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: #FF0000;
    }
    .texto-azul {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 17px;
        color: #2294B5;
    }
    
    .texto_form {
        width: 100%;
        padding: 6px;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        text-align: left;
        font-weight: 300;
        color: #404040;
        text-decoration: none;
        border: 1px solid #666;
        border-radius: 6px;
        background-color: #FFF;
        box-sizing: border-box;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .texto_form-ch {
        width: 100%;
        padding: 6px;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        text-align: left;
        font-weight: 300;
        color: #404040;
        text-decoration: none;
        border: 1px solid #666;
        border-radius: 6px;
        background-color: #FFF;
        box-sizing: border-box;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .boton_corp:hover {
        font-family: 'Roboto', sans-serif;
        background-color: #FFF;
        border: 1px #2294B5 solid;
        padding: 12px 30px;
        border-radius: 30px;
        color: #2294B5;
        text-decoration: none;
        font-size: 17px;
        margin: 15px 0px 0px 15px;
    }
    .boton_corp {
        font-family: 'Roboto', sans-serif;
        background-color: #2294B5;
        border: 1px #FFF solid;
        padding: 12px 30px;
        border-radius: 30px;
        color: #FFF;
        text-decoration: none;
        font-size: 17px;
        margin: 15px 0px 0px 15px;
    }
    .boton_corp_gris:hover {
        font-family: 'Roboto', sans-serif;
        background-color: #FFF;
        border: 1px #999 solid;
        padding: 12px 30px;
        border-radius: 30px;
        color: #999;
        text-decoration: none;
        font-size: 17px;
        margin: 15px 0px 0px 15px;
    }
    .boton_corp_gris {
        font-family: 'Roboto', sans-serif;
        background-color: #999;
        border: 1px #FFF solid;
        padding: 12px 30px;
        border-radius: 30px;
        color: #FFF;
        text-decoration: none;
        font-size: 17px;
        margin: 15px 0px 0px 15px;
    }
    
    .boton-pico {
        font-family: 'Roboto', sans-serif;
        background-color: #999;
        border: 1px #FFF solid;
        padding: 6px 15px;
        border-radius: 30px;
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
    }
    
    .col-msg {
        background-color: #EEE;
        padding: 22px;
        border: 1px #999 solid;
        border-radius: 36px;
        font-family: 'Roboto', sans-serif;
        font-size: 19px;
        text-align: center;
        font-weight: 400;
        color: #666;
        text-decoration: none;
        float: center;
        margin: 20px 120px 20px 120px;
    }
    
}

/*Desktop View*/

@media (min-width: 1024px){
 
    body {
		max-width: 100%;
	}
    
    
    
}
