.va-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.main-blue-bg {
    background-color: #7bb5df;
}

.white-bg {
    background-color: #ffffff;
}

.card {
    padding: 10px;
    border-radius: 7px;
}

.card:hover {
    opacity: 75%;
    cursor: pointer;
}

.text-white { 
    color: white;
}

.text-dark-blue, .black-blue-title {
    color: #003253 !important;
}

.font-corben {
    font-family: 'Corben';
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #f39c12;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #60a3bc;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    margin-top: 65px;
}

.orange-title, .black-blue-title, .blue-title, .white-title {
    color: #ED7A00;
    font-size: 34px;
    font-family: 'Corben';
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.login_btn {
    /*width: 100%;*/
    background: #003253 !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #003253 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    padding-bottom: 0.975rem;
    padding-top: 0.975rem;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.input_user, .input_pass {
    padding: 3px 10px !important;
    max-height: 22px !important;
    background-color: #dfe7f4 !important;
    box-shadow: none !important;
    outline: 0px !important;
    border: 0 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #003253 !important;
}

.nav-link {
    color: #003253 !important;
    font-size:1.2rem;
}

.nav-link:hover {
    /*color: #ffffff !important;*/
    /*font-weight: bold;*/
}


#access-student, #access-prof, #access-pares {
    padding: 30px 50px;
    text-align: center;
    min-height: 158px;
    cursor: pointer;
    /*height: 240px;*/
}

.medium-title {
    font-family: 'Corben';
    font-size: 28px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.white-text {
    color: #FFFFFF;
}

.orange-bg {
    background-color: #ed7a00;
}

.light-orange-bg {
    background-color: #f28d09;
}

.middle-blue-bg {
    background-color: #7ea7d3;
}

.black-blue-bg {
    background-color: #003152;
}

#footer {
    font-size: 12px;
    padding: 1.5rem;
}

.grey-bg {
    background-color: #bfc8ce;
}

#footer .logo-fb, #footer .logo-twt, #footer .logo-youtube, #footer .logo-instagram {
    display: inline-block;
    /*margin-right: 40px;*/
    margin-top: 1rem;
    vertical-align: middle;
}

#footer .logo-twt {
    margin-right: 30px;
}

#footer .logo-fb {
    margin-right: 0px;
}

#footer .desc-zone {
    padding-bottom: 10px;
    line-height: 20px;
}

#que-es-xix, .desc-zone {
    /*padding: 30px 50px;*/
    text-align: center;
}

.black-blue-text, .black-blue-title-h {
    color: #003152;
}

.white-medium-title, .black-blue-medium-title, .blue-medium-title {
    font-size: 22px;
    font-family: 'Corben';
    font-weight: bold;
}

.white-title, .white-medium-title {
    color: white;
}

.white-link {
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.white-link:hover{
    color: #003152;
    text-decoration: underline;
}

.login-user {
    text-align: left;
    padding-left: 3.5rem;
    padding-top: 3.5rem;
}

.img__wrap {
    position: relative;
    height: 300px;
    /*width: 257px;*/
  }
  
.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    padding-left:5px;
    padding-top:5px;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    visibility: visible;
    opacity: 1;
}

.v-center {
    display: flex;
    align-items: center;
 }

 .dragon-level-1, .dragon-level-2, .dragon-level-3{
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 77px;
}

.dragon-level-1{
    background-image: url('/img/level-1.png');
}

.dragon-level-2{
    background-image: url('/img/level-2.png');
}

.dragon-level-3{
    background-image: url('/img/level-3.png');
}
.dragon-level-4{
    background-image: url('/img/level-4.png');
}

.drac1{
    background-image:url('../img/drac-A.png');
}
.drac2{
    background-image:url('../img/drac-B.png');
}
.drac3{
    background-image:url('../img/drac-C.png');
}
.drac4{
    background-image:url('../img/drac-D.png');
}
.drac5{
    background-image:url('../img/drac-E.png');
}

#que-vols-fer a {
    text-decoration: none;
}

.text-bold {
    font-size: 18px;
    font-weight: bold;
}

.book-author {
    margin-bottom: 15px;
}

.book-summary {
    margin-top: 20px;
}

.book-2-infos div {
    display: inline-block;
    width: 50%;
}

.blue-title, .blue-medium-title, .blue-up-title, .blue-small-title {
    color: #7bb5df;
}

.aligned-img {
    vertical-align: middle;
    margin-right: 6px;
}

#goto-prev-page, #goto-home {
    text-align: left;
    margin-top: 25px;
    cursor: pointer;
    padding-bottom: 15px;
}

#goto-next-page{
	text-align: right;
    margin-top: 25px;
    cursor:pointer;
    padding-bottom: 15px;
}

