@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}

body {
  background-color: #0A0B39;
}

.main {
  widows: 100%;
  min-height: 100vh;
}

.top-bar {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
}

.top-bar-color {
  background-color: #0A0B39;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-bar-menu {
  list-style: none;
  text-align: center;
  width: 45%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-bar-menu .menu-link {
  float: left;
}

.top-bar-menu .menu-link a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  font-size: 1.2em;
}

.top-bar-menu .menu-link .contact-button {
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  border: solid 2px #FFF;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  background-color: transparent;
}

.top-bar-menu .menu-link .contact-button:active {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.burguer-icon {
  display: none;
}

/*Seção inicial "Home"*/
#home-section {
  width: 100%;
  height: 100vh;
  background-image: url(../src/img/home-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#home-section .home {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(10, 11, 57, 0.8);
}

#home-section .home-content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#home-section .home-content .home-text {
  font-size: 2.2em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#home-section .home-content .services-button {
  width: 185px;
  height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  border: solid 2px #FFF;
  background-color: transparent;
  margin-top: 50px;
  outline: none;
  cursor: pointer;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

#home-section .home-content .services-button:active {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

/*Seção "A Empresa"*/
#enterprise-section {
  width: 100%;
  height: 90vh;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#enterprise-section .enterprise-content {
  width: 80%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

#enterprise-section .enterprise-content .desktop-logo {
  max-width: 40%;
  display: block;
}

#enterprise-section .enterprise-content .mobile-logo {
  display: none;
}

#enterprise-section .enterprise-content .enterprise-content-text {
  width: 50%;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}

#enterprise-section .enterprise-content .enterprise-content-text h1 {
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  width: 100%;
  color: #0A0B39;
  margin-bottom: 25px;
}

#enterprise-section .enterprise-content .enterprise-content-text p {
  text-align: justify;
  font-size: 1.2em;
}

#enterprise-section .enterprise-content .portfolio-button {
  width: 185px;
  height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  border: solid 2px #0A0B39;
  background-color: transparent;
  margin-top: 50px;
  outline: none;
  cursor: pointer;
  color: #0A0B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

#enterprise-section .enterprise-content .portfolio-button:active {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

/*Seção "Portfolio"*/
#portfolio-section {
  width: 100%;
  height: 90vh;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#portfolio-section .portfolio-section-title {
  width: 90%;
  text-align: center;
  font-size: 1.6em;
  margin-top: 25px;
  color: #0A0B39;
}

#portfolio-section .portfolio-section-line {
  width: 15%;
  height: 2px;
  background-color: #0A0B39;
  margin-top: 10px;
}

#portfolio-section .portfolio-content {
  width: 90%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

#portfolio-section .portfolio-content .portfolio-card {
  width: 40vw;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

#portfolio-section .portfolio-content .portfolio-card h1 {
  color: #FFF;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(10, 11, 57, 0.8);
  text-align: center;
  z-index: 2;
}

#portfolio-section .portfolio-content .portfolio-card video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#portfolio-section .portfolio-card:nth-child(1) {
  background-image: url(../src/video/portfolio-video-gestao-1280x720.gif);
}

#portfolio-section .portfolio-card:nth-child(2) {
  background-image: url(../src/video/portfolio-video-rentabilidade-1280x720.gif);
}

/*Modal da seção do portfolio*/
.portfolio-modal {
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(10, 11, 57, 0.5);
  z-index: 100;
  cursor: pointer;
}

.portfolio-modal .modal-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  color: #FFF;
}

.portfolio-modal .modal-close span {
  font-size: 2.1em;
}

.portfolio-modal .modal {
  width: 80%;
  height: 80vh;
  background-color: #0A0B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-modal .modal video {
  width: 100%;
  outline: none;
}

/*Seção dos serviços da empresa*/
#services-section {
  width: 100%;
  height: auto;
  background-color: #FFF;
}

#services-section .services-cards-content {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  background-color: #FFF;
}

#services-section .services-cards-content h1 {
  text-align: center;
  font-size: 1.6em;
  color: #0A0B39;
  text-transform: uppercase;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#services-section .services-cards-content .services-card {
  width: 20vw;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: default;
  border-radius: 3px;
}

#services-section .services-cards-content .services-card img {
  max-width: 25%;
  margin-top: 15px;
  background-color: #0A0B39;
  border-radius: 50%;
}

#services-section .services-cards-content .services-card .card-title {
  color: #0A0B39;
  font-size: 1.25em;
  text-align: center;
  max-width: 95%;
  margin-top: 15px;
}

