
/* #####  GENERAL  ###### */

body {
    min-width: 320px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

strong {
    font-weight: 700;
}

#content p {
    text-align: justify;
}

#content .destacado {
    text-align: left;
    color: #9157b7;
    font-weight: 700;
}

#content .destacado p {
    text-align: left;
    color: #9157b7;
    font-weight: 700;
}

#content .destacado.destacado-1 {
    padding: 30px;
}

#content .modal-content {
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
}

#content .destacado.destacado-6 {
    padding: 20px;
    position: relative;
    background: #3b97cf2e;
 }

 #content .destacado.destacado-6 .plus-icon {
    position: absolute;
    right: 30px;
    top: -20px;
    color: #3b97cf;
    font-size: 7rem;
    width: 80px;
}

 #content .destacado.destacado-6 > p{
    font-size: 1.5rem;
 }


#content .destacado.destacado-6 p{
    color: #3B97CF;
 }

 #content .destacado.destacado-6 .content {
    padding: 20px;
 }

#content .destacado.destacado-6 .content p{
   color: #000;
   font-style: italic;
   font-weight: 400;
}
#content .destacado.destacado-6 .icon {
    position: absolute;
    width: 100px;
    right: 25px;
    top: 20px;
}

#content .modal-header {
    background-color: #3B97CF;
}
#content .modal-header .close {
    color: white;
}

a,
a:visited,
a:focus,
a:active,
a:hover,
select,
button,
input[type="checkbox"],
:focus,
.focus {
    outline:none !important;
}
::-moz-focus-inner {
    border: 0;
}

.w600 {
    font-weight: 600 !important;
}

img {
    max-width: 100%;
}


.fullscreen {
    width: 100%;
    min-height: 100vh;
}
.coverImage {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.icatia-container {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.icatia-img {
    max-width: 200px;
}

.ia-divider {
    background-color: #3B97CF;
    width: 110%;
    height: 50px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.transition-400 {
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* #####  CSS TRICKS  ##### */

.flex-center-vertically {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

/* #####  HEADER  ##### */

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 71px;
    background-color: white;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#header .navbar {
    padding: 10px 12px;
}
#header .logo {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 190px;
}

.navbar-toggler {
    padding: .35rem .75rem .15rem;
    border: none;
}
.navbar-toggler .nt-icon {
    position: relative;
    display: block;
    width: 37px;
    height: 20px;
    border-width: 4px 0;
    border-style: solid;
    border-color: #3B97CF;
}
.navbar-toggler .nt-icon:after {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    content: '';
    height: 4px;
    background: #3B97CF;
}
.navbar-toggler .nt-text {
    display: block;
    padding-top: 11px;
    font-size: 12px;
    color: #333;
}

.navbar-text > div {
    display: block;
    padding-left: .7rem;
    font-size: 20px;
    line-height: 1.4em;
    color: #3B97CF;
}
.navbar-text #course > span {
    font-weight: 600;
}
.navbar-text .chapter-subtitle {
    padding-top: 2px;
    font-size: 17px;
    font-weight: 600;
    color: #3e4a65;
}
.navbar-text #chapter br {
    display: none;
}
.navbar-text #chapter > span {
    color: #3B97CF;
}

#navbarToggler {
    margin: -10px 0 0 -16px;
    background: none;

}
#navbarToggler .navbar-block {
    background: white;
    width: 300px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
}
#navbarToggler .bar-index {
    height: 60px;
    padding: 20px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    background: #3B97CF;
}
#navbarToggler .bar-index a {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 36px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    transform: rotate(45deg);
}
ul.navbar-nav {
    padding-right: 18px;
}
ul.navbar-nav li {
    padding: 10px 2px 10px 10px;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
ul.navbar-nav li span {
    color: #3B97CF;
}
ul.navbar-nav li.active {
    font-weight: 500;
    color: #3B97CF;
}
ul.navbar-nav li.disabled {
    cursor: not-allowed;
    opacity: .7;
}

ul#navbarList.navbar-nav li:first-child {
    border-top: none;
}

/* #####  FOOTER  ##### */

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 50px;
    padding: 9px 12px;
    border-top: 1px solid #dfdfdf;
    background-color: white;
    text-align: center;
    -webkit-box-shadow: 0 0 2rem 0.3rem rgba(0,0,0,.15);
            box-shadow: 0 0 2rem 0.3rem rgba(0,0,0,.15);
}
#footer > div {
    display: inline-block;
    width: 90px;
    height: 33px;
    margin: 0 5px;
    padding: 2px 0;
    border: 1px solid #ecedf1;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    vertical-align: top;
}
#footer > div span {
    display: inline-block;
    width: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #3B97CF;
    text-align: center;
}
#footer > div span.bull {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-color: #bec0cd;
}
#footer button {
    position: relative;
    min-width: 105px;
    padding: 7px 44px 7px 12px;
    border: none;
    background: none;
    font-size: 13px;
    color: #666;
}
#footer button:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '>';
    width: 32px;
    height: 32px;
    font-size: 28px;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #3B97CF;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
footer button#butPrevious:after,
footer button#btnNext:after {
    opacity: .7;
}

#footer button#butPrevious {
    padding: 7px 12px 7px 44px;
}
#footer button#butPrevious:after {
    right: inherit;
    left: 0;
    content: '<';
}
#footer button:disabled,
#footer button:disabled:hover {
    color: #666;
}
#footer button:disabled:after {
    background: #dedfe6;
    opacity: 1;
}
#footer button:hover {
    color: #444;
}
#footer button:hover:after {
    opacity: 1;
}

