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

* { box-sizing: border-box; }

html, 
html * {
	margin: 0;
}

header {
	padding: 12px;
	background-color: #ff7f41;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

footer {
	padding: 30px;
	background-color: #ff7f41;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.linea-fina {
  border: none;            /* quita los bordes por defecto */
  height: 1px;             /* grosor exacto */
  background-color: #ff7f41;  /* color de la línea */
  margin: 15px 0;          /* espacio arriba y abajo */
}

.style-icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 33px;
	height: 33px;
}

.login {
    width: 100%;
    margin: 60px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    background-color: #963b20;
}

.row:before, .row:after {
	content: "";
	display: table;
    
}
.row:after {
	clear: both;
}

.col {
	width: 100%;
}
.col-gris {
	width: 100%;
    background-color:#E9E9E9;
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #aaa;
}
.col-blanco {
	width: 100%;
    background-color:#FFF;
    padding: 22px;
}

.inicial {
    width: 100%;
    margin: 16px 0px 0px 0px;
}

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

.link-alerta:hover {
    background-color: #FF0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #ed3e15;
    text-decoration: underline;
}
.link-alerta {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #FF0;
    text-decoration: none;
}

.icono-bloque {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 66px;
}

.col-bloque:hover {
    background-color: #FFF;
    padding: 22px;
    border-radius: 6px;
    border: 1px solid #CCC;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin: 0px 10px 10px 10px;
}
.col-bloque {
    background-color:#E9E9E9;
    padding: 22px;
    border-radius: 6px;
    border: 1px solid #AAA;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin: 0px 10px 10px 10px;
}

.col-modulo {
    background-color:#E9E9E9;
    padding: 22px;
    border-radius: 6px;
    border: 1px solid #AAA;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    float: center;
    margin: 0px 10px 0px 10px;
}

.col-padd {
	width: 100%;
    padding: 3px;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}
.col-general {
	width: 100%;
    margin-top: 10px;
    padding: 22px;
    justify-content: center;
}