#services-section .services-cards-content .services-card .card-text {
  max-width: 90%;
  text-align: center;
  color: #9E9E9E;
  margin-top: 15px;
}

#services-section .services-cards-content .services-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.15);
}

/*Seção dos contatos */
#contact-section {
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../src/img/contact-background.png);
  background-position: center;
  background-size: cover;
}

#contact-section .contact-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(10, 11, 57, 0.9);
}

#contact-section .contact-content .contact-links {
  width: 36%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#contact-section .contact-content .contact-links h1 {
  text-transform: uppercase;
  color: #FFF;
}

#contact-section .contact-content .contact-links a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  text-decoration: none;
}

#contact-section .contact-content .contact-links a h3 {
  margin-left: 5px;
}

#contact-section .contact-content .contact-links img {
  max-width: 20px;
}

#contact-section .contact-content .contact-map {
  width: 350px;
  height: 350px;
  border: none;
}

/*Rodapé da página*/
.footer-section {
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section .footer-map {
  width: 300px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #FFF;
  font-weight: 700;
  margin-top: 30px;
}

.footer-section .footer-map h4 {
  margin-bottom: 10px;
}

.footer-section .footer-map a {
  color: #FFF;
  text-decoration: none;
}

.footer-section .footer-logo-content {
  width: 255px;
  height: 150px;
  margin-top: 30px;
}

.footer-section .footer-logo-content a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
}

.footer-section .footer-logo-content a h4 {
  margin-left: 5px;
}

.footer-section .footer-logo-content a span {
  font-size: 20px;
}

.footer-section .footer-logo-content a img {
  max-width: 8%;
}

.footer-section .footer-logo-content .footer-logo {
  max-width: 90%;
  margin-top: -10px;
  margin-left: -35px;
}

.footer-section footer {
  width: 75%;
  height: 40px;
  border-top: solid 1px #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.footer-section footer h5 {
  color: #FFF;
  font-weight: 700;
}

/*Responsividade para tablets*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main {
    overflow-x: hidden;
  }
  .top-bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-bar .top-bar-logo {
    max-width: 80%;
  }
  .top-bar-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #0A0B39;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    z-index: 2;
  }
  .top-bar-menu-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .burguer-icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-right: 35px;
    z-index: 5;
  }
  .burguer-icon .lines {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /*Seção inicial "Home"*/
  #home-section .home-content {
    width: 95%;
  }
  #home-section .home-content .home-text {
    font-size: 2em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
  }
  /*Seção "A Empresa"*/
  #enterprise-section {
    width: 100%;
    height: 90vh;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #enterprise-section .enterprise-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  #enterprise-section .enterprise-content .desktop-logo {
    display: none;
  }
  #enterprise-section .enterprise-content .mobile-logo {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #enterprise-section .enterprise-content .enterprise-content-text {
    width: 100%;
  }
  #enterprise-section .enterprise-content .enterprise-content-text h1 {
    font-size: 2.2em;
    margin-bottom: 25px;
  }
  #enterprise-section .enterprise-content .enterprise-content-text p {
    font-size: 1.6em;
  }
  #enterprise-section .enterprise-content .portfolio-button {
    width: 250px;
    height: 80px;
    text-transform: uppercase;
    font-size: 1.3em;
  }
  /*Seção "Portfolio"*/
  #portfolio-section {
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #portfolio-section .portfolio-section-title {
    margin-top: 30px;
  }
  #portfolio-section .portfolio-section-line {
    width: 90%;
  }
  #portfolio-section .portfolio-content {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #portfolio-section .portfolio-content .portfolio-card {
    width: 90%;
    height: 45vh;
  }
  /*Modal da seção do portfolio*/
  .portfolio-modal .modal {
    width: 95%;
    height: auto;
  }
  /*Seção dos serviços da empresa*/
  #services-section {
    height: auto;
    background-size: cover;
  }
  #services-section .services-cards-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #services-section .services-cards-content h1 {
    font-size: 2em;
    margin-top: 40px;
  }
  #services-section .services-cards-content .services-card {
    width: 90%;
  }
  #services-section .services-cards-content .services-card img {
    max-width: 17%;
  }
  #services-section .services-cards-content .services-card .card-title {
    font-size: 1.8em;
  }
  #services-section .services-cards-content .services-card .card-text {
    font-size: 1.5em;
  }
  #services-section .services-cards-content .services-card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /*Seção dos contatos */
  #contact-section .contact-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  /*Rodapé da página*/
  .footer-section {
    height: 30vh;
  }
  .footer-section footer {
    width: 88%;
  }
}

