* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none
}

html {
  background: #006288 url(../img/loading2.gif) no-repeat center center
}

body {
  background: #006288
}

html,
body {
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  color: #fff
}

body.sobre {
  background: url(../img/Sobre.jpg) no-repeat;
  background-size: cover
}

body.contato {
  overflow-y: auto
}

body.carreira {
  background: url(../img/bg-carreira.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: auto
}

.logo {
  z-index: 3;
  max-width: 60%;
  max-height: 60%;
  width: 270px;
  position: fixed;
  top: 30px;
  left: 30px;
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.5s, all .5s;
  -moz-transition: opacity 0.5s, all .5s
}

.logo:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition: opacity 0.5s, all .5s;
  -moz-transition: opacity 0.5s, all .5s
}

@media screen and (max-width:520px) {
  .logo {
    left: 15px;
    top: 15px
  }
}

.logo.on {
  position: fixed;
  z-index: 3;
  top: 30px;
  left: 30px;
  background: url(../img/logo.png) bottom
}

nav button {
  width: 44px;
  height: 39px;
  z-index: 5;
  position: fixed;
  right: 0;
  display: inline-block;
  margin: 30px;
  border: none;
  border-radius: none;
  background: url(../img/bg-ico-menu.png) no-repeat;
  outline: 0
}

nav button span {
  display: block
}

.overlay-close {
  padding: 5px;
  transition: .3s;
  cursor: pointer;
  border: solid 2px #fff
}

@media screen and (max-width:520px) {
  nav button {
    width: auto;
    height: auto;
    background: none;
    margin: 15px
  }
  .overlay-close {
    border: none;
    padding: 5px 5px 15px 15px
  }
}

.lines {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 0.28571em;
  transition: 0.3s;
  position: relative;
  top: -2px
}

.lines:before,
.lines:after {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 0.28571em;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571em center;
  transform-origin: 0.28571em center
}

.lines:before {
  top: 7px
}

.lines:after {
  top: -7px
}

.overlay-close:hover .lines:before {
  top: 8px
}

.overlay-close:hover .lines:after {
  top: -8px
}

.overlay-close.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  background: none;
  border: none
}

.overlay-close.x.close .lines {
  background: transparent
}

.overlay-close.x.close .lines:before,
.overlay-close.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0
}

.overlay-close.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  width: 35px;
  height: 4px;
  background: #FFF
}

.overlay-close.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  width: 35px;
  height: 4px;
  background: #FFF
}

.overlay {
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 140, 193, 0.9)
}

.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100
}

.overlay nav {
  text-align: right;
  width: 100%;
  position: relative;
  top: 50%;
  height: 100%;
  font-size: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.overlay ul {
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative
}

.overlay ul li {
  display: block;
  text-align: center;
  height: 100%;
  float: left;
  width: 25%;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.5s, all .5s;
  -moz-transition: opacity 0.5s, all .5s;
  transition: opacity 0.5s, all .5s
}

.overlay ul li a {
  font-size: 4vmin;
  font-weight: 300;
  padding-top: 90%;
  height: 100%;
  display: block;
  color: #fff
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  font-weight: bold;
  color: #fff
}

.overlay ul li.S01:hover {
  background: url(../img/menu-destaques.jpg);
  background-size: 110% 110%
}

.overlay ul li.S02:hover {
  background: url(../img/menu-sobre.jpg);
  background-size: 110% 110%
}

.overlay ul li.S03:hover {
  background: url(../img/menu-carreira.jpg);
  background-size: 110% 110%
}

.overlay ul li.S04:hover {
  background: url(../img/menu-contato.jpg);
  background-size: 110% 110%
}

.overlay-mpp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s
}

.overlay-mpp.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s
}

.overlay-mpp nav {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.overlay-mpp nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s
}

.overlay-mpp.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.overlay-mpp.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg)
}

@media screen and (max-height:30.5em) {
  .overlay nav {
    height: 100%;
    font-size: 34px
  }
  .overlay ul li {
    min-height: 100%
  }
}