#footer button#butExit {
    position: absolute;
    top: 9px;
    right: 12px;
    min-width: inherit;
}
#footer button#butExit:after {
    content: '';
    background: #dedfe6 url('../img-base/salir.svg') no-repeat center center;
    background-size: 22px;
}
#footer button#butExit:hover:after {
    background-color: #3B97CF;
}

#footer button:hover,
#footer button:hover:after {
    -webkit-transition: all 400ms linear;
       -moz-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
         -o-transition: all 400ms linear;
            transition: all 400ms linear;
}

/* #####  CONTENT  ##### */

#content {
    min-height: 100vh;
    padding: 71px 35px 50px;
    border-left: 25px solid #DF2C93;
}
#content .content-grey {
    min-height: calc(100vh - 135px);
    margin: 0 -35px;
    padding: 0 35px;
    background-color: #efeff3;
}

body.headerFooterOff #content {
    padding: 0;
    border-left: 0;
}

h1,
.content-grey h2,
.carousel-container,
#content .destacado {
    margin-left: -35px;
    margin-right: -35px;
}

/* ##### FRONT PAGE - BASE ##### */

.front-container {
    position: absolute;
    top: 50%;
    right: 100px;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .front-container {
        position: absolute;
        top: inherit;
        bottom: -50%;
        right: inherit;
        left: 15vw;
        margin: 0 !important;
    }
  }
.front-box {
    padding: 25px 30px;
    font-size: 24px;
    font-weight: 300;
    color: white;
    background: #3B97CF;
}
.front-box img {
    width: 90px;
    margin: 0 0 25px 5px;
}
.front-box .front-course span {
    font-weight: 500;
}
.front-box .front-chapter {
    font-size: 2.1em;
    color: #152543;
}
.front-box .front-chapter br {
    display: none;
}
.front-container a {
    position: relative;
    display: inline-block;
    height: 84px;
    margin: 20px 0 0 0;
    padding: 22px 105px 18px 10px;
    font-size: 27px;
    font-weight: 400;
    color: white;
}
.front-container a:before,
.front-container a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
}
.front-container a:before {
    background: white;
    opacity: .4;
}
.front-container a:after {
    background: url('../img-base/boton_entrar.svg') no-repeat 26px center;
    background-size: auto 48px;
}

.front-container a:hover {
    color: white;
    font-weight: 500;
}
.front-container a:hover:before {
    opacity: 1;
}

.front-container a,
.front-container a:before,
.front-container a:hover,
.front-container a:hover:before {
    -webkit-transition: all 400ms linear;
       -moz-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
         -o-transition: all 400ms linear;
            transition: all 400ms linear;
}

/* ##### FRONT PAGE - TEST ##### */

body.page-test #content {
    border-left: 25px solid #DF2C93;
}
body.page-test .coverPage {
    position: relative;
}
body.page-test .coverPage:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(65, 72, 100, .6);
}

body.page-test .front-container {
    padding: 30px;
    margin: 20px 20px 140px 160px;
    background: #152543;
}
body.page-test .front-box {
    min-width: 330px;
    background-color: inherit;
    padding: 0;
}
body.page-test .front-box img {
    display: none;
}
body.page-test .front-course {
    font-size: 23px;
    color: #3B97CF;
}
body.page-test .front-course span {
    display: block;
}
body.page-test .front-chapter {
    padding: 35px 80px 0 0;
    font-size: 1.2em;
}
body.page-test .front-container .text-right {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    right: 20px;
}
body.page-test .front-container a {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0 80px 0 0;
    overflow: hidden;
    text-indent: -200px;
    margin-left: 20px;
}

    /* #####  TITLES  ##### */

h1, h2, h3, h4 {
    padding: 0;
    margin-bottom: 1.5rem;
    color: #3B97CF;
    font-weight: 600;
}
a,
a:hover {
    color: #3B97CF;
    font-weight: 600;
    text-decoration: none;
}

h4 {
    margin-top: 4px;
    margin-left: 5px !important;
    font-size: 2rem;
    font-weight: 300;
    color: black;
    padding: 0;
}

.color-1 {
    color: #3B97CF !important;
}

.color-2,
h1 > span {
    color: #152543 !important;
}

h1 {
    padding: 22px 22px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    background: #3B97CF;
}
h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.1rem;
    font-weight: 500;
}

p {
    font-weight: 400;
    line-height: 1.6;
}

figcaption {
    font-size: 0.7rem;
    color: #535353;
    margin-top: 10px;
}

/* #####  HIGHLIGHT  ##### */

.destacado.destacado-5 {
    padding: 10px 30px;
}

.destacado.destacado-5 > div {
    position: relative;
    padding: 0 0 15px 145px;
}

