*{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

#content{
        width: 100%;
        height: auto;
        padding: 40px;
}
table{
    width: 100%;
    background-color: white;
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    overflow-x: auto;
}
tr, td{
    border-left: 1px solid gray;
}
thead th{
    font-size: 32px;
    text-align: center;
    color: #06478e;
    border-top: 4px solid #ff9d14;
    padding: 0 20px;
}
.titulo-curso{
    font-size: 24px;
    border-top: 0;
 
}
tbody td{
    font-size: 16px;
    text-align: center;
    height: 40px;
}
td .fa{
    font-size: 30px;
    color: #06478e;
}
/*
tr:nth-child(even){
    background-color: #f1f1f1;
}
tr:nth-child(odd){
    background-color: white;
}*/
.datos-cursos{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    height: 40px;
    
}

/*-- Scroll -- 
@media only screen and (max-width: 768px) {
	
	table{
		overflow-x: scroll;
	}
    
}*/
#calendario2{
    background-color: white;
    border-top: 4px solid #ff9d14;
    text-align: center;
    padding-top: 20px;
}
/*#calendario2 img{
    max-width: 800px;
}*/
.top{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}
.bottom{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #83a72e;
    color: whitesmoke;
    height: auto;

    padding-top: 15px;
}
.name-curso{
    background-color: #06478e;
    color: whitesmoke;
    margin-bottom: 10px;
    height: 100px;
}
.name-curso h3{
    line-height: 100px;
}
.nivel{
    flex-basis: 200px;
  
    height: auto;
    /*border: 3px solid #ff9d14;*/
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;

}
.nivel h3{
    font-weight: 900;
    color: dimgray;
}
.nivel img{
    filter: drop-shadow(2px 4px 4px rgba(0,0,0,.5));
    margin-bottom: 10px;
}
.hora{
    
    text-align: center;
    height: auto;

}
