*, ::after, ::before {
  box-sizing: border-box;
}

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

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  color: #999999;
  line-height: 1.4em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  background-color: #00A5DD;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0 14px 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
}
.sidenav .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #ffffff;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav ul li {
  text-align: right;
  font-weight: bold;
  margin-bottom: 4px;
}
.sidenav ul li .submenu {
  padding: 6px 0px 6px 14px;
  font-weight: normal;
}
.sidenav ul li .submenu a {
  font-size: 16px;
}
.sidenav ul li a {
  color: #FFFFFF;
}
.sidenav p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  line-height: 2em;
}
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 36px;
  padding: 8px;
}
.sidenav img {
  vertical-align: middle;
  margin-right: 5px;
}
.sidenav .redes {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  min-width: 200px;
}
.sidenav .redes p {
  width: 100%;
  margin: 0 0 2px 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.sidenav .redes p.tel {
  margin: 6px 0 10px 0;
}
.sidenav .redes a {
  display: block;
  padding: 8px;
}
.sidenav .redes svg {
  fill: #ffffff;
}

.navicon {
  color: #00A5DD;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  line-height: 22px;
  display: none;
}
@media (max-width: 991px) {
  .navicon {
    display: block;
  }
}
@media (max-width: 479px) {
  .navicon {
    text-indent: -1000px;
  }
}
.navicon:before {
  width: 26px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #00A5DD;
  border-radius: 4px;
  box-shadow: 0 8px 0 0 #00A5DD, 0 16px 0 0 #00A5DD;
}

#topo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topo .head {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #00A5DD;
}
@media (max-width: 991px) {
  #topo .head {
    display: none;
  }
}
#topo .head svg {
  fill: #FFFFFF;
  width: 19px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 4px;
}
@media (max-width: 1299px) {
  #topo .logo {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  #topo .logo {
    width: 300px;
  }
}
@media (max-width: 991px) {
  #topo .logo {
    width: 240px;
    margin: 15px 0;
  }
}
#topo .logo img {
  width: 100%;
}
#topo nav {
  padding: 32px 0;
}
#topo nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  #topo nav ul {
    display: none;
  }
}
#topo nav ul li {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  #topo nav ul li {
    font-size: 20px;
  }
}
#topo nav ul li.instagram {
  border-left: 2px solid #EEEEEE;
  font-size: 16px;
}
#topo nav ul li.instagram a {
  color: #00A5DD;
}
@media (max-width: 1199px) {
  #topo nav ul li.instagram span {
    display: none;
  }
}
#topo nav ul li.instagram svg {
  width: 21px;
  fill: #00A5DD;
  vertical-align: -5px;
}
#topo nav ul li a {
  padding: 0 26px;
  color: #000000;
}
@media (max-width: 1199px) {
  #topo nav ul li a {
    padding: 0 22px;
  }
}

#destaque {
  width: 100%;
  background: url("../imagens/destaque.jpg") center center no-repeat;
  background-size: auto 100%;
  font-size: 24px;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  #destaque {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #destaque {
    font-size: 18px;
  }
}
#destaque .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#destaque .container:before {
  content: "";
  padding-bottom: 48.07%;
}
@media (max-width: 991px) {
  #destaque .container:before {
    padding-bottom: 320px;
  }
}
#destaque .info {
  max-width: 442px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  #destaque .info {
    max-width: 312px;
  }
}
#destaque h2 {
  line-height: 0.9em;
  margin: 0 0 20px 0;
  font-size: 70px;
  letter-spacing: -0.03em;
}
@media (max-width: 1199px) {
  #destaque h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  #destaque h2 {
    font-size: 36px;
  }
}
#destaque a {
  color: #FFBF00;
}