.destacado {
    padding: 30px 120px;
    font-size: 1.15rem;
    font-weight: 500;
    background: #ecedef;
}
.destacado > div {
    position: relative;
    padding: 28px 0 28px 145px;
}
.destacado.destacado-1 > div,
.destacado.destacado-2 > div,
.destacado.destacado-3 > div,
.destacado.destacado-5 > div {
    min-height: 100px;
}
.destacado.destacado-1 > div:after,
.destacado.destacado-2 > div:after,
.destacado.destacado-3 > div:after,
.destacado.destacado-5 > div:after {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    background-color: white;
    background-image: url('../img-base/destacado_bombilla.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
}
.destacado.destacado-2 > div:after {
    background-image: url('../img-base/destacado_exclamacion.svg');
}
.destacado.destacado-3 > div:after {
    background-image: url('../img-base/destacado_mas.svg');
}
.destacado.destacado-5 > div:after {
    background-image: url('../img-base/destacado_interrogacion.svg');
}

#content .destacado.destacado-7 {
    background-color: #f5ebf4;
}

#content .destacado.destacado-7 p {
    color: #b168aa;
    font-size: 1.5rem;
    margin-right: 20px;
    font-weight: 700;
}

#content .destacado.destacado-7 .icatia-img {
    max-width: 200px;
}

#content .destacado.destacado-7 .icatia-container {
    padding: 0;
}

#content .destacado.destacado-8 {
    background-color: white;
    padding: 30px;
}

#content .destacado.destacado-8 .icatia-container {
    padding: 30px;
}


#content .destacado.destacado-8 p {
    color: #b168aa;
    font-size: 1.5rem;
    margin-right: 20px;
    font-family: monospace;
    font-weight: 700;
}

.destacado.destacado-0 {
    background: #fcdac8;
}
.destacado.destacado-0 > div,
.destacado.destacado-4 > div {
    padding: 0;
}

.destacado.destacado-4 {
    position: relative;
    padding: 20px 120px 20px 219px;
}
.destacado.destacado-4:after {
    position: absolute;
    top: -25px;
    left: 30px;
    content: '';
    width: 140px;
    height: 105px;
    background-image: url('../img-base/mail_al_profe.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100px;
}

.destacado.destacado-link {
    padding: 20px 50px;
    background: #fef3ed ;
}
.destacado.destacado-link a {
    display: inline-block;
    min-height: 75px;
    margin: 10px 0;
    padding: 20px 0 20px 100px;
    background: url('../img-base/enlace.svg') no-repeat left center;
    background-size: auto 74px;
}

/* #####  POPOVER  ##### */

a[data-toggle="popover"] {
    padding-right: 22px;
    background: url('../img-base/glosario.svg') no-repeat right center;
    background-size: 18px auto;
    cursor: help;
}

/* #####  LIST  ##### */

#content ul {
    padding-left: 40px;
    list-style: none;
    margin-bottom: 1.5rem;
}
#content ul ul {
    padding-left: 30px;
}
#content ul li {
    position: relative;
    margin: 10px 0;
}
#content ul li:after,
#content ul.bull > li:after {
    position: absolute;
    top: 6px;
    left: -30px;
    content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    background-color: #3B97CF;
}
#content ul.bull-white > li:after {
    background-color: white;
}
#content ul > li li:after,
#content ul.minus > li:after {
    top: 11px;
    width: 10px;
    height: 2px;
    -webkit-border-radius: 0;
            border-radius: 0;
}
#content ul > li li li:after,
#content ul.circle > li:after {
    top: 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #3B97CF;
    background-color: transparent;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

#content ul.num {
    counter-reset: li;
}
#content ul.num > li:after {
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    counter-increment: li;
    content: counter(li);
    font-size: 16px;
    color: white;
    text-align: center;
    -webkit-border-radius: 12px;
            border-radius: 12px;

}

/* #####  TABLES  ##### */

/* background: url('../img-base/zzz.png') no-repeat left bottom; */

/* #####  ACCORDION  ##### */

#accordion {
    margin: 1.5rem auto;
}

.card {
    border: none;
}
.card-header {
    margin-top: 5px;
    padding: 0;
    border: none;
    border-left: 7px solid #5a6281;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}
.card-header button {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 20px 5px 55px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #F1F1F1;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    background-color: white;
}
.card-header button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
    width: 40px;
    height: 100%;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    color: #3B97CF;
    text-align: center;
    background-color: #efeff0;
}
.card-header button.collapsed:before {
    content: '+';
    color: #acb1c0;
}
.card-body {
    padding: 15px 30px;
    border-width: 0 1px 1px 7px;
    border-style: solid;
    border-color: #F1F1F1 #F1F1F1 #F1F1F1 #5a6281;
}

/* #####  DYNAMIC TABLE  ##### */

.tablist-vertical {
    margin: 1.5rem auto;
}
.tablist-vertical > .row > div:first-child {
    padding-right: 0;
}
.tablist-vertical > .row > div:nth-child(2) {
    padding-left: 0;
}
.tablist-vertical .tab-content {
    height: 100%;
}


.nav-pills {
    height: 100%;
}

.nav-pills a {
    position: relative;
    display: inline-block;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    padding: 6px 15px 6px 65px;
    color: black;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.nav-pills a:first-child {
    border-width: 1px;
}
.nav-pills a:before,
.nav-pills a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 43px;
    height: 100%;
    border-left: 7px solid #5a6281;
    background-color: #efeff0;
}
.nav-pills a:after {
    top: 50%;
    left: 17px;
    margin-top: -12px;
    content: '+';
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #acb1c0;
    border-left: none;
    background-color: transparent;
}
.nav-pills a.active {
    background-color: #f58247;
}
.nav-pills a.active:after {
    content: '-';
    color: #f58247;
}
.pills-2 a {
    height: 50%;
}
.pills-3 a {
    height: 33.3333%;
}
.pills-4 a {
    height: 25%;
}
.pills-5 a {
    height: 20%;
}