.controls-section {
  position: fixed;
  z-index: 2;
  top: 40%;
  right: 30px;
  width: 49px
}

.controls-section a {
  display: block;
  width: 49px;
  height: 51px;
  text-indent: -9999px;
  opacity: 0.9
}

.controls-section a:hover {
  opacity: 1
}

.controls-section a.up {
  background: url(../img/up.png) no-repeat
}

.controls-section a.down {
  background: url(../img/down.png) no-repeat;
  margin-top: 15px
}

.ui-page-scrolling-main {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.main {
  width: 100%;
  height: 100%
}

.ui-page-scrolling-section {
  position: absolute;
  width: 100%;
  height: 100%
}

.randon .section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.content-section {
  background: url(../img/patern.png);
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0
}

.bg-info {
  width: 100%;
  max-width: 1343px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.9
}

.ui-page-scrolling-control_active .bg-info {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out
}

.bg-info.left {
  float: left
}

.bg-info.right {
  float: right
}

.bg-img {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0
}

.bg-video {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease
}

.ui-page-scrolling-control_active .bg-video {
  opacity: 1;
}

.bg-video,
.bg-img {
  display: none !important
}

@media screen and (min-width:1260px) {
  .bg-video {
    display: block !important
  }
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section.S01 {
  background-image: url(../img/bg-kmv.jpg);
}
.section.S02 {
  background-image: url(../img/bg-gross.jpg);
}
.section.S03 {
  background-image: url(../img/bg-sbd.jpg);
}
.section.S04 {
  background-image: url(../img/bg-sky.jpg);
}
.section.S05 {
  background-image: url(../img/bg-conectcat.jpg);
}
.section.S06 {
  background-image: url(../img/bg-ipiranga.jpg);
}
.section.S07 {
  background-image: url(../img/bg-memoria-civica.jpg);
}

video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%
}

.content-section .txt-suporte,
.content-section .img-suporte {
  display: block;
  max-width: 570px;
  margin: 0 30px;
  color: #fff
}

@media screen and (min-width:758px) and (max-width:778px) and (min-height:1014px) and (max-height:1034px) {
  .content-section .txt-suporte {
    padding-top: 30% !important
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .content-section .txt-suporte,
  .content-section .img-suporte {
    max-width: 430px
  }
}

@media (max-height: 420px) and (min-width: 200px) and (max-width: 736px) {
  .content-section .txt-suporte,
  .content-section .img-suporte {
    max-width: 470px
  }
  .content-section .txt-suporte {
    padding-top: 15% !important
  }
  .content-section .txt-suporte p {
    font-size: 15px !important
  }
}

.content-section .bg-info.right .txt-suporte {
  text-align: right;
  float: right;
  margin-right: 15%
}

.content-section .bg-info.left .txt-suporte {
  margin-left: 10%
}

@media screen and (max-width:520px) {
  .content-section .txt-suporte {
    margin: 0 15px
  }
  .content-section .img-suporte {
    margin: 0
  }
  .content-section .bg-info.right .txt-suporte,
  .content-section .bg-info.right .img-suporte {
    margin-right: 15px
  }
}

.content-section .txt-suporte {
  top: 0;
  height: 60%;
  padding-top: 10%
}

.content-section .img-suporte {
  height: 40%
}

.content-section .txt-suporte h1 {
  font-size: 5vmin;
  font-weight: 300;
  line-height: 90%;
  text-shadow: #333 1px 1px 5px;
  margin: 2% 0 6% 0;
  color: #fff
}

.content-section .txt-suporte p {
  font-size: 2.8vmin;
  font-weight: 400;
  text-shadow: #000 0 1px 3px;
  color: #fff
}

.content-section .txt-suporte .img-destaque {
  width: 100%;
  display: block;
  margin: 30px 0 0 0;
  max-width: 400px
}

@media screen and (min-width:1600px){

  .content-section .txt-suporte .img-destaque {
    max-width: 400px;
  }

}

.content-section .txt-suporte .ico-mail {
  width: 100%;
  display: block;
  float: left;
  margin: 20px 0 0 30%;
  max-width: 50px
}

.content-section .bg-info.right .txt-suporte .img-destaque {
  float: right
}

.content-section .bg-info.right .txt-suporte .ico-mail {
  float: right;
  margin: 20px 30% 0 0
}

@media all and (max-width:1440px) {
  .content-section .txt-suporte .img-destaque {
    max-width: 250px
  }
}

.content-section .img-suporte .inf {
  display: block;
  width: 100%;
  height: 279px;
  position: absolute;
  z-index: 1
}

.content-section .img-suporte .info-right img.inf {
  float: right
}

.content-section .img-suporte .inf.S01 {
  bottom: 80px;
  background: url(../img/destaque-kmv.png) bottom center no-repeat;
  background-size: 60%
}

.content-section .img-suporte .inf.S02 {
  bottom: 80px;
  background: url(../img/destaque-sky.png) bottom center no-repeat;
  background-size: 65%
}

.content-section .img-suporte .inf.S03 {
  bottom: 80px;
  background: url(../img/destaque-conectcar.png) bottom center no-repeat;
  background-size: 65%
}

.content-section .img-suporte .inf.S04 {
  bottom: 80px;
  background: url(../img/destaque-ipiranga.png) bottom center no-repeat;
  background-size: 70%
}

.content-section .img-suporte .inf.S05 {
  bottom: 80px;
  background: url(../img/destaque-memoria.png) bottom center no-repeat;
  background-size: 65%
}

@media all and (max-height:750px) and (min-height:1px) and (max-width:2000px) and (min-width:420px) {
  .content-section .img-suporte .inf.S01 {
    background-size: 40%
  }
  .content-section .img-suporte .inf.S02 {
    background-size: 40%
  }
  .content-section .img-suporte .inf.S03 {
    background-size: 40%
  }
  .content-section .img-suporte .inf.S04 {
    background-size: 45%
  }
  .content-section .img-suporte .inf.S05 {
    background-size: 40%
  }
}

@media all and (max-height:600px) and (max-width:2000px) and (min-width:420px) {
  .content-section .img-suporte .inf {
    display: none
  }
}

@media all and (min-height:1px) and (max-height:460px) {
  .content-section .img-suporte .inf {
    display: none
  }
}

@media screen and (max-width:420px) {
  .content-section .img-suporte img.inf.S02 {
    width: 100%
  }
  .content-section .img-suporte img.inf.S03 {
    width: 100%
  }
  .content-section .img-suporte img.inf.S04 {
    width: 100%
  }
  .content-section .img-suporte img.inf.S05 {
    width: 100%
  }
}

.content-section .img-suporte .align-mail {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 617px;
  height: 50px;
  bottom: 80px
}

.bg-info.left .align-mail {
  left: 0
}

.bg-info.right .align-mail {
  right: 50px
}

.content-section .img-suporte img.mail {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 50px;
  margin-left: -25px;
  left: 50%
}

.logo-cliente.conectcar {
  width: 30% !important
}

.logo-cliente {
  display: block;
  width: 20%;
  margin-bottom: 50px
}

.content-section .bg-info.right .logo-cliente {
  float: right
}

.logo-cliente img {
  display: block;
  width: 100%
}

.content-section .bg-info.right .img-suporte img {
  right: 100px
}

@media screen and (max-width:450px) and (max-height:1500px) {
  .content-section .txt-suporte {
    padding-top: 25%
  }
  .content-section .txt-suporte h1 {
    font-weight: 500
  }
  .content-section .txt-suporte p {
    font-size: 15px
  }
}

.txt-sobre {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 7% auto 0 auto;
  font-family: 'Lato', sans-serif;
  text-shadow: #333 1px 1px 3px;
  font-size: 2.1vmin;
  letter-spacing: 2px;
  line-height: 140%;
  color: #fff;
  text-align: left
}

.txt-sobre #center-text {
  position: inherit;
  right: 0;
  left: 0;
  padding: 0 15px
}

@media screen and (max-width:768px) {
  .txt-sobre {
    font-size: 13px;
    margin: 0 20px
  }
}

.txt-sobre .box-links {
  display: block;
  background: #E01F22;
  width: 180px;
  margin: 0 auto
}

.txt-sobre a.social {
  display: block;
  float: left;
  width: 50px;
  height: 51px;
  opacity: 0.8;
  margin: 40px 5px 50px 5px;
  background-size: 100%;
  text-indent: -9999px
}

.txt-sobre a.social:hover {
  opacity: 1
}

.txt-sobre a.social.S01 {
  background: url(../img/ico-facebook.png) no-repeat;
  background-size: 100%
}

.txt-sobre a.social.S02 {
  background: url(../img/ico-linkedin.png) no-repeat;
  background-size: 100%
}

.txt-sobre a.social.S03 {
  background: url(../img/ico-mail.png) no-repeat;
  background-size: 100%
}

.txt-sobre h1 {
  font-size: 7.5vmin;
  font-weight: 300;
  line-height: 150%;
  display: block;
  text-align: center;
  text-transform: uppercase
}

.txt-fale {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20%;
  width: 100%;
  max-width: 790px;
  z-index: 3;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 1.8vmin;
  font-weight: 300;
  text-shadow: #000 1px 1px 1px
}

.txt-fale .email,
.txt-fale .txt-ligue {
  font-size: 2.5vmin;
  font-weight: 500;
  line-height: 200%
}

@media screen and (max-width:768px) {
  .txt-ligue,
  .tel {
    font-size: 15px !important
  }
}

.txt-fale .tel {
  font-weight: 400;
  line-height: 150%;
  font-size: 2vmin
}

@media screen and (max-width:520px) {
  .txt-fale {
    font-size: 18px
  }
}

@media screen and (max-width:320px) {
  .txt-fale {
    max-width: 250px
  }
}

.txt-fale h1 {
  font-size: 8vmin;
  font-weight: 300;
  text-shadow: #000 1px 1px 1px
}

.txt-fale .bt-envie {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  text-shadow: #646363 1px 1px 1px;
  background: url(../img/bt-contato.png) no-repeat !important;
  background-size: 100% !important;
  margin: 2% auto 2% auto;
  padding: 17px 0;
  opacity: 0.9;
  color: #fff;
  font-size: 23px;
  font-weight: 600
}

.txt-fale .bt-envie a {
  color: #fff
}

.txt-fale .bt-envie .fa {
  line-height: normal
}

@media screen and (max-width:420px) {
  .txt-fale .bt-envie {
    max-width: 220px;
    font-size: 14px;
    padding: 9px 0;
    margin-top: 15px
  }
}

.txt-fale .bt-envie:hover {
  opacity: 1
}

.estado {
  position: relative;
  width: 50%;
  height: 100%;
  background-size: cover
}

.estado.rj {
  background: url(../img/rj.jpg) center top no-repeat;
  float: left
}

.estado.sp {
  background: url(../img/sp.jpg) center no-repeat;
  float: right
}

.info-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 94%;
  height: auto;
  padding: 0 3% 20px 3%;
  font-size: 17px;
  line-height: 150%;
  font-weight: 300;
  font-family: 'Lato', sans-serif
}