.btn {
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 30px;
}

.btn-danger, .btn-danger:hover {
    background-color: #c90000;
}

.btn-light-danger, .btn-light-danger:hover {
    color: #fff;
    background-color: #fb041b;
}

.login_btn {
    padding: 5px;
    font-weight: normal;
}

.picto-reco {
    cursor: pointer;
}

.align-left {
    text-align: left !important;
}

.form-row input, .form-row textarea {
    background-color: #dfe7f4;
    border: 0px;
    padding: 4px 10px;
    font-size: 16px;
}

.search-input input[type=text] {
    width: 100%;
    max-width: 400px;
}

.search-input.form-row {
    margin-bottom: 13px;
}

.icheckbox_square-aero, .iradio_square-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(aero.png) no-repeat;
    border: none;
    cursor: pointer;
}

#nou-llibres-online {
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    height: 25px;
    width: 25px;
}

.checkboxes input {
    vertical-align: middle;
}
.checkboxes label {
    vertical-align: middle;
    padding-left: .5rem;
}

.ml-5i {
    margin-left:3rem !important;
}

.form-check-input[type=radio] {
    height: 25px;
    width: 25px;
}

.hidden-part {
    display:none;
}

.va-middle {
    vertical-align: middle;
}

.list-header, .list-header-orange, .list-header-black-blue {
    background-color: #7eb5de;
    padding: 10px 10px;
    color: #003152;
    font-weight: bold;
    text-align: left;
}

.title-col {
    width: 30%;
}

.header-col, .book-col {
    display: inline-block;
}

.autor-col, .colleccio-col, .edito-col {
    width: 20%;
}

.book-row {
    text-align: left;
    color: #003152;
    padding: 10px 10px;
}

.book-odd {
    background-color: white;
}

.book-even, .blauclarfons {
    background-color: #e1eef8;
}

.ul-paginator {
    list-style-type: none;
}

.page-item {
    display: inline-block;
}

.form-row.reverse-color input {
    background-color: white;
    width: 90%;
    margin-bottom: 11px;
    border-radius: 0px;
    border: 0px;
    color: black;
}

.form-row .easy-autocomplete input {
    padding: 4px 10px;
}

.form-row.reverse-color textarea {
    background-color: white;
    width: 90%;
    margin-bottom: 11px;
    height: 90px;
    padding: 4px 10px;
}


.level-face {
    display: inline-block;
    width: 45px;
    height: 29px;
    vertical-align: middle;
    background-image: url(/img/reco-level.png);
}

.reco-level {
    display: inline-block;
    padding-left: 15px;
}

#anchors-ul a, .black-blue-a {
    text-decoration: none;
    color: #003152;
}

ul#liste-course li:first-child {
    border: none;
}

ul#liste-course li {
    display: inline-block;
    border-left: 1px solid #003152;
    padding-left: 13px;
    padding-right: 10px;
}

.llibre-idioma-title {
    font-size: 22px;
    text-align: left;
    margin-top: 40px;
}

.class-table {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}

body{
    background-color: #efeeed;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Verdana;
}

#main-content{
    width: 1024px;
    max-width: 100%;
    margin: auto;
}

.result-face > img {
    max-width: 200px;
}

.header-divs{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    width: 30%;
}

.prof_illus{
    position: absolute;
    right: 0px;
    bottom: -43px;
    height: 160px;
}

.prof_illus img{
    max-height: 100%;

}

.picto-reco{
    cursor: pointer;
}

.bold-a{
    font-weight: bold;
    text-decoration: none;
    color: #003152;
}

#login-header, #link-en-header {
    margin-top: 50px;
}

.blue-back{
    background-color: #7bb5df;
}

.middle-blue-bg{
    background-color: #7ea7d3;
}

.black-blue-bg{
    background-color: #003152;
}

.black-blue-text, .black-blue-title-h{
    color: #003152;
}

.grey-bg{
    background-color: #bfc8ce;
}

.orange-bg{
    background-color: #ed7a00;
}

.red-bg{
    background-color: #e20029;
}

