/* .blue{
    color: #004882;
    border-color: #004882;
}
.turq{
    color: #6DAA90;
    border-color: #6DAA90;
}
.green{
    color: #8DB135;
    border-color: #8DB135;
}
.red{
    color: #A21118;
    border-color: #A21118;
}
.yellow{
    color: #DACC2F;
    border-color: #DACC2F;
} */

*{
    box-sizing: border-box;
}

ul{
    -webkit-padding-start: 0px;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Bree Serif', sans-serif;
    font-size: 18pt;
}

#navegador-principal.float {
    height: 8vh;
    width: 100%;
    position: absolute;
    bottom: 8vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2vmin 3vmin;
    /* -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out; */
    transition: all 0.2s ease-in-out;
}

#navegador-principal.float ul{
    border: solid 2px #fff;
    list-style-type: none;
    border-radius: 3px;
}

#navegador-principal.float ul li {
    float: left;
    width: auto;
}

#navegador-principal.float ul li:hover a{
    background-color: rgba(255, 255, 255, 0.6);
    color: #004882;
}

#navegador-principal.float ul li a.active{
    background-color: #fff;
    color: #6DAA90;
}

#navegador-principal.float ul li > a{
    text-decoration: none;
    height: 8vh;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 3vmin;
}

#navegador-principal.float #logo-10anos{
    display: none;
}

#navegador-principal.float #logo-ufc{
    display: none;
}

/* navegador pinned */

#navegador-principal.fixed{
    z-index: 100;
    height: 15vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    /* position: fixed; */
    display: inline-flex;
    align-items: center;
    padding: 2vmin 3vmin;
    /* display: none; */
    /* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; */
     transition: all 0.2s ease-in-out;
}

#navegador-principal.fixed ul{
    margin-left: auto;
    list-style-type: none;
    display: inherit;
}

#navegador-principal.fixed ul li {
    float: left;
    width: auto;
}

#navegador-principal.fixed ul li:hover a{
    background-color: rgba(255, 255, 255, 0.6);
    border-bottom: solid 1vmin #6DAA90;
}

#navegador-principal.fixed ul li a.active{
    background-color: #fff;
    border-bottom: solid 1vmin #6DAA90;
    color: #6DAA90;
}

#navegador-principal.fixed ul li > a{
    text-decoration: none;
    height: 15vh;
    display: flex;
    align-items: center;
    color: #004882;
    padding: 0 3vmin;
}

#navegador-principal.fixed #logo-10anos{
    height: 85%;
}

#navegador-principal.fixed #logo-ufc{
    margin-left: auto;
    height: 90%;
}

#navegador-principal.fixed.hide{
    opacity: 0.0;
    top: -15vh !important;
}

#navegador-principal.hideen{
    display: none;
}




/* outros elementos */

#fundo{
    width: 100%;
    position: absolute;
    z-index: -1;
    /* transform: scale(1.02); */
}

.container{
    width: 100%;
    height: 100vh;
    padding: 5vh 30vh;
    display: flex;
    align-items: center;
    /* border: 3px solid yellowgreen; */
}





#selo-10anos{
    position: relative;
    flex-direction: column;
    justify-content: center;
}






#videos{
    /* margin-top: 40vh; */
    height: 200vh;
}

#videos iframe{
    width: 100%;
    height: 40%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#selo-10anos > img{
    width: 40%;
}






#fotos{
    /* margin-top: 15vh; */
}

.foto{
    box-sizing: unset;
    width: 15vw;
    height: 15vw;
    margin: auto;
    background-color: #000;
    border: solid 1vw #fff;
    border-bottom: solid 3vw #fff;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.foto:hover{
    transform: scale(1.1);
}

.foto img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}






#historias{
    flex-direction: column;
    height: 200vh;
    justify-content: center;
    /* margin-top: 60vh; */
}

.linha{
    display: flex;
    margin: 2vh 0;
}

.historia{
    background-color: #00D595;
    width: 15vw;
    max-height: 20vw;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    margin: 0 1vw;
    overflow: hidden;
}

.historia:hover{
    transform: scale(1.1);    
    box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.2);
}

.barra{
    background-color: rgba(255, 255, 255, 0.2);
    min-height: 12%;
    min-width: 100%;
}

.bloco{
    padding: 2vh;
    height: 88%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#historias .bloco .data{
    font-size: 0.5em;
}

.texto{

    float: left;
    margin-right: 2%;
    height: 10%;
    overflow: hidden;
    position: relative;
    font-family: 'Shadows Into Light Two', cursive;
    flex-grow: 1;
}

#agenda{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #004882;
}

#agenda > div{
    display: flex;
    width: 100%;
    padding: 1em;
}

#agenda .data, #agenda .evento{
    font-size: 1.2em;
    transition: 0.2s ease-in-out;
}

#agenda .data:hover, #agenda .evento:hover{
    transform: scale(1.2);
}

#agenda .evento{
    margin-left: auto;
}

#sugestao{
    flex-direction: column;
}

#sugestao form{
    display: flex;
    flex-direction: column;
    width: 30%;
}

#sugestao #nome, #sugestao #texto{
    padding: 1em;
    border-radius: 3px;
    border: none;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin: 1vh;
}

#sugestao #texto{
    resize: vertical;
    font-family: sans-serif;
}

#sugestao #enviar{
    padding: 0.5em 1em;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 5px 0px #938628;
    margin: 1vh;
    background-color: #DACC2F;
    font-family: 'Bree Serif', serif;
    font-size: 0.8em;
    color: #938628;
    margin-left: auto;
}