@media (max-height: 480px) and (min-width: 200px) and (max-width: 736px) {
  .info-contact {
    display: none
  }
  .txt-fale {
    top: 30%
  }
}

.info-contact.right {
  text-align: right
}

.info-contact h1 {
  font-size: 9vmin;
  line-height: 80%;
  font-weight: 300;
  margin-left: -1%
}

.estado.rj .info-contact h1 {
  float: left;
  margin-right: 20px
}

.estado.sp .info-contact h1 {
  float: right;
  margin-left: 20px
}

.info-contact .click-map {
  color: #33adec;
  font-style: italic;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer
}

.info-contact #call_S01,
.info-contact #call_S02 {
  display: block;
  min-height: 51px;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #fff
}

.info-contact #call_S01 {
  float: left
}

.info-contact #call_S02 {
  float: right
}

.cortina_RJ,
.cortina_SP {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-size: cover;
  -webkit-transition-property: all;
  -webkit-transition-duration: .5s
}

.cortina_RJ {
  background: url(../img/rj.jpg) no-repeat center right
}

.cortina_SP {
  background: url(../img/sp.jpg) no-repeat center left
}

.cortina_RJ.closed_RJ,
.cortina_SP.closed_SP {
  opacity: 0;
  max-height: 0;
  background-size: cover
}

