@charset "UTF-8";
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, em, 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, table, caption,
tbody, tfoot, thead, tr, th, td, 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;
  vertical-align: baseline;
}

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

body {
  line-height: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a, a:hover, a:focus {
  text-decoration: none;
}

a, img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

a, img, button {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

a, button, select, label {
  cursor: pointer;
}

.clear {
  clear: both;
  float: none;
}

@font-face {
  font-family: "font";
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font";
  src: url("../fonts/notosans-bold-webfont.woff2") format("woff2"), url("../fonts/notosans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@keyframes menuFixed {
  from {
    margin-top: -200px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes menuFixed {
  from {
    margin-top: -200px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
strong, b {
  font-weight: 700;
}

a, button, input, .form-layout .form-group .select-custom-box, .form-layout .form-group textarea {
  outline: none !important;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

img, iframe {
  max-width: 100%;
  max-height: 100%;
}

.hidden-text {
  font-size: 0;
  max-height: 0;
}

a[href^=tel] {
  width: inherit !important;
  color: inherit;
  text-decoration: none;
}

html {
  min-height: 100%;
}

body {
  left: 0;
  font-size: 16px;
  font-family: "font";
  color: #6A6A6A;
  position: relative;
  background: #fff;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
body ::selection {
  background: rgba(11, 133, 180, 0.3);
}
body ::-moz-selection {
  background: rgba(11, 133, 180, 0.3);
}
body.toggled {
  left: -250px;
}
body.toggled .nav-small {
  padding-right: 250px;
  margin-left: -250px;
}

#wrapper {
  overflow: hidden;
}

.container.small-container {
  width: 970px;
}

@media (max-width: 575.98px) {
  .container.small-container {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container.small-container {
    max-width: 540px;
  }
}
.title {
  font-size: 24px;
  line-height: 30px;
  color: #003C53;
  padding: 10px 0;
  font-weight: 700;
}
.title.big {
  font-size: 26px;
  line-height: 32px;
}
.title.white {
  color: #fff;
}

.select-custom-box {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 27px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.select-custom-box:after {
  content: "";
  width: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #003C53;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.select-custom-box select {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.select-custom-box select:disabled:hover {
  cursor: not-allowed;
}
.select-custom-box .select-label {
  color: #6A6A6A;
  display: block;
  padding-right: 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width: 93%;
  width: calc(100% - 21px);
}

.check-radio-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.check-radio-box .item {
  margin-left: 35px;
}
.check-radio-box .item:first-child {
  margin-left: 0;
}
.check-radio-box .item label {
  display: inline-block;
  font-weight: 400;
  margin: 7px 0;
  line-height: 19px;
}
.check-radio-box .item .check-radio:not(:checked), .check-radio-box .item .check-radio:checked {
  position: absolute;
  left: -9999px;
}
.check-radio-box .item .check-radio:not(:checked) + label, .check-radio-box .item .check-radio:checked + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.check-radio-box .item .check-radio:not(:checked) + label:before, .check-radio-box .item .check-radio:not(:checked) + label:after, .check-radio-box .item .check-radio:checked + label:before, .check-radio-box .item .check-radio:checked + label:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.check-radio-box .item .check-radio:not(:checked) + label:before, .check-radio-box .item .check-radio:checked + label:before {
  left: 0;
  top: -3px;
  border-color: #9a9a9a;
  background: #cecece;
}
.check-radio-box .item .check-radio:not(:checked) + label:after, .check-radio-box .item .check-radio:checked + label:after {
  left: -2px;
  top: -5px;
  border-color: #fff;
  background: transparent;
}
.check-radio-box .item .check-radio:checked + label:before {
  background: #0B85B4;
  border-color: #053e54;
}

.alert {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 12px 30px;
}
.alert .close {
  height: 100%;
  padding: 0 10px;
  outline: none;
}

.form-layout {
  overflow: hidden;
  color: #6A6A6A;
}
.form-layout .form-group {
  overflow: hidden;
  margin-bottom: 20px;
}
.form-layout .form-group:last-child {
  margin-bottom: 0;
}
.form-layout .form-group label {
  margin-bottom: 3px;
}
.form-layout .form-group input, .form-layout .form-group .select-custom-box, .form-layout .form-group textarea {
  color: #6A6A6A;
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 5px;
  padding: 5px 15px 0px 15px;
  border: 2px solid #003C53;
}
.form-layout .form-group textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 180px;
  min-height: 100px;
  max-height: 300px;
}
.form-layout .form-group .select-custom-box {
  padding: 12px 15px;
  background-color: #fff;
}
.form-layout .form-group button {
  min-width: 260px;
  border: 0;
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 15px;
  border-radius: 100px;
  background-color: #003C53;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-layout .form-group button:hover {
  background: #0B85B4;
  color: #fff;
}
.form-layout .form-group .recaptcha {
  float: left;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 20px;
}
.form-layout .form-group .recaptcha .g-recaptcha {
  width: 297px;
  margin: -8px 0 -4px -3px;
  overflow: hidden;
}
.form-layout .form-group .recaptcha.w-auto {
  width: auto;
}

@media (max-width: 575.98px) {
  .form-layout .form-group .recaptcha, .form-layout .form-group button {
    width: 100%;
  }
}
.forms-head {
  padding-top: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.forms-head .form-layout {
  height: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 14px;
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.forms-head .form-layout .form-group {
  max-width: 170px;
  margin-bottom: 0;
  margin-left: 15px;
  overflow: visible;
  position: relative;
}
.forms-head .form-layout .form-group:first-child {
  margin-left: 0;
  max-width: 100%;
}
.forms-head .form-layout .form-group input, .forms-head .form-layout .form-group textarea, .forms-head .form-layout .form-group .select-custom-box, .forms-head .form-layout .form-group button {
  height: 42px;
}
.forms-head .form-layout .form-group input, .forms-head .form-layout .form-group textarea, .forms-head .form-layout .form-group .select-custom-box {
  width: 100%;
}
.forms-head .form-layout .form-group button {
  min-width: auto;
  padding: 5px 25px 2px 25px;
  border-radius: 5px;
}
.forms-head .form-layout .form-group .form-link {
  color: #003C53;
  margin-top: 7px;
  display: inline-block;
}
.forms-head .form-layout .form-group .form-link i {
  margin-right: 4px;
  line-height: 0;
}
.forms-head .form-layout .form-group .form-link:hover {
  color: #0B85B4;
  text-decoration: underline;
}
.forms-head .form-layout.show {
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.forms-head .form-layout .form-group:first-child {
  width: 200px;
}
.forms-head .form-recovery .form-group:first-child {
  width: 250px;
}
.forms-head .error {
  color: #e61616;
  display: block;
  padding-top: 7px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
header .navbar {
  width: 100%;
  padding: 22px 0;
  border: none;
  min-height: auto;
  background-color: transparent;
}
header .navbar > .container {
  padding: 0 15px;
}
header .navbar .logo a {
  transition: none;
}
header .navbar .logo a img {
  width: 170px;
  height: auto;
  display: block;
  transition: none;
}
header .navbar .icon-menu-mobile {
  display: none;
  position: absolute;
  right: 15px;
}
header .navbar .icon-menu-mobile #menu-toggle {
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .navbar .icon-menu-mobile #menu-toggle .line {
  width: 25px;
  height: 4px;
  display: block;
  margin: 4px auto;
  border-radius: 7px;
  position: relative;
  background-color: #003C53;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .navbar .icon-menu-mobile #menu-toggle.active .line:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .navbar .icon-menu-mobile #menu-toggle.active .line:nth-child(2) {
  opacity: 0;
}
header .navbar .icon-menu-mobile #menu-toggle.active .line:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.nav-small {
  position: fixed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: menuFixed 0.5s;
  -ms-animation: menuFixed 0.5s;
  -moz-animation: menuFixed 0.5s;
  -o-animation: menuFixed 0.5s;
  animation: menuFixed 0.5s;
  -webkit-box-shadow: 0px -2px 22px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 22px -5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px -2px 22px -5px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px -2px 22px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 22px -5px rgba(0, 0, 0, 0.75);
}
header.nav-small .navbar {
  width: auto;
  padding: 10px 0;
}
header.nav-small .navbar .logo a img {
  width: 130px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.overlay.active {
  visibility: visible;
  opacity: 0.5;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#sidebar-menu {
  padding-left: 0;
  z-index: 1000;
  position: fixed;
  right: 250px;
  width: 0;
  top: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #003C53;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-menu .sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  min-height: 100%;
  margin: 0;
  padding: 25px 20px;
  list-style: none;
}
#sidebar-menu .sidebar-nav .forms-head {
  padding-top: 0;
}
#sidebar-menu .sidebar-nav .forms-head .form-layout {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
#sidebar-menu .sidebar-nav .forms-head .form-layout .form-group {
  width: 100% !important;
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}
#sidebar-menu .sidebar-nav .forms-head .form-layout .form-group button {
  width: 100%;
  background-color: #0B85B4;
}
#sidebar-menu .sidebar-nav .forms-head .form-layout .form-group button:hover {
  background-color: #0a739c;
}
#sidebar-menu .sidebar-nav .forms-head .form-layout .form-group .form-link {
  color: #fff;
}
#sidebar-menu .sidebar-nav .forms-head .form-layout .form-group .form-link:hover {
  color: #0B85B4;
}
#sidebar-menu.toggled {
  padding-right: 250px;
}
#sidebar-menu.toggled #sidebar-menu {
  width: 250px;
}
#sidebar-menu.toggled .sobreposicao {
  visibility: visible;
}

@media (max-width: 991.98px) {
  header .navbar {
    padding: 15px 0;
  }
  header .navbar .logo a img {
    width: 100px;
  }
  header .navbar .forms-head {
    display: none;
  }
  header .navbar .icon-menu-mobile {
    display: inline-block;
  }
  header.nav-small .navbar {
    padding: 10px 0;
  }
  header.nav-small .navbar .logo a img {
    width: 80px;
  }
}
footer {
  color: #fff;
  overflow: hidden;
  line-height: 25px;
  padding: 25px 0 20px 0;
  background-color: #003C53;
}
footer .logo-footer {
  padding: 15px 0 15px 0;
  background-color: #fff;
}
footer .logo-footer img {
  display: block;
  margin: auto;
  padding: 20px;
}
footer address {
  padding: 30px 0;
}
footer #k13 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer #k13 a {
  margin-right: 7px;
}
footer #k13 a img {
  width: 45px;
}
footer #k13 a:hover {
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  footer .logo-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  footer .logo-footer:before {
    content: "";
    width: 100px;
    height: 100%;
    background-color: #fff;
  }
  footer address {
    padding: 25px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer {
    padding-top: 30px;
  }
  footer .logo-footer {
    padding: 20px 0 40px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  footer address {
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
.pagina-404 {
  width: 100%;
  color: #003C53;
  min-height: inherit;
  padding: 60px 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pagina-404 span {
  font-size: 70px;
  line-height: 75px;
}
.pagina-404 p {
  font-size: 21px;
  width: 100%;
  padding-bottom: 60px;
}
.pagina-404 a {
  font-size: 13px;
  display: inline-block;
  letter-spacing: 0.4px;
  color: #003C53;
}
.pagina-404 a i {
  padding-left: 5px;
}
.pagina-404 a:hover {
  text-decoration: underline;
}

#home .banner {
  min-height: 425px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#home .banner .img {
  width: 100%;
  height: 510px;
  display: block;
  margin-bottom: -100px;
  background-size: cover;
  background-position: 25% center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#home .banner .content {
  width: 300px;
  max-width: 100%;
  color: #fff;
  padding: 50px 0;
}
#home .benefits {
  padding: 110px 0 65px 0;
}
#home .benefits .item {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#home .benefits .item .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#home .benefits .item p {
  width: 345px;
  max-width: 100%;
  padding-left: 25px;
}
#home .resources {
  position: relative;
  padding: 40px 0 33px 0;
  background-color: #F2F2F2;
}
#home .resources .title {
  padding-bottom: 15px;
}
#home .resources .bg {
  width: 38%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-position: 20% center;
  background-repeat: no-repeat;
  background-color: transparent;
}
#home .resources .item {
  margin-bottom: 20px;
}
#home .resources .item:last-child {
  margin-bottom: 0;
}
#home .resources .item .tit {
  color: #0B85B4;
}
#home .resources .box {
  color: #fff;
  padding: 25px 12px;
  position: relative;
  background-color: #003C53;
}
#home .resources .box .col {
  position: relative;
  z-index: 2;
}
#home .resources .box img {
  max-width: 35px;
  max-height: 35px;
}
#home .resources .box:after {
  content: "";
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background-color: #003C53;
}
#home .contact {
  padding: 70px 0 55px 0;
}
#home .contact .title {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  #home .banner {
    padding-top: 35px;
  }
  #home .banner .container {
    padding: 0;
    max-width: 100%;
  }
  #home .banner .img {
    margin-bottom: 0;
  }
  #home .banner .content {
    width: 540px;
    margin: auto;
    max-width: 100%;
    padding: 20px 15px 35px 15px;
  }
  #home .benefits {
    padding: 40px 0 50px 0;
  }
  #home .benefits .item p {
    width: auto;
  }
  #home .resources {
    padding-bottom: 0;
  }
  #home .resources .box {
    margin-top: 45px;
  }
  #home .resources .box:after {
    content: "";
    width: 1000px;
    left: -100px;
  }
  #home .contact {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  #home .banner .img {
    height: 260px;
    background-position: center center;
  }
  #home .resources .box .col {
    margin-bottom: 25px;
  }
  #home .resources .box .col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #home .banner .img {
    height: 400px;
    background-position: center top;
  }
  #home .contact .form-layout .form-group button {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  #home .contact .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #home .banner {
    min-height: 300px;
  }
  #home .banner .img {
    height: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #home .resources .bg {
    width: 35%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  #home .resources .bg {
    width: 35%;
  }
}

/*# sourceMappingURL=style.css.map */
