/* FONTES IMPORTADAS */ 

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* ESTILOS GERAIS */

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #edeff2;
    color: #6a859c;
    font-size: 14px;
    line-height: 20px;
}

#menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00A0DE;
    line-height: 0px;
    text-transform: uppercase;
    font-weight: 400;

    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

#menu a {
    text-decoration: none;
    color: #fff;
}

#menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#menu ul li {
    width: 100%;
    text-align: center;
}

#menu ul li a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}



nav .contactos {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 10px;
}

nav .contactos a {
    text-decoration: none;
    color: #6a859c;
}

nav i {
    font-size: 1.5em;
}


/* ESTILOS HEADERS *******************************************/

header {
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, .5)), to(rgba(46, 157, 255, .22))), url(../img/site-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 125px 0px 0px 0px;
}

header h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #333;
    font-family: "Monotype Corsiva";
}

header h2 {
    color: #2e9dff;
    font-size: 13px;
    /*line-height: 25px;*/
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -0.5em;
    margin-bottom: 2em;
    text-shadow: 2px 2px 2px #333;
}


/* ESTILOS "O QUE FAZEMOS" **************************************/

#oquefazemos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#oquefazemos div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
}

#oquefazemos h2 {
    color: #676770;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 1.5em;
}

#oquefazemos .caixas {
    padding: 20px;
    border: 1px solid #dcebf7;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    max-width: 40%;
    /*min-height: 120px;*/
    margin-bottom: 10px;
}

/* TITULOS ******************************************************/
#oquefazemos h3 {
    color: #676770;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase; 
}

/* DESCRIÇOES ****************************************************/
#oquefazemos p {
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    margin: auto;
}

#oquefazemos i {
    font-size: 30px;
    color: #00A0DE;
}

/* ESTILO DO MAPA ************************************************/

#comochegar {    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
    
#comochegar h2 {
    color: #676770;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    }

/* ESTILOS "O QUE FAZEMOS" **************************************/

#seguradoras {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

#seguradoras div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 60%;
}

#seguradoras h2 {
    color: #676770;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 1.5em;
}

/* ESTILO RODAPE ****************************************************/

footer {
    text-align: center;
    padding: 10px;
}

/*****************************************************************************************

************************************ MEDIA QUERIES *************+*************************

*****************************************************************************************/

@media screen and (min-width: 768px) {
    
/* MENU ****************************************************/

    #menu {
        flex-direction: row;
        justify-content: space-around;
        background: #00A0DE;
        margin-bottom: 20px;
    }
    
    #menu li {
        text-transform: uppercase;
        
    }
    
    #menu ul {
        flex-direction: row;
        width: 60%;
    }
    
    #menu a {
        color: #fff;
    }
    
    nav .contactos {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0 0 25px 0;
        margin-top: 70px;
        margin-bottom: -5px;
    }
    
    nav .contactos .morada-icon {
        margin-left: 50px;
    }
    
    nav .contactos a {
        margin: 0 0 0 10px;
        text-decoration: none;
    }


/* ESTILO HEADER ****************************************************/

header {
    height: 350px;
    height: 45vh;
    justify-content: center;
}
    
header h1 {
    font-size: 55px;
    font-weight: 100;
    letter-spacing: 4px;
    font-family: "Monotype Corsiva";     
}
    
header h2 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 4px;       
}    


/* ESTILO "O QUE FAZEMOS" ****************************************************/


#oquefazemos {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

#oquefazemos h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
    
#oquefazemos h3 {
    padding: 0;
    margin-top: 15px;
    margin-bottom: -5px;
}

#oquefazemos div {
    flex-grow: 1;
    flex-basis: 150px;
}

#oquefazemos .caixas {
    max-width: 100%;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
    margin-left: 10px;
} 

/* ESTILO DO MAPA ****************************************************/

#comochegar {    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
    
#comochegar h2 {
    color: #676770;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
    }
    
    
    
/* ESTILO SEGURADORAS ****************************************************/


#seguradoras {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

#seguradoras h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}  

#seguradoras div {
    flex-grow: 1;
    flex-basis: 150px;
}

#seguradoras {
    max-width: 100%;
    margin: auto;
}  
    
/* FECHAR QUERIE */
    
}
















