/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
}
*{
    font-family: Roboto;
    list-style: none;
    text-decoration: none;
}
.titulo h2{
    color: #033e38;
}
/*CABEÇALHO*/
.cabecalho{
    text-align: center;
    height: 200px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.cabecalho img{
    width: 200px;
    height: auto;   
}
/* BANNER*/
.S-banner{
    margin-bottom: 100px;
}
.banner{
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../img/mobile\ afrus\ banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.desliza{
    color: white;
    font-size: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
}
.icon-0{
    font-size: 30px;
}
/*SERVIÇOS*/
.S-servicos{
    margin: 100px 0;
}
.titulo{
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: 60px 0;
}
.servicos{
    justify-content: space-between;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    font-weight: 100;
    font-size: 15px;
    text-transform:capitalize ;
}
.servicos h3{
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}
.box-consulta{
    background: #033e38;
    width: 300px;
}
.consulta{
    color: white;
    padding: 20px;
}
.consulta ul{
    margin: 0 50px;
}
.box-outros{
    background: #033e38;
    width: 300px;
}
.outros{
    color: white;
    padding: 20px;
}
.outros ul{
    margin: 0 50px;
}
.servicos ul li{
    list-style: inside;
    padding: 5px;
}
/*SOBRE NÓS*/
.sobre{
    text-align: justify;
}
.S-sobre{
    width: 80%;
    margin: 100px 10%;
}
.box-1{
    margin: 100px 0;
}
.box-valores{
    font-size: 15px;
    margin-top: 100px;
}
.box-valores h3{
    color: #033e38;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 300px;
    text-transform: capitalize;
    text-align: center;
}
.box-assistencia{
    padding: 10px;
    width: auto;
}

.box-assistencia p{
    text-align: justify;
    margin-bottom: 80px;
}
.icon{
    text-align: center;
    color: #033e38;
    font-size: 60px;
}
.S-servicos{
    display: none;
    width: 60%;
    height: 200px;
    background: url(../img/LOGO.R5\ \(2\).jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20%;
    margin-right: 20%;
}
.logo-bottom{
    display: flex;
    justify-content: center;
}
.logo-bottom img{
    width: 300px;
    height: 115px;
}
/* RODAPÉ*/
footer{
    bottom: 0;
    width: 100%;
    background-image:linear-gradient(to right, #057869, #033e38);
}
.rodape{
    text-align: center;
    color: white;
    padding: 100px 0px 0px 0px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}
.rodape i{
    padding-right: 10px;
}
.rodape ul li{
    font-size: 14px;
    padding: 10px 0;
}
.rodape ul{
    padding: 0;
}
.rodape h3{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.contactos{
    padding: 10px;
    height: 150px;
    width: 300px;
    text-align: left;
}
.contactos ul li{
    color: white;
}
.horario{
    padding: 10px;
    height: 150px;
    width: 300px;
}
.loca{
    padding: 10px;
    height: 150px;
    width: 300px;
    text-align: left;
}
.loca p{
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}
.redes{
    padding: 10px;
    height: 150px;
    width: 300px;
}
.redes ul{
    display: flex;
    justify-content: center;
    padding-left: 11px;
}
.redes a{
    color: white;
    font-size: 60px;
}
.icon-2{
    text-align: center;
    font-size: 40px;
}
.direitos{
    text-align: center;
    font-size: 13px;
    color: white;
    padding: 10px;
}
.direitos a{
    color: white;
}
.direitos i{
    padding-left: 3px;
}
.icon-3{
    text-align: center;
    font-size: 60px;
    color: white;
}
/*DESKTOP*/
@media only screen and (min-width: 1000px){
    .box-valores{
        display: flex;
        justify-content: space-between;
        font-size: 15px;
    }
    .d-block{
        display: flex;
        justify-content: space-between;
    }
    .direitos{
        text-align: center;
        font-size: 13px;
        color: white;
        padding: 10px;
    }
    .banner{
        display: table;
        width: 100%;
        height: 100vh;
        background: url(../img/BANNER\ 2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .rodape{
        text-align: center;
        color: white;
        padding: 100px 0px 0px 0px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    .rodape a{
        color: white;
    }
    .box-assistencia{
        padding: 10px;
        width: 290px;
    }
    .logo-bottom img{
        width: 400px;
        height: 115px;
    }

}
/*TABLET*/
@media only screen and (min-width: 750px){
    .banner{
        display: table;
        width: 100%;
        height: 100vh;
        background: url(../img/BANNER\ 2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .rodape{
        text-align: center;
        color: white;
        padding: 100px 0px 0px 0px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    .box-assistencia{
        padding: 10px;
        width: 290px;
    }
    .logo-bottom img{
        width: 400px;
        height: 115px;
    }
}