.class-table{
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.llibre-idioma-title {
    font-size: 22px;
    text-align: left;
    margin-top: 40px;
}

.class-table th {
    padding: 8px;
}

.green-bg{
    background-color: #97bf13;
}

.no-under-a{
    text-decoration: none;
}

.orange-text{
    color: #ed7a00;
}

.white-medium-title, .black-blue-medium-title, .blue-medium-title{
    font-size: 22px;
    font-family: 'Corben';
    font-weight: bold;
}

.blue-small-title{
    font-size: 16px;
    font-family: 'Corben';
    font-weight: bold;
}

.blue-up-title{
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

.black-blue-title-h{
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 22px;
}

.orange-title, .black-blue-title, .blue-title, .white-title{
    color: #ED7A00;
    font-size: 34px;
    font-family: 'Corben';
    font-weight: bold;
    text-align:center;
    margin-bottom: 20px;
}

.black-blue-title, .black-blue-medium-title{
    color: #003152;
}

.blue-title, .blue-medium-title, .blue-up-title, .blue-small-title{
    color: #7bb5df;
}

.white-title, .white-medium-title{
    color: white;
}

.white-bg{
    background-color: #ffffff;
}

#top-header{
    padding-top: 10px;
}

.login-row input {
    background-color: #dfe7f4;
    border: 0px;
    padding-left: 6px;
}
.login-row {
    margin-bottom: 5px;
    font-size: 14px;
}

.form-content .form-row input, .form-row textarea {
    width: 70%;
}

.form-row textarea {
    height: 70px;
}

.form-content .form-row {
    margin-bottom: 15px;
}

.form-row input, .form-row textarea{
    background-color: #dfe7f4;
    border: 0px;
    padding: 4px 10px;
    font-size: 16px;
}

.reco-form-left {
    width: 70%;
}

.form-row.reverse-color input {
    background-color: white;
    width: 90%;
    margin-bottom: 11px;
    border-radius: 0px;
    border: 0px;
    color: black;
}

.form-row .easy-autocomplete input{
    padding: 4px 10px;
}

.form-row .easy-autocomplete-container ul{
    top: -11px;
}

.reco-comments{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.resp-comments {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.alumne-infos{
    display: inline-block;
    width: 62%;
}

.contenedor_dibuix_lectura_a_casa {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-bottom: 30px;
}

.alumne-comment{
    margin-top: 10px;
}

.alumne-rate{
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: bottom;
}

.llista_even td, .llista_odd td, .llista_even_orange td, .llista_even_blue td{
    padding: 8px;
}

.col-alumne{
    text-align: left;
}

.col-alumne img {
    max-width: 45px;
}

td.col-llibre-llegits {
    background-color: rgba(219, 218, 218, 0.5);
}

.total-row td {
    font-size: 20px;
    padding: 8px;
}

.llista_even{
    background-color: #e1eef8;
}


.llista_even_orange{
    background-color: #fde8d4;
}

.llista_even_blue{
    background-color: #c2d2dd;
}

.book-reco-row:not(:last-child){
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

.form-row.reverse-color textarea {
    background-color: white;
    width: 90%;
    margin-bottom: 11px;
    height: 90px;
    padding: 4px 10px;
}

.total-points{
    text-align: right;
    padding-right: 100px;
}

.div-total{
    width: 120px;
    height: 120px;
    color: white;
    background-image:url("/img/bg-total.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-family: 'Corben';
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding-top: 27px;
    font-weight: bold;
}

.div-total-llibres-llegit{
    width: 120px;
    height: 120px;
    color: white;
    background-image:url("/img/num_llibres.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-family: 'Corben';
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding-top: 27px;
    font-weight: bold;
}

.row-btn-right .red-button, .row-btn-right .grenat-button {
    margin: 0px;
    display: inline-block;
}

.row-btn-right .grenat-button{
    width: auto;
    margin-right: 40px;
}

.row-btn-right {
    text-align: right;
}

.reco-level-row{
    text-align: left;
}

.reco-level {
    margin-right: 20px;
}

.level-face {
    display: inline-block;
    width: 45px;
    height: 29px;
    vertical-align: middle;
    background-image: url('/img/reco-level.png');
}

.icheckbox{
    display: inline-block;
    margin: 10px 10px 10px 0px;
}

.label-check{
    margin-right: 10px;
}

.form-label {
    display: inline-block;
    width: 70px;
    text-align: right;
}

.form-btn{
    display: inline-block;
    width: 170px;
    text-align: left;
}

.form-btn button{
    background: #003152;
    color: white;
    border: 0px;
    padding: 3px 7px;
    cursor: pointer;
}

#flag-en{
    display: inline-block;
    width: 50px;
}

#link-en{
    display: inline-block;
    /*width: 100px;*/
    text-align: left;
    margin-left: 10px;
}

.white-link{
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.white-link:hover{
    text-decoration: underline;
}

#link-en-header{
    text-align: right;
}

.main-title{
    font-family: 'Corben';
    font-size: 20pt;
    color: #003253;
}

#main-title {
    text-align: center;
    margin-top: 35px;
}

ul#liste-course li:first-child {
    border: none;
}


ul#liste-course li {
    display: inline-block;
    border-left: 1px solid #003152;
    padding-left: 13px;
    padding-right: 10px;
}

/******* MENU *******/
#anchors-ul a, .black-blue-a {
    text-decoration: none;
    color: #003152;
}