.tab-content {
    margin-left: -1px;
    padding: 35px 45px;
    border: 1px solid #e6e6e6;
}

/* #####  TABS  ##### */

.tabs-container {
    max-width: 872px;
    margin: 0 auto 1.5rem;
    padding: 27px 44px;
    border: 1px solid #dee0e6;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
}

.nav-tabs {
    padding: 4px 2px 0;
    background-color: #ced0d9;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.nav-tabs a {
    min-height: 75px;
    margin: 0 2px;
    color: black;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    background-color: #dddee4;
}
.nav-tabs a.active {
    color: #3B97CF !important;
    font-weight: 600;
}

.tabs-container .tab-content {
    padding: 25px 0 0;
    border: none;
}

/* #####  FLIP CARD ##### */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    position: relative;
    width: 100%;
    margin: 10px 0;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}
.flip-card-inner.h450 {
    height: 11vw;
}
.flip-card-inner > img {
    width: 100%;
    height: auto;
}
.flip-card-inner img {
    width: 100%;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/*
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
*/
.flip-card.active .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-backface-visibility: hidden; /* Safari */
            backface-visibility: hidden;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
    border: 5px solid white;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.bg-orange .flip-card-front,
.bg-orange .flip-card-back {
    background-color: #3B97CF;
    border-color: #3B97CF;
}
.bg-grey .flip-card-front,
.bg-grey .flip-card-back {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.bg-blue .flip-card-front,
.bg-blue .flip-card-back {
    background-color: #3B97CF;
    border-color: #3B97CF;
}

.flip-card-front {
    color: black;
}
.flip-card-back {
    color: white;
    transform: rotateY(180deg);
}

.flip-card-front:before {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 25px;
    height: 25px;
    content: '';
    background: url('../img-base/flip-orange.svg') no-repeat right bottom;
    background-size: 25px;
}
.flip-white .flip-card-front:before {
    background-image: url('../img-base/flip-white.svg');
}

/* #####  EXERCISE  ##### */

.exercise {
    max-width: 1012px;
    margin: 3rem auto 1.5rem;
    padding: 14px;
    background: #b3b6c1;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}
.exercise > div {
    position: relative;
    min-height: calc(100vh - 350px);
    padding: 42px 30px 40px 49px;
    border-left: 30px solid #DF2C93;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #444663;
    background-color: white;
}
.exercise h5 {
    font-size: 1.3rem;
    font-weight: 500;
}
.exercise p {
    font-weight: 500;
}
.exercise .destacado {
    position: absolute;
    bottom: 30px;
    left: 35px;
    right: 35px;
}



/* #####  IMAGES  ##### */

.image {
    position: relative;
    display: inline-block;
    margin: 0 auto 1.5rem;
}

img.rounded {
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

a.imageZoom {
    display: inline-block;
    position: relative;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    cursor: pointer;
}
a.imageZoom:after {
    position: absolute;
    right: 12px;
    bottom: 12px;
    content: '';
    width: 34px;
    height: 34px;
    background: url('../img-base/lupa.svg') no-repeat center center;
    background-size: auto 34px;
    opacity: .6;
}
a.imageZoom:hover:after {
    opacity: 1;
    -webkit-transition: all 400ms linear;
       -moz-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
         -o-transition: all 400ms linear;
            transition: all 400ms linear;
}
a.imageZoom img {
    width: 800px;
}
a.imageZoom .w500 {
    width: 500px !important;
}
a.imageZoom .w700 {
    width: 700px !important;
}

/* #####  MODAL  ##### */

#modalPopUp .modal-dialog {
    max-width: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
}

/* #####  CAROUSEL  ##### */

.carousel-container {

    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(229,229,229,1) 25%, rgba(229,229,229,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(229,229,229,1) 25%,rgba(229,229,229,1) 75%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(229,229,229,1) 25%,rgba(229,229,229,1) 75%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}

.carousel {
    margin: 1.2rem auto;
}
.carousel-800 {
    max-width: 800px;
    padding: 30px 100px;
}


.carousel .img-thumbnail {
    padding: .8rem;
    -webkit-border-radius: .8rem;
            border-radius: .8rem;
}
.carousel .carousel-caption {
    position: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    color: black;
    min-height: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel .carousel-caption p {
    margin-bottom: 0;
}
.carousel-indicators {
    bottom: -8px;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background-color: #d7d7d7;
    border: none !important;
}
.carousel-indicators li.active {
    background-color: #3B97CF;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next:focus,
.carousel-control-prev:focus {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    background-color: white;
    opacity: 1;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #bbc0c9;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.15);
            box-shadow: 1px 1px 2px 2px rgba(0,0,0,.15);
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: white;
    font-weight: 400;
    background-color: #7b829a;
}

.carousel-container .text-image {
    padding: .8rem;
    border: 1px solid #dee2e6;
    -webkit-border-radius: .8rem;
            border-radius: .8rem;
    background-color: white;
}
.carousel-container .text-image h5 {
    padding: 5px 8px 15px;
    margin-bottom: 0;
    color: #3B97CF;
    text-align: center;
}
.carousel-container .text-image img {
    margin-bottom: 10px;
    -webkit-border-radius: .4rem;
            border-radius: .4rem;
}

.carousel-container.sameHeight {
    visibility: hidden;
}
.carousel-container.sameHeight .carousel-item {
    display: block;
}

/* #####  QUESTIONS  ###### */

.question-container {
    position: relative;
    max-width: 1012px;
    margin: 30px auto;
}
.question-box {
    position: relative;
    z-index: 2;
    padding: 14px;
    background: #b3b6c1;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
}
.question-group {
    padding: 29px 49px;
    border-left: 30px solid #DF2C93;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #444663;
    background-color: white;
}


.q-header {
    font-size: 20px;
    font-weight: 600;
    color: #3B97CF;
}
.q-options {
    padding: 40px 10px 30px;
}
#question.question-done .q-options {
    pointer-events: none;
}

.q-options .option {
    position: relative;
    margin: 4px 0 0;
    padding: 9px;
    border: 1px solid white;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.q-options .option.checked.correct {
    border-color: #DF2C93;
}
.q-options .option.checked.incorrect {
    border-color: #C33;
}

.q-options input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.q-options label {
    position: relative;
    margin-bottom: 0;
    padding: 4px 20px 4px 50px;
    line-height: 22px;
    cursor: pointer;
}
.q-options label:before,
.q-options label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    font-size: 26px;
    line-height: 25px;
    font-weight: 100;
    color: #dfdfdf;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.q-options label:before {
    width: 30px;
    height: 30px;
    border: 3px solid #e5e5e5;
}
.q-options input:checked ~ label:after {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
    background-color: #3B97CF;
}
.q-options .option.correct input[value="no"] ~ label:after,
.q-options .option.incorrect input[value="no"] ~ label:after {
    width: 32px;
    content: 'x';
}
.q-options .option.incorrect input[value="no"] ~ label:after {
    top: 0;
    left: 0;
    color: #C33;
    background: none;
}
.q-options .option.correct input[value="si"] ~ label:after,
.q-options .option.incorrect input[value="si"] ~ label:after {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('../img-base/correct-blue.svg') no-repeat 8px 9px;
    background-size: 16px;
}

.q-options .option.incorrect input[value="si"] ~ label:after {
    background-image: url('../img-base/correct-green.svg')
}
.q-options .option.incorrect input[value="si"] ~ label:before {
    border-color: #4c8250;
}

.q-footer {
    min-height: 28px;
}

#btnCheck {
    position: relative;
    padding: 6px 20px 6px 20px;
    border: 1px solid #3B97CF;
    background: #3B97CF;
    font-size: 13px;
    color: white;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
#btnCheck:disabled {
    border-color: #dedfe6;
    background-color: #dedfe6;
}

.question-response {
    display: none;
    position: relative;
    margin: -10px 5px 0;
    padding: 30px 30px 20px 103px;
    font-weight: 300;
    color: white;
    letter-spacing: 1px;
    background-color: #DF2C93;
    -webkit-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
            box-shadow: 3px 3px 3px 3px rgba(0,0,0,.15);
}
#question.question-incorrect .question-response {
    background-color: #C33;
}
.question-response > div {
    position: relative;
    display: none;
    padding: 9px 20px 9px 60px;
}
.question-response > div:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: 'X';
    border: 1px solid white;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.question-response > div.qr-correct:after {
    content: '';
    background: url('../img-base/correct.svg') no-repeat 8px 10px;
    background-size: 23px;
}
#question.question-correct .qr-correct,
#question.question-incorrect .qr-incorrect {
    display: block;
}

/* #####  RESULTS TEST  ###### */

.exercise-box.results-box {
    min-height: inherit;
    padding-bottom: 42px;
}

.result {
    position: relative;
    margin: 15px 0 0;
    padding: 13px 8px 8px 60px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: 1px solid #DF2C93;
    font-weight: 400;
}
.result:first-child {
    margin-top: 0;
}
.result:after {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    content: '';
    border: 1px solid #DF2C93;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.result.correct:after {
    background: url('../img-base/correct-blue.svg') no-repeat center center;
    background-size: 16px;
}
.result.incorrect:after {
    content: 'x';
    border-color: #C33;
    font-size: 26px;
    line-height: 30px;
    font-weight: 100;
    color: #C33;
    text-align: center;
}

.result > div {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #555;
}
.result.incorrect {
    border-color: #C33;
}

/* #####  GRAPHIC  ###### */

.cont-chart {
    position: relative;
    height: 250px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.75);
    margin-bottom: -35px;
}

.step {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    margin: -21px 0 0 -40px;
    font-size: 20px;
    line-height: 1;
    color: #DF2C93;
    text-align: center;
    z-index: 10;
}
.step small {
    display: block;
    font-size: 75%;
}
.pie-chart__pie {
    display: inline-block;
    position: relative;
    height: 200px;
    width: 200px;
    transform: rotateZ(180deg);
}

.pie-chart__pie:before {
     content: "";
     display: block;
     position: absolute;
     z-index: 1;
     width: 100px;
     height: 100px;
     background: #EEE;
     border-radius: 50%;
     top: 50px;
     left: 50px;
}

@keyframes bake-pie {
    from {transform: rotate(0deg) translate3d(0,0,0)}
}

.slice {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    animation: bake-pie 1s;
}

.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
}

