* {
    box-sizing: border-box;
}

@font-face {
    font-family: Plexes;
    src: url(Fontes/PlexesBook.ttf);
}


@font-face {
    font-family: Medium;
    src: url(Fontes/PlexesMedium.ttf);
}



body {
    width: 900px;
    margin: auto;
    font-family: Plexes;
}


header {
    background-image: url(Imagens/backgsite-01.png);
    height: 160px;
    width: 900px;
    background-size: cover;
    box-shadow: 0px 1px 6px black;
}


p {
    line-height: 25px;
    font-size: 17px;
}


h1 {
    text-align: center;
    font-size: 42px;
    color: #FFFFFF;
    width: 370px;
    margin: auto;
    padding-top: 60px;
}

h2 {
    color: #3C3E92;
    margin: 0%;
    font-size: 19px;
    width: 300px;
    font-family: Medium;
}


a {
    text-decoration: underline;
    color: #5AB18F;
}


#sons {
    margin-top: 60px;
    height: 420px;
    border-bottom: 1px solid black;
}


#principal {
    width: 400px;
    margin: 0;
}


#principal p {
    width: 400px;
    float: left;
    font-size: 17px;
    margin: 0;
    margin-top: 20px;
    border: 0;
    margin-right: 15px;
}


#people {
    float: left;
    width: 480px;
    height: 200px;
}


#destaque {
    background-color: #5AB18F;
    width: 700px;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-left: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


#destaque p {
    clear: both;
    margin: auto;
    color: white;
    text-transform: uppercase;
    text-align: center;
}


#golan {
    margin: 0;
    margin-top: 60px;
    height: 350px;
    border-bottom: 1px solid black;
}


#destaquegolan {
    width: 50%;
    text-transform: uppercase;
    background: url(Imagens/golanblue.jpg) no-repeat;
    background-position: center center;
    float: left;
    background-size: cover;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 30px;
}

#destaquegolan>p{
    width: 50%;    
    color: white;
}


#golaninfo {
    margin: 0;
}


#especificacoes {
    clear: both;
    margin: 0;
    margin-top: 60px;
    float: left;
}


#casam {
    float: left;
    width: 530px;
    height: 300px;
    margin-top: 10px;
}


#esquerda {
    clear: both;
    float: left;
    width: 270px;
    margin-right: 10px;
}


#direita {
    width: 250px;
    float: left;
}


ul {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 55px;
    float: right;
    list-style-type: none;
    background-color: #3C3E92;
    width: 225px;
    height: 225px;
    color: white;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    margin-top: 230px;
}



footer {
    text-align: center;
    background-image: url(Imagens/backgsite-01.png);
    color: white;
    clear: both;;
    height: 160px;
}


footer p {
    text-align: center;
}


footer a {
    text-decoration: underline;
    color: white;
}


.title {
    color: #FFFFFF;
}


@media screen and (max-width: 480px)
{ 

    body {
        width: 95%;
        margin: 0;
        margin: auto;
    }


    header {
        width: 100%;
        height: auto;
        margin: 0;
    }


    #pessoas {
        clear: both;
        margin: 0;
    }


    header {
        background-position: left;
        height: auto;
        width: 100%;
        margin: 0%;
    }


    p {
        line-height: 25px;
        font-size: 17px;
    }


    h1 {
        width: 80%;
        margin: 0%;
        height: 160px;
        padding-top: 40px;
    }

    h2 {
        margin: 0;
        font-size: 19px;
        width: 100%;
    }


    a {
        text-decoration: underline;
        color: #5AB18F;
    }


    #sons {
        width: 100%;
        margin: 0%;
        margin-top: 20px;
        height: auto;
        border: 0;
    }


    #principal {
        width: 100%;
    }


    #principal p {
        clear: both;
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }


    #people {
        margin: 0%;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        margin-top: 15px;
    }


    #destaque {
        width: 100%;
        margin-top: 2%;
        margin: 0%;
        margin-bottom: 25px;
    }


    #destaque p {
        clear: both;
        margin: 0%;
        width: 100%;
    }


    #golan {
        width: 100%;
        margin: 0%;
        margin-top: 40px;
        height: auto;
        border-bottom: 0;
    }


    #destaquegolan {
        width: 100%;
        padding-left: 20px;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #destaquegolan>p{
        width: 65%;
        margin-top: 40px;
    }


    #golaninfo {
        width: 100%;
        height: auto;
        margin: 0%;
    }


    #especificacoes {
        clear: both;
        width: 100%;
        height: auto;
        margin: 0%;
        margin-top: 20px;

    }


    #casam {
        width: 100%;
        height: auto;
        margin: 0%;
        margin-top: 40px;
    }


    #esquerda {
        clear: both;
        width: 100%;
        height: auto;
        margin: 0%;
        padding-top: 20px;
    }


    #direita {
        width: 100%;
        height: auto;
        margin: 0%;
    }


    ul {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 40px;
    }


}