* {
  --e-global-color-primary: #6ec1e4;
  --e-global-color-secondary: #54595f;
  --e-global-color-text: #7a7a7a;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;

  padding: 0;
  margin: 0;

  color: #ffffff;
  font-family: "Quicksand", Sans-serif;
  font-weight: 400;
  line-height: 40px;
}

body {
  display: flex;
  flex-direction: column;
}

.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}

.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}

h1 {
  font-size: 35px;
}

strong {
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  line-height: normal;
}

strong,
b {
  line-height: normal;
}

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

p {
  color: #fff;
  line-height: normal;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.header-footer-group {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 48px;
  padding: 0.5rem 0;
}

#hero {
  background-image: url('/assets/jose.jpg');
  background-attachment: scroll;
  margin: 0;
  background-color: #026ba7;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-position: -90px auto;
  background-size: initial;
  color: #fff;
  padding: 1rem;
  position: relative;
}

#hero .hero-container {
  z-index: 1;
}

#hero .black-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background-color: rgba(2,107,167, 0.8);
  z-index: 0;
}

.site-logo {
  width: 192px;
  height: 48px;
  background-image: url("./logo-fenacam.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.screen-reader-text {
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-inner {
  height: auto;
}

.section-inner {
  width: 100%;
}

.text-center {
  text-align: center;
}

.product-info {
  padding: 0.5rem 2rem;
  margin: 1rem 0;
}

ul {
  color: #026ba7;
  list-style-type: disc;
}

p.dark {
  color: #026ba7;
}

ul li {
  line-height: normal;
  color: #026ba7;
  font-size: 18px;
}

header {
  height: 60px;
}

#site-header {
  background-color: #ffffff;
  color: #026ba7;
  height: 60px;
  padding: 1rem;
}

.flex {
  display: flex;
  flex-direction: column;
}

.action-btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  background-color: #61ce7000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #707070;
  border-radius: 50px 50px 50px 50px;
  color: #026ba7;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
}

.action-btn * {
  color: #026ba7;
  font-weight: 700;
}

h3 {
  color: #026ba7;
  font-family: "Quicksand", Sans-serif;
  font-size: 30px;
  font-weight: 400;
}

footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-content {
  background-image: url(bg.jpg);
  width: 100%;
  height: 300px;
  background-position: 730px -210px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  align-items: center;
  justify-content: center;
}

.medium-txt {
  font-size: 26px !important;
  font-weight: bolder;
}

.large-txt {
  font-size: 36px !important;
  font-weight: bolder;
}

nav a,
nav h4 {
  color: #026ba7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

h4 {
  font-weight: 500;
  font-size: 1.3rem;
}

.footer-content .content {
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #026ba7;
  text-transform: uppercase;
  min-height: 250px;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.representative {
  width: 100%;
}

.representative img {
  width: 100%;
  height: 100%;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container .icon64 {
  width: 64px;
}

.footer-content .content span {
  color: #fff;
  font-weight: 700;
}

.footer-content .content p {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.footer-content .content a {
  color: #fff;
  max-width: fit-content;
  font-size: 15px;
  text-decoration: none;
  padding: 1rem 0;
}

.bg-overlay {
  background-color: rgba(2, 107, 167, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#hero .info .atencao {
  display: flex;
  flex-direction: column;
}

.product-info .container:not(:first-child) {
  margin-top: 2rem;
}

.representative {
  margin-top: 30px;
}

#quem-somos {
  display: flex;
  margin: 0 auto;
  width: 100vw;
  flex-direction: column;
}

#quem-somos * {
  color: #026ba7;
}

#quem-somos p:last-child {
  margin-bottom: 2rem;
}

#quem-somos h2 {
  text-align: center;
  background-color: #026ba7;
  color: #fff;
  font-size: 32px;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

#quem-somos h6 {
  text-align: center;
  color: #026ba7;
  font-size: 24px;
  padding: 0.5rem 0;
  margin: 1rem 0;
  font-weight: bold;
}

#quem-somos p {
  padding: 0 1rem;
}

.detalhe-servicos {
  display: flex;
  margin: 3rem 0;
}

.detalhe-servicos p {
  line-height: auto;
  margin: 0 1rem;
  height: 100%;
  color: #026ba7;
  border-left: 3px solid #026ba7;
  font-weight: bolder;
  margin-bottom: 2rem;
  display: flex;
}

#contrate .content a {
  font-size: 2rem !important;
  font-weight: bold;
}

.detalhe-servicos {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

/* hide on resolutions higher than 1080px */
@media screen and (min-width: 1080px) {
  .product-info {
    align-self: center;
  }

  #quem-somos {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
  }

  .servicos.desktop {
    width: 80%;
    justify-content: center;
    align-self: center;
  }

  #quem-somos .container {
    display: flex;
  }

  #quem-somos .container.col {
    flex-direction: column;
  }

  #quem-somos .container .imagem {
    background-image: url("/assets/quem-somos.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
  }

  #quem-somos .container h2 {
    background-color: #fff;
    position: relative;
    z-index: 0;
    line-height: 30px;
    text-align: right;
    padding-right: 30px;

    &::before {
      content: "";
      background-color: #026ba7;
      height: 60px;
      width: 121%;
      display: block;
      position: absolute;
      left: -200px;
      top: 0;
      z-index: -1;
    }
  }

  #quem-somos .container .descricao {
    width: 70%;
  }

  .hide-desktop {
    display: none;
  }

  .representative {
    margin-top: 0;
  }

  .hide-desktop {
    display: none;
  }

  #hero {
    background-image: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    min-height: 300px;
    overflow: hidden;
  }

  #hero .info {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: calc(100vw);
    padding: 3rem;
  }

  #hero .representative {
    max-width: 514px;
  }

  .product-info .container:not(:first-child) {
    margin: 0;
  }

  .product-info {
    max-width: 1280px;
    display: flex;
    flex-direction: row;
  }

  .product-info div.container {
    flex: 1;
    text-align: center;
  }

  .product-info ul {
    list-style-type: none;
  }

  #hero .hero-container {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }

  .representative img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .footer-content {
    background-size: cover;
    background-position: 0 -490px;
    background-attachment: fixed;
  }

  .product-info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

/* hide on resolutions higher than 1080px */

@media screen and (max-width: 1080px) {
  .hide-mobile {
    display: none;
  }
}
