/**************************
  SITE
**************************/
html {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2509803922);
  background-color: #FCFCFC;
}

a {
  text-decoration: none;
  color: #3D7290;
}

blockquote p:last-child {
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
}

ul.nothing {
  margin: 0 !important;
  list-style-type: none !important;
  padding: 0 !important;
}

img {
  max-width: 100%;
}

/**************************
  CONTAINERS
**************************/
.hero-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.76);
}

.page-id-12 .hero-wrapper h1, .page-id-12 .hero-wrapper h2, .page-id-12 .hero-wrapper h3, .page-id-12 .hero-wrapper h4, .page-id-12 .hero-wrapper h5, .page-id-12 .hero-wrapper h6, .page-id-12 .hero-wrapper p {
  color: #FCFCFC;
}
.page-id-12 .hero-wrapper:before {
  background: rgba(0, 0, 0, 0.45);
}

.page-template-page-template-contact .hero-wrapper:before {
  background: rgba(255, 255, 255, 0.9);
}

.hero-inner.wrapper {
  z-index: 2;
  padding: 10rem 15px 10rem;
  position: relative;
  min-height: 500px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper .wrapper-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.full {
  max-width: unset;
  background-color: #3D7290;
}
.wrapper.full .wrapper-inner {
  padding-left: 0;
  padding-right: 0;
}

.wrapper.sidebar {
  display: flex;
  justify-content: space-between;
}
.wrapper.sidebar .wrapper-inner {
  width: calc(100% - 400px);
}
.wrapper.sidebar .wrapper-sidebar {
  width: 300px;
  margin-right: 10px;
}
.wrapper.sidebar .wrapper-sidebar ul {
  list-style-type: none !important;
  padding: 0 !important;
}
.wrapper.sidebar .wrapper-sidebar ul .widget {
  background-color: #3D7290;
  padding: 1.5rem;
  border-radius: 5px;
}

.one-col {
  max-width: 900px;
  margin: 0 auto;
}

.col.center {
  display: flex;
  justify-content: center;
}

.two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.two-col :first-child {
  -ms-grid-column: 1;
}
.two-col :last-child {
  -ms-grid-column: 2;
}

.three-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}
.three-col :first-child {
  -ms-grid-column: 1;
}
.three-col :nth-child(2) {
  -ms-grid-column: 2;
}
.three-col :last-child {
  -ms-grid-column: 3;
}

.two-col-grid {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.two-col-grid .col {
  width: 49%;
}

.three-col-grid {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.three-col-grid .col {
  width: 32%;
}

.align-c {
  align-items: center;
}

@media screen and (max-width: 575px) {
  .two-col {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
/** IE11/10 **/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .two-col .col, .three-col .col {
    margin: 0 5px;
  }
}
.gap {
  padding-top: 5rem;
}

.gap-b {
  padding-bottom: 5rem;
}

/**************************
  MAIN FONTS
**************************/
strong {
  font-weight: 700;
  color: #3D7290;
}

h1 {
  color: #1E2634;
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 1.5rem;
}

h2 {
  color: #1E2634;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 2rem;
  position: relative;
  margin-bottom: 1.5rem;
}

h3 {
  color: #1E2634;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}

h4 {
  color: #1E2634;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1.5rem;
}

h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
  color: #3D7290 !important;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #1E2634;
}

p.large {
  font-size: 20px;
  line-height: 32px;
  color: #FCFCFC;
}

p.small {
  font-size: 14px;
  color: #FCFCFC;
}

li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #FCFCFC;
}

#main-content ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

/* Sweep To Right */
.btn {
  background-color: #3D7290;
  padding: 10px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #FCFCFC;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #3D7290;
  /* */
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.btn:before {
  content: "";
  position: absolute;
  border: #3D7290 solid 1px;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.btn.alt:before {
  border-color: #1E2634;
}

.btn.alt {
  background-color: #1E2634;
  color: #FCFCFC;
  border-color: #1E2634;
}

/**************************
  MAIN NAV
**************************/
/**************************
  FORM
**************************/
.gform-body.gform_body * {
  font-family: "DM Sans", sans-serif !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  border: none !important;
  background-color: rgba(30, 38, 52, 0.05) !important;
  padding: 15px !important;
  font-family: "DM Sans", sans-serif !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
}

.gform_footer.before {
  justify-content: center !important;
}

input#gform_submit_button_1 {
  background-color: #3D7290 !important;
  padding: 10px 40px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #FCFCFC !important;
  text-decoration: none !important;
  margin-right: 10px !important;
  margin-bottom: 5px !important;
  border: 1px solid #3D7290 !important;
  font-family: "DM Sans", sans-serif !important;
}

/**************************
  FLICKITY
**************************/
.carousel-cell {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}
.carousel-cell .carousel-inner {
  max-width: 1200px;
  margin: 0 auto;
  max-height: 800px;
  position: relative;
}
.carousel-cell .carousel-inner .carousel-content {
  padding: 3rem 3rem 2rem 3rem;
  width: 500px;
  background-color: #1E2634;
  position: absolute;
  right: 75px;
  top: 200px;
}
.carousel-cell .carousel-inner .carousel-content h1, .carousel-cell .carousel-inner .carousel-content h2, .carousel-cell .carousel-inner .carousel-content h3, .carousel-cell .carousel-inner .carousel-content h4, .carousel-cell .carousel-inner .carousel-content h5, .carousel-cell .carousel-inner .carousel-content p, .carousel-cell .carousel-inner .carousel-content span, .carousel-cell .carousel-inner .carousel-content a {
  color: #FCFCFC;
}

.carousel-nav .carousel-cell {
  height: 175px;
  width: 20%;
  opacity: 0.8;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-nav .carousel-cell h6 {
  position: relative;
  z-index: 2;
  color: #FCFCFC;
  text-align: center;
}
.carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}
.carousel-nav .carousel-cell.is-nav-selected:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(30, 38, 52, 0.7);
}

.flickity-viewport {
  transition: height 0.2s;
}

/**************************
  SERVICES & PROJECTS
**************************/
.services-grid .service-img {
  height: 220px;
  object-fit: cover;
  margin-bottom: 0.5rem;
  width: 100%;
}
.services-grid h3 {
  margin-bottom: 0.5rem;
}

.dark-bg {
  background-color: #1E2634;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg span {
  color: #FCFCFC;
}

.projects-grid {
  row-gap: 1rem;
}
.projects-grid img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}
.projects-grid h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.projects-grid .excerpt {
  display: none;
}
.projects-grid .grid-item {
  text-align: center;
}
.projects-grid .grid-item div:hover {
  cursor: pointer !important;
}

