* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.VanM0gWAFCUtoj3AStSbRgHaEO%26pid%3DApi&f=1");
    overflow-x: hidden;
}

a  {color: #FFF; }

img { max-width: 100%; }

p {font-size: 1.2em; line-height: 1.4em; color: #E9F3FE;}



h3 { color: #black; }

h3 { 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 2em;
    line-height: 1em;
    margin: 40px auto;
}






h2 { color: #E9F3FE; }



h1 { color: #E9F3FE; }
h1 { 
    text-transform: uppercase; 
    text-align: center; 
    font-size: 2em;
    line-height: 1em;
    margin: 40px auto;
}






section {padding: 20px; margin: 20px;}

.container {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header {
    width: 100%;
    background-color: #141A28;
}

.branch, .branch img {
    width: 90px;
    border-radius: 50%;
}

.menu ul { 
    display: flex;
    justify-content: space-between;
}

.menu .menu-link {
    display: block;
    margin: 10px;
    padding: 10px;
    color: #white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .15em;
    transition: all .3s ease-in-out;
}

.menu .menu-link:hover {opacity: .75;}


main {width: 100%;}

.super-card {
    width: 100%;
    height: 70vh;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.super-card-img, 
.super-card-img img {
    width: 800px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.super-card-img h2 {margin-top: 20px;}

.super-card-text {margin-left: 40px;}

.super-card-text p + p {margin-top: 1em;}

.card-group { margin-bottom: 40px; }

.card {
    max-width: 350px;
    min-height: 500px;
    border-radius: 3px;
    margin: 20px;
    background-color: #141A28;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .15);
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card:hover { box-shadow: 30px 30px 5px 0px rgba(0, 0, 0, .15); }

.card-img { padding: 1em; }

.img-body,
.img-body img {
    width: 200px;
    display: table;
    margin: 0 auto; 
    border-radius: 50%;
}

.card-body { padding: 1em; }
.card-body p {
    color: #E9F3FE;
    text-align: center;
}

.card-body p + p { margin-top: .5em;}

.card-button {
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 1em;
    background-color: #141A28;
    display: flex;
    justify-content: center;
}

.card-button button {
    width: 250px;
    padding: 1em;
    border: none;
    border-radius: 3px;
    background-image: linear-gradient(to right bottom, #412e82, #393581, #333b7e, #2f407a, #2f4475);
    color: #E9F3FE;
    font-size: 1.2em;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

.card-button button:hover {
    cursor: pointer;
    opacity: .75;
}

.portfolio {background-color: #FFF; width: 100%;}


.contact {flex-direction: column;}

.li-ornament { margin: 10px 0; }

.li-ornament::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 12px;
    margin-right: 10px;
    background-color: #black;
    border-radius: 5px;
}
.contact-link {color: #black;}

.map {
    margin: 20px 0 40px 0;
}



/*Contato*/
.contato {
    width: 70%;
    padding: 15px;
    margin: 15px auto;
    border-radius: 5px;
    box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, .1);
}

.contato ul {
    width: 100%;
    margin: 30px 15px 15px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.contato ul li {
    flex: 0 1 50px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.contato ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.contato ul li a:hover {
    background-color: #white;
    color: #CCC;
}






footer { background-color: #141A28; }

.text-white { color: #E9F3FE; }

.footer small { text-align: center; padding: 40px;  margin: 0 auto;}

.btn-up {
    position: fixed;
    right: 1%;
    bottom: 1%;
    border-radius: 50%;
    padding: 20px;
    background-color: #141A28;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .15);
}