/* #####  ANIMATIONS  ###### */

.fadeIn,
.fadeIn-this,
.fadeIn-li li,
.fadeIn-li-slow li {
    display: none;
}


/* ##################################################################
   ########   R E S P O N S I V E  |  M A Y O R   A   L G   ######### */

@media only screen and (min-width: 992px) {

    .front-container {
        margin: 20px 20px 300px 160px;
    }
}

/* ##################################################################
   ########   R E S P O N S I V E  |  M A Y O R   A   S M   ######### */

@media only screen and (min-width: 768px) {

    /*### HEADER ### */

    #header {
        height: 85px;
    }
    #header .navbar {
        padding: 16px;
    }
    #header .logo {
        top: 22px;
        right: 22px;
    }

    /*### CONTENT ###*/

    #content {
        padding: 85px 35px 50px;
    }
    #content > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /*### PORTADA ###*/

    .front-container {
        max-width: 600px;
    }
    .front-box {
        min-width: 570px;
        padding: 25px 33px;
        font-size: 20px;
        text-align: center;
    }
    .front-course {
        margin-bottom: 30px;
    }
    .front-chapter {
        font-size: 32px;
    }
    .front-chapter > span {
        font-size: 20px;
    }
    .front-box img {
        width: 90px;
        margin: 0 0 25px 5px;
    }
    .front-box .front-chapter br {
        display: inline;
    }
    .front-container a {
        margin: 30px -10px 0 20px;
    }

    /*### FOOTER ### */

    #footer > div {
        width: 115px;
        margin: 0 40px;
    }
}

