/** GERAL **/
body{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
main{
  width: 100%;
  height: 100%;
}
.layer{
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/** CAROUSEL **/
#t4450-carousel, .carousel-inner, .carousel-item{
  width: 100%;
  height: 100%;
}
#t4450-carousel #bg-img-1{
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  background: url(../img/TERMINAL_4450_4700_1.jpg);
}
#t4450-carousel #bg-img-2{
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  background: url(../img/TERMINAL_4450_4700_2.jpg);
}
#t4450-carousel #bg-img-3{
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  background: url(../img/TERMINAL_4450_4700_3.jpg);
}

/** FONTS **/
h1{
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  font-family: 'Big Shoulders Display', arial;
}
h2{
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}
h3{
  font-size: 12px;
  letter-spacing: 1px;
  color: #D13239;
  text-align: center;
  font-family: 'Cabin', sans-serif;
}
h4{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  font-family: 'Big Shoulders Display', arial;
}
h1, h2, h3, h4{
  margin: 0;
}
h1{
  padding: 50px 0;
}
h3{
  padding: 14px 0;
}
h4{
  padding: 18px 0;
}

/** TABELA **/

#r1 .half1{
  border-right: 2px solid;
}
#r1 .half2{
  border: 4px solid;
  border-left: 2px solid;
  border-bottom: 2px;
}
#r2 .half1{
  border-right: 2px solid;
  border-bottom: 2px solid;
}
#r2 .half2{
  border: 4px solid;
  border-left: 2px solid;
  border-bottom: 2px solid;
}
#r3 .half1{
  border: 4px solid;
  border-right: 2px solid;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#r3 .half2{
  border-left: 2px solid;
  border-top: 2px solid;
}
#r4 .half1{
  border: 4px solid;
  border-right: 2px solid;
  border-top: 2px solid;
}
#r4 .half2{
  border-left: 2px solid;
}
#r1 .row:first-child div:first-child{
  border-right: 1px solid;
  border-bottom: 1px solid;
}
#r1 .row:first-child div:last-child{
  border-bottom: 1px solid;
}
#r1 .row:last-child div:first-child{
  border-right: 1px solid;
}
#r3 .row .col-3{
  border-right: 1px solid;
}
#r3 .row .row:first-child > div{
  border-bottom: 1px solid;
}
#r3 .row .row div{
  border-right: 1px solid;
}
#r3 .row .row div:last-child{
  border-right: 0;
}
#r4 .row .col-3{
  border-right: 1px solid;
}
#r4 .row .row:first-child > div{
  border-bottom: 1px solid;
}
#r4 .row .row div{
  border-right: 1px solid;
}
#r4 .row .row div:last-child{
  border-right: 0;
}
#r1 .half1, #r1 .half2,
#r2 .half1, #r2 .half2,
#r3 .half1, #r3 .half2,
#r4 .half1, #r4 .half2,
#r1 .row div,
#r3 .row div,
#r4 .row div{
  border-color: #fff !important;
}
#r1 .half2 .row,
#r2 .half2 .row{
  align-items: center;
}
#r3 .row .col-3,
#r4 .row .col-3{
  display: flex;
  justify-content: center;
  align-items: center;
}
#r1, #r2, #r3, #r4{
  /*flex-grow: 1;*/
}
#r1 .half2,
#r2 .half2,
#r3 .half1,
#r4 .half1{
  /*height: 100%;*/
}

/** GERAL **/
#t4450-logo{
  position: absolute;
  left: 185px;
  top: 50px;
  z-index: 13;
  width: 350px;
}
#t4450-logo img{
  width: 100%;
}
#t4450-content{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 13;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 35px 200px;
}
#adaptar {
  position: fixed;
  bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  z-index: 13;
  padding: 0 200px;
}
#adaptar img{
  width: 100%;
  max-width: 500px;
}
a, a:visited, a:active, a:link {
    text-decoration: none;
    color: #ffffff;
}

/************* RESPONSIVE *************/
@media (max-width: 1200px) {
  #t4450-logo{
    top: 40px;
    left: 40px;
    width: 300px;
  }
  #t4450-content{
    padding: 40px 100px;
  }
  h1{
    font-size: 90px;
    padding: 100px 0;
  }
  h2{
    font-size: 16px;
  }
  h3{
    font-size: 14px;
    padding: 12px 0;
  }
  h4{
    font-size: 12px;
    padding: 14px 0;
  }
  #adaptar {
    padding: 0 100px;
  }
  #adaptar img{
    width: 60%;
  }
}
@media (max-width: 991px) {
  #t4450-logo{
    top: 40px;
    width: 250px;
  }
  #t4450-content{
    padding: 40px 50px;
  }
  h1{
    font-size: 90px;
    padding: 100px 0;
  }
  h2{
    font-size: 16px;
  }
  h3{
    font-size: 14px;
    padding: 12px 0;
  }
  h4{
    font-size: 12px;
    padding: 14px 0;
  }
  #adaptar {
    padding: 0 50px;
  }
  #adaptar img{
    width: 60%;
  }
}
@media (max-width: 767px) {
  #t4450-logo{
    top: 30px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  #t4450-content{
    padding: 30px 40px;
  }
  h1{
    font-size: 90px;
    padding: 50px 0;
  }
  h2{
    font-size: 14px;
  }
  h3{
    font-size: 12px;
    padding: 10px 0;
  }
  h4{
    font-size: 10px;
    padding: 10px 0;
  }
  #r1 .half2, #r2 .half2{
    border-left: 4px solid;
  }
  #r3 .half1, #r4 .half1{
    border-right: 4px solid;
  }
  #adaptar {
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  #t4450-logo{
    top: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  #t4450-content{
    padding: 20px 30px;
  }
  h1{
    font-size: 60px;
    padding: 30px 0;
  }
  h2{
    font-size: 12px;
  }
  h3{
    font-size: 10px;
    padding: 8px 0;
  }
  h4{
    font-size: 8px;
    padding: 8px 0;
  }
  #r1 .half2, #r2 .half2{
    border-left: 4px solid;
  }
  #r3 .half1, #r4 .half1{
    border-right: 4px solid;
  }
  #adaptar {
    padding: 0 30px;
  }
}