#anchor-menu{
    text-align: center;
    padding-bottom: 10px;
}

#anchors-ul{
    list-style-type: none;
    padding: 0;
}

.anchor-li{
    display: inline-block;
    border-right: 1px solid black;
    padding-left: 15px;
    padding-right: 15px;
}

.anchor-li:last-child{
    border: none;
}

.inlined-2{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.service-desc-right div{
    line-height: 0px;
}

.service-desc-left{
    padding-left: 40px;
    padding-right: 20px;
}

.service-desc-right{
    line-height: 0px;
}

#service-desc{
    margin-top: 30px;
}

#slider-how{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.sy-box{
    position: relative;
}

.slider-pager{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.slider-pager .sy-active{
    border: 2px solid #003152;
}

.slider-pager li{
    display: inline-block;
    width: 15px;
    height: 15px;
    color: white;
    background-color: white;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: -10px;
}

.slider-pager li a{
    color: white;
    line-height: 0px;
    font-size: 2px;
    text-decoration: none;
    height: 10px;
}

.big-number{
    font-size: 155px;
    font-family: 'Corben';
    font-weight: bold;
    color: white;
    text-align: right;
    padding-right: 40px;
    display: inline-block;
    width: 30%;
    vertical-align:middle;
    box-sizing: border-box;
}

.big-text{
    font-size: 33px;
    font-family: 'Corben';
    font-weight: bold;
    color: white;
    display: inline-block;
    width: 70%;
    vertical-align:middle;
}

#access-student, #access-prof, #access-pares{
    padding: 30px 50px;
    text-align: center;
    min-height: 158px;
    cursor: pointer;
    height: 240px;
}

#menu-mobile{
    background-image: url("/img/menu-mobile.png");
    width: 40px;
    height: 40px;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 10px;
}

.medium-title{
    font-family: 'Corben';
    font-size: 28px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.white-text{
    color: #FFFFFF;
}

#que-es-xix, .desc-zone{
    /*padding: 30px 50px;*/
    text-align: center;
}

#que-es-title{
    margin-bottom: 20px;
}

.orange-button, .blue-button, .black-blue-button, .white-button, .red-button, .grenat-button{
    background-color: #ed7a00;
    padding: 10px 20px;
    color: white;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
}

.blue-button{
    background-color: #7bb5df;
}

.black-blue-button{
    background-color: #003152;
}

.white-button{
    background-color: white;
    color: #000000;
}

.subscribe-tipus-buttons{
    display: inline-block;
    margin: 20px 20px;
}

div#subscribe-tipus div#subscribe-btn-info{
    width: 150px;
}

div#subscribe-tipus div#subscribe-btn-info a{
    color: black;
}

.red-button{
    background-color: #fb041b;
}

.grenat-button{
    background-color: #c90000;
}

#search-form{
    text-align: left;
}

.search-input{
    display: inline-block;
    width: 250px;
    color: #000000;
    margin-right: 120px;
}

/*.search-input input{
    width: 100%;
}*/

#cercar-btn, #cercador-avanced, #see-all, .inlined-btn{
    display: inline-block;
}

#cercar-btn{
    margin-right: 80px;
}

/* #see-all, #cercador-avanced, #cercar-btn, #quizz-btn, #download-search, #other-search{ */
#download-search, #other-search{
    width: 190px;
    padding: 15px 0px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.search-input.form-row {
    margin-bottom: 13px;
}

.hidden-part{
    display: none;
}

.icheckbox .iradio_square-aero{
    margin-right: 10px;
}

#age-zone.search-input.form-row{
    font-size: 15px;
}

#age-zone.search-input.form-row .icheckbox{
    margin: 5px 10px 5px 0px;
    display: block;
}

.list-header,.list-header-orange, .list-header-black-blue {
    background-color: #7eb5de;
    padding: 10px 10px;
    color: #003152;
    font-weight: bold;
    text-align: left;
}

.list-header-orange{
    background-color: #ed7a00;
}

.list-header-black-blue{
    background-color: #003152;
    color: white;
}

.header-col, .book-col {
    display: inline-block;
}

.book-row{
    text-align: left;
    color: #003152;
    padding: 10px 10px;
}

.book-even, .blauclarfons{
    background-color: #e1eef8;
}

.book-odd{
    background-color: white;
}

.simple td{
    padding: 10px;
}

.autor-col, .colleccio-col, .edito-col {
    width: 20%;
}

input.red-button.auto-btn[type=submit] {
    border: none;
}