#empresa .box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 991px) {
  #empresa .box-flex {
    flex-direction: column;
  }
}
#empresa .box-flex.top {
  align-items: flex-start;
}
#empresa .box-flex .foto {
  width: 472px;
  flex-shrink: 0;
  padding: 38px 18px 18px 38px;
  background: url(../imagens/bg-foto.gif) left top no-repeat;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  #empresa .box-flex .foto {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  #empresa .box-flex .foto {
    width: 100%;
  }
}
#empresa .box-flex .foto:before {
  content: "";
  padding-bottom: 50%;
}
#empresa .box-flex .foto:after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: url(../imagens/bg-foto2.gif) left top no-repeat;
}
#empresa .box-flex .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  right: 0;
  bottom: 0;
}
#empresa .box-flex .info {
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  #empresa .box-flex .info {
    padding-left: 0;
    text-align: center;
  }
}
#empresa .box-flex .info h3 {
  font-size: 55px;
  color: #333333;
  line-height: 1em;
  margin: 0 0 20px 0;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  #empresa .box-flex .info h3 {
    font-size: 48px;
  }
}
#empresa .box-flex .info a {
  display: inline-block;
  background-color: #00A5DD;
  line-height: 65px;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 42px;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (max-width: 567px) {
  #empresa .box-flex .info a {
    line-height: 30px;
    padding: 16px 42px;
  }
}
#empresa .box-flex .box-item {
  width: calc(33.333333333% - 20px);
  text-align: center;
}
@media (max-width: 991px) {
  #empresa .box-flex .box-item {
    width: 100%;
    max-width: 340px;
    margin: 50px auto 0px auto;
  }
}
#empresa .box-flex .box-item h4 {
  font-size: 35px;
  color: #00A5DD;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#servicos {
  background: url("../imagens/bg-servicos.jpg") center center no-repeat;
  background-size: auto 100%;
  padding: 155px 0 70px 0;
}
@media (max-width: 991px) {
  #servicos {
    margin-top: 60px;
    padding: 80px 0;
    background: #eaeaea;
    border-top: 3px solid #00A5DD;
  }
}
#servicos h2 {
  font-size: 55px;
  color: #333333;
  margin: 0 0 70px 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  #servicos h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #servicos h2 {
    margin-bottom: 60px;
    white-space: normal;
    line-height: 1em;
  }
}
#servicos h2:before, #servicos h2:after {
  width: 100%;
  content: "";
  flex-grow: 0;
  background: url("../imagens/line2.png") left center no-repeat;
}
@media (max-width: 1199px) {
  #servicos h2:before, #servicos h2:after {
    background-size: 80% auto;
  }
}
@media (max-width: 767px) {
  #servicos h2:before, #servicos h2:after {
    display: none;
  }
}
#servicos h2:after {
  transform: rotate(180deg) rotateX(180deg);
  background-position: left center;
}
#servicos .box-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #servicos .box-flex {
    flex-direction: column;
  }
}
#servicos .box-flex .left {
  width: 432px;
}
@media (max-width: 1199px) {
  #servicos .box-flex .left {
    width: 372px;
  }
}
@media (max-width: 767px) {
  #servicos .box-flex .left {
    width: 100%;
  }
}
#servicos .box-flex .right {
  width: 398px;
}
@media (max-width: 1199px) {
  #servicos .box-flex .right {
    width: 372px;
  }
}
@media (max-width: 767px) {
  #servicos .box-flex .right {
    width: 100%;
  }
}
#servicos h3 {
  display: flex;
  align-items: center;
  color: #333333;
  text-transform: uppercase;
  margin: 50px 0;
}
@media (max-width: 767px) {
  #servicos h3 {
    margin: 0 0 30px 0;
  }
}
#servicos h3 img {
  width: 34px;
  margin-right: 20px;
}

#contato {
  padding: 90px 0;
}
#contato h2 {
  font-size: 55px;
  color: #333333;
  margin: 0 0 70px 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  letter-spacing: -0.03em;
}
#contato h2:before, #contato h2:after {
  width: 100%;
  content: "";
  flex-grow: 0;
  background: url("../imagens/line.gif") left center no-repeat;
}
@media (max-width: 1199px) {
  #contato h2:before, #contato h2:after {
    background-size: 80% auto;
  }
}
@media (max-width: 567px) {
  #contato h2:before, #contato h2:after {
    display: none;
  }
}
#contato h2:after {
  transform: rotate(180deg) rotateX(180deg);
  background-position: left center;
}
#contato .box-flex {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  #contato .box-flex {
    flex-direction: column;
  }
}
#contato .box-flex > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #contato .box-flex > div {
    width: 100%;
  }
}
#contato .box-flex .addres {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  #contato .box-flex .addres {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  #contato .box-flex .addres {
    padding-left: 15px;
    margin-top: 50px;
  }
}
#contato .form-field {
  width: 100%;
  margin-bottom: 12px;
  border: 0;
  padding: 0 30px;
  line-height: 54px;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  background-color: #EEEEEE;
}
#contato .btn-enviar {
  background-color: #00A5DD;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
  line-height: 54px;
  border: 0;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
}
#contato h5 {
  font-size: 30px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media (max-width: 1299px) {
  #contato h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  #contato h5 {
    font-size: 22px;
  }
}
@media (max-width: 567px) {
  #contato h5 {
    word-break: break-word;
  }
}
#contato p {
  margin-top: 0;
  margin-bottom: 30px;
}
#contato span {
  color: #333333;
}

#rodape {
  background-color: #00A5DD;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  #rodape {
    padding: 50px 0;
  }
}
#rodape .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #rodape .container {
    flex-direction: column;
  }
}
#rodape .corpiring {
  background: url("../imagens/logo-rodape.png") left center no-repeat;
  color: #FFFFFF;
  padding: 40px 0 40px 400px;
}
@media (max-width: 1199px) {
  #rodape .corpiring {
    background-size: 40%;
    padding-left: 240px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #rodape .corpiring {
    background-position: center top;
    padding: 100px 0 30px 0;
    background-size: 280px;
  }
}
@media (max-width: 567px) {
  #rodape .corpiring {
    background-size: 256px;
    text-align: center;
  }
}
#rodape .tacitus {
  height: 49px;
}
@media (max-width: 1199px) {
  #rodape .tacitus {
    height: 34px;
  }
}

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