@import url('https://fonts.googleapis.com/css?family=Karma|Roboto');

@font-face {
    font-family: 'oswald-demibold-italic';
    src: url('../font/Oswald-Demi-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playlist';
    src: url('../font/Playlist Script.otf');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family: Karma, sans-serif;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

h3{
    padding: 0;
    margin: 45px 0 15px 25px;
    color: rgba(23, 114, 160, 1);
    text-align: left;
    font-size: 26pt;
    font-weight: normal;
    font-family: oswald-demibold-italic;
    display: inline-block;
}
p{
    text-indent: 15pt;
    font-size: 13pt;
    padding: 5px 15px;
    text-align: justify;
    margin: 0;
    line-height: 15pt;
    color: #1a1a1a;
}

p span{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #469abd;
}

p a span,
td a{
    color: #469abd
}


body{
    margin:0;
    padding:0;
    position: relative;
}

#loading{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index:999;
    text-align: center;
    transition: all 1s;
}

#loading img {
    position: relative;
    width: 15%;
    clear: both;
    display: inline-block;
    animation: heartbeat 1s infinite;
    margin: 13% 0 0 0;
}

#loading p{
    width: 100%;
    text-align: center;
    margin: 0 0 0 -10px;
    padding: 0;
}

@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}


body > div{
    width: 50%;
    height: 100%;
    float: left;
    overflow: auto;
}

#colaboradoras{
    text-align: center;
}

#colaboradoras img{
    margin: 15px .5% 10px 0;
    width: 20%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

body > div{
    overflow: hidden;
}

body > div > div,
body > div:nth-child(2) > div {
    width: 98%;
    height: 98%;
    margin: 1%;
    display: inline-block;
}

body > div:first-child > div{
    text-align: center;
}

body > div:nth-child(2) {
    padding: 1% 0 0 0;
}

body > div:nth-child(2) > div {
    overflow: auto;
}

body > div:nth-child(2) > div > div{
    min-height: 100%;
}

body div#logo-mtss img{
    height: 180px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
}

div#conteudo > #sobre > div{
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background: #f9f9f9;
    width: 90%;
    margin: 0 5%;
    padding: 20px 0;
}

