@import url("https://use.typekit.net/gbs7leh.css");
* {
    font-size: 1.1rem;
    font-family: proxima-soft, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    color: #0c0c0c;
}
blockquote,
body,
figure,
h1,
li,
p,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2 {
    font-size: clamp(2em, 2em + 1vw, 1em);
    line-height: 1em;
}
header {
    align-items: center;
    display: flex;
    height: 10rem;
    width: 100%;
}
.header__animals {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 10rem;
    width: 16.25rem;
}
header figure {
    width: 16.25rem;
}
header h1 {
    margin-left: 1rem;
}

.header__cc {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 10rem;
}
.header__cc,
header figure {
    width: 16.25rem;
}

main p,
video {
    max-width: 45rem;
    width: 100%;
}
video {
    border: 0 solid;
    border-radius: 1rem;
    display: flex;
    margin: auto;
    position: relative;
}
#textoguiado {
    margin: 0 auto;
    width: 45rem;
}
.botaoiniciar {
    margin: 0 auto 40px;
    text-align: center;
    background: #ed155c;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 20px;
    width: 250px;
    display: block;
}
.container {
    height: 100vh;
    width: 100vw;
}
.container__content {
    margin: auto;
    max-width: 76.875rem;
    padding: 1rem;
    width: 100%;
}
.footer__copyright {
    font-size: small;
    text-align: center;
}
button.on-off {
    border-style: solid;
    bottom: 0;
    cursor: pointer;
    font-size: x-large;
    padding: 0.2rem 2rem 0.2rem 1rem;
    right: -1%;
    z-index: 2;
}
.copyright,
button.on-off {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    color: #fff;
    position: fixed;
}
.copyright {
    bottom: 3rem;
    max-height: 80%;
    max-width: 20rem;
    overflow: auto;
    padding: 1rem;
    right: -160%;
    text-transform: none;
    transition: right 1s;
    z-index: 1;
}
.open {
    right: 0;
}
.copyright ul {
    list-style: none;
    margin: 0 1rem;
}
.slide-top {
    -webkit-animation: slide-top 0.5s ease-in-out 0.2s both;
    animation: slide-top 0.5s ease-in-out 0.2s both;
}
@-webkit-keyframes slide-top {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide-top {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.slide-left {
    -webkit-animation: slide-left 0.5s ease-in-out 0.5s both;
    animation: slide-left 0.5s ease-in-out 0.5s both;
}
@-webkit-keyframes slide-left {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide-left {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-right {
    -webkit-animation: slide-right 0.5s ease-in-out both;
    animation: slide-right 0.5s ease-in-out both;
}
@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-bottom {
    -webkit-animation: slide-bottom 0.5s ease-in-out both;
    animation: slide-bottom 0.5s ease-in-out both;
}
@-webkit-keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.theme__edf h1 {
    color: #34506a;
}
.theme__edf button.on-off {
    background: #34506a;
    border-color: #34506a;
}
.theme__edf .copyright {
    background: #34506a;
}
.theme__edf .header__cc {
    background-image: url(../image/header-edf.svg);
}
.theme__edf .container__content main div.card {
    border-color: #34506a;
}
.theme__ing h1 {
    color: #006e94;
}
.theme__ing button.on-off {
    background: #006e94;
    border-color: #006e94;
}
.theme__ing .copyright {
    background: #006e94;
}
.theme__ing .header__cc {
    background-image: url(../image/header-ing.svg);
}
.theme__ing .container__content main div.card {
    border-color: #006e94;
}
.theme__art h1 {
    color: #6863ac;
}
.theme__art button.on-off {
    background: #6863ac;
    border-color: #6863ac;
}
.theme__art .copyright {
    background: #6863ac;
}
.theme__art .header__cc {
    background-image: url(../image/header-art.svg);
}
.theme__art .container__content main div.card {
    border-color: #6863ac;
}
.theme__geo h1 {
    color: #f58345;
}
.theme__geo button.on-off {
    background: #f58345;
    border-color: #f58345;
}
.theme__geo .copyright {
    background: #f58345;
}
.theme__geo .header__cc {
    background-image: url(../image/header-geo.svg);
}
.theme__geo .container__content main div.card {
    border-color: #f58345;
}
.theme__his h1 {
    color: #7d4b52;
}
.theme__his button.on-off {
    background: #7d4b52;
    border-color: #7d4b52;
}
.theme__his .copyright {
    background: #7d4b52;
}
.theme__his .header__cc {
    background-image: url(../image/header-his.svg);
}
.theme__his .container__content main div.card {
    border-color: #7d4b52;
}
.theme__cie h1 {
    color: #5cb343;
}
.theme__cie button.on-off {
    background: #5cb343;
    border-color: #5cb343;
}
.theme__cie .copyright {
    background: #5cb343;
}
.theme__cie .header__cc {
    background-image: url(../image/header-cie.svg);
}
.theme__cie .container__content main div.card {
    border-color: #5cb343;
}
.theme__mat h1 {
    color: #069edb;
}
.theme__mat button.on-off {
    background: #069edb;
    border-color: #069edb;
}
.theme__mat .copyright {
    background: #069edb;
}
.theme__mat .header__cc {
    background-image: url(../image/header-mat.svg);
}
.theme__mat .container__content main div.card {
    border-color: #069edb;
}
.theme__por h1 {
    color: #ed145b;
}
.theme__por button.on-off {
    background: #ed145b;
    border-color: #ed145b;
}
.theme__por .copyright {
    background: #ed145b;
}
.theme__por .header__cc {
    background-image: url(../image/header-por.svg);
}
.theme__por .container__content main div.card {
    border-color: #ed145b;
}