body {
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    /* min-height: 98vh; */
}
section {
    position: relative;
    /* height: calc(100vh - 105px); */
    min-height: 504px ;
    height: 76vh;
    overflow-y: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
nav {
    /* margin-top: 10px; */
    /* margin-bottom: 75px; */
    width: 100%;
    /* position: absolute;
    top: 0;
    right: 0;
    left: 0; */
}
nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    border: 1px solid #FF8040;
    border-right: 0px;
    width: 100%;
    text-align: center;
}
nav ul li:last-of-type {
    border-right: 1px solid #FF8040;
}   
nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #FF8040;
    padding: 15px 10px;
}

nav ul li a.active {
    background-color: #FF8040;
    color: white;
}

#carousel-loading {
    position: absolute;
    background-color:  #FFD9C6;;
    width: 350px;
    height: 440px;
    border-radius: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s;
    z-index: 100;
}
#carousel-loading.active-loading {
    display: flex;
}

#carousel-loading img {
    width: 150px;
}
#carousel-loading .abrasso {
    margin-bottom: -10px;
}

.carousel {
    display: flex;
    justify-content: start;
    margin-top: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.carousel-img {
    width: 350px;
    height: 440px;
    /* height: 75vh; */
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #FF8040;
    position: relative;
    box-sizing: border-box;
}
.carousel .carousel-img #img {
    height: 440px;
    z-index: 1;
}
@media (min-width: 700px ) {
    section {
        height: 83vh;
        min-height: 750px;
    }
    #carousel-loading {
        width: 100%;
    }
    #carousel-img__part {
        margin-top: 150px;
    }
    .carousel-img {
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        border: 0px solid #fff
    }

    .carousel .carousel-img #img {
        height: 440px;
        border: 1px solid #FF8040;
        border-radius: 23px;
    }
}

#carousel-img__part {
    position: relative;
}
.carousel .carousel-img img {
    /* width: auto;
    position: relative; */
}

.navigation div {
    width: 12px;
    height: 12px;
    background-color: #FF8040;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 30px;
    margin-top: 10px;
}
.navigation div.active {
    opacity: 1;
}
.navigation div:last-of-type {
    margin-right: 0;
}
@media (min-width: 700px ) {
    .navigation{
        display: none;
    }
}

#part-numbers,
#part-focus {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#part-texts {
    position: absolute;
    top: -4px;
    right: -4px;
    left: -4px;
}
#part-focus {
    z-index: 0;
}
#part-numbers {
    z-index: 2;
}
#part-texts {
    z-index: 10;
}
#part-numbers span {
    color: #FF8040;
    background-color: white;
    border-radius: 47%;
    border: 1px solid #FF8040;
    font-size: 14px;
    padding: 5px 8px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    cursor: pointer;

}
#part-numbers .round-number {
    padding: 5px 4px;
}
/* #partOne-number-one {
    bottom: 200px;
    left: 7px;
}
#partOne-number-two {
    bottom: 213px;
    left: 126px;
}
#partOne-number-three {
    bottom: 158px;
    left: 108px;

}
#partOne-number-four {
    bottom: 46px;
    left: 98px;
}
#partOne-number-five {
    bottom: 149px;
    left: 306px;
}
#partOne-number-six {
    bottom: 203px;
    left: 359px;
}
#partOne-number-seven {
    bottom: 49px;
    left: 355px;
}
#partOne-number-eight {
    bottom: 157px;
    left: 385px;
}
#partOne-number-nine {
    top: 207px;
    left: 586px;
}
#partOne-number-ten{
    top: 210px;
    left: 489px;
}
#partOne-number-eleven {
    bottom: 134px;
    left: 469px;
}
#partOne-number-twelve {
    bottom: 86px;
    left: 420px;
}
#partOne-number-thirteen {
    bottom: 21px;
    left: 417px;
}
#partOne-number-fourteen {
    bottom: 174px;
    left: 548px;
} */