div.table{
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 3px;
    border-top: 3px solid #469abd;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

table{
    width: 100%;
    border-collapse: collapse;
}

table td:first-child {
    text-align: center;
}

table tr th, table tr td {
    border-bottom: 1px #ccc solid;
}
table tbody td{
    padding: 10px;
}

.description td{
    padding: 0;
}

.description p{
    max-height:0;
    padding: 0;
    margin: 0;
    overflow:hidden;
    transition: all .7s;
}

.escama .social{
top: 115px;
}
.escama .social img {
    width: 50px;
}

.escama.inscricao a.em-breve{
    color: rgba(255, 255, 255, 0.5);
}

.em-breve:after {
    content: "- em breve -";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: #000;
    font-family: Playlist;
}

.escama.inscricao a.em-breve:after{
    top: 7px;
    color: #fff;
    text-transform: lowercase;
    font-size: 18pt;
}


table .em-breve:after{
    font-size: 12pt;
    color: rgb(7, 46, 62);
}


table .em-breve {
    color: rgba(70, 154, 189, 0.5);
}

/* escamas */

.row{
    width: 105%;
    height: 31%;
    max-height:200px;
    position: relative;
}

.escama{
    border: 7px solid #fff;
    border-radius: 100%;
    float: left;
    background-color: #fff;
    background-size: 20%;
    margin-left: -7px;
    height: 100%;

}
.row:nth-child(odd){
    left: 4.5px;
}
.row:nth-child(odd) .escama{
    width: 33%;
}

.row:nth-child(even){
    width: 125%;
    left: 12.5%;
}

.row:nth-child(even) .escama{
    width: 28%;
}

.row:nth-child(even) .escama:first-child{
    margin: 0 0 0 -25%;
}

.row:nth-child(1){
    top: -100px;
    z-index: 99;
}

.row:nth-child(2){
    top: -210px;
    z-index: 98;
}

.row:nth-child(3){
    top: -325px;
    z-index: 97;
}

.row:nth-child(4){
    top: -420px;
    z-index: 96;
}

.row:nth-child(5){
    top: -524px;
    z-index: 95;
}

.row:nth-child(6){
    top: -629px;
    z-index: 94;
}

.row:nth-child(7){
    top: -738px;
    z-index: 93;
}

.row:nth-child(8) {
    top: -846px;
    z-index: 92;
}

.escama.inscricao:hover {
    border-width: 4px;
    box-shadow: 0 0 0 3pt rgba(247, 27, 96, 0.5);
}

.escama a{
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    font-family: oswald-demibold-italic;
    color: #3e3e3e;
    cursor: pointer;
    text-decoration: none;
    font-size: 16pt;
}


.escama.inscricao:hover a,
.escama a:hover{

    color: #5e5e5e;
    font-family: oswald-demibold-italic;
    text-decoration: none;
    font-weight: bolder;
}

.escama a:hover{
    letter-spacing: .5px;
    text-shadow: 1px 1px 2px #fff;
}

.escama .em-breve:hover{
    text-shadow: none;
}


.escama.inscricao:hover a{
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 2px #d21b5a;
}


.escama.inscricao:hover a.em-breve{
    color: rgba(255, 255, 255, 0.5);
}

.escama ul {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.escama li {
    font-size: 12pt;
    line-height: 5px;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.escama.mtss:after,
.escama.unipe:after{
    content: "logo";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
    position: absolute;

    left: 0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.escama.mtss:after{
    background-image: url(../img/inline-logo.png);
    bottom:20px;
    background-size: 75%;
}

.escama.unipe:after{
    background-image: url(../img/unipe.png);
    bottom:20px;
}

.escama.foto{
    background-size: cover;
    background-position: center 20px;
}

.escama.dots{
    background-image: url(../img/handdrawn-dots.png);
}

.escama.sqwiggly-lines{
    background-image: url('../img/sqwiggly-lines.png');
}

.escama.pink{
    background-color: #d21b5a;
}

.escama.dark-blue{
    background-color: #15243a;
}

.escama.green{
    background-color: #00aaa3;
}

.yellow{
    background-color: #f7f385;
}

/* button */

.escama.inscricao {
    color: #fff;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    box-shadow: 0 0 0 0pt rgba(255, 255, 255, 0.5);
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.escama.inscricao a{
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    color: #fff;
}
/* responsive */
@media (max-width: 860px) {

    body{
        height: 100vh !important;
    }

    body > div {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    body > div:first-child > div{
        height: 125%;
        z-index: 99;
        position: relative;
    }

    h3 {
        margin: 27vh 0 15px 25px;
    }

    .row{
        height: 22vh;
    }

    .row:nth-child(1){
        top: -80px;
        z-index: 99;
    }

    .row:nth-child(2){
        top: -178px;
        z-index: 98;
    }

    .row:nth-child(3){
        top: -270px;
        z-index: 97;
    }

    .row:nth-child(4){
        top: -343px;
        z-index: 96;
    }

    .row:nth-child(5){
        top: -61vh;
        z-index: 95;
    }

    .row:nth-child(6){
        top: -71vh;
        z-index: 94;
    }

    .row:nth-child(7){
        top: -82vh;
        z-index: 93;
    }

    .row:nth-child(8) {
        top: -93vh;
        z-index: 92;
    }

    .row:nth-child(9){
        top: -103vh;
        z-index: 91;
    }

    .row:nth-child(10){
        top: -114vh;
        z-index: 90;
    }

    .row:nth-child(11){
        top: -125vh;
        z-index: 89;
    }

    .row:nth-child(12){
        top: -135vh;
        z-index: 88;
    }

    .row:nth-child(13){
        top: -12vh;
        position: fixed;
        z-index: 102;
    }

    .row:nth-child(14){
        top: -3vh;
        position: fixed;
        z-index: 101;
    }

    .row:nth-child(14) .escama.mtss:after {
        background-size: 58px;
    }

    .row:nth-child(3){
        top: 8vh;
        position: fixed;
        z-index: 100;
    }
    .row:nth-child(3) a{
        top: 16vw;
    }

    .escama a{
        font-size: 10pt;
    }

    .escama li{
        line-height: 1px;
        padding: 0;
        text-align: center;
    }

    .escama ul{
        bottom: 5px !important;
    }
    .escama .social img {
        top: -6vh;
        width: 31px;
    }
    .escama.menu-desktop ul{
        display: none;
    }

    .escama.menu-mobile ul{
        top: 10vh;
    }

}