.texto-form {
    width: 93%;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: left;
    font-weight: 300;
    color: #404040;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #999;
    background-color: #FFF;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}
.texto-form-login {
    width: 90%;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    text-align: left;
    font-weight: 300;
    color: #404040;
    text-decoration: none;
    border-radius: 36px;
    border: 1px solid #963b20;
    background-color: #FFF;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 15px;
}

.boton_corp_ch:hover {
    width: 90%;
    font-family: 'Roboto', sans-serif;
    background-color: #ff7f41;
    border: 1px #ff7f41 solid;
    padding: 12px;
    border-radius: 12px;
    color: #963b20;
    text-decoration: none;
    font-size: 17px;
    margin: 15px 0px 0px 15px;
}
.boton_corp_ch {
    width: 90%;
    font-family: 'Roboto', sans-serif;
    background-color: #bc5831;
    border: 1px #ff7f41 solid;
    padding: 12px;
    border-radius: 12px;
    color: #ffc5ae;
    text-decoration: none;
    font-size: 17px;
    margin: 15px 0px 0px 15px;
}
.boton_corp:hover {
    width: 90%;
    font-family: 'Roboto', sans-serif;
    background-color: #ff7f41;
    border: 1px #ff7f41 solid;
    padding: 19px 30px;
    border-radius: 30px;
    color: #963b20;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}
.boton_corp {
    width: 90%;
    font-family: 'Roboto', sans-serif;
    background-color: #bc5831;
    border: 1px #ff7f41 solid;
    padding: 19px 30px;
    border-radius: 30px;
    color: #ffc5ae;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px 0px 15px;
}


.texto-titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #ff7f41;
    text-decoration: none;
}
.texto-corp {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #ff7f41;
    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-gris-xch {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #666;
    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;
}
.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;
}


.row-flex {
  display: inline-flex;           /* funciona dentro de display: table o table-row */
  align-items: center;            /* Centra verticalmente el contenido */
  justify-content: space-between; /* Separa los dos div al máximo (izq y der) */
  width: 100%;
  vertical-align: middle;         /* ayuda en entornos tipo tabla */
  margin-bottom: 1.5rem;
}

.col-izquierda {
  flex: 0 0 80%;
  text-align: left;               /* Texto alineado a la izquierda */
}

.col-derecha {
  flex: 0 0 20%;
  text-align: right;              /* Contenido alineado a la derecha */
}



@media (max-width: 768px) {
    .logo img {
        height: 40px;
        margin-right: auto; /* alinea a la izquierda */
    }
  
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 1px;
        background-color: #bc5831;
        box-shadow: 0px 8px 16px 0px #963b20;
        display: none;
        text-align: center;
      }

    .menu ul {
        flex-direction: column;
        list-style-type: none;
    }

    .menu li {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .menu li:hover {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 10px;
        background-color: #444;
        padding: 10px;
    }

    .menu.active {
        display: block;
        float: right;
    }
    
    .menu-icon {
        display: block;
        cursor: pointer;
        margin-left: auto; /* alinea a la derecha */
        margin-right: 10px;
        color: #FFF;
    } 
    
    .col {
        float: none;
        width: 100%;
      }
    .col-gris {
        float: none;
        width: 100%;
      }
    .col-blanco {
        float: none;
        width: 100%;
      }
    
}


/*Tablet View*/

@media (min-width: 768px){
 
    body {
		max-width: 100%;
	}
    
    .menu {
        display: flex;
        justify-content: flex-end;
        text-align: center;
    }
    .menu ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: center;
    }
    .menu li {
        margin-right: 20px;
        display: inline-block;
        text-align: center;
    }
    .menu-icon {
        display: none;
    }
    
    .logo img {
        height: 60px;
    }
    
    .col {
		float: left;
	}
    .col-gris {
		float: left;
	}
    .col-blanco {
		float: left;
	}
    
    .col-50 {
        width: 50%;
    }
    
    .col-33 {
        width: 33%;
    }
    
    .col-editar {
        width: 40%;
        float: center;
        background-color:#E9E9E9;
        padding: 22px;
    }
    .col-left {
        width: 40%;
        background-color:#E9E9E9;
        padding: 22px;
    }
    .col-right {
        width: 60%;
        padding: 22px;
    }
    
    .col-alerta {
        background-color: #ed3e15;
        padding: 22px;
        border-radius: 6px;
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        text-align: center;
        font-weight: 500;
        color: #FFF;
        text-decoration: none;
        float: center;
        margin: 10px 10px 10px 10px;
    }
    
    .login {
        width: 100%;
        margin: 80px 0px 0px 0px;
        padding: 0px;
        text-align: center;
        background-color: #963b20;
    }
    
    .inicial {
        width: 100%;
        margin: 33px 0px 0px 0px;
    }
    
    .col-padd {
        width: 100%;
        padding: 12px;
        margin-top: 10px;
        text-align: center;
        justify-content: center;
    }
    
    .texto-form-login {
        width: 39%;
        padding: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 39px;
        text-align: left;
        font-weight: 300;
        color: #404040;
        text-decoration: none;
        border-radius: 36px;
        border: 1px solid #963b20;
        background-color: #FFF;
        box-sizing: border-box;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    
    .boton_corp:hover {
        width: 39%;
        font-family: 'Roboto', sans-serif;
        background-color: #ff7f41;
        border: 1px #ff7f41 solid;
        padding: 19px 30px;
        border-radius: 30px;
        color: #963b20;
        text-decoration: none;
        font-size: 20px;
        margin: 15px 0px 0px 15px;
    }
    .boton_corp {
        width: 39%;
        font-family: 'Roboto', sans-serif;
        background-color: #bc5831;
        border: 1px #ff7f41 solid;
        padding: 19px 30px;
        border-radius: 30px;
        color: #ffc5ae;
        text-decoration: none;
        font-size: 20px;
        margin: 15px 0px 0px 15px;
    }

    
}

/* CSS Document */

