/* --------------------------------------------------- Setup - INICIO --------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,900,900i&display=swap");

:root {
  --primary-gradient: linear-gradient(45deg, #c81f0c 0%, #ee5712 63%, #f49717 100%);
  --header-gradient: linear-gradient(118deg, rgba(0,0,0,1) 0%, rgba(57,57,57,0.8326681014202556) 54%, rgba(255,255,255,0) 100%);
  --customers-gradient: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(57,57,57,0.8326681014202556) 54%, rgba(255,255,255,0) 100%);
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Raleway", sans-serif;
  --h1-size: 60pt;
  --header-1: 15pt;
  --primary-color: #ff6600
}

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

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--secondary-font);
}

main {
  width: 100%;
}
/* --------------------------------------------------- Setup - FIM --------------------------------------------------- */

/* --------------------------------------------------- NAVBAR - INICIO --------------------------------------------------- */
nav{
  width: 100%;
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(54,54,54,0.6));
}

nav > .brand {
  color: white;
  font-size: 12pt;
  font-weight: bold;
  height: 6rem;
  margin-top: 15px;
}

nav > .brand > img {
  height: 100%;
}

.mobile-button {
  display: none; 
}

.mobile-button > button {
  transform: rotate(-90deg);
  width: 4rem;
  height: 4rem;
  font-family: "Poppins", sans-serif;
  font-size: 25pt;
  font-weight: bold;
  color: white;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.menu-horizontal {
  list-style-type: none;
  margin: 0;
  display: flex;
}

.menu-horizontal li {
  padding: 0 1rem;
}

.nav-link {
  text-decoration: none;
  font-size: 11pt;
  color: white;
  border: solid thin transparent;
  padding-bottom: .3rem
}

.nav-link:hover, .nav-link:active {
  border-bottom: solid thin white;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 1.4s;
  border-radius: 10px;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/* --------------------------------------------------- NAVBAR - FIM --------------------------------------------------- */

/* --------------------------------------------------- TOP PAGE - INICIO --------------------------------------------------- */
.top-page {
  height: 100vh;
  background: url(../images/top.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-page:before {
  content: '';
  width: 100%;
  height: 100vh;
  background: var(--header-gradient);
  position: absolute;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.container-home {
  display: flex;
  width: 80%;
}

.text-container {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 10px;
  flex: .6;
  position: relative;
}

.text-container:before {
  content: "";
  background: var(--primary-color);
  width: 7vw;
  height: 45px;
  position: absolute;
  top: 20%;
  left: -10vw;
  margin-left: 3vw;
}

.text-container > h1 {
  font-family: var(--primary-font);
  font-size: 10vw;
  color: white;
  position: relative;
  width: 100%;
}

.text-container > p {
  color: white;
  font-size: 3vw;
  font-family: var(--secondary-text);
  font-style: italic;
  width: 100%;
}

.customers {
  background-color: rgba(0,0,0,0.5);
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}

.divTextCustomers {
  display: flex;
  align-items: center;
  width: 20%;
  padding-left: 20px;
}

.scrollable {
  width: 80%;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}

.text-customers {
  font-size: 16px;
  color: white;
  font-family: var(--secondary-text);
  font-style: italic;
}

.customer-brands {
  height: 3rem;
}

.customers-brands {
  list-style-type: none;
  display: flex;
  height: 3rem;
  width: 95%;
  overflow: auto;
  box-sizing: border-box;
  margin-top: 10px;
}

.customers-brands li {
  padding: 0 40px;
  width: 250px;
  align-items: center;
}
/* --------------------------------------------------- TOP PAGE - FIM --------------------------------------------------- */

/* --------------------------------------------------- QUEM SOMOS - INICIO --------------------------------------------------- */
#section-quemsomos {
  height: 100vh;
  position: relative;
  /* background-image: url(../images/building.png); */
  background-image: url(../images/building-back2.png);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

#section-quemsomos:before {
  content: '';
  width: 100%;
  height: 60vh;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 25%;
}

.container-quemsomos {
  display: flex;
  position: absolute;
  height: 60vh;
  width: 100%;
  top: 25%;
}

.text-quemsomos {
  padding-left: 7%;
  color: #fff;
  width: 70%;
}

.text-quemsomos > p {
  font-size: 10px;
  padding-top: 15px;
  font-style: italic;
  text-align: justify;
}

.phrase-quemsomos {
  color: #fff;
  margin-right: 20px;
  width: 30%;
}

.phrase-quemsomos > h1 {
  font-size: 25px;
  padding: 5px 0px 0px 20px;
  line-height: 1.5;
}
@media screen and                         (max-width:  600px) and (max-height:  300px) { } /* DEFAULT */
@media screen and (min-width:  601px) and (max-width:  900px) and (max-height:  300px) {
 .text-quemsomos > p {
   font-size: 11px;
   padding-right: 40px;
  }
 .phrase-quemsomos > h1 {
    font-size: 27px;
    padding: 5px 0px 0px 60px;
  }
}

@media screen                         and (max-width:  300px) and (min-height:  301px) and (max-height:  600px) {
  .phrase-quemsomos > h1 {
    font-size: 18px;
    padding: 10px 0px 0px 15px;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  301px) and (max-height:  600px) {
  .text-quemsomos > p {
    font-size: 11px;
  }
 .phrase-quemsomos > h1 {
    font-size: 19px;
    padding: 10px 0px 0px 20px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  301px) and (max-height:  600px) {
  .text-quemsomos > p {
    font-size: 13px;
  }
 .phrase-quemsomos > h1 {
    font-size: 28px;
    padding: 10px 0px 0px 50px;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  301px) and (max-height:  600px) {
  .text-quemsomos > p {
    padding-top: 30px;
    font-size: 18px;
  }
 .phrase-quemsomos > h1 {
    font-size: 30px;
    padding: 25px 50px 0px 140px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  301px) and (max-height:  600px) {
  .text-quemsomos > p {
    padding-top: 30px;
    font-size: 22px;
  }
 .phrase-quemsomos > h1 {
    font-size: 42px;
    padding: 20px 50px 0px 140px;
  }
}
@media screen                         and (max-width:  300px) and (min-height:  601px) and (max-height:  900px) {
  .text-quemsomos > p {
    padding-top: 20px;
    font-size: 11px;
  }
 .phrase-quemsomos > h1 {
    font-size: 21px;
    padding: 15px 0px 0px 10px;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  601px) and (max-height:  900px) {
  .text-quemsomos > p {
    padding-top: 20px;
    font-size: 11px;
  }
 .phrase-quemsomos > h1 {
    font-size: 21px;
    padding: 15px 0px 0px 10px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  601px) and (max-height:  900px) {
  .text-quemsomos > p {
    padding-top: 20px;
    font-size: 17px;
  }
 .phrase-quemsomos > h1 {
    font-size: 28px;
    padding: 15px 0px 0px 50px;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  601px) and (max-height:  900px) {
  .text-quemsomos > p {
    padding-top: 40px;
    font-size: 20px;
  }
 .phrase-quemsomos > h1 {
    font-size: 38px;
    padding: 30px 0px 0px 100px;
  }  
} 
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  601px) and (max-height:  900px) {
  .text-quemsomos > p {
    padding-top: 40px;
    font-size: 22px;
  }
 .phrase-quemsomos > h1 {
    font-size: 38px;
    padding: 30px 0px 0px 180px;
  }
} 
@media screen                         and (max-width:  600px) and (min-height:  901px) and (max-height: 1200px) {
  .text-quemsomos > p {
    padding-top: 30px;
    font-size: 18px;
  }
 .phrase-quemsomos > h1 {
    font-size: 30px;
    padding: 25px 0px 0px 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .text-quemsomos > p {
    padding-top: 30px;
    font-size: 22px;
  }
 .phrase-quemsomos > h1 {
    font-size: 42px;
    padding: 20px 50px 0px 140px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .text-quemsomos > p {
    padding-top: 30px;
    font-size: 22px;
  }
 .phrase-quemsomos > h1 {
    font-size: 42px;
    padding: 20px 50px 0px 140px;
  }
}
@media screen and (min-width: 1801px) {
  .text-quemsomos > p {
    padding-top: 30px;
    font-size: 28px;
  }
 .phrase-quemsomos > h1 {
    font-size: 55px;
    padding: 20px 80px 0px 140px;
  }
}
/* --------------------------------------------------- QUEM SOMOS - FIM --------------------------------------------------- */

/* --------------------------------------------------- VALORES - INICIO --------------------------------------------------- */
#section-valores {
  height: 100vh;
  background: linear-gradient(45deg, #c81f0c 0%, #ee5712 63%, #f49717 100%);
}
.cardBox {
  float: left;
  margin: 15% 0 0 5%;
  perspective: 800px;
  width: 27%;
}
.card {
  background: rgba(255,255,255,0.5);
  cursor: default;
  height: 60vh;
  transform-style: preserve-3d;
  transition: transform 1s ease 0s;
  width: 100%;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
  border-radius: 6px;
}
.card .front {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 1em;
  height: 100%;
  padding: 0.8em;
  position: absolute;
  text-align: center;
  width: 100%;
  border-radius: 6px;
}
.card-title {
  padding: 5% 0;
  font-size: 15px;
  font-weight: bold;
}
.card-text {
  font-size: 11px;
  font-style: italic;
  line-height: 1.4;
}
.card .front strong {
  display: none;
  background: rgba(0,0,0,0.15);
  color: #CB240C;
  font-size: 2.2em;
  margin: 5% 20%;
  padding: 3%;
  border-radius: 25%;
}
@media screen and                         (max-width:  600px) and (max-height:  300px) {  /* DEFAULT */
  .card .front strong {
    display: block;
    position: absolute;
    opacity: 0.3;
    width: 50%;
    height: 65%;
    margin: 10% 15%;
    font-size: 3.5em;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (max-height:  300px) {
  .card .front strong {
    opacity: 0.3;
    position: absolute;
    width: 50%;
    height: 65%;
    display: block;
    margin: 3% 21%;
    font-size: 4.5em;
  }
  .cardBox {
    margin-top: 13%;
  }
  .card {
    height: 55vh;
  }
}
@media screen                         and (max-width:  300px) and (min-height:  301px) and (max-height:  600px) {
  .card .front strong {
    opacity: 0.3;
    position: absolute;
    width: 50%;
    height: 65%;
    display: block;
    margin: 3% 21%;
    font-size: 4.5em;
  }
  .cardBox {
    width: 90%;
    margin-top: 8%;
  }
  #section-valores .cardBox:nth-child(1) {
    margin-top: 90px;
  }
  .card {
    height: 23vh;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  301px) and (max-height:  600px) {
  .card .front strong {
    opacity: 0.3;
    position: absolute;
    width: 50%;
    height: 65%;
    display: block;
    margin: 0% 21%;
    font-size: 1.5em;
  }
  .cardBox {
    width: 90%;
    margin-top: 5%;
  }
  #section-valores .cardBox:nth-child(1) {
    margin-top: 58px;
  }
  .card {
    height: 20vh;
  }
  .card-title {
    padding: 1% 0;
  }
  .card-text {
    font-size: 10px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  301px) and (max-height:  600px) {
  .card .front strong {
    display: block;
    margin: 2% 20%;
  }
  .card-title {
    font-size: 18px;
  }
  .card-text {
    font-size: 12px;
    padding-top: 4%;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  301px) and (max-height:  600px) {
  .card .front strong {
    display: block;
  }
  .card-title {
    font-size: 20px;
  }
  .card-text {
    font-size: 18px;
    padding-top: 15%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  301px) and (max-height:  600px) {
  .cardBox {
    margin-top: 12% !important;
  }
  .card .front strong {
    display: block;
  }
  .card-title {
    font-size: 23px !important;
  }
  .card-text {
    font-size: 22px !important;
    padding-top: 15% !important;
  }
}

@media screen                         and (max-width:  300px) and (min-height:  601px) and (max-height:  900px) {
  .cardBox {
    width: 90%;
  }
  #section-valores .cardBox:nth-child(1) {
    margin-top: 90px;
  }
  .card {
    height: 20vh;
  }
  .card .front strong {
    display: block;
  }
  .card-title {
    padding: 3% 0;
  }
  .card-text {
    font-size: 10px;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  601px) and (max-height:  900px) {
  .card .front strong {
    opacity: 0.3;
    position: absolute;
    width: 50%;
    height: 65%;
    display: block;
    margin: 3% 21%;
    font-size: 4.5em;
  }
  .cardBox {
    width: 90%;
    margin: 5%;
  }
  #section-valores .cardBox:nth-child(1) {
    margin-top: 90px;
  }
  .card {
    height: 20vh;
  }
  .card-title {
    padding: 3% 0;
  }
  .card-text {
    font-size: 12px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  601px) and (max-height:  900px) {
  .cardBox {
    width: 90%;
    margin: 5%;
  }
  #section-valores .cardBox:nth-child(1) {
    margin-top: 90px;
  }
  .card {
    height: 18vh;
  }
  .card .front strong {
    display: block;
  }
  .card-title {
    padding: 1% 0;
    font-size: 17px;
  }
  .card-text {
    font-size: 17px;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  601px) and (max-height:  900px) { 
  .card .front strong {
    display: block;
  }
  .card-title {
    font-size: 26px;
  }
  .card-text {
    font-size: 24px;
    padding-top: 15%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  601px) and (max-height:  900px) { 
  .card .front strong {
    display: block;
  }
  .card-title {
    font-size: 26px !important;
  }
  .card-text {
    font-size: 20px !important;
    padding-top: 5% !important;
  }
}

@media screen                         and (max-width:  600px) and (min-height:  901px) and (max-height: 1200px) {
  .cardBox {
    width: 90%;
    margin: 5%;
  }
  #section-valores .cardBox:nth-child(1) {
    margin-top: 110px;
  }
  .card {
    height: 18vh;
  }
  .card .front strong {
    display: block;
  }
  .card-title {
    padding: 1% 0;
    font-size: 17px;
  }
  .card-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .card .front strong {
    margin: 5% 35%;
  }
  .card-title {
    font-size: 30px;
  }
  .card-text {
    font-size: 30px;
    padding-top: 8%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .card .front strong {
    display: block;
    margin: 5% 35%;
  }
  .card-title {
    font-size: 38px;
  }
  .card-text {
    font-size: 36px;
    padding-top: 8%;
  }
}
@media screen and (min-width: 1801px) {
  .card .front strong {
    display: block;
    margin: 5% 35%;
  }
  .card-title {
    font-size: 38px;
  }
  .card-text {
    font-size: 38px;
    padding-top: 8%;
  }
}
/* --------------------------------------------------- VALORES - FIM --------------------------------------------------- */

/* --------------------------------------------------- CAROUSEL - INICIO --------------------------------------------------- */
.header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 90vh;
  justify-content: center;
  width: 80%;
}

.left {
  width: 50%;
  height: 100%;
  padding: 10% 0;
  background: url(../images/img-letter-right.png), url(../images/img-letter-left.jpg);
  /* background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTwDwlA2cguc6Qhz1fdezbEoLc7CrH7CT-AYzhT1dSt3fEnG5UT'), url('https://storage.needpix.com/rsynced_images/airport-2370854_1280.jpg'); */
  background-position: right bottom, right center;
  background-size: 50% 100%, cover;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text;
  color: #fff;
  -webkit-text-fill-color: transparent;
}

.left p {
  text-align: center;
  font-size: 150px;
  font-family: var(--primary-font);
  font-weight: 900;
  color: white;
  display: block;
}

.right {
  height: 100%;
  width: 50%;
  padding: 10% 5% 0 0;
}

.service-title {
  color: white;
  font-size: 20pt;
  line-height: 2;
} 

.right > p {
  color: white;
  font-size: 13px;
  font-style: italic;
  text-align: justify;
}

.row-2 {
  background-color: #fff;
  width: 100%;
  padding: 0 35px;
}

.listServices {
  list-style-type: none;
  display: flex;
  align-items: center;
  height: 10vh;
  box-sizing: border-box;
  justify-content: space-around;
}

.listServices > li > a:hover {
  color: rgb(255, 99, 71);
}

.header ul li a {
  font-style: italic;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(255, 99, 71, 0.6);
}

.arrow-carousel {
  border: none;
  color: rgba(0,0,0,0.5);
  padding: 15px 5px;
  text-decoration: none;
  font-size: 40px;
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
  top: 35%;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  left: calc(100% - 35px);
}

/* CLIENTES IMAGEM - INICIO */
.divDominios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  padding-top: 50px;
}

.column-tech {
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.12); */
  background: rgba(255,255,255,0.5);
  border-radius: 8px;
  padding: 10px;
}

.column-tech > img {
  border-radius: 8px;
  width: 50px;
  height: auto;
  padding: 5px;
}
/* CLIENTES IMAGEM - FIM */

/* CLIENTES CAROUSEL - INICIO */
.carousel-wrapper {
  position: relative;
  height: 100vh;
  background: var(--primary-gradient);
  display: flex;
  justify-content: center;
  transition-duration: 2s;
}

.carousel-wrapper:before{
  content:"";
  width: 350px;
  height: 100%;
  position: absolute;
  background: rgba(255,255,255,0.1);
  transform: skewX(-15deg);
}

.carousel-wrapper .carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.carousel-wrapper [id^="target-item"] {
  display: none;
}

.carousel-wrapper .item-1 {
  z-index: 2;
  opacity: 1;
}

.carousel-wrapper *:target ~ .item-1 {
  opacity: 0;
}

.carousel-wrapper #target-item-1:target ~ .item-1 {
  opacity: 1;
}

.carousel-wrapper #target-item-2:target ~ .item-2, .carousel-wrapper #target-item-3:target ~ .item-3, .carousel-wrapper #target-item-4:target ~ .item-4 {
  z-index: 3;
  opacity: 1;
}

.item-active {
  color: red !important;
}

.customer-brands {
  max-width: 100%;
  max-height: 80%;
}
.carta > a > img {
  max-width: 100%;
  max-height: 80%;
  /* background-color: #fff; */
}
.scrollable .items {
  display: flex;
  align-items: center;
  width: fit-content;
  text-align: center;
}
.items-brands .carta {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 120px;
  height: 65px;
  margin: 0 1em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.items-brands {
  animation: carro2 18s infinite alternate linear;
}
@keyframes carro {
  from {
    transform: translate 0, 0;
 }
  to {
    transform: translate(calc(-135% + (2*240px)));
 }
}

@keyframes carro2 {
  from {
      transform: translate 0, 0;
  }
    to {
      transform: translate(calc(-145% + (2*490px)));
  }
}
@media screen and (min-width: 500px) {
  @keyframes carro2 {
    from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-145% + (2*530px)));
    }
  }
  .items-brands {
    animation: carro2 15s infinite alternate linear;
  }
}
@media screen and (min-width: 800px) {
  @keyframes carro2 {
    from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-145% + (2*600px)));
    }
  }
  .items-brands {
    animation: carro2 12s infinite alternate linear;
  }
}
@media screen and (min-width: 1000px) {
  @keyframes carro2 {
      from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-145% + (2*700px)));
    }
  }
  .items-brands {
    animation: carro2 10s infinite alternate linear;
  }
}
@media screen and (min-width: 1200px) {
  @keyframes carro2 {
      from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-145% + (2*830px)));
    }
  }
  .items-brands {
    animation: carro2 8s infinite alternate linear;
  }
}
@media screen and (min-width: 1500px) {
  @keyframes carro2 {
      from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-145% + (2*930px)));
    }
  }
  .items-brands {
    animation: carro2 8s infinite alternate linear;
  }
}
@media screen and (min-width: 1900px) {
  @keyframes carro2 {
      from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-145% + (2*1100px)));
    }
  }
  .items-brands {
    animation: carro2 3s infinite alternate linear;
  }
}
@media screen and (min-width: 2500px) {
  @keyframes carro2 {
      from {
        transform: translate 0, 0;
    }
      to {
        transform: translate(calc(-205% + (2*1820px)));
    }
  }
  .items-brands {
    animation: carro2 13s infinite alternate linear;
  }
} 

