  *{
    box-sizing: border-box;
}

@font-face {
    font-family: Eurostyle;
    src: url(fontes/Eurostyle/EurostileLTStd.otf);
}
@font-face {
    font-family: Eurostyle_cn;
    src: url(fontes/Eurostyle/EurostileLTStd-Cn.otf);
}
@font-face {
    font-family: Eurostyle_bold;
    src: url(fontes/Eurostyle/EurostileLTStd-Bold.otf);
}
@font-face {
    font-family: Eurostyle_demi;
    src: url(fontes/Eurostyle/EurostileLTStd-Demi.otf);
}


body{ 
    width: 100%;
    margin-left: auto;
    background: white;
    margin-right: auto;
}

header {
    width: 100%;
    height: 200px;
    background-image: url(imagens/28.png);
    margin-bottom: 1%;
}

#corpo_pagina{
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    height: auto;
}

h1{ font-family: Eurostyle_demi;
    padding-top: 80px;
    text-align: center;
    color: rgb(2, 159, 164);
    font-size: 50px;
}

#fixo{
    margin-top: 2px;
    position: fixed;
    width: 150px;
}           

#especificacoes{
    height: 150px; 
    background-image: url(imagens/25.png);
}

#texto_especificacao{
    margin-top: 10px;
    width:100%;
    background-color: black;
    height: 300px;
    padding: 12px;
    font-family: Eurostyle;
    font-size: 12px;
    color: white;
}

#inicio{
    background-color: white;
    font-family: Eurostyle;
    padding-left: 12px;
    padding-right: 12px;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
    float: left;
    width: 24%;
    height: 306px;
    margin-left: 1%;
    text-align: left;
    font-size: 12px;
}

#continuacao{
    background-image: url(imagens/32.png);
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
    font-family: Eurostyle;
    float: left;
    width: 24%;
    height: 306px;
    margin-left: 1%;
    text-align: left;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

#img_inicio{
    float: left;
    width: 49%;
    height: 306px;
    margin-left: 1%;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
    padding: 10px;
}

#conteudo_bio{
    background-image: url(imagens/14.jpg);
    width: 841px;
    height:200px;
    float:right;
    margin-top: 1%;

}

#bio_destaque{
    width: 40%;
    height: 50px;
    color: white;
    float: right;
    text-align: left;
    font-family: Eurostyle_demi;
    font-size: 15px;
    margin-top: 18px;
    margin-right: 3%;
    padding-bottom: 12px;
}

#biografia{
    margin: 0%;
    width: 841px;
    height: auto;
    float: right;
    margin-top: 1%;
    margin-bottom: 1%;
}

#bio_inicio{
    margin-left: 0%;
    margin-top: 1%;
    float: left;
    background-color: white;
    width: 415px;
    height: 261px;
    text-align: right;
    font-family: Eurostyle;
    border-style: solid;
    border-color:rgba(98, 97, 97, 0.53);
    text-align: left;
    font-size: 13px;
    padding: 20px;
}

#imagem_inicio{
    padding: 15px;
    float:right;
    width: 415px;
    height: 261px;
    margin-top: 1%;
    margin-right: 0%;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
}

#bio_fim{
    margin-right: 0%;
    margin-top: 1%;
    float: right;
    background-color:white;
    width: 415px;
    height: 303px;
    text-align: right;
    font-family: Eurostyle;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
    text-align: left;
    font-size: 13px;
    padding: 20px;
}

#imagem_fim{   
    padding: 15px;
    margin-bottom: 1%;
    float:left;
    width: 415px;
    height: 303px;
    margin-top: 1%;
    margin-left: 0%;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
}

#publico{
    float:right;
    width: 841px;
    height: 200px;
    margin-bottom: 1%;
}

.contentor{
    margin-top: 2px;
    float: right;
    width: 850px;
}

#informacoes{
    padding: 15px;
    background-color: white;
    font-family: Eurostyle;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
    float: left;
    width: 416.5px;
    height: 282px;
    margin-left: 1%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 3%;
}

#informacoes_adicionais{
    background-image: url(imagens/41.png);
    background-repeat: no-repeat;
    font-family: Eurostyle;
    padding-left: 5px;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
    padding-right: 12px;
    float: left;
    width: 24%;
    height: 282px;
    text-align: right;
    padding-top: 135px;
    padding-bottom: 10px;
    margin-left: 1%;
    font-size: 10px;
    margin-bottom: 3%;
}

