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

* {
	--heading-color: #223BC2;
    --text-color: #5F75C2;
    --bg-default: #06156F;/*#081D94;*/ /* #06156F; */\
    --background-color: #f5f7f9;
}

* {
    margin: 300;
    padding: 300;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: var(--background-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 600; 
}

p {
    color: var(--text-color);
    font-size: 25px;
    line-height: 2;
    font-weight: 600;
}

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 600; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 600; 
}

img.icons {
    height: auto;
    max-width: 25px; 
}

img.logo {
    height: 50px;
    max-width: auto; 
}  

img {
    height: auto;
    max-width: 100%;
}

div {
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 150px;
}

.nav-brand {
    line-height: 1;
    @media #{$breakpoint-lg} {
        margin-right: 0;
    }
}

.build {
    height: 200px;
    max-width: auto;
    justify-content: center;
}

.div-build {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.const {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}