﻿@charset "UTF-8";



div#imagem {
    position: relative;
    top: 18Px;
    border: 1px solid black;
    box-shadow: 1px 1px 4px blue;
    float: right;
    border: 1Px solid white;
    height: 220px;
    width: 410px;
}
    div#imagem img {
        width: 100%;
        height: 100%;
    }

ul#apresentacao {
    width: 500Px;
    height: AUTO;

    padding:5Px;
    font-family:Arial sans-serif;
    font-size:19Px;
    text-align:justify;
}

ul#apresentacao2 {
    width: 930Px;
    height: auto;
    list-style: none;
    padding: 5Px;
    font-family: Arial sans-serif;
    font-size: 19Px;
    text-align: justify;
}
ul#apresentacao2 p#1 {

    font-size: 22Px;

}

    ul#apresentacao2 li {
        margin: 10px 0px 10px 0px;
    }



article#corpoprojects {
    position: relative;
    float: right;
    border: 1px solid white;
    padding: 10px;
    box-shadow: 1px 1px 4px black;
    height: auto;
    width: 920Px;
    margin: 5px 10px 10px 0px;
}





article#corpoprojects img#projetos {
    border: 1px solid black;
    box-shadow: 1px 1px 4px blue;
    margin: 0px 30px 0px 30px;
    height: auto;
    width: 200px;
}

        article#corpoprojects img#projetos img {
            width: 100%;
            height: 100%;
        }

    article#corpoprojects div#legenda2 {
        border: 1px solid black;
        box-shadow: 1px 1px 4px white;
        margin: 5px 30px 5px 30px;
        height: auto;
        width: 200px;
    }

P#ligar {
    border: 1px solid black;
    box-shadow: 1px 1px 4px white;
    float: right;
    background-color: cornflowerblue;
    padding: 10px;
    font-family: Arial sans-serif;
    font-size: 20Px;
    text-align:left
}




article#corpoprojects div#legenda2 h6 {
    margin: 2px 2px 2px 2px;
    color: black;
    font-size: 10pt;
    text-align: center
}

    article#corpoprojects div#legenda2 h4 {
        margin: 2px 2px 2px 2px;
        color: black;
        font-size: 8pt;
        text-align: center;
        text-transform: uppercase;
    }

    article#corpoprojects div#legenda2 h5 {
        margin: 2px 2px 2px 2px;
        color: blueviolet;
        font-size: 15pt;
        text-align: center;
        text-transform: uppercase;
    }


