* {
    box-sizing: border-box;
 /*   font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
 */
	font-family:var(--e-global-typography-primary-font-family);
	font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
 /*   background-color: var(--e-global-color-primary);
 */
	}
.al_lado {
display:inline-block;
width:100px;
}
.card-img-top {
    width: 200px !important;
  /*  float: right;*/
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    background-color: #ffffff !important;
}
.accordion{
width:90%;
}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
 /*   background-color: #e5f8f7 !important;*/
}	
.table-striped>tbody>tr:nth-of-type(odd) {
/*   --bs-table-accent-bg: #fff5e5 !important; 
*/
}
.accordion-button:focus {
    /* z-index: 3; */
    /* border-color: #86b7fe; */
    /* outline: 0; */
    box-shadow: 0 0 0 0 rgba(13,110,253,.25) !important; 
    outline: none !important;
}
tbody, td, tfoot, th, thead, tr {
  /*  border-color: #ffe2b2 !important;
  */
  vertical-align:middle;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.personal{
    width: 40%;
}
.formato-ficha	{
	width: 100%;
margin:50px;
	padding: 20px;
    border-color: #dCdCdC !important;
    border: solid 2px;
	border-radius:5px;
	background-color: #ffffff;
	border:none;
	}
.formato-foto{
    width: 49%;
	display: inline-block;

}
.formato-personal{
    width: 49%;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.formato-foto-p{
    width: 100% !important;
	display: inline-block;

}
.formato-personal-p{
    width: 100% !important;
	display: inline-block;
}
	}
.formato-foto-p{
    width: 29%;
	display: inline-block;

}
.formato-personal-p{
    width: 29%;
	display: inline-block;
}
	.col-xl-2 {
    width: 12% !important;
}
.col-imagen{
		width:50px;
		}
.col-oculta{
	display:none;
		}
input:focus{
    outline: none;
}
.img-perfil{
	width:150px !important;
	padding: 10px;
    border-color: #dCdCdC !important;
    border: solid 2px;
	border-radius:5px;
	margin-bottom: 30px;
}
.img-fila{
	width:50px !important;
}
.image-icono {
    width: 30px;
    border-radius: 5px;
    color: white !important;
    padding: 5px;
}
.form-select {
    display: inline-block !important;
    width: auto !important;
}
.form-control {
	border:none !important;
	border-bottom: 1px solid var(--e-global-color-primary) !important;
    border-right: 1px solid #ffff !important;
    border-top: 1px solid #ffff !important;
	border-left: 1px solid #ffff !important;
	line-height: 2.5 !important;
}
.card {
    display: inline-block !important;
}
.btn-primary {
    color: #fff;
background-color: var(--e-global-color-primary) !important;
border-color: var(--e-global-color-primary) !important;
margin-bottom: 10px;
 margin-top: 20px;
}
.btn-primary:hover {
    color: #fff;
background-color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
}
.btn-icono {
    color: #fff !important;
background-color: var(--e-global-color-primary) !important;
border-color: var(--e-global-color-primary) !important;
}
.btn-icono:hover {
    color: #fff;
background-color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
}
.derecha{
    width: 49% !important;
    float: right;
justify-content: flex-end;
}
.izquierda{
    width: 25% !Important;
    float: left;
		display:block-inline;
		justify-content: flex-start;
}
.central{
    width: 25% !Important;
			display:block-inline;
	/*		 justify-content: center;*/
}
img.logo {
  width: 100%; 
  height: auto;
  max-width: 400px;
  padding: 20px;  
}

img.logo2 {
  height: 100%;
  max-width: 400px;
}
.nav-link {
   color: var(--e-global-color-primary) !important;
	}
.nav-link:hover {
   color: var(--e-global-color-secondary) !important;
	}
.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
	border-radius: 10px;
}
.login h1 {
    text-align: center;
    color: var(--e-global-color-primary);
    font-size: 35px;
    padding: 0px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--e-global-color-primary);
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
  border: 1px solid var(--e-global-color-primary);
    margin-bottom: 20px;
    padding: 0 15px;
}

.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: var(--e-global-color-primary);   
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
	font-size: 20px;
}
.login form input[type="submit"]:hover {
    background-color: var(--e-global-color-secondary);
    transition: background-color 0.2s;
}

.navtop {
   /* background-color: var(--e-global-color-primary);
   */
	height: 60px;
	width: 100%;
	border: 0;
    border-bottom: 3px;
    border-bottom-color: var(--e-global-color-primary);
    border-bottom-style: solid;
	flex-wrap: wrap;
    display: flex;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
	border: none;
}
.navtop div h1 {
	flex: 1;
	font-size: 35px;
	padding: 0;
	margin: 0;
/*	color: var(--e-global-color-primary);
*/
	font-weight: normal;
}
h1{
margin-top:20px;
margin-bottom:10px;
border-bottom:solid;
border-bottom-color: var(--e-global-color-primary);
border-bottom: 3px;
}
.navtop div a {
   /* padding: 0 15px;
 */   text-decoration: none;
    margin-right: 10px;
    border-radius: 10px;
	margin-bottom: 10px;

}
.navtop div a i {
	/*padding: 2px 8px 0 0;*/
	    font-size: 25px;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: var(--e-global-color-text);
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: var(--e-global-color-text);
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
:root {
    --e-global-color-primary: #00BBB7;  /*verde*/
    --e-global-color-secondary: #FFA000;  /*amarillo*/
    --e-global-color-text: #222222;   /*negro para texto*/
    --e-global-color-accent: #002A3E;  /*negro más oscuro*/
    --e-global-color-36f915a: #FF3131;  /*rojo-no lo usa*/
    --e-global-typography-primary-font-family: "Ubuntu";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Ubuntu Mono";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Ubuntu Condensed";
    --e-global-typography-accent-font-weight: 500;
    font-family: "Ubuntu", Sans-serif;
}
