@charset "utf-8";

body{
	background-color: rgba(187,233,231,1.00);
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}

#Encabezado {
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 22px;
	background-color: #95C4BD; 
	height: 2 rem;
	border-radius: 25px;
	
}

#pregunta {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 20px;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	height: 2rem;
	margin-bottom: 15px;
}


#pie {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 20px;
	background-color: rgba(103,196,184,1.00);
	position: absolute;
	bottom: 10px;
	width: 90%;
	height: 2rem;
	border-radius: 25px;
	padding: 8px;
}


#codigo {
	color: black;
	font-size: 20px;
	border: thin;
	padding: 10px 14px;
	border-color: chartreuse;
	background-color: #AEAFF7;
}


#centrado {
	width: 250px;
	height: 30px;
    align-content: center;
	text-align: center;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
  	background-color: #FAFAFA;
	margin: auto;
  padding: 20px;
}

#respuestas{
	width: 80%;
	height: 50%;
    align-content: center;
	text-align: center;
  	background-color: rgba(255,255,255,0.29);
	margin: auto;
  padding: 20px;
	border-radius: 25px;
}


#logo{
	position: relative;
	padding-top: 5px;	
	text-align: center;
	margin: auto;	
}

formulario {
	background: #2C2C47;
	padding: 30px;
	margin-bottom: 30px;
}

.formulario .form-group {
	width: 100%;
	margin-bottom: 8px;
}

.boton_menu {
	flex-wrap: wrap;
	  align-content: center;
	font-size: 12px;
	width: 130px;
	height: 100px;
	margin-bottom: 15px;
    color: black;
	background-color: #4CAF50;
	box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

}

#menu{
	width: 90%;
	height: auto;
	
	webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
    align-content: center;
	text-align: center;
  	background-color: rgba(255,255,255,0.29);
	margin: auto;
  padding: 20px;
	border-radius: 25px;
}

.formulario input[type="text"],
.formulario input[type="password"],
.formulario input[type="email"] {
	padding: 12px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 18px;
	border: none;
	vertical-align: top;
}

.formulario .icono {
	padding: 15px;
	text-align: center;
	width: 20px;
	max-height: 20px;
	font-size: 23px;
	line-height: 15px;
	background: #c8c8c8;
	display: inline-block;
	color:#6b6b6b;
	vertical-align: top;
}

.formulario .icono.izquierda {
	margin-right: 4px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.formulario .usuario,
.formulario .password {
	width: calc(80% - 52px);
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.formulario .password_btn {
	width: calc(100% - 105px);
}

.formulario .error ul {
	padding: 0 15px;
}

.formulario .error ul li {
	margin-bottom: 10px;	
}

.formulario .submit-btn {
	padding: 15px;
	text-align: center;
	width: 80px;
	max-height: 40px;
	font-size: 18px;
	line-height: 18px;
	background: #679863;
	display: inline-block;
	color:#fff;
	cursor: pointer;
border-radius: 10px;
	
}

.navbar {
    padding: 15px 10px;
    background: #f0f;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #838685;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #9BCAE1;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5#BCC9FF;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #8B96C4;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* tabla */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}