table.simple td{
    text-align: left;
}

table.simple a{
    text-decoration: none;
    color: #003152;
}

table.simple a:hover{
    text-decoration: underline;
}

.trencaFloat {
    clear: both;
}

.title-col {
    width: 30%;
}

.nom-e-col{
    width: 70%;
}

.codi-e-col{
    width: 30%;
}

.reco-form {
    /*background-image: url("/img/reco-back.png");*/
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.form-row.reverse-color {
    text-align: left;
}

#tema-zone label {
    font-size: 15px;
    /*width: 45%;*/
    display: inline-block;
    vertical-align: middle;
}

.aligned-img{
    vertical-align: middle;
    margin-right: 6px;
}

#age-zone{
    vertical-align: top;
}

.row-check {
    display: inline-block;
    width: 48%;
}

#goto-prev-page, #goto-home{
    text-align: left;
    margin-top: 25px;
    cursor:pointer;
}

#comm-child{
    width: 50%;
    text-align: left;
    line-height: 23px;
    margin-top: 20px;
}

#search-btns{
    text-align: left;
    margin-top: 30px;
}

/****** NEWS ****/
.news-img{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    max-width: 20%;
}

.news-infos{
    display: inline-block;
    vertical-align: top;
    /*max-width: 80%;*/
}

.news-row{
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 1px solid white;
    padding-top: 10px;
    color: white;
    cursor: pointer;
}

.white-bg .news-row {
    color: #003152;
    border-bottom: 1px solid #003152;
}

.ul-temes {
    list-style-type: none;
}

.ul-menu{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.teme-li {
    display: inline-block;
    width: 32%;
    text-align: left;
    font-weight: bold;
    color: #003152;
}

.news-date{
    font-size: 14px;
    margin-bottom: 5px;
}

.news-title{
    text-transform: uppercase;
    font-size: 18px;
}

.news-content p {
    margin-top: 5px;
}

.news-content a{
    color: white;
    text-decoration: none;
}

.news-content a:hover{
    text-decoration: underline;
}

/*.login-user{
    text-align: left;
    padding-left: 15%;
}*/

.dragon-level-1, .dragon-level-2, .dragon-level-3{
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 77px;
}

.dragon-level-1{
    background-image: url('/img/level-1.png');
}

.dragon-level-2{
    background-image: url('/img/level-2.png');
}

.dragon-level-3{
    background-image: url('/img/level-3.png');
}
.dragon-level-4{
    background-image: url('/img/level-4.png');
}

.drac1{
    background-image:url('../img/drac-A.png');
}
.drac2{
    background-image:url('../img/drac-B.png');
}
.drac3{
    background-image:url('../img/drac-C.png');
}
.drac4{
    background-image:url('../img/drac-D.png');
}
.drac5{
    background-image:url('../img/drac-E.png');
}

.points-zone{
    width: 99px;
    height: 127px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

#nb-points{
    text-align: center;
}

/** CHILD HOME **/
#list-actions{
    list-style-type: none;
}

#list-actions li{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 40px;
    text-align: center;
}

.picto-child div {
    max-width: 230px;
    margin: auto;
    text-align: center;
}

.picto-child a {
    text-decoration: none;
}

#play-xim,#joc-lector{
    padding-bottom: 0px;
}

#game-img img{
    max-width: 100%;
    max-height: 400px;
    width: auto;
    vertical-align: bottom;
}

#game-text{
    display: inline-block;
    /*width: 60%;*/
    vertical-align: top;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
}

#game-text h2{
    color: #7bb5df;
    font-size: 20px;
    font-family: 'Corben';
}

#game-img{
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
    margin: 20px 0px 30px 0px;
}

#game-response button.red-button{
    display: flex;
    justify-content: center;
    border-style: none;
}

#footer{
    font-size: 12px;
}

#footer .desc-zone{
    padding-bottom: 10px;
    line-height: 20px;
}

#footer .logo-em, #footer .logo-cert{
    display: inline-block;
    margin-left: 40px;
    margin-top: 20px;
    vertical-align: middle;
}

.right-column-footer {
    text-align: right;
}

#footer .logo-fb, #footer .logo-twt, #footer .logo-youtube, #footer .logo-instagram{
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
    vertical-align: middle;
}

#footer .logo-fb{
    margin-right: 0px;
}

#footer .logo-twt{
    margin-right: 20px;
}

#footer .logo-youtube{
    margin-right: 0px;
    margin-left: 0px;

}

#footer a {
    color: #003152;
}

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

/**** QUIZZ ****/
.msg-face {
    margin-top: 10px;
    margin-bottom: 10px;
}

#book-review {
    margin-top: 30px;
}