#sala_suggia{
    padding: 15px;
    float: left;
    width: 24%;
    height: 282px;
    margin-left: 1%;
    margin-bottom: 3%;
    border-style: solid;
    border-color: rgba(98, 97, 97, 0.53);
}

footer{
    padding-top: 5px;
    height: 70px;
    width: 843px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    font-size: 11px;
    font-family: Eurostyle; 
    padding-bottom: 10px;
    color: rgb(2, 159, 164);
    margin-bottom: 1%;
    float:right;
}


em{
    color: rgb(2, 159, 164);
}

img{
    width: 100%;
    float: right;
}

float: clean;

p{
    line-height: 22px;
}

a {
    float: none;
    width: 6em;
    text-decoration: none;
    color: rgb(2, 159, 164);
}


a:hover {
    background-color: #acaaaa;
}





@media screen and (max-width: 480px)
{
    body{ 
        width: 100%;
        background: white;
        margin: 0;
    }

    header {
        width: 100%;
        height: 200px;
        background-position: right;
        margin: 0;
        margin-bottom: 4%;
    }

    #corpo_pagina{
        margin: 0;
        width: 100%;
        height: auto;
    }

    h1{ font-family: Eurostyle_demi;
        padding-top: 25%;
        text-align: center;
        color: rgb(2, 159, 164);
        font-size: 30px;
    }

    #fixo{
        position: static;
        margin: 0;
        width: 100%;
        height: auto;
        margin-bottom: 3%;
    }           

    #android{
        display: none;
    }


    #especificacoes{
        display: none;
    }

    #texto_especificacao{
        margin: 0;
        width:100%;
        height: auto;
        padding: 8px;
        font-size: 12px;
        color: white;
        margin-bottom: 3%;
    }

    #inicio{
        width: 100%;
        height: auto;
        margin: 0; 
        text-align: left;
        font-size: 12px;
        margin-bottom: 3%;
    }

    #continuacao{
        padding: 8px;
        margin: 0;
        width: 100%;
        height: auto;
        font-size: 12px;
        margin-bottom: 3%;
    }

    #img_inicio{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0px;
        border-style: none;
        margin-bottom: 3%;
    }

    #conteudo_bio{
        background-image: url(imagens/6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 3%;
        padding-right: 28%;
    }

    #bio_destaque{
        font-family: Eurostyle_demi;
       padding-left: 10px;
        width: 100%;
        height: auto;
        color: white;
        margin: 0;
        margin-bottom: 2%;
        font-size: 12px;
        text-align: left;
        color: white;
        padding-right: 30px;    
    }

    #biografia{
        width:100%;
        height: auto;
        margin: 0;
        margin-bottom: 3%;
    }

    #bio_inicio{
        margin: 0;
        margin-bottom: 3%;
        background-color: white;
        width: 100%;
        height: auto;
        padding: 8px;
        font-size: 12px;
    }

    #imagem_inicio{
        width: 100%;
        height: auto;
        margin: 0;
        border: none;
        padding: 0px;
        margin-bottom: 3%;
    }

    #bio_fim{
        margin: 0;
        width: 100%;
        height: auto;
        text-align: left;
        font-size: 12px;
        padding: 8px;
        margin-bottom: 3%;
    }

    #imagem_fim{    
        width: 100%;
        height: auto;
        margin: 0;
        border: none;
        padding: 0px;
        margin-bottom: 2%;
    }

    #publico{ display: none; }

    .contentor{
        height: auto;
        margin: 0;
        width: 100%;
        margin-bottom: 2%;
    }

    #informacoes{
        width: 100%;
        height: auto;
        text-align: left;
        font-size: 12px;
        padding: 8px;
        margin: 0;
        margin-bottom: 3%;
    }

    #informacoes_adicionais{
        width: 100%;
        margin: 0;
        padding: 0px;
        padding-right: 30px;
        color: black;
        font-size: 10px;
        height: auto;
    }

    #sala_suggia{ display: none;

    }
    footer{
        height: auto;
        margin: 0;
        margin-top: 2%;
        width: 100%;
        font-size: 8px;
        font-family: Eurostyle; 
        padding-bottom: 10px;
        color: rgb(2, 159, 164);
    }

    p{
        line-height: 20px;

    }
}