/*Responsividade para smartphones*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  .main {
    overflow-x: hidden;
  }
  .top-bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-bar .top-bar-logo {
    width: 200px;
  }
  .top-bar-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #0A0B39;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    z-index: 2;
  }
  .top-bar-menu-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .burguer-icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-right: 35px;
    z-index: 5;
  }
  .burguer-icon .lines {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /*Home Section*/
  #home-section {
    background-size: cover;
  }
  #home-section .home-content {
    width: 85%;
  }
  #home-section .home-content .home-text {
    font-size: 1.5em;
    text-align: left;
  }
  #home-section .home-content .services-button {
    margin-top: 50px;
  }
  /*Seção "A Empresa"*/
  #enterprise-section {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #enterprise-section .enterprise-content {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  #enterprise-section .enterprise-content .desktop-logo {
    display: none;
  }
  #enterprise-section .enterprise-content .mobile-logo {
    max-width: 90%;
    display: block;
    margin-bottom: 15px;
  }
  #enterprise-section .enterprise-content .enterprise-content-text {
    width: 88%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  #enterprise-section .enterprise-content .enterprise-content-text h1 {
    width: 85%;
    margin-bottom: 15px;
    font-size: 1.8em;
  }
  #enterprise-section .enterprise-content .portfolio-button {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  /*Seção "Portfolio"*/
  #portfolio-section {
    height: auto;
  }
  #portfolio-section .portfolio-section-title {
    width: 90%;
  }
  #portfolio-section .portfolio-section-line {
    width: 85%;
  }
  #portfolio-section .portfolio-content {
    width: 95%;
    height: 95vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    -webkit-transition: none;
    transition: none;
  }
  #portfolio-section .portfolio-content:hover {
    background-size: cover;
    background-position: center;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    -webkit-transform: none;
            transform: none;
  }
  #portfolio-section .portfolio-content .portfolio-card {
    width: 90%;
    height: 45vh;
  }
  /*Modal da seção do portfolio*/
  .portfolio-modal .modal {
    width: 90%;
    height: auto;
  }
  /*Seção dos serviços da empresa*/
  #services-section {
    height: auto;
    background-size: cover;
  }
  #services-section .services-cards-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #services-section .services-cards-content h1 {
    font-size: 1.6em;
    margin-top: 30px;
  }
  #services-section .services-cards-content .services-card {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
  #services-section .services-cards-content .services-card img {
    max-width: 25%;
  }
  #services-section .services-cards-content .services-card .card-title {
    font-size: 1.3em;
  }
  #services-section .services-cards-content .services-card .card-text {
    font-size: 1.2em;
  }
  #services-section .services-cards-content .services-card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /*Seção dos contatos */
  #contact-section {
    height: auto;
  }
  #contact-section .contact-content {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #contact-section .contact-content .contact-links {
    width: 90%;
    height: 200px;
    margin-bottom: 50px;
  }
  #contact-section .contact-content .contact-links img {
    max-width: 25px;
  }
  #contact-section .contact-content .contact-map {
    width: 90%;
    margin-bottom: 20px;
  }
  /*Rodapé da página*/
  .footer-section {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-section .footer-map {
    width: 90%;
    height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
    font-weight: 600;
  }
  .footer-section .footer-map h4 {
    margin-bottom: 8px;
  }
  .footer-section .footer-logo-content {
    width: 90%;
    height: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .footer-section .footer-logo-content a {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .footer-section .footer-logo-content a img {
    max-width: 20px;
  }
  .footer-section .footer-logo-content .footer-logo {
    display: none;
  }
  .footer-section footer {
    width: 90%;
  }
}

/*Animações da página*/
/*Animação dos icone de menu*/
.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

/*Animação dos itens da seção enterprise*/
.img-animate {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}

.text-animate {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}

.item-animate {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

/*Animação dos cards da seção portfolio*/
.portfolio-card-left {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}

.portfolio-card-rigth {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}

.portfolio-card-animate {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

/*Animação dos cards da seção de serviços*/
.card-animate-fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

.card-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

/*A nimação do modal que está na seção portfolio*/
.show-portfolio-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.show-portfolio-modal .modal {
  -webkit-animation: show-modal 0.3s;
          animation: show-modal 0.3s;
}
/*# sourceMappingURL=main.css.map */