* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
}

.fondo {
	width: 100%;
	height: 100%;
	position: fixed;
}

.container-index {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-guias {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-home {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-index {
	width: 290px;
	height: 300px;
	background: #fff;
	border-radius: 4px;
	display: grid;
	justify-content: center;
	align-items: center;
}

.container-video {
	width: 290px;
	height: 400px;
	overflow: hidden;
	border-radius: 5px;
}

#header, #header-consultas {
	width: 100%;
	height: 120px;
	background: #333;
	display: flex;
}

#header-home {
	width: 100%;
	height: 120px;
	background: #333;
	display: grid;
}

a {
	color: #fff;
	text-decoration: none;
}

.container {
	margin: 5px;
	padding: 5px;
}

.container-vista {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	background: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
}

.row-vista {
	width: 450px;
	display: grid;
	background: #fff;
	border-radius: 4px;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.row-home {
	width: 400px;
	height: 400px;
	display: grid;
	background: #fff;
	border-radius: 4px;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.img-codigo {
	width: 180px;
	height: 100px;
	margin-top: 10px;
}

.site {
	display: grid;
}

.div-medium {
	display: flex;
	justify-content: space-between;
}

.info {
	font-size: 14px;
}

.div-info {
	display: grid;
	text-align: left;
	margin: 10px;
}

.button {
	width: 100px;
	height: 40px;
	background: #069481;
	color: #fff;
	outline: none;
	border: solid 1px #069481;
	border-radius: 5px;
	cursor: pointer;
}

.button-home {
	width: 130px;
	height: 40px;
	background: #069481;
	color: #fff;
	outline: none;
	border: solid 1px #069481;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}

.button-hover {
	width: 130px;
	height: 40px;
	background: #fff;
	color: #333;
	outline: none;
	border: solid 1px #069481;
	border-radius: 5px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
}

	.button:hover {
		background: #03796A;
		transition: all 0.7s;
	}

	.button-home:hover {
		background: #fff;
		color: #333;
		transition: all 0.7s;
	}

.hr-h {
	width: 100%;
	height: 3px;
	background: #069481;
}

.hr-v {
	width: 3px;
	height: 100%;
	background: #069481;
}

.logout {
	width: 60px;
	height: 60px;
}

.select {
	width: 200px;
	height: 30px;
	border-radius: 10px;
	outline: none;
	background: #F3FFFF;
}

.div-flex {
	display: flex;
}

.div-grid {
	display: grid;
}

.input {
	width: 280px;
	height: 30px;
	outline: none;
	border: solid 1px;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
}

.input-consultas {
    width: 280px;
    height: 40px;
    outline: none;
    border: solid 1px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
}

.section {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
}

.section-consultas {
    width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
}

.container-user {
	width: 400px;
	height: 360px;
	bottom: 0;
	overflow: auto;
	display: grid;
	text-align: left;
}

.label-user {
	height: 20px;
	padding: 5px;
}

.margin {
	margin-top: 25px;
}

.div-admin {
	display: grid;
	width: 400px;
	height: 150px;
	overflow: auto;
	text-align: left;
}

h2 {
    color: #333;
    margin-bottom: 25px;
}

.container-consultas {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container-rastreo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-consultas {
    width: 200px;
    height: 100px;
    display: grid;
    justify-content: center;
    text-align: center;
    margin: 5px
}

.img-consultas {
    width: 20px;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 2px;
    left: 2px;
}

.img-curso {
    width: 50px;
    height: 50px;
    margin-top: 20px;
}
.a-consultas {
    color: green;
}

#div-popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0.0,0.0,0.0,0.6);
}

#container-popup {
    width: 280px;
    height: 300px;
    background: #fff;
    border-radius: 15px;
}

.div-img-popup {
    width: 270px;
    height: 130px;
    margin: 5px;
    border-radius: 25px;
    background: #eee
}

.img-popup {
    width: 100%;
    height: 100%;
}

.label-popup {
    margin-top: 25px;
}

.label-popup-name {
    color: darkgreen;
    font-size: 12px;
}

#entregado, #etapa-3, #etapa-2, #etapa-1 {
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: 1;
    animation-direction: alternate;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