/* #####  CITAS  ##### */
.cita {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cita .quotes {
    max-width: 150px;
    margin-bottom: 20px;
}

.cita-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}

.cita-image {
    border-radius: 50%;
    max-width: 20%;
    max-height: 20%;
    border: 4px solid white;
    margin-right: 20px;
}

.cita-text {
    text-align: left;
    color: #3B97CF;
}

.cita-text p {
    font-size: 1.5rem;
}

.quote {
    font-size: 5rem;
    line-height: 3rem;
    margin-bottom: -20px;
    display: block;
}

.cita-text p {
    font-size: 1.5rem;
}

.cita-author {
    font-size: 0.8rem;
    color: #3B97CF;
}

/* HOTSPOT ACTIVITY */

.hotspotImages {
    position: relative;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-auto-flow: column;
    grid-gap: 30px;
    overflow: hidden;
    margin: 0 auto;
}
.hotspotTexts {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-auto-flow: column;
    grid-gap: 30px;
    margin: 0 auto;
}

.hotspotImage {
    cursor: pointer;
    width: 100%;
}
.hotspotText {
    cursor: pointer;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: 2px solid #3B97CF;
}
.hotspotImage:hover {
    opacity: 0.8;
}

.hotspotItem {
    position: relative;
}
.hotspotItemText {
    position: relative;
    height: 250px;
}


.hotspotItem .feedback.incorrect {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 50px;
    height: 50px;
    background: #ffffff85;
    color: #df2c2c;
    border-radius: 50%;
}
.hotspotItem .feedback.correct {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 50px;
    height: 50px;
    background: #ffffff85;
    color: #00711e;
    border-radius: 50%;
}
.hotspotItem .feedback.incorrect:before {
    content: 'x';
    font-size: 4rem;
    font-weight: 300;
    position: absolute;
    font-family: Arial, sans-serif;
    top: -23px;
    right: 10px;
}
.hotspotItem .feedback.correct:before {
    content: '✓';
    font-size: 3rem;
    font-weight: 700;
    position: absolute;
    font-family: Arial, sans-serif;
    top: -6px;
    right: 6px;
}

.hotSpotFeedback {
    position: absolute;
    transform: translate(50%, -50%);
}

.hotSpotFeedback.correct {
    position: absolute;
    background: #00711ed1;
    color: white;
    top: 50%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    left: 2vw;
    padding: 20px;
    width: 800px;
}
.hotSpotFeedback.incorrect {
    position: absolute;
    background: #df2c2cbf;
    color: white;
    top: 50%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    left: 2vw;
    padding: 20px;
    width: 800px;
}