#map_RJ,
#map_SP {
  width: 100%;
  height: 100%
}

.gmnoprint {
  display: none
}

.gmnoprint.gm-style-cc {
  opacity: 0
}

.txt-carreira {
  text-transform: uppercase;
  font-size: 7vmin;
  text-shadow: #666 1px 1px 1px;
  font-weight: 300;
  text-align: center;
  line-height: 90%;
  margin: 8% 0 -30px 0;
  font-family: 'Lato', sans-serif
}

.txt-carreira strong {
  font-weight: 900
}

.content-sucess {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg-sucesso.png);
  padding-top: 20%;
  font-family: 'Lato', sans-serif;
  font-size: 32px
}

.content-sucess .msg-sucess {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center
}

.content-sucess .msg-sucess .txt-maior {
  font-size: 42px
}

.content-sucess .msg-sucess .bt-envie {
  display: block;
  width: 100%;
  max-width: 410px;
  height: auto;
  text-shadow: #646363 1px 1px 1px;
  background: url(../img/bg-bt-sucesso.png);
  border: solid 2px #fff;
  border-radius: 50px;
  margin: 5% auto 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600
}

@media screen and (max-width:768px) {
  .content-sucess .msg-sucess {
    margin-top: 25%;
    max-width: 300px;
    font-size: 25px
  }
  .content-sucess .msg-sucess .bt-envie {
    max-width: 250px;
    font-size: 12px;
    padding: 10px
  }
}