#box {
    height:0;
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 15px;
    left: 15px;
    padding: 0;
}
#box p {
    color:transparent;
    margin: 5px 2px 2px 0px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
}
#box .box-close-audio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}
#pause {
    display: none;
}
#pause span {
    width: 2px;
    height: 18px;
    border: 1px solid #FF8040;
    margin-right: 3px;
}
#close {
    margin-left: 20px;
}

#box.active {
    transition: all 0.3s;
    padding: 4px 4px 4px 8px;
    border-color: #FF8040;
    height: auto;
    background-color: white;
}
#box.active p {
    color: #FF8040;
}
#box.active .box-close-audio {
    display: flex;
}
/**audio**/
audio::-webkit-media-controls-panel {
    background-color: white;
    border: 1px solid #FF8040;
}
#player {
    display: none;
    background-color: #FF8040;
    border-radius:14px;
    border: 1px solid #FF8040;
    height: 28px;
}
#playerSRC {
    display: none;
}

/**focus**/
#carousel-img__part .focus {
    width: 90px;
    display: none;
    position: absolute;
    mix-blend-mode:multiply;
}
#carousel-img__part.blocked .focus {
    display: block;
}
#focu-1 {
    /* top: 239px;
    left: 4px; */
}
#focu-2 {
    /* bottom: 256px;
    left: 120px; */
}
#focu-3 {
    /* bottom: 316px;
    right: 57px; */
}
/* .focused-part-one-ONE #focu-1.focus {
    display: block;
    bottom: 186px;
    left: 0px;
}
.focused-part-one-TWO #focu-1.focus {
    display: block;
    bottom: 180px;
    left: 125px;
}
.focused-part-one-Three #focu-1.focus {
    display: block;
    bottom: 117px;
    left: 93px;
}
.focused-part-one-Four #focu-1.focus {
    display: block;
    bottom: 4px;
    left: 85px;
}
.focused-part-one-Five #focu-1.focus {
    display: block;
    bottom: 111px;
    left: 276px;
}
.focused-part-one-Six #focu-1.focus {
    display: block;
    bottom: 153px;
    left: 325px;
}
.focused-part-one-Seven #focu-1.focus {
    display: block;
    bottom: -5px;
    left: 325px;
}
.focused-part-one-Eight #focu-1.focus {
    display: block;
    bottom: 111px;
    left: 359px;
}
.focused-part-one-Nine #focu-1.focus {
    display: block;
    bottom: 155px;
    left: 387px;
}
.focused-part-one-Nine #focu-2.focus {
    display: block;
    bottom: 243px;
    left: 536px;
}
.focused-part-one-Ten #focu-1.focus {
    display: block;
    bottom: 227px;
    left: 475px;
}
.focused-part-one-Eleven #focu-1.focus {
    display: block;
    bottom: 95px;
    left: 460px;
}
.focused-part-one-Twelve #focu-1.focus {
    display: block;
    bottom: 40px;
    left: 415px;
}
.focused-part-one-Thirteen #focu-1.focus {
    display: block;
    bottom: -15px;
    left: 390px;
}
.focused-part-one-Fourteen #focu-1.focus {
    display: block;
    bottom: 175px;
    left: 525px;
} */