.carta > img {
  max-width: 100%;
  max-height: 80%;
  /* background-color: #fff; */
}
.container {
  display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
.container .items {
  display: flex;
  align-items: center;
  width: fit-content;
  text-align: center;
}
.items-1, .items-3, .items-5 {
  animation: carro 15s infinite alternate linear;
}
.items-2, .items-4 {
  animation: carro 15s infinite alternate-reverse linear;
}
.container .items .carta {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 120px;
  height: 50px;
  /* background: rgba(0,0,0,0.2); */
  background: rgba(255,255,255,0.5);
  margin: 1em;
  /* padding: 0.5em; */
  border-radius: 10px;
  /* box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05); */
  justify-content: center;
  align-items: center;
}
/* CLIENTES CAROUSEL - INICIO */

@media screen                         and (max-width:  600px)                          and (max-height:  300px) {} /* DEFAULT */
@media screen and (min-width:  601px) and (max-width:  900px)                          and (max-height:  300px) {
  .left {
    padding: 7% 0;
  }
  .left p {
    font-size: 180px;
  }
  .right {
    padding: 10% 3% 0 7%;
  }
  .column-tech > img {
    width: 60px;
  }
}

@media screen                         and (max-width:  300px) and (min-height:  301px) and (max-height:  600px) {
  .carousel-wrapper:before {
    width: 90px;
  }
  .row {
    flex-direction: column;
    width: 70%;
  }
  .left {
    width: 100%;
    height: 50%;
    padding: 30% 0;
  }
  .right {
    width: 100%;
    height: 50%;
    padding: 3%;
  }
  .row-2 {
    padding: 0 15px;
  }
  .header ul li a {
    font-size: 7px;
  }
  .divDominios {
    display: none;
  }
  .container {
    display: block;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  301px) and (max-height:  600px) {
  .carousel-wrapper:before {
    width: 130px;
  }
  .row {
    flex-direction: column;
    width: 70%;
  }
  .left {
    width: 100%;
    height: 50%;
    padding: 25% 0;
  }
  .right {
    width: 100%;
    height: 50%;
    padding: 3%;
  }
  .row-2 {
    padding: 0 15px;
  }
  .header ul li a {
    font-size: 7px;
  }
  .divDominios {
    display: none;
  }
  .container {
    display: block;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  301px) and (max-height:  600px) { /* MOBILE HORIZONTAL - PRINCIPAIS */
  .carousel-wrapper:before {
    width: 230px;
  }
  .left {
    padding: 12% 0;
  }
  .left > p {
    font-size: 170px;
  }
  .right {
    padding: 15% 0 0 0;
  }
  .row-2 {
    padding: 2% 10%;
    height: 15vh;
  }
  .header ul li a {
    font-size: 12px;
  }
  .listServices {
    height: 90%;
    width: 100%;
  }
  .column-tech > img {
    width: 60px;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  301px) and (max-height:  600px) {
  .left > p {
    font-size: 200px;
  }
  .right {
    padding: 15% 0 0 0;
  }
  .row-2 {
    padding: 0 10%;
    height: 15vh;
  }
  .header ul li a {
    font-size: 16px;
  }
  .listServices {
    height: 90%;
    width: 100%;
  }
  .column-tech > img {
    width: 80px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  301px) and (max-height:  600px) { /* !important */
  .left > p {
    font-size: 275px !important;
  }
  .right {
    padding: 15% 0 0 0 !important;
  }
  .service-title {
    font-size: 36px !important;
  }
  .right > p {
    font-size: 20px !important;
  }
  .row-2 {
    padding: 0 10% !important;
    height: 15vh !important;
  }
  .header ul li a {
    font-size: 25px !important;
  }
  .listServices {
    height: 100% !important;
    width: 100% !important;
  }
  .column-tech > img {
    width: 115px !important;
  } 
}

@media screen                         and (max-width:  300px) and (min-height:  601px) and (max-height:  900px) {
  .carousel-wrapper:before {
    width: 130px;
  }
  .row {
    flex-direction: column;
    width: 70%;
  }
  .left {
    width: 100%;
    height: 50%;
    padding: 25% 0;
  }
  .right {
    width: 100%;
    height: 50%;
    padding: 3%;
  }
  .row-2 {
    padding: 0 15px;
  }
  .header ul li a {
    font-size: 7px;
  }
  .divDominios {
    display: none;
  }
  .container {
    display: block;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  601px) and (max-height:  900px) { /* MOBILE VERTICAL - PRINCIPAIS */
  .carousel-wrapper:before {
    width: 130px;
  }
  .row {
    flex-direction: column;
    width: 70%;
  }
  .left {
    width: 100%;
    height: 50%;
    padding: 25% 0;
  }
  .right {
    width: 100%;
    height: 50%;
    padding: 3%;
  }
  .row-2 {
    padding: 0 15px;
  }
  .header ul li a {
    font-size: 9px;
  }
  .items-brands {
    animation: carro2 23s infinite alternate linear;
  }
  .divDominios {
    display: none;
  }
  .container {
    display: block;
    height: 85%;
  }
  .container .items .carta {
    height: 60px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  601px) and (max-height:  900px) {
  .left {
    padding: 30% 0;
  }
  .left > p {
    font-size: 200px;
  }
  .right {
    padding: 25% 5% 0 5%;
  }
  .header ul li a {
    font-size: 15px;
  }
  .column-tech > img {
    width: 90px;
    padding: 10px;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  601px) and (max-height:  900px) {
  .left {
    padding: 20% 0;
  }
  .left > p {
    font-size: 250px;
  }
  .right {
    padding: 25% 5% 0 5%;
  }
  .service-title {
    font-size: 30px;
  }
  .right > p {
    font-size: 20px;
  }
  .header ul li a {
    font-size: 20px;
  }
  .column-tech > img {
    width: 112px;
    padding: 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  601px) and (max-height:  900px) { /* !important - PRINCIPAIS DESKTOP/NOTEBOOK */
  .left {
    padding: 14% 0 !important;
  }
  .left > p {
    font-size: 250px !important;
  }
  .right {
    padding: 16% 2% 0 2% !important;
  }
  .service-title {
    font-size: 36px !important;
  }
  .right > p {
    font-size: 24px !important;
  }
  .row-2 {
    padding: 0 10% !important;
  }
  .header ul li a {
    font-size: 20px !important;
  }
  .column-tech > img {
    width: 130px !important;
    padding: 10px !important;
  }
  .arrow-carousel {
    padding: 30px 18px !important;
  }
  .arrow-left {
    left: 4% !important;
  }
  .arrow-right {
    left: 92% !important;
  }
} 

@media screen                         and (max-width:  600px) and (min-height:  901px) and (max-height: 1200px) {
  .carousel-wrapper:before {
    width: 170px;
  }
  .row {
    flex-direction: column;
    width: 75%;
  }
  .left {
    width: 100%;
    height: 50%;
    padding: 25% 0;
  }
  .left > p {
    font-size: 200px;
  }
  .right {
    width: 100%;
    height: 50%;
    padding: 8%;
  }
  .service-title {
    font-size: 30px;
  }
  .right > p { 
    font-size: 20px;;
  }
  .row-2 {
    padding: 0 8%;
  }
  .header ul li a {
    font-size: 13px;
  }
  .arrow-carousel {
    padding: 26px 15px;
  }
  .arrow-left {
    left: 4%;
  }
  .arrow-right {
    left: 90%;
  }
  .divDominios {
    padding: 5%;
  }
  .column-tech > img {
    width: 100px;
    padding: 10px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1500px) { }  
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .left {
    padding: 14% 0;
  }
  .left > p {
    font-size: 300px;
  }
  .right {
    padding: 16% 2% 0 2%;
  }
  .service-title {
    font-size: 40px;
  }
  .right > p {
    font-size: 28px;
  }
  .row-2 {
    padding: 0 10%;
  }
  .header ul li a {
    font-size: 28px;
  }
  .column-tech > img {
    width: 150px;
    padding: 20px;
  }
  .arrow-carousel {
    padding: 30px 18px;
  }
  .arrow-left {
    left: 4%;
  }
  .arrow-right {
    left: 92%;
  }
} 
@media screen and (min-width: 1801px) {
  .left {
    padding: 14% 0;
  }
  .left > p {
    font-size: 400px;
  }
  .right {
    padding: 16% 2% 0 2%;
  }
  .service-title {
    font-size: 44px;
  }
  .right > p {
    font-size: 32px;
  }
  .row-2 {
    padding: 0 10%;
  }
  .header ul li a {
    font-size: 30px;
  }
  .column-tech > img {
    width: 200px;
    padding: 25px;
  }
  .arrow-carousel {
    padding: 40px 25px;
  }
  .arrow-left {
    left: 4%;
  }
  .arrow-right {
    left: 92%;
  }
}  
/* --------------------------------------------------- CAROUSEL - FIM --------------------------------------------------- */

/* --------------------------------------------------- VIDEO - INICIO --------------------------------------------------- */
#section-video {
  height: 100vh;
  background-image: var(--primary-gradient);
  display: flex;
}

.video {
  width: 50%;
  height: 70%;
  padding: 70px 10px 0 10px;
}

.video-text {
  width: 50%;
  height: 100%;
}

.video-text > p {
  height: 100%;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  text-align: justify;
  padding: 70px 20px 0 10px;
  color: #fff;
}

@media screen and                         (max-width:  600px) and (max-height:  300px) {} /* DEFAULT */
@media screen and (min-width:  601px) and (max-width:  900px) and (max-height:  300px) {
  .video {
    height: 85%;
    padding: 70px 30px 0 30px;
  }
  .video-text > p {
    font-size: 14px;
  }
}

@media screen                         and (max-width:  300px) and (min-height:  301px) and (max-height:  600px) {
  #section-video {
    display: block;
  }
  .video {
    width: 100%;
    height: 45%;
    padding: 85px 25px 0 25px;
  }
  .video-text {
    width: 100%;
    height: 50%;
  }
  .video-text > p {
    font-size: 12px;
    padding: 50px 25px 0 25px;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  301px) and (max-height:  600px) {
  #section-video {
    display: block;
  }
  .video {
    width: 100%;
    height: 45%;
    padding: 85px 25px 0 25px;
  }
  .video-text {
    width: 100%;
    height: 50%;
  }
  .video-text > p {
    font-size: 15px;
    padding: 50px 25px 0 25px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  301px) and (max-height:  600px) {
  .video {
    height: 100%;
    padding: 10% 5%;
  }
  .video-text > p {
    font-size: 14px;
    padding: 20% 15% 0 5%;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  301px) and (max-height:  600px) {
  .video {
    height: 100%;
    padding: 100px 25px 100px 25px;
  }
  .video-text > p {
    font-size: 20px;
    padding: 100px 40px 0 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  301px) and (max-height:  600px) {
  .video {
    height: 100%;
    padding: 130px 45px 130px 45px !important;
  }
  .video-text > p {
    font-size: 22px !important;
    padding: 130px 60px 0 40px !important;
  }
}
@media screen                         and (max-width:  300px) and (min-height:  601px) and (max-height:  900px) {
  #section-video {
    display: block;
  }
  .video {
    width: 100%;
    height: 50%;
    padding: 100px 25px 0 25px;
  }
  .video-text {
    width: 100%;
    height: 50%;
  }
  .video-text > p {
    font-size: 14px;
    padding: 30px 25px 0 25px;
  }
}
@media screen and (min-width:  301px) and (max-width:  600px) and (min-height:  601px) and (max-height:  900px) {
  #section-video {
    display: block;
  }
  .video {
    width: 100%;
    height: 50%;
    padding: 100px 25px 0 25px;
  }
  .video-text {
    width: 100%;
    height: 50%;
  }
  .video-text > p {
    font-size: 14px;
    padding: 30px 25px 0 25px;
  }
}
@media screen and (min-width:  601px) and (max-width:  900px) and (min-height:  601px) and (max-height:  900px) {
  #section-video {
    display: block;
  }
  .video {
    width: 100%;
    height: 50%;
    padding: 100px 45px 0 45px;
  }
  .video-text {
    width: 100%;
    height: 50%;
  }
  .video-text > p {
    font-size: 20px;
    padding: 50px 45px 0 45px;
  }
}
@media screen and (min-width:  901px) and (max-width: 1200px) and (min-height:  601px) and (max-height:  900px) {
  .video {
    height: 100%;
    padding: 130px 45px 130px 45px;
  }
  .video-text > p {
    font-size: 22px;
    padding: 130px 60px 0 40px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) and (min-height:  601px) and (max-height:  900px) {
  .video {
    height: 100%;
    padding: 10% 5% !important;
  }
  .video-text > p {
    font-size: 22px !important;
    padding: 25% 10% 0 5% !important;
  }
}

@media screen                         and (max-width:  600px) and (min-height:  901px) and (max-height: 1200px) {
  #section-video {
    display: block;
  }
  .video {
    width: 100%;
    height: 50%;
    padding: 100px 45px 0 45px;
  }
  .video-text {
    width: 100%;
    height: 50%;
  }
  .video-text > p {
    font-size: 20px;
    padding: 50px 45px 0 45px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .video {
    height: 100%;
    padding: 20% 5%;
  }
  .video-text > p {
    font-size: 23px;
    padding: 40% 12% 0 5%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .video {
    height: 100%;
    padding: 12% 8%;
  }
  .video-text > p {
    font-size: 23px;
    padding: 25% 15% 0 5%;
  }
}
@media screen and (min-width: 1801px) {
  .video {
    height: 100%;
    padding: 12% 8%;
  }
  .video-text > p {
    font-size: 28px;
    padding: 25% 15% 0 5%;
  }
}
/* --------------------------------------------------- VIDEO - FIM --------------------------------------------------- */

#section-footer {
  clear: both;
  height: 100vh;
  background-color: #D3D3D3;
  color: #fff;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  z-index: -1;
}

/* --------------------------------------------------- CONTATO - INICIO --------------------------------------------------- */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #EE4000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #CD3700;
}

.container-contact {
  height: 70vh;
  display: flex;
  justify-content: center;
  z-index: 0;
  background-color: #D3D3D3;
}

.container-contact > form {
  width: 50% !important;
  padding-top: 70px;
  color: #4F4F4F;
}

.row-contact {
  padding-bottom: 5px;
}

.row-contact:after {
  content: "";
  display: table;
  clear: both;
}

.contact-title {
  font-size: 25pt;
} 

.text-contact {
  line-height: 3;
}

.text-contact-left {
  width: 50%;
  float: left;
}

.text-contact-right-ok, .text-contact-right-nok {
  display: none;
  width: 50%;
  float: right;
  color: tomato;
  font-size: 10px;
}
/* --------------------------------------------------- CONTATO - FIM --------------------------------------------------- */

/* --------------------------------------------------- FOOTER - INICIO --------------------------------------------------- */
.footer {
  height: 30vh;
  width: 100%;
  background-color: #363636;
  font-size: 12px;
  line-height: 2;
}

.footer-section-top {
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer-address {
  float: left;
  color: #B5B5B5;
}

.footer-address-title {
  font-size: 15px;
  color: #fff;
}

.footer-address-text {
  font-size: 13px;
}

.footer-social {
  float: right;
  color: #B5B5B5;
}

.footer-social-title {
  font-size: 15px;
  color: #fff;
}

.footer-brand {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.footer-brand-text {
  padding-right: 20px;
  font-size: 13px;
}

.footer-social-text > a {
  color: #B5B5B5;
  text-decoration: none;
}

.footer-social-text > a:active, .footer-social-text > a:visited {
  border-bottom: solid thin white;
  text-decoration: none;
}

.footer-social-text > a:hover {
  border-bottom: solid thin white;
  color: #fff;
  text-decoration: none;
}
/* --------------------------------------------------- FOOTER - FIM --------------------------------------------------- */

/* --------------------------------------------------- MODAL - SETUP - INICIO --------------------------------------------------- */
.close, .close2 {
  color: #615F5F;
  float: right;
  font-size: 35px;
  font-weight: bold;
  margin-top: -15px;
}

.close:hover, .close:focus,
.close2:hover, .close2:focus,
.close3:hover, .close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#modal-background, .modal2, .modal3, #modal-notAvailable {
  display: none;
}
/* --------------------------------------------------- MODAL - SETUP - FIM --------------------------------------------------- */

/* --------------------------------------------------- CONFIRM MODAL - INICIO --------------------------------------------------- */
#myModal {
  padding: 20px;
  margin-top: 100px;
  position: fixed;
  margin-left: 25%;
  border-radius: 8px;
}
.modal {
  width: 50%;
  height: 35%;
  background-color: #ECE7E7;
}
.modal-content > p {
  padding-top: 13px;
  padding-bottom: 10px;
  margin-right: 34px;
}
.modal-content > button {
  border-radius: 5px;
  border: none;
  background-color: #E38220;
  color: #fff;
  padding: 8px 12px;
  margin: 8px;
  font-size: 14px;
}
#modal-background {
  height: 1000vw;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
}
/* --------------------------------------------------- CONFIRM MODAL - FIM --------------------------------------------------- */

/* --------------------------------------------------- GAME MODAL - INICIO --------------------------------------------------- */
#myModal2 {
  z-index: 999;
}

.modal-content2 > iframe {
  width: 100%;
  height: 95%;
}

.modal2 {
  position: fixed; /* Stay in place */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
.modal-content2 {
  background-color: #ECE7E7;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 98%;
  height: 98%;
  border-radius: 8px;
}
/* --------------------------------------------------- GAME MODAL - FIM --------------------------------------------------- */

/* --------------------------------------------------- VACANCIES MODAL - INICIO --------------------------------------------------- */
#myModal3 {
  z-index: 999;
}

.modal3 {
  position: fixed;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content3 {
  background-color: #ECE7E7;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
  height: 95%;
  border-radius: 8px;
  overflow: auto;
}

.close3 {
  color: #615F5F;
  width: 100%;
  text-align: right;
  font-size: 35px;
  font-weight: bold;
}

.column-vagas {
  float: left;
  width: 50%;
  padding: 15px 20px;
}

.row-vagas {
  margin: 0 -5px;
  padding: 10px;
}

.row-vagas > img {
  width: 100%;
  border: 6px solid orange;
  border-radius: 6px;
}

.row-vagas:after {
  content: "";
  display: table;
  clear: both;
}
/* --------------------------------------------------- VACANCIES MODAL - FIM --------------------------------------------------- */

/* --------------------------------------------------- NOT AVAILABLE MODAL - INICIO --------------------------------------------------- */
#modal-notAvailable {
  z-index: 999;
}

#modal-notAvailable {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

#modal-notAvailable > .modal {
  height: 72%;
}
/* --------------------------------------------------- NOT AVAILABLE MODAL - FIM --------------------------------------------------- */

/* --------------------------------------------------- MEDIA QUERIES - INICIO --------------------------------------------------- */
@media screen and (max-height: 250px) {
  /* NAVBAR */
  /* TOP PAGE */
  .top-page {
    height: 800px;
  }
  /* QUEM SOMOS */
  /* CAROUSEL */
  #section-carousel {
    height: 800px;
  }
  /* VIDEO */
  #section-video {
    height: 800px;
  }
  /* CONTACT */
  .container-contact {
    height: 400px;
  }
  /* FOOTER */
  #section-footer {
    height: 800px;
  }
  .footer {
    height: 400px;
  }
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 270px) and (max-width: 399px) {
  /* NAVBAR */
  /* TOP PAGE */
  .text-customers {
    font-size: 10px;
  }
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 400px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  .footer-brand {
    padding-left: 20px;
  }
  .footer-brand-text {
    line-height: 1;
  }
  /* CONFIRM MODAL */
  .modal {
    height: 50%;
  }
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 430px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  .footer-brand-text {
    font-size: 8px;
  }
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 480px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 500px) {
  /* NAVBAR */
  nav {
    height: 5rem;
  }
  /* TOP PAGE */
  .text-container > h1 {
    font-size: 45px;
  }
  .text-container > p {
    font-size: 15px;
  }
  .customers-brands {
    width: 100%;
  }
  .customers-brands li {
    padding: 0 25px;
  }
  .divTextCustomers {
    width: 30%;
  }
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  .container-contact > form {
    width: 75% !important;
  }
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 550px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  .footer-brand-text {
    font-size: 10px;
  }
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 615px) and (max-height: 400px) {
  /* NAVBAR */
  .menu-horizontal > li {
    padding: 10px !important;
  }
}

@media screen and (max-width: 615px) {
  /* NAVBAR */
  .mobile-button {
    display: inline-block;
    cursor: pointer;
  }
  .menu-horizontal {
    display: none;
    flex-direction: column;
    width: 300px;
    align-self: flex-start;
  }
  .menu-horizontal > li {
    padding: 20px;
  }
  .navbar-mobile {
    display: flex;
    flex-direction: column;
    height: 90vh;
    background: var(--primary-gradient);
    transition: 0.7s;
  }
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 700px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 800px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  .column-vagas {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 800px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  .text-contact-left {
    width: 100%;
  }
  .text-contact-right-ok, .text-contact-right-nok {
    width: 100%;
  }
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 700px) { /* Ipad */
  /* NAVBAR */
  /* TOP PAGE */
  .text-container > h1 {
    font-size: 64px;
  }
  .text-container > p {
    font-size: 23px;
  }
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 950px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  .container-contact > form {
    width: 50% !important;
  }
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 1050px) { /* HD - Laptop */
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 1100px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 1800px) {
  /* NAVBAR */
  nav {
    height: 7rem !important;
  }
  nav > .brand {
    height: 8rem !important;
  }
  .nav-link {
    font-size: 18pt !important;
  }
  .menu-horizontal {
    margin: 6px;
  }
  /* TOP PAGE */
  .text-container > h1 {
    font-size: 100px !important;
  }
  .text-container > p {
    font-size: 40px !important;
  }
  .text-customers {
    font-size: 20px !important;
  }
  .customers-brands {
    width: 90% !important;
  }
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  .footer-address-title {
    font-size: 25px !important;
  }
  .footer-address-text {
    font-size: 20px !important;
  }
  .footer-social-title {
    font-size: 25px !important;
  }
  .footer-social-text {
    font-size: 20px !important;
  }
  .footer-brand-text {
    font-size: 20px !important;
  }
  /* CONFIRM MODAL */
  .close, .close2, .close3 {
    font-size: 50px;
  }
  .modal-content > p {
      padding-top: 38px !important;
      font-size: 25px !important;
  }
  .modal-content > button {
    font-size: 25px !important;
  }
  /* GAME MODAL */
  .modal2 {
    padding-top: 150px !important;
  }
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 2500px) { /* Full HD Ultra Wide */
  /* NAVBAR */
  .nav-link {
    font-size: 24pt !important;
  }
  /* TOP PAGE */
  .text-customers {
    font-size: 25px !important;
  }
  .customers-brands {
    width: 100% !important;
  }
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  .footer-address-title {
    font-size: 35px !important;
  }
  .footer-address-text {
    font-size: 25px !important;
  }
  .footer-social-title {
    font-size: 35px !important;
  }
  .footer-social-text {
    font-size: 25px !important;
  }
  .footer-brand-text {
    font-size: 25px !important;
  }
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (min-width: 1800px) and (min-height: 1200px) {
  .container-contact > form {
    padding-top: 200px !important;
  }
  .contact-title {
    font-size: 40pt !important;
  }
  .text-contact > p {
    font-size: 40px !important;
  }
  .input[type=text], select, textarea {
    padding: 25px !important;
  }
  .row-contact > textarea {
    height: 200px !important;
  }
  input[type=submit] {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 400px) and (max-height: 600px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  textarea {
    height: 90px !important;
  }
  /* FOOTER */
  .footer-brand {
    padding-left: 20px !important;
  }
  .footer-address-text, .footer-social-text {
    line-height: 1.5 !important;
  }
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 580px) and (max-height: 350px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  .contact-title {
    font-size: 10pt !important;
  }
  .container-contact > form {
    padding-top: 60px !important;
  }
  textarea {
    height: 40px !important;
  }
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 900px) and (max-height: 500px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  /* FOOTER */
  .footer-address-title, .footer-address-text, .footer-brand-text, .footer-social-title, .footer-social-text {
    font-size: 10px !important;
  }
  .footer-address-text, .footer-social-text {
    line-height: 1.5 !important;
  }
  /* CONFIRM MODAL */
  .modal {
    height: 45%;
  }
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 1500px) and (max-height: 550px) {
  /* NAVBAR */
  /* TOP PAGE */
  /* QUEM SOMOS */
  /* CAROUSEL */
  /* VIDEO */
  /* CONTACT */
  .contact-title {
    font-size: 15pt !important;
  }
  .text-contact {
    line-height: 1 !important;
  }
  input[type=text], select, textarea {
    padding: 3px !important;
  }
  textarea {
    height: 50px !important;
  }
  input[type=submit] {
    padding: 4px 10px !important;
  }
  /* FOOTER */
  /* CONFIRM MODAL */
  /* GAME MODAL */
  /* VACANCIES MODAL */
  /* NOT AVAILABLE MODAL */
}

@media screen and (max-width: 630px) {
  .menu-horizontal > li {
    padding: 10px;
  }
}

@media screen and (max-height: 400px) {
  /* NAVBAR */
  nav > .brand {
    height: 4rem;
    margin-top: 0;
  }
  .menu-horizontal > li {
    padding: 2px;
  }
  /* CONTACT */
  textarea {
    height: 50px !important;
  }
  .container-contact > form {
    padding-top: 45px !important;
  }
}

@media screen and (max-height: 700px) {
  .text-contact {
    line-height: 1.5 !important;
  }
}

@media screen and (max-width: 500px) and (max-height: 400px) {
  #section-footer {
    position: relative;
  }
  .container-contact {
    height: 400px;
  }
}
@media screen and (min-height: 401px) and (max-height: 600px) {
  textarea {
    height: 90px !important;
  }
}
/* --------------------------------------------------- MEDIA QUERIES - FIM --------------------------------------------------- */