.projects-grid .grid-item.gigante {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: center;
  background-color: #ebebeb;
  text-align: left;
}
.projects-grid .grid-item.gigante img {
  margin-bottom: 0 !important;
  display: flex;
}
.projects-grid .grid-item.gigante .excerpt {
  display: block;
}

.grid-filter ul {
  margin: 0 !important;
  padding: 0 !important;
}

#filters {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
}
#filters a {
  color: #1E2634;
}
#filters a.selected {
  color: #3D7290;
  text-decoration: underline;
}

.grid .grid-item {
  width: 32%;
}

.grid-sizer {
  width: 32%;
}

.gutter-sizer {
  width: 2%;
}

/**************************
  FOOTER
**************************/
.grey-bg {
  background-color: #F6F6F6;
}

footer {
  background-color: #1E2634;
  padding: 4rem 0 1rem;
  text-align: left;
}
footer h2.widgettitle {
  font-size: 16px;
  line-height: 24px;
}
footer h2, footer span, footer a, footer p {
  color: #FCFCFC;
}
footer p {
  font-size: 14px;
  line-height: 24px;
}
footer .menu li {
  padding: 2px 0;
  font-size: 14px;
  line-height: 24px;
}

.bottom-bar {
  text-align: center;
  margin-top: 3rem;
}
.bottom-bar * {
  font-size: 12px;
  color: #3D7290;
}

.contact-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-icons a {
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
.contact-icons a div {
  display: inline-flex;
  background-color: #3D7290;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
}
.contact-icons a div svg {
  width: auto;
  height: 18px;
}
.contact-icons a div svg path {
  fill: #FCFCFC;
}
.contact-icons a:hover div {
  opacity: 0.8;
}

.contact-icons.contact-page {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-icons.contact-page a {
  color: #1E2634;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.contact-icons.contact-page a div {
  display: inline-flex;
  background-color: #1E2634;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
}
.contact-icons.contact-page a div svg {
  width: auto;
  height: 18px;
}
.contact-icons.contact-page a div svg path {
  fill: #FCFCFC;
}
.contact-icons.contact-page a:hover {
  color: #3D7290;
}
.contact-icons.contact-page a:hover div {
  background-color: #3D7290;
  opacity: 1;
}

/**************************
  MEDIA QUERIES
**************************/
@media screen and (max-width: 991px) {
  footer .one-col .col > ul {
    justify-content: center;
    flex-direction: column;
  }
  footer .one-col .col > ul > li {
    margin-bottom: 1.5rem;
  }
  .two-col {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .lower-text .two-col :first-child {
    order: 2;
  }
  .lower-text .two-col :last-child {
    col: 1;
  }
  .grid .grid-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #left {
    order: 2;
  }
  #right {
    order: 1;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
  }
  .two-col, .three-col {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .carousel-cell .carousel-inner .carousel-content {
    position: relative;
    right: unset;
    top: 20px;
    left: 20px;
    width: 80%;
    padding: 2rem 2rem 1rem 2rem;
  }
  .carousel-nav .carousel-cell {
    display: none;
  }
  .carousel-cell {
    height: 600px;
  }
  .lower-text .two-col :first-child {
    order: 2;
  }
  .lower-text .two-col :last-child {
    col: 1;
  }
}
@media screen and (max-width: 575px) {
  .gap {
    padding-top: 3rem;
  }
  .gap-b {
    padding-bottom: 3rem;
  }
  .grid .grid-item {
    width: 100%;
  }
  .hero-inner.wrapper {
    padding: 7rem 15px;
  }
}

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