.form-review {
    margin-top: 20px;
}

.review-face {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.review-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}

.review-row{
    margin-bottom: 10px;
}

#review-btn{
    text-align: center;
}

#question-btn > #quizz-btn{
    display: none;
    margin-right: 0px;
}

.question-label{
    margin-top: 15px;
}

#question-btn{
    /*height: 100px;*/
    text-align: right;
}

.centered-msg{
    width: 100%;
    text-align: center;
}

.question-txt{
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    max-width: 80%;
    margin-bottom: 15px;
}

.question-legend {
    margin: 40px 0px;
    border-top: 1px solid #003152;
    border-bottom: 1px solid #003152;
    padding: 15px 0px;
    text-align: center;
}

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

/*** MODAL ****/
.modal{
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
}

.modal-blue{
    background-color: rgba(0, 33, 89, 0.5);
}

.modal-popin{
    width: 30%;
    background-color: white;
    padding: 40px;
    border-radius: 30px;
    margin: auto;
    margin-top: 40px;
}

.modal-popin-gamification {
    width:50vw;
    padding: 20px 0 5px;
    text-align:center
}


@media screen and (max-width: 1024px) {
    .modal-popin-gamification {
        width:90vw;
        text-align:center
    }

    .form-content .form-row input, .form-row textarea {
        width: 100%;
    }
}

.modal-txt {
    margin-bottom: 30px;
}

.modal-joc-title{
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e0d9d9;
    color: #7bb5df;
    font-size: 20px;
    font-family: 'Corben';
    font-weight: bold;
}

#ok-modal{
    cursor:pointer;
}


/*** CMS ***/
.cms-content{
    text-align: left;
    color: #003152;
}

.cms-content a{
    color: #ed7a00;
    line-height: 22px;
}

#index-reco.slick-initialized .slick-slide
{
       display: inline-block;
       vertical-align: bottom;
       float: none;
}

#index-reco-prev {
    width: 20px;
    height: 39px;
    background-image: url('/img/slider-prev-arrow.png');
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: -25px;
    top: 50%;
    cursor:pointer;
}

#index-reco-next {
    width: 20px;
    height: 39px;
    background-image: url('/img/slider-next-arrow.png');
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    right: -25px;
    top: 50%;
    cursor: pointer;
}

.slider-title {
    color: white;
    margin-top: 10px;
    min-height: 36px;
    padding: 0px 10px;
}

#index-reco .slick-slide img{
    margin: auto;
}

#index-reco{
    padding-left: 0px;
    list-style-type: none;
}

a.slick-slide {
    text-decoration: none;
}

a.slick-slide:focus {
    outline-color: transparent;
}

#index-reco-ul{
    position: relative;
}

#search-info{
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 19px;
}

/*#new-search-btns{
    display: inline-block;
    width: 50%;
}*/

#other-search{
    width: 180px;
}

#download-search{
    width: 180px;
}

.list-book .book-infos{
    margin-bottom: 30px;
    margin-top: 10px;
    border-top: 1px solid black;
    padding-top: 30px;
}

.details-row .book-2-infos div.book-age {
    width: 100%;
}

.ul-paginator{
    list-style-type: none;
}

.page-item{
    display: inline-block;
}

.paginate{
    text-align: right;
}

#subtitle-price{
    margin-top: 40px;
    margin-bottom: 20px;
}

.price-col {
    display: inline-block;
    width: 30%;
}

#price-table {
    font-weight: bold;
    font-size: 18px;
}

.price-row-first {

}

.price-first-col{
    display: inline-block;
    padding: 15px 15px 5px 15px;
    width: 70%;
    box-sizing: border-box;
    height: 72px;
}

.price-row-white > .price-first-col{
    background-color: #ffffff;
    vertical-align: top;
}

.price-row-blue > .price-first-col{
    background-color: #e1eef8;
    vertical-align: top;
}

.price-row-blue > .price-first-col#per-mestre{
    padding: 26px 15px;
}

.price-row-first > .price-first-col {
    background-color: #7eb5de;
    padding: 26px 15px;
}

.price-col{
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
    height: 72px;
    text-align: center;
    padding: 26px 0px;
}

.price-row-white > .price-col{
    background-color: #f6f6f6;
}

.price-row-blue > .price-col{
    background-color: #d2dee9;
}

.price-row-first > .price-col{
    background-color: #6fa0c5;
}

#price-details{
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.passos-desc {
    margin-top: 20px;
}

.form-end #submit-form{
    display: inline-block;
}

.form-content .form-row input[type="radio"] {
    width: 30px;
}

.form-content .three-per-row{
    display: inline-block;
    width: 33%;
}

