@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    /* border-style: solid;
    border-width: 2px;
    border-color: yellow;
    box-sizing: border-box; */
}

body {
    background-image: repeating-radial-gradient(rgb(218, 220, 146), rgb(130, 130, 165), rgba(64, 187, 50, 0.815) 1px);
    box-sizing: border-box;
    width: 100%;
    height: 100%;

    /* border-color: red;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box; */
}

.container {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;

    /* border-color: blue;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box; */
}

.main {
    width: 100%;
    height: 100%;
}


.header {
    /* border-style: solid;
    border-width: 2px;
    border-color: green;
    box-sizing: border-box; */
}

.header-h1 {
    width: 290px;
    height: 50px;
    display: block;
    background-image: radial-gradient(rgb(191, 168, 36), rgb(192, 187, 156), rgb(156, 156, 194));
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1em;
    font-style: italic;
    color: rgb(48, 44, 44);
    text-shadow: 1px 1px 1px rgb(187, 67, 46);
    margin: auto;
    padding-top: 10px;
    padding-left: 8px;

    border-color: rgba(125, 144, 68, 0.478);
    border-style: groove;
    border-width: 2px;
    border-radius: 30px;
    box-sizing: border-box;
}

.section1 {
    display: block;
    width: 300px;
    height: auto;
    background-image: radial-gradient(rgb(168, 153, 68), rgb(192, 187, 156), rgb(156, 156, 194));
    text-align: left;
    margin: auto;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 3px;
    border-color: rgba(125, 144, 68, 0.288);
    border-style: groove;
    border-width: 2px;
    border-radius: 30px;
    box-sizing: border-box;

}

.section1 img {
    display: block;
    margin: auto;
    width: 280px;
    margin-top: 10px;
    border-radius: 30%;
    box-shadow: -40px -30px 40px rgb(95, 75, 56), 15px -20px 40px rgb(148, 121, 96);
}

.section1 #cabeClientes {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: .8em;
    font-style: italic;
    font-weight: bold;
    color: rgb(82, 9, 7);
    list-style-type: circle;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.section1 #posto {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: .8em;
    font-style: italic;
    font-weight: bold;
    color: rgb(82, 9, 7);
    list-style-type: circle;
    margin-top: 10px;
    margin-left: 30px;
}

.section1 #endereco {
    font-family: sans-serif;
    font-size: 0.65em;
    font-style: italic;
    color: rgb(22, 21, 21);
    list-style-type: none;
    margin-left: 30px;

}

.footer {
    width: 300px;
    height: auto;
    background-image: radial-gradient(rgb(168, 153, 68), rgb(192, 187, 156), rgb(156, 156, 194));
    margin: auto;
    margin-top: 10px;
    border-color: rgba(125, 144, 68, 0.478);
    border-style: groove;
    border-width: 2px;
    border-radius: 30px;
    box-sizing: border-box;

}

.footer article {
    font-family: sans-serif;
    font-size: 0.80em;
    font-style: italic;
    font-variant: normal;
    color: rgb(63, 20, 20);
    text-align: justify;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}



@media screen and (min-width: 48.75em) {
    html {
        width: 100%;
        height: auto;
        font-size: 16px;

        /* border-color: red;
        border-style: solid;
        border-width: 2px;
        box-sizing: border-box; */
    }

    body {
        width: 100%;
        height: 100%;
        background-image: url(../imagens/rodovia2.jpg);
        background-attachment: scroll, fixed;
        background-position: center;
        /*imagem do tamanho da tela*/
        background-size: cover;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    .containerPC {
        width: 100%;
        height: auto;
    }


    .header-h1PC {
        width: 80%;
        height: 70px;
        display: block;
        background-image: radial-gradient(rgb(191, 168, 36), rgb(192, 187, 156), rgb(156, 156, 194));
        margin: auto;
        padding-top: 20px;
        text-align: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: max(16px, 2vw);
        font-style: italic;
        color: rgb(48, 44, 44);
        text-shadow: 1px 1px 1px rgb(187, 67, 46);
        border-color: rgba(125, 144, 68, 0.478);
        border-style: groove;
        border-width: 2px;
        border-radius: 30px;
        box-sizing: border-box;
    }

    .section1PC {
        display: block;
        width: 80%;
        height: auto;
        background: none;
        margin: auto;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 3px;
        
        border-color: rgba(137, 163, 58, 0.692);
        border-style:double;
        border-width: 4px;
        border-radius: 30px;
        box-sizing: border-box;

    }

    .section1PC #cabeClientes {
        display: block;
        width: 40%;
        height: auto;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:  max(10px, 1.6vw);
        font-style: italic;
        font-weight: bold;
        color: rgb(82, 9, 7);
        text-shadow: 1px 1px 1px rgb(187, 67, 46);
        list-style-type: none;
        margin: auto;
        margin-bottom: 20px;
        padding-top: 5px;
        background-color: rgba(236, 236, 230, 0.726);
        border-radius: 30px;
        text-align: center;
        box-sizing: border-box;
    }

    .section1PC #posto {
        display: block;
        width: 40%;
        height: auto;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size:  max(10px, 1.6vw);
        font-style: italic;
        font-weight: bold;
        color: rgb(82, 9, 7);
        text-shadow: 1px 1px 1px rgb(187, 67, 46);
        list-style-type: none;
        margin-top: 10px;
        margin: auto;
        padding-top: 5px;
        background-color: rgba(236, 236, 230, 0.726);
        border-radius: 30px;
        text-align: center;
        box-sizing: border-box;
    }

    .section1PC #endereco {
        display: block;
        width: 40%;
        height: auto;
        font-family: sans-serif;
        font-size:  max(10px, 1.1vw);
        font-style: italic;
        font-weight: bold;
        color: rgb(121, 81, 28);
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 15px;
        margin: auto;
        margin-bottom: 15px;
        background-color: rgba(236, 236, 230, 0.726);
        border-radius: 30px;
        text-align: center;
        box-sizing: border-box;

    }

    .footerPC {
        display: block;
        width: 80%;
        height: 99px;
        background-image: radial-gradient(rgb(168, 153, 68), rgb(192, 187, 156), rgb(156, 156, 194));
        margin: auto;
        margin-top: 10px;
        border-color: rgba(125, 144, 68, 0.478);
        border-style: groove;
        border-width: 2px;
        border-radius: 30px;
        box-sizing: border-box;

    }

    .footerPC article {
        font-family: sans-serif;
        font-size:  max(10px, 1vw);
        font-style: italic;
        font-variant: normal;
        color: rgb(121, 81, 28);
        text-align: justify;

        padding-left: 15px;
        padding-top: 25px; 
        padding-bottom: 10px;
        padding-right: 15px;
    }

}