/* .focused-part-one-ONE #focu-2.focus {
    display: none;
}
.focused-part-one-ONE #focu-3.focus {
    display: none;
}
.focused-part-one-TWO #focu-1.focus {
    display: none;
}
.focused-part-one-TWO #focu-2.focus {
    display: none;
}
.focused-part-one-TWO #focu-3.focus {
    display: none;
} */
#section.primeira-parte .part-numbers--appear-1 {
    display: block;
}
#section.primeira-parte .part-numbers--appear-2 {
    display: none;
}
#section.primeira-parte .part-numbers--appear-3 {
    display: none;
}
#section.segunda-parte .part-numbers--appear-1 {
    display: none;
}
#section.segunda-parte .part-numbers--appear-2 {
    display: block;
}
#section.segunda-parte .part-numbers--appear-3 {
    display: none;
}
#section.terceira-parte .part-numbers--appear-1 {
    display: none;
}
#section.terceira-parte .part-numbers--appear-2 {
    display: none;
}
#section.terceira-parte .part-numbers--appear-3 {
    display: block;
}
@media (min-width: 700px ) {
    #section.primeira-parte .part-numbers--appear-1 {
        display: block;
    }
    #section.primeira-parte .part-numbers--appear-2 {
        display:block;
    }
    #section.primeira-parte .part-numbers--appear-3 {
        display:block;
    }
    #section.segunda-parte .part-numbers--appear-1 {
        display:block;
    }
    #section.segunda-parte .part-numbers--appear-2 {
        display: block;
    }
    #section.segunda-parte .part-numbers--appear-3 {
        display:block;
    }
    #section.terceira-parte .part-numbers--appear-1 {
        display:block;
    }
    #section.terceira-parte .part-numbers--appear-2 {
        display:block;
    }
    #section.terceira-parte .part-numbers--appear-3 {
        display: block;
    }

}

footer {
    background-color: #FFD9C6;
    padding: 20px 35px;
    color: #5577ED;
}

.ornamento {
    width: 100%;
    height: 1px;
    background-color: #5577ED;;
    display: inline-block;
    margin: 20px 0;
}
footer .footer-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
footer .footer-1 > div {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: baseline;
}
footer .footer-1 > a {
    margin-left: 8px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #5577ED;
}
footer .footer-1 a:hover {
    color: #FF8040;
}
footer .footer-2 p  {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-left: 8px;
}
footer .footer-2 a img {
    margin: 0 auto;
    cursor: pointer;
    width: 150px;
}
footer .footer-2 div > img {
    width: 130px;
}
footer .footer-2 a  {
    display: flex;
    justify-content: center;
}
footer .footer-2   {
    /* display: flex;
    justify-content: center; */
}
.logo {
    display: flex;
    align-items: flex-end;   
}

.logo img {
    max-width: 60px;
    margin-right: 5px;
}
.logo h1 {
    font-size: 19px;
    line-height: 20px; 
    width: 88px;
    margin-bottom: 4px;
    color: #5577ED;
}

@media (min-width: 700px ) {
    footer .footer-1 {
        max-width: 1100px;
        margin: 0 auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    footer .footer-1 > a {
        margin-left: 8px;
        margin-bottom: 7px;
    }
    footer .footer-2 {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer .footer-2 > div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    footer .footer-2 p {
        max-width: 500px;
        margin-bottom: 0;
        margin-left: 5px;
    }
    footer .footer-2 a {
        align-self: flex-end;
    }

}

.abrasso {
    display: block;
}
.abrasso img {
    width: 150px;
}


.page-section {
    background-color:  #FFD9C6;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    color: #5577ED;
    z-index: 1000000;
}
.page-section__menu {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page-section__menu a img {
    width: 150px;
}
.page-section > img {
    width: 130px;
}
.btn {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #5577ED;
    color: white;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin: 20px 0 ;
    cursor: pointer;
}
.btn:hover {
    background-color: #FF8040;
}
.texto-1 {
    font-size: 16px;
    line-height: 20px;
}
.texto-2 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}
.texto-3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
@media (min-width: 700px ) {
    #page {
        background-color:  rgba(19, 24, 25, 0.9);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-section {
        position: relative;
        max-width: 730px;
        margin: 0 auto;
    }
}

footer h3 {
    margin-left: 8px;
    /* color: transparent */
}

#visitas {
    display: inline-block;
}
footer .footer-2 .visitantes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .footer-2 .visitantes a img {
    width: auto;
    height: 17px;
    background-color: white;
    padding: 10px 20px;
    margin-top: 15px;
    border: 1px solid #5577ED;
    border-radius: 15px;
}