* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-track{
  font-size: 1.4em;
}

.text-track, .text-map{
  font-family: 'Roboto', sans-serif;
}

.text-sprint{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.text-map{
  font-size: 1em;
}

.date{
  display: flex;
  flex-flow: row;
  top: 20%;
  border: 3px solid #ea349b;
  border-radius: 10px;
 text-align: center;
  padding: 0.8vh 2vh;
  left: 33% !important;
  top: 25%;
}

.select-sprint{
  border-radius: 0.6vh;
  border: 1px solid black;
}

.squad1 {
  box-sizing: border-box;
  background-color: #e2e4e6;
 
  border-radius: 0.6vh;
  text-align: center;
  margin-bottom: 3.5em;
  padding: 0 0 2em 0;
}

.name-squad {
  background-color: #ea349b;
  box-sizing: border-box;
  padding: 0.7em;
  font-size: 18px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}

.name-student {
  width: 80%;
  display: inline-block;
  margin: 0.4em 0em;
  border-radius: 0.9vh;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid lightgray;
  padding: 0.7em 0;
}

.text-center {
  text-align: center;
}

.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-board {
  padding-left: 1em;
  cursor: pointer;
}
#toHome {
  cursor: pointer;
}
/*table*/

table{
  
  border: 1px solid rgb(179, 176, 176);
}

th,
td {
  text-align: center;
  vertical-align: top;
  border: 1px solid rgb(179, 176, 176);
  border-collapse: collapse;
  caption-side: bottom;
}

th {
  background-color: #ea349b;
  color: white;
  text-align: center;
}

.btn-send{
  
  color: black;
  font-weight: 800;
  font-size: 16px;
}

.m-3{
  margin: 3em;
}

.row-logo{
  width: 200px;
}

.bg-fondo{
  background-image: url('../assets/images/fondo.png');
  background-size: cover;
  background-position: center;
}


/*alerts*/
div.alert-message {
	display: block;
	padding: 13px 12px 12px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #2ba6cb;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	position: relative;
}
div.alert-message .box-icon {
	display: block;
	float: left;
	background-image: url('icon.png');
	width: 30px;
	height: 25px;
	margin-top: -2px;
	background-position: -8px -8px;
}
div.alert-message p {
	margin: 0px;
}
div.alert-message.success {
	background-color: #5da423;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-message.success .box-icon {
	background-position: -48px -8px;
}
div.alert-message.warning {
	background-color: #e3b000;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-message.warning .box-icon {
	background-position: -88px -8px;
}
div.alert-message.error {
	background-color: #c60f13;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-message.error .box-icon {
	background-position: -128px -8px;
}
div.alert-message a.close {
	color: #333;
	position: absolute;
	right: 4px;
	top: -1px;
	font-size: 17px;
	opacity: 0.2;
	padding: 4px;
}
div.alert-message a.close:hover, div.alert-box a.close:focus {
	opacity: 0.4;
}
          

.notice {
  position: relative;
  margin: 1em;
  background: #F9F9F9;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #DDD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.notice:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #DDD;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: Georgia;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
  border-color: #0074D9;
}

.info:before {
  content: "i";
  background-color: #0074D9;
}

.success {
  border-color: #2ECC40;
}

.success:before {
  content: "√";
  background-color: #2ECC40;
}

.warning {
  border-color: #FFDC00;
}

.warning:before {
  content: "!";
  background-color: #FFDC00;
}

.error {
  border-color: #FF4136;
}

.error:before {
  content: "X";
  background-color: #FF4136;
}

.closebtn {
  margin-left: 15px;
  color: rgb(189, 171, 12);
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.alumnas{
  
  font-size: 15px;
  border: 2px solid rgb(211, 23, 57);
}
.textarea-w{
 width: 400px;
 height: 150px;
}
.boton{
  background-color: rgb(248, 66, 103);
  font-size: 30px;
}
p{
  font-size: 20px;
  font-weight: 800;
}
