* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
body {
    line-height: 1;
}
blockquote, q {
  quotes: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

a:focus {
  outline: 0px dotted !important; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  line-height: 1; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
.access1 {
    height: 0;
    width: 100%;
    color: 
    rgba(255, 255, 255, 0);
    overflow: hidden;
}
a {
    text-decoration: none;
    outline: none;
    color: 
    #000000;
}
.header {
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.desktop {
    display: block;
}
.auxi {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.header .main-navbar {
    padding: 10px 0 20px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header .main-navbar .cont-logo {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-flex: 0 1 17.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.5%;
    flex: 0 1 17.5%;
}
.header .main-navbar .cont-links {
    padding-left: 25px;
    -webkit-flex: 1 1 82.5%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 82.5%;
    flex: 1 1 82.5%;
}
.header .main-navbar .cont-links > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
body.landing.home .footer {
    background-color: 
    #ffffff;
}
.footer {
    background-color: #003b4c;
    padding: 20px 0 90px;
}
.auxi {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
}
.footer .row {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
body.landing.home .footer .footer-landing {
    text-align: center;
    line-height: 1.4;
    font-size: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.cont-links ul {float:right;}
.cont-links ul li.social {float:left; width:20px; height:auto; display:block; margin-left:5px;} 
.cont-links ul li.social a img {width:100%; height:auto}
