
* {
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;
}

img, a {
  -webkit-user-drag: none;
  -moz-user-drag: none; 
  -ms-user-drag: none;
}

ul {
  list-style-type: none;
}

ul > li {
    margin: 0 10px; 
    width: 100px;
    text-align: center;
}

a {
  text-decoration: none; 
  color: #007fe2; 
  cursor: pointer; 
}

a:hover {
  font-weight: bold;
  color: #ff550d; 
}

.a-active{
    color: #ff550d;
}

.content{
    width: 100vw;
    min-width: 1100px!important;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

header>section>div:first-child{
    width: 100%;
    height: 20px;
}

header>section>div:last-child{
    width: 100%;
    height: 60px;
}

.cell-bar-1{
    padding-right: 2rem;
    display: flex;
    align-items: center;    
    height: 20px;
    float: right;
    color: gray;
}

.cell-bar-2{
    padding-left: 2rem;
    display: flex;
    align-items: center;    
    height: auto;
}

.sec-body{
    width: 100%;
}

#sec-cover{
    width: 100%;
    height: 350px;
}

#sec-cover>div:first-child{
    width: 90%;
    height: 350px;
    margin-left: 5%;    
}

#sec-cover-left{
    display: flex;
    align-items: center;
    float: left;
    width: 50%;
    height: 100%;
}

#sec-cover-left>div:first-child{
    width: 100%;
    height: 50%;
}

#sec-cover-right{
    float: right;
    width: 50%;
    height: 100%;
}

#email{
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #007fe2;
}

#email:focus {
  outline: none; 
}

.my_courses{
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 5px 10px; 
    border: 1px solid #007fe2;
    border-radius: 5px;
    background-color: #007fe2;  
}

.my_courses:hover {
    background-color: #ff550d;
    border: 1px solid gray;
}

#sec-courses>div{
    width: 90%;
    height: 100px;
    margin-left: 5%;
    background-color: white;    
}
    
.sec-course-list>div:first-child{
    clear: both;
    width:100%;
    padding: 1rem 0;
    color:#007fe2;
    font-size:1.5rem;
    font-weight:800;
}

.div-course{
    border: 1px solid gray;
    background-color: #e9f5fb;
    border-radius: 5px;
    width: calc(50% - 4rem);
    height: 160px;
    padding: 1rem 0.5rem 1rem 0.5rem;
    margin: 1rem;
}

.div-message{
    border: 1px solid gray;
    background-color: #e9f5fb;
    border-radius: 5px;
    width: calc(50% - 3rem);
    height: calc(160px + 2rem);
    margin: 1rem;
    background-image: url("/resources/message.svg");
    background-size: contain;
    background-position: right; 
    background-repeat: no-repeat;
}

.div-course>div{
    width: calc(100% - 0.5rem - 100px);
    float: right;
}

.img-course {
    background-size: cover;
    filter: invert(51%) sepia(9%) saturate(12%) hue-rotate(343deg) brightness(97%) contrast(83%);
}

.div-course-title{
    font-size: 18px;
    font-weight: 800;    
}

.div-course-subtitle{
    color: #ff550d;
    font-weight: 800;
}

.div-course-description{
    margin: 5px 0;
}

.div-course-form{
    display: flex;
    align-items: center;
    justify-content: right;
}

.span-access{
    padding-right: 1rem;
}

.span-value{
    font-weight: bold;
}

.span-free{
    font-weight: 900;
    color: #ff550d;
    text-shadow: 2px 2px 4px #007fe2;
}

footer>section{
    width:90%;
    height: auto;
    margin-left:5%;
}

#sec-footer>div{
    width: 30%;
    float: left;
}

.span-company{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 1rem 0 0 0;
    font-size: 2rem;
    font-weight: 900;
    color: #002caa;
}

.span-desciption{
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    height: auto;  
    color: gray; 
}

.span-contact{
    display: flex;
    align-items: center;
    width:100%;
    padding-top:0.2rem;
    font-size:16px;
    color:gray
}

.div-social-bar{
    margin-top: 1rem;
    text-align: left;
}

.div-social-bar>a{
    margin-right: 1rem;
}

.btn-icon:hover{
    fill: #ff550d;
}


    