@import url("https://use.typekit.net/gbs7leh.css");
* {
    font-family: proxima-soft, sans-serif;
    font-style: normal;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.audiotextoenunciado {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 720px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-bottom: 20px;
}

main p {
    margin-left: 10px;
}

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);
    }
}
.img-magnifier-container {
    position: relative;
    max-width: 640px;
    width: 100%;
}
.img-magnifier-container img {
    height: auto;
    max-width: 640px;
    width: 100%;
}
.img-magnifier-glass {
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    height: 200px;
    position: absolute;
    width: 200px;
    z-index: 1;
}

.img-magnifier-container figcaption {
    text-align: center;
    margin-bottom: 20px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
}
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;
}
strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
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;
}

main {
    align-items: center;
    display: flex;
    flex-direction: column;
}

video {
    border: 0 solid;
    border-radius: 1rem;
    display: flex;
    margin: auto;
    max-width: 45rem;
    position: relative;
    width: 100%;
}
.container {
    height: 100%;
    width: 100%;
}
.container__content {
    margin: auto;
    max-width: 76.875rem;
    padding: 1rem;
    width: 100%;
}
.footer__copyright {
    font-size: small;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #imagezoom img {
        height: auto;
        width: 300px !important;
    }
}
@media screen and (max-width: 1200px) {
    #imagezoom img {
        height: auto;
        width: 600px !important;
    }
}
@media screen and (max-width: 1600px) {
    #imagezoom img {
        height: auto;
        width: 1200px !important;
    }
}
@media screen and (max-width: 2000px) {
    #imagezoom img {
        height: auto;
        width: 1400px !important;
    }
}
.theme__efaiv11___edf h1 {
    color: #34506a;
}
.theme__efaiv11___edf button.on-off {
    background: #34506a;
    border-color: #34506a;
}
.theme__efaiv11___edf .copyright {
    background: #34506a;
}
.theme__efaiv11___edf .header__animals {
    background-image: url(../image/animals-header-monkey.svg);
}
.theme__efaiv11___li h1 {
    color: #006e94;
}
.theme__efaiv11___li button.on-off {
    background: #006e94;
    border-color: #006e94;
}
.theme__efaiv11___li .copyright {
    background: #006e94;
}
.theme__efaiv11___li .header__animals {
    background-image: url(../image/animals-header-hart.svg);
}
.theme__efaiv11___art h1 {
    color: #6863ac;
}
.theme__efaiv11___art button.on-off {
    background: #6863ac;
    border-color: #6863ac;
}
.theme__efaiv11___art .copyright {
    background: #6863ac;
}
.theme__efaiv11___art .header__animals {
    background-image: url(../image/animals-header-sloth.svg);
}
.theme__efaiv11___geo h1 {
    color: #f58345;
}
.theme__efaiv11___geo button.on-off {
    background: #f58345;
    border-color: #f58345;
}
.theme__efaiv11___geo .copyright {
    background: #f58345;
}
.theme__efaiv11___geo .header__animals {
    background-image: url(../image/animals-header-ounce.svg);
}
.theme__efaiv11___his h1 {
    color: #7d4b52;
}
.theme__efaiv11___his button.on-off {
    background: #7d4b52;
    border-color: #7d4b52;
}
.theme__efaiv11___his .copyright {
    background: #7d4b52;
}
.theme__efaiv11___his .header__animals {
    background-image: url(../image/animals-header-crab.svg);
}
.theme__efaiv11___cie h1 {
    color: #5cb343;
}
.theme__efaiv11___cie button.on-off {
    background: #5cb343;
    border-color: #5cb343;
}
.theme__efaiv11___cie .copyright {
    background: #5cb343;
}
.theme__efaiv11___cie .header__animals {
    background-image: url(../image/animals-header-flog.svg);
}
.theme__efaiv11___mat h1 {
    color: #069edb;
}
.theme__efaiv11___mat button.on-off {
    background: #069edb;
    border-color: #069edb;
}
.theme__efaiv11___mat .copyright {
    background: #069edb;
}
.theme__efaiv11___mat .header__animals {
    background-image: url(../image/animals-header-monkey.svg);
}
.theme__efaiv11___lp h1 {
    color: #ed145b;
}
.theme__efaiv11___lp button.on-off {
    background: #ed145b;
    border-color: #ed145b;
}
.theme__efaiv11___lp .copyright {
    background: #ed145b;
}
.theme__efaiv11___lp .header__animals {
    background-image: url(../image/animals-header-arara.svg);
}
/*# sourceMappingURL=main.min.css.map */

/* Botões do play áudio */

.button__play {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.button__play::after {
    content: url(../image/arrow_circle_right24.svg);
}

.button__reload {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.button__reload::after {
    content: url(../image/ico_reload.svg);
}

/* play */

.btnplayaudio {
    color: #ddd;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
    box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      content: url(../image/circle-play.svg);
  }

  .btnplayaudio.active {
    color: #ddd;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
    box-shadow: inset 0 0 0 1px #ddd, inset 0 0 0 3px #fff,inset 0 0 0 4px #ddd;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      content: url(../image/circle-pause.svg);
  }

  .btnplayaudio__pause {
    content: url(../image/circle-pause.svg);
  }

/****/