*{

    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}
body{
   background: #FFDCD8;
    background: #edecf9;
    background: #f3ecf9;
    background: #f9ecec;
    background: #ecf9f8;
    background: #f2fffb;
    background: #f3f3f3;
    background: #ffd0d094;
    background: #ffd0d094;
    background: #f5f5ff;
}
.header{
    height: 140px;
}
header{
    width: 100%;
    height: 120px;
    z-index:1000;
    display: flex;
    position: fixed;
    top:0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    border-radius: 0 0 50% 50%;
    box-shadow: 0px 4px 18px 6px rgba(0,0,0,0.2);
}

/*.container {
    margin-top: 140px;
}*/
@media (min-width: 576px) {
    .content {
      /*  width: 60%;*/
    }
}
@media (max-width: 575px) {
    .content {
       /* width: 80%;*/
    }
    .pub {
        display: none;
    }
    .container-xs{
        margin-left: auto;
        margin-right: auto;
        width:80%
    }
}
div.header-logo{
   height: 100%;
}
header div.overlay{
    width: 100%;
    height: 100%;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
  /*  background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 100%);
    background-image: linear-gradient( 180deg, #da9eff 10%, #ffa575 100%);
    background-image: linear-gradient( 0deg, #da9eff 10%, #ffa575 100%);
    background-image: linear-gradient( 180deg, #9f05ff69 10%, #fd5e086b 90%);*/
    /*background-image: linear-gradient( 179deg, #9f05ff69 10%, #fd5e086b 100%);*/
    /*background-color: #fd5e0800;*/
  /*  background-color: #ffe7db*/
    background-color: #e5e0f7;

}
.a-logo{
    display: block;
    height: 100%;
}

img.logo-header{
    margin-top: -20px;
    height: 140%;
}

.btn-rounded {
    border-radius: 25px;
   /* border: 2px solid #73AD21;*/
    padding: 10px;
}
.card.transition:hover {
    box-shadow: 0 8px 48px 0 rgba(0,0,0,0.2);
}
.card {
    border-radius: 25px;
  /*  border: 2px solid #73AD21;*/
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.4s; /* Safari and Chrome */
    -o-transition: box-shadow 0.4s; /* Opera */
    -ms-transition: box-shadow 0.4s; /* Explorer 10 */
}

.row.quiz-type-row{
    margin-top:10px;
}
.card-logo-quiz{
    border-radius: 25px;
}
img.quiz-response-img{
    margin-top:10px;
    width: 80%;

}
div.card-logo-quiz.effect.selected.correct{
    background-color: #69f5668a;
}


div.card-logo-quiz.selected{
    background-color: #69f5668a;
}

div.card-logo-quiz.effect.selected.wrong{
    background-color: #e835358a;
}
img.quiz-type-img{
    margin-top:10px;
    max-width: 200px;

}
.card-text-quiz>h3{
 color: #5b616d;
}
.card-text-quiz>h5.subtitle{
    color: #696d6c;
}

h3.title{
    text-shadow: 0px 3px 6px #6564658c;
    color: #6e83ab;
}
h2.title{
    text-shadow: 0px 3px 6px #6564658c;
    color: #6e83ab;
}

h5.subtitle{
    color: #6e83ab;
}

.strong{
    font-weight: bold;
}
div.active{
    font-weight: bold;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.footer{
    padding-top:50px;
}

a.card-welcome:hover {
    text-decoration: none;
}