.form-content .four-per-row{
    display: inline-block;
    width: 22%;
}

.form-content .five-per-row{
    display: inline-block;
}

.form-content .tres-per-row{
    display: inline-block;
    width: 30%;
}

.form-content .dos-per-row{
    display: inline-block;
    width: 50%;
}

.class-block {
    margin-bottom: 20px;
}

.alumne-row {
    border: 1px solid #b5b1b1;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #f9f7f5;
}

.small-btn {
    margin: 0;
    font-size: 10px;
    width: 50px;
    display: inline-block;
}

.afegir-alumne{
    width: 115px;
}

.btn-row-left{
    text-align: left;
}

.btn-row-left .afegir-alumne{
    margin: 0px;
}

#protect-info{
    margin-top: 40px;
}

.captcha-zone{
    display: inline-block;
}

.inlined-input{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.form-message .msg-face{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

.msg-face img {
    max-width: 100%;
}

.form-message .msg-txt{
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}

.form-message.error{
    border-radius: 5px;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding-left: 10px;
}

#questionari_actual .review-row{
    text-align: left;
}


.news-detail{
    margin-top: 20px;
    padding-bottom: 20px;
}

.news-content{
    text-align: justify;
}

.auto-btn{
    width: auto;
    display: inline-block;
}

.verd2{
    color: #19b119;
}


::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;
}

:-ms-input-placeholder {
   color: black;
}

#xesca-cercador {
    max-width: 250px;
}

.tabla-cebra {
	width: 100%;
	border-collapse: collapse;
}

.tabla-cebra td {
	border:2px solid #7bb5df;
	padding:10px;
}

.tabla-cebra td:nth-child(2) {
	text-align: center;
}

.tabla-cebra tr:nth-child(even) {
	background-color:#7bb5df;
	color: #fff;
}

.va-top {
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
    .form_container {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #xesca-cercador {
        max-width: 135px;
    }

    #nou-llibres-online {
        max-width: 115px;
    }

    .form-content .dos-per-row{
        display: block;
        width: 100%;
        padding-right:10px;
    }
}

@media screen and (max-width: 767px) {
    #xesca-cercador {
        max-width: 95px;
    }

    #nou-llibres-online {
        max-width: 95px;
    }
}


@media screen and (max-device-width: 768px),
@media screen and (max-width: 768px){

    .inlined-2.service-desc-right, .inlined-2.service-desc-left,
    #access-student.inlined-2, #access-prof.inlined-2, .inlined-2{
        display: block;
        width: 100%;
    }

    body{
        overflow-x: none;
    }

    #anchors-ul {
        list-style-type: none;
        padding: 0;
        position: absolute;
        top: 0px;
        background-color: #7bb5df;
        width: 100%;
        text-align: left;
    }

    .anchor-li {
        display: block;
        border-right: 1px solid black;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
    }

    #menu-mobile{
        display: block;
    }

    .service-desc-right{
        text-align: right;
    }

    .medium-title{
        font-size: 22px;
    }

    .orange-title, .black-blue-title, .blue-title, .white-title{
        font-size: 22px;
    }

    #link-en-header{
        display: none;
    }

    #login-header {
        display: block;
        width: 100%;
        margin: 20px 0px 20px 0px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    #logo-header img {
        max-width: 65%;
    }

    .news-content img{
        max-width: 100%;
        height: auto;
    }

    #logo-header {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .search-input{
        max-width: 100%;
        margin-right: 0px;
    }

    .form-label{
        display: none;
    }

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

    .form-btn button{
        font-size: 14px;
        padding: 10px 25px;
        margin-top: 15px;
    }

    .big-text{
        font-size: 20px;
    }

    .big-number{
        font-size: 80px;
    }

    .img-slide{
        max-width: 80%;
    }

    #top-header {
        padding-top: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }



    .main-title{
        font-size: 13pt;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .news-img, .news-infos{
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .news-img{
        margin-bottom: 8px;
    }

    .news-img img{
        margin: auto;
        display: inline-block !important;
        vertical-align: middle;
    }

    #news-xix{
        padding: 30px 20px;
    }

    .news-row{
        margin: 0px 5px 0px 5px;
        border-bottom: 0px;
        text-align: center;
    }

    .news-row .slick-arrow{
        display: inline-block;
        vertical-align: middle;
    }

    .prev-slide.slick-arrow {
        width: 20px;
        height: 24px;
        background-image: url('/img/arrow-prev.png');
        background-repeat: no-repeat;
        background-position: 50%;
        margin-right: 20px;
    }

    .next-slide.slick-arrow {
        width: 20px;
        height: 24px;
        background-image: url('/img/arrow-next.png');
        background-repeat: no-repeat;
        background-position: 50%;
        margin-left: 20px;
    }

    #anchor-menu{
        display: none;
    }

    #list-actions li{
        width: 100%;
    }

    #list-actions{
        margin: 0;
        padding: 0;
    }

    #game-text{
        display: block;
        width: 100%;
    }

    #game-img{
        display: block;
        width: 70%;
        margin: auto;
    }

    .login-user {
        text-align: center;
        padding-left: 0;
    }

    .details-row{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: stretch;
    }

    #search-info{
        order: 1;
        width: 100%;
        display: block;
        text-align: center;
    }

    #new-search-btns {
        width: 100%;
    }

    #comm-child{
        width: 100%;
        margin-bottom: 195px;
    }

    #cercar-btn{
        margin-right: 0px;
    }

    #search-btns{
        text-align: center;
    }


    .left-column-footer.inlined-2, .right-column-footer.inlined-2{
        width: 50%;
        display: inline-block;
    }

    #footer .logo-em, #footer .logo-cert{
        margin-left: 10px;
    }

    .reco-comments{
        margin-left: 0px;
    }

    .alumne-infos, .alumne-rate,
    .form-content .form-row input{
        width: 100%;
    }

    .alumne-rate{
        margin-bottom: 20px;
    }

    .price-col, .price-first-col {
        height: 190px;
        vertical-align: top;
    }
}