.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.scale-down-center {
	-webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.dropzone {
    margin-bottom: 10px;
}

.dropzone.response.correct .item {
    border: 6px solid green;
    position: relative;
    color: green;
    opacity: 0.6;
    cursor: not-allowed;
}  

.dropzone.response.correct .item:before {
    content: '✓';
    font-size: 3rem;
    font-weight: 700;
    position: absolute;
    font-family: Arial, sans-serif;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}  

.dropzone.response.incorrect .item {
    border: 6px solid red;
    position: relative;
    color: red;
    opacity: 0.6;
    cursor: not-allowed;
}  

.dropzone.response.incorrect .item:before {
    content: 'x';
    font-size: 4rem;
    font-weight: 300;
    position: absolute;
    font-family: Arial, sans-serif;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
}

.unusedBlock {
    margin-bottom: 10px;
}

.halfWidthContainer {
    width: 80%;
    margin: 0 auto;
}

.unusedBlock.isColliding .dropContent {
    background-color: #e5e5f7;
    opacity: 0.8;
    background: repeating-linear-gradient( -45deg, #a5005e, #a5005e 3px, #e5e5f7 3px, #e5e5f7 15px );
}

.unusedBlock .dropContent {
    background-color: #a5005e;
}

.dropzone.response {
    cursor: help;
    position: relative;
}


.dragAndDropWrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.dragAndDropContainer {
    flex: 0 0 50%;
}

.draggableItem {
    cursor: pointer;
}

.draggableList {
    background: #3b97cfa3;
    padding: 20px;
    margin: 20px 0;
    margin-right: 10px;
    height: 100%;
}

.draggableList .unusedBlock .dropContent {
    background: #2983b9;
}

.draggableList .item {
    cursor: grabbing;
}
.draggableList .item:hover {
    opacity: 0.8;
}

.draggable-mirror {
    z-index: 99999;
    max-width: 200px;
}


.dropzoneContainer {
    background: #df2c9380;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    height: 100%;
}

.dropContent {
    background: #fbd8ec;
    height: 90px;
    max-height: 145px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    font-size: 0.8rem;
}

.dragAndDropWrapper {
    width: 80%;
    display: flex;
}

.dropzone .hoverText {
    display: none;
}

.dropzone.draggable-dropzone--active.draggable-dropzone--occupied {
    background: #ad7395;
    border: 2px #88436b;
    border-style: dashed;
}
.dropzone.draggable-dropzone--active.draggable-dropzone--occupied .item {
    display: none;
}


.dropzone.draggable-dropzone--occupied .startText {
    display: none;
}


.draggable-dropzone--occupied .startText {
    display: none;
}


 @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

@-webkit-keyframes scale-down-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
  }
  @keyframes scale-down-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
  }
  
  /* Answer Activity */
  .answerActivity-container {
    margin: 30px auto;
  }

  .answerActivity-container.two .answerAcvtivity-box:nth-child(1) {
    margin-right: 110px;
  }

  .answerActivity-container.three .answerAcvtivity-box:nth-child(1) {
    margin-right: 57px;
  }

  .answerActivity-text {
      flex-grow: 1;
      margin-right: 20px;
  }

  .answerAcvtivity-box {
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid #3b97cf;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
  }
  .answerAcvtivity-box:nth-child(1) {
    margin-right: 38px;
  }
  .answerAcvtivity-box:nth-child(2) {
    margin-right: 70px;
  }
  .answerAcvtivity-box.selected::before {
    content: '';
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    font-family: Arial, sans-serif;
    top: 4px;
    right: 4px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: block;
    background: #3b97cf;
  }
  .answerAcvtivity-box.correct::before {
    content: '✓';
    color: #00711e;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    font-family: Arial, sans-serif;
    top: -5px;
    right: 4px;
  }
  .answerAcvtivity-box.incorrect::before {
    content: 'x';
    color: #df2c2c;
    font-size: 2rem;
    font-weight: 300;
    position: absolute;
    font-family: Arial, sans-serif;
    top: -8px;
    right: 8px;
  }
  .answerAcvtivity-box.disabled {
    background: #3b97cf6b;
    border: none;
    cursor: not-allowed;
  }
  .answerAcvtivity-response {
    display: flex;
    margin-right: 10px;
    align-items: center;
  }
  .answerActivity-response-container {
      display: flex;
  }

  .answerActivity-answer {
    display: flex;
    align-items: baseline;
  }
  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .flip-card-inner.h450 {
        height: 20vw;
    }   
  }

  @media only screen and (max-width: 768px) {
    .front-container {
        flex-direction: column;
        margin: 20px auto 78vw;
    }
    .auxiliarLogo {
        bottom: 35px !important;
        left: 20px !important;
        max-width: 250px !important;
    }
    .front-box .front-chapter {
        font-size: 1.5rem;
    }
    .logoImg {
        top: 5vw !important;
        left: 71px !important;
        width: 80%;
    }
    .front-box {
        width: 80%;
        padding: 20px;
        display: block;
        margin: 0 auto;
        font-size: 1rem;
    }
    .answerActivity-container {
        width: 100%;
    }
    .hotspotImages {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .flip-card-inner.h450 {
        height: 75vw;
    }   
  }

  .checkBtn {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    min-width: 250px;
  }
  .showFeedback {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    right: 20px;

  }
  .addCombinatory {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    min-width: 250px;
    cursor: pointer;
  }
  .restartBtn {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    min-width: 250px;
  }
  .showAnswer {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    min-width: 250px;
  }
  .showAnotherAnswer {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    min-width: 250px;
  }
  .showResponse {
    border: none;
    background: #3b97cf;
    color: white;
    border-radius: 4px;
    padding: 10px;
    min-width: 250px;
  }
  .restartBtn:hover {
    background: #0566a0;
  }
  .showAnotherAnswer:hover {
    background: #0566a0;
  }
  .checkBtn:hover {
    background: #0566a0;
  }
  .showAnswer:hover {
    background: #0566a0;
  }
  .showResponse:hover {
    background: #0566a0;
  }
  .addCombinatory:hover {
    background: #0566a0;
  }
  .checkBtn:disabled {
    background: #a0a0a0;
    cursor: not-allowed;
  }
  .showAnotherAnswer:disabled {
    background: #a0a0a0;
    cursor: not-allowed;
  }
  .addCombinatory:disabled {
    background: #a0a0a0;
    cursor: not-allowed;
  }
  .showAnswer:disabled {
    background: #a0a0a0;
    cursor: not-allowed;
  }

  .combinatoryContainer {
    width: 100%;
    border: 2px solid #bdbdbd;
    padding: 20px;
    margin-bottom: 20px;
  }

  .droppableWrapperCombina .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .droppableWrapperCombina .item {
    padding: 10px;
    border-radius: 4px;
    cursor: grab;
    user-select: none;
    width: 100px;
  }

  .droppableWrapperCombina .dropzone.destinationDropzone {
    width: 150px;
    background: #df2c93a1;
    margin-bottom: 0;
  }

  .droppableWrapperCombina .dropzone.startDropzone {
    width: inherit;
  }

  .droppableWrapperCombina .droppableContainer .item {
    padding: 10px;
    border-radius: 4px;
    cursor: grab;
    margin-right: 10px;
    user-select: none;
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: center;
  }

  .droppableWrapperCombina .droppableContainer {
    height: 11vh;
    background-color: #3b97cf85;
    width: 98%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    padding: 8px;
    justify-content: start;
  }
  .droppableWrapperCombina .droppableContainer.second {
    background-color: #df2c938f;
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    p {
      font-size: 1rem;
    }
    .logoImg {
        position: absolute;
        top: 122px;
        left: 18vw;
    }
    .auxiliarLogo.first {
        margin-left: 0;
    }

    .front-container {
        max-width: 250px;
        margin: 0 0 300px 16vw;
    }
    .front-box {
        min-width: 60vw;
        font-size: 1rem;
        padding: 20px;
    }
    .front-container a {
      margin: 25px 36px 16px 0px;
      padding: 9px 60px 20px 10px;
    }
    .front-container a:before {
      width: 50px;
      height: 50px;
    }
    .front-container a:after {
      background: url('../img-base/boton_entrar.svg') no-repeat 16px center;
      background-size: auto 30px;
      width: 50px;
      height: 50px;
    }
    .destacado {
      padding: 2vw;
    }
    .destacado > div {
      padding: 0;
      padding-left: 15vw;
    }
    .flip-card-back p {
      font-size: 0.8rem;
    }
    .flip-card-inner.h450 {
        height: 40vw;
    }   
    #header .logo {
      top: 1px;
      right: 9px;
    }
  }

  .logoImg {
    position: absolute;
    top: 170px;
    left: 190px;
  }

  .auxiliarLogo {
    max-width: 500px;
    height: 100%;
  }

  .auxiliarLogo.first {
    margin-left: 130px;
  }

  .imageLogoContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 25px;
    bottom: 25px;
    align-items: center;
  }

  @media only screen and (max-width: 1000px) {
    .imageLogoContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        align-items: center;
      }
  }



  .feedback.ko {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    color: #ed88c2;
    border: 2px solid #ed88c2;
    padding: 20px;
  }

  .feedback.ok {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    color: #3b97cf;
    border: 2px solid #3b97cf;
    padding: 20px;
  }

  .credits-column {
    background: #e3cfe4;
    padding: 20px;
    margin-left: -36px;
    margin-top: -24px;
    min-height: 65vh;
    height: 100%;
  }

  .credits-title {
    color: #a948be;
    font-weight: 700;
    font-size: 1rem;
  }

  .credits-author, .credits-disclaimer {
    color: black;
    font-weight: 400;
    padding-left: 20px;
  }

  .credits-disclaimer {
    font-size: 0.8rem;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
  }
  .credits-content-container {
    margin-top: 5vw;
    margin-bottom: 10vh;
    font-size: 1.5rem;
  }

  .credits-logo-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .credits-logo-container img {
    max-width: 350px;
    width: 100%;
    height: 100%;
    }
  .i2cat {
      width: 60% !important;
      max-width: 160px !important;
  }

  .geneContainer {
    display: flex;
    justify-content: flex-end;
  }

  @media only screen and (max-width: 690px) {
    .credits-column {
        margin-left: 0;
        margin-top: 0;
        min-height: inherit;
        height: inherit;
      }
      .credits-logo-container {
        text-align: center;
        }
    .i2cat {
        width: 50%;
        display: block;
        margin: 20px auto;
    }
    .geneContainer {
        display: block;
      }
      .responseButtonContainer {
        flex-direction: column;
      }
      .responseButtonContainer button {
        margin-bottom: 10px;
      }
    
  }

  .responseButtonContainer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .numericFeedback {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #3b97cf;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 25px;
    border-bottom: 2px solid #3b97cf;
  }

  .numericFeedback .text {
    margin-right: 20px;
    margin-bottom: 0;
}

  .numericFeedback .score {
    background-color: #df2c93;
    padding: 6px 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    border: 4px solid #3b97cf;
  }

  @media only screen and (min-width: 1200px) {
    .icatia-img.absolute-p2-1 {
        position: absolute;
        top: 0;
        right: 140px;
        max-width: 200px;
        }
    .icatia-img.absolute-p2 {
        position: absolute;
        top: 60px;
        left: -22px;
        max-width: 330px;
    }
    .image-height-fixed {
        height: 325px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    .image-height-fixed-425 {
        height: 425px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    .image-height-fixed-600 {
        height: 600px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    .icatia-img {
        max-width: 300px;
    }
    .dropContent {
        height: 7vw;
    }
  }

  .popUp {
    background: rgba(0, 0, 0, 0.68);
    position: absolute;
    top: -40px;
    left: 50%;
    width: 100%;
    color: white;
    padding: 10px;
    font-size: 0.8rem;
    text-align: center;
    border-radius: 8px;
    transform: translate(-50%,-50%);
  }

  .popUp:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 0, 0, 0.68) transparent transparent transparent;
    position: absolute;
    bottom: -9.5px;
    left: 50%;
  }