a#top,
a#topo,
a#bottom {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 3;
  bottom: 10px;
  text-indent: -9999px;
  outline: 0
}

a#top {
  right: 10px;
  background: url(../img/down.png);
  background-size: 100%
}

a#topo {
  top: 0;
  z-index: 1
}

a#bottom {
  left: 10px;
  background: url(../img/up.png);
  background-size: 100%
}

@media screen and (max-width:768px) {
  .txt-sobre {
    margin: 30% auto 0 auto !important
  }
  .estado {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover
  }
  a#top,
  a#topo,
  a#bottom {
    display: block
  }
  @media screen and (max-width:1366px) and (max-height:768px) {
    .info-left,
    .info-right {
      margin-top: 2%
    }
  }
  @media screen and (max-width:968px) {
    .controls-section {
      display: none
    }
    .txt-carreira {
      margin: 15% 0 50px 0 !important
    }
    .bg-info.right .align-mail {
      right: 0
    }
  }
  @media screen and (max-width:760px) and (max-height:2000px) {
    .controls-section {
      display: none
    }
  }
  @media screen and (max-width:768px) {
    .overlay nav {
      text-align: center;
      width: 100%;
      height: auto
    }
    .overlay ul li {
      text-align: center;
      width: 100%;
      font-size: 30px !important
    }
    .overlay ul li a {
      padding-top: 30px;
      font-size: 20px !important
    }
    .overlay ul li:hover {
      background: none !important;
      opacity: 1
    }
    .txt-carreira {
      margin: 20% 0 50px 0 !important
    }
  }
  @media screen and (min-width:680px) and (max-width:780px) and (max-height:2000px) {
    .controls-section {
      display: block
    }
    .content-section .txt-suporte {
      padding-top: 30% !important
    }
    .overlay ul li a {
      font-size: 50px !important;
      padding: 35px 0 !important
    }
    .txt-sobre {
      max-width: 725px;
      margin: 14% auto 0 auto !important
    }
  }
  @media screen and (max-width:568px) {
    .logo {
      max-width: 60%;
      max-height: 60%
    }
    .txt-carreira {
      margin: 23% 0 -25px 0 !important
    }
  }