ul li.sub-escoles{
    margin-top: 10px;
}

.white-subscripcio-pregunta{
    font-size: 22px;
    font-family: 'Corben';
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.subscripcio-pregunta {
    margin-top: 40px;
}
#list-actions-prof li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-top: 40px;
    text-align: center;
}
#list-actions-prof li > div{
    width: 60%;
    margin-left: 20px;
}
.desc-zone-prof{
    padding: 30px 5px;
    text-align: center;
}
#cgu-prof > div > a > img {
    height: 140px;
}
#class-view > div > a > img {
    height: 140px;
    width: 180px;
}
.arxiu_formulari input{
    display: inline-block;
}
.add-file{
    display: inline-block;
    margin-left: 40px;
}
.remove-file{
    display: inline-block;
    margin-left: 20px;
}
.arxiu_formulari .input-file{
    margin: 10px 0px 10px 0px;
}

#normes-funcionament .documents{
    text-align: center;
}

#normes-funcionament .documents a{
    display: block;
    margin: 30px 30px;
    text-decoration: none;
}

#modal-cgu div#tancar-modal{
    margin-right: 5px;
}
#modal-cgu div.just_for_border{
    border-top: 1px solid #e0d9d9;
    margin-top: 50px;
    text-align: center;
}
#modal-cgu .blue-button{
    width: 60% !important;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo-instagram > a > img{
    width: 39px;
    height: 38px;
}
#modal-activitat .blue-button{
    width: 60% !important;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
#modal-activitat div.just_for_border{
    border-top: 1px solid #e0d9d9;
    margin-top: 50px;
    text-align: center;
}
#modal-activitat .documents{
    text-align: center;
}
div.drets-copyright{
    display: none;
}

.no-hover {
    text-decoration: none !important;
}

.close-button {
    float:right;
    border:0;
    background-color: #FFFFFF;
    font-size: 2em;
    margin-top: -20px;
    color: #7bb5df;
    cursor: pointer;
}

.search-input-md {
    width: 330px;
}

#nou-llibres-online {
    cursor: pointer;
}

.modal-content {
    padding: 2rem;
    border-radius: 30px;
    /*border:5px dashed #003253;*/
}

.btn-primary {
    background-color: #7bb5df;
    border-color: #7bb5df;
}

.btn-primary:hover {
    background-color: #003253;
    border-color: #003253;
}

.hr-blava {
    padding:10px;
    color: #7bb5df;
}

@media print {
    body{
        -webkit-print-color-adjust:exact;
    }
    .noprint {display:none;}
    .red-button{
        display: none !important;
     }
   
     .btn {
         display: none !important;
     }
}

.br-20 {
    border-radius: 20px;
}

.navbar-nav > li:not(:first-child) > a::before {
    content: "|";
    margin-right: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-left: 20px;
    }

    .modal-lg, .modal-xl {
        max-width: 550px;
    }

    #en-level-zone {
        width: 470px;
    }
}

.modal-footer {
    border-top: 0px;
}

.color-main-blue {
    color: #7bb5df;
}

.color-dark-red {
    color: #6b0d00;
}

.list-book > .book-cover > img  {
    max-width: 110px;
}

#en-level-zone {
    background-color: rgba(123, 181, 223, 0.5);
    display: none;
}