* {
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

main > *{
  padding: 0% 15%;
}
body{
  overflow-y: hidden;
  overflow-x: hidden;
}
@media(max-width: 999px){
  main > *{
    padding: 0% 5%;
  }
}

:focus {
    outline: none;
}

button, a{
  cursor: pointer;
}

#lugbar ~ .lostintranslations {
  transition: all 0.6s cubic-bezier(.29,.01,.15,1.36);
  width: 100vw;
  padding-top: 5%;
}

.page-title{
      z-index: 2;
    position: relative;
}

.error{
   color: #000000;
   font-family: 'metropolislight', sans-serif;
   font-size: 0.7rem;
   line-height: 0.8rem;   
}

main > div.page-title:before {
    content: '';
  background: url(../img/icons/suporte-icon.png) no-repeat;
  position: relative;
  content: '';
  position: absolute;
  width: 50px;
  height: 40px;
  top: 50%;
  background-size: contain;
  transform: translateY(-50%);
}

main > div.page-title > *{
    padding-left: 60px;
}
main > div.page-title h1{
  color: #28b6fa;
  font-size: 1rem;
  font-family: 'metropolisblack';
}
main > div.page-title span{
  font-family: 'metropolisregularitalic';
  font-size: 0.9rem;
}

.ticket{
  display: flex;
  margin: 30px auto;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.ticket > section{
  /*flex: 0 0 46%;*/
  padding: 10px;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ticket > section > h2{
  font-size: 1.5rem;
  font-family: 'metropolisblack';
}
.ticket > section.search-ticket > span > a{
  color: #000000;
}

.ticket > section > span > a{
  display: block;
  font-family: 'metropolislight';
  font-size: 0.8rem;
  text-align: center;
}
  #track{
  position: relative;
}
.ticket > section > span > a:hover, .ticket > section > span > a:visited{
   text-decoration: underline;
}

.ticket > section > span > a > b{
  font-family: 'metropolisblack';
}

@media(max-width: 999px){
  .ticket{
    flex-wrap: wrap;
  }
  .ticket > section{
    width: 100%;
  }
}
/***
Search Ticket
***/
.ticket > section.search-ticket{
  border: 1px solid #28b6fa;
}
.ticket > section.search-ticket > h2{
  color: #000;
}
.ticket > section.search-ticket > p.subtitle{
  color: #000;
  font-family: 'metropolisregularitalic';
}

.ticket > section.search-ticket > form > div> input{
  padding: 5px 10px 5px 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  flex: 1 0 0;
  margin-right: 10px;
  min-width: 100px;
  max-width: 204px;
  height: 30px;
}

.ticket > section.search-ticket > form > div> input.ticket-code:before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/icons/ticket-icon.png) bottom no-repeat;
  margin-left: 12px;
}

.ticket > section.search-ticket > form > div> input.email{ 
    background: url(../img/icons/email-icon.png) bottom no-repeat;
    background-position: 5px;
}

.ticket > section.search-ticket > form > div> input.ticket-code{ 
    background: url(../img/icons/ticket-icon.png) bottom no-repeat;
    background-position: 5px;
}

.ticket > section.search-ticket > form > div> input.email.error{ 
    background: url(../img/icons/email-icon-error.png) bottom no-repeat;   
    border: 1px solid #ed4832; 
    background-position: 5px;
}

.ticket > section.search-ticket > form > div> input.ticket-code.error{ 
    background: url(../img/icons/ticket-icon-error.png) bottom no-repeat;  
    border: 1px solid #ed4832;
    background-position: 5px;  
}

.ticket > section.search-ticket > form > div> input.error::placeholder{
  color: #ed4832;
}
.ticket > section.search-ticket > form > div> input.error:-ms-input-placeholder {
  color: #ed4832;
}
.ticket > section.search-ticket > form > div> input.error::-ms-input-placeholder{
  color: #ed4832;
}

.ticket > section.search-ticket > form > div> input::placeholder{
  color: #404040;
  font-family: 'metropolislight';
}
.ticket > section.search-ticket > form > div> input:-ms-input-placeholder {
  color: #404040;
}
.ticket > section.search-ticket > form > div> input::-ms-input-placeholder{
  color: #404040;
}

.ticket > section.search-ticket > form > div {
  padding: 27px 0px 7px 0px;
  display: flex;
}

.ticket > section.search-ticket > form > div> button{
  font-size: 0.9rem;
  color: #ffffff;
  background-color: #404040;
  border-radius: 5px;
  font-family: 'metropolisblack';
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket > section.search-ticket > form > div> button:hover{
  background-color: #28b6fa;
}

.ticket > section.search-ticket > form > div> button >img{
   max-width: 20px;
   margin-left: 3px;
}

.ticket > section > span > a > b{
  color: #ed4832;
}
.ticket > section.search-ticket > form >p{
  display: none;
}
.ticket > section.search-ticket > form >p.show{
  opacity: 1;
}

@media(max-width: 999px){
  .ticket > section.search-ticket > form > div{
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .ticket > section.search-ticket > form > div> input{
    margin-bottom: 15px;
  }
}

@media(min-width: 1001px){
  .ticket > section.search-ticket{
    margin-right: 50px;
  }
}

/***
Create Ticket
***/
.ticket > section.create-ticket{
  background-color: #28b6fa;
  text-align: center; 
}
.ticket > section.create-ticket > h2{
  color: #ffffff;
}
.ticket > section.create-ticket > span > a{
  color: #fff;
}
.ticket > section.create-ticket > span > a > b{
  color: #404040;
}
.ticket > section.create-ticket > div > button{
  background-color: #ed4832;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-size: 1.5rem; 
  display: block;
  margin: 25px auto;
  padding: 10px 70px;
  font-family: 'metropolisblack';
  display: flex;
  transition-duration: 0.3s;
  opacity: 0.9999;
}

.ticket > section.create-ticket > div > button:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.ticket > section.create-ticket > div > button:before{
  content: '';
  position: absolute;
  width: 54px;
  height: 40px;
  background: url(../img/icons/red-ticket-icon.png) no-repeat;
  margin-left: -50px;
  margin-top: -6px;
}

@media(max-width: 999px){
  .ticket > section.create-ticket > div > button{
    align-items: center;
  }
  .ticket > section.create-ticket > div > button{
        font-size: 1.2rem;
   
    margin: 25px auto;
    padding: 23px 70px;
  }
}
@media(min-width: 1000px){
  .ticket > section.create-ticket > div, .search-ticket form{
    height: 100px;
  }
}


/***
Frequent Questions
***/
.frequent-questions{
  position: relative;
  z-index: 1;
}
.login.open ~ .frequent-questions {
  z-index: -1;
  /*position: relative;*/
}
.frequent-questions > h2{
  color: #000;
    font-size: 1.5rem;
    font-family: 'metropolisblack';
  margin-bottom: 30px;
  margin-left: 20px;
}

.frequent-questions > div{
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0px 8px;
  flex-wrap: wrap;
}

.frequent-questions > div >section{
  position: relative;
  margin: 10px 0px 10px 30px;
}

.frequent-questions > div >section:before{
   content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 2px solid #ff7b00;
    top: 0;
    left: -15px;
    border-radius: 5px;
}

.frequent-questions > div >section > a > h3{
  color: #000;
    font-size: 1rem;
     font-family: 'metropolisextrabolditalic';
  margin-bottom: 3px;
}
.frequent-questions > div >section:hover > a > h3{
  color: #ed4832;
}

.frequent-questions > div >section > a > span{
  font-family: 'metropolismedium';
  color: #8f8f8f;
  font-size: 0.8rem;
  
}
.frequent-questions > div >section > a > span > strong{
  font-family: 'metropolisblack';
}
.frequent-questions > div >section > a > p{
  font-family: 'metropolislight';
  font-size: 1rem;
  margin-top: 15px;
  color: #000000;
}

.frequent-questions a.more-topics{
  font-size: 0.9rem;
   color: #ffffff;
   background-color: #ed4832;
   border-radius: 5px;
   font-family: 'metropolisextrabold';
   display: flex;
    margin: 30px auto;
    padding: 4px 6px;
    width: 196px;
    line-height: 20px;
}
.frequent-questions a.more-topics:hover{
  background-color: #28b6fa;
}

.frequent-questions  a.more-topics:after{
    content: '  ';
    width: 20px;
    height: 20px;
    background: url(../img/icons/red-arrow-icon.png) top no-repeat;    
  background-size: contain;
}
@media(min-width: 1001px){
  .frequent-questions > div >section{
    flex: 0 0 26%;
  }
  .frequent-questions > div >section{
    padding: 0px 30px 15px 0px;
  }
}
/***
FOOTER
**/
footer{
  padding: 5% 10%;
  background-color: #1e1e1e;
}

.footer-30 >img{
  margin-bottom: 20px;
}

.footer-30 ul{
  display: flex; 
  flex-wrap: wrap;
  margin-left: -15px;
}

.footer-30 ul >li{
  padding-right: 15px;
  margin-bottom: 15px;
}
.footer-30 ul >li {
  position: relative;
  font-size: 0.9rem;
}
.footer-30 ul >li:not(:last-child)> a:after{
  content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    right: 0px;   

}
.footer-30 ul > li >a{
  font-family: 'robotobold';
  color: #ffffff;
}
.footer-30 ul > li >a:hover{
  color: #574ed8;
}
.footer-30 ul >li{
  padding-left:15px;
}

.footer-30 p{
  font-family: 'roboto';
    color: #848080;
    margin: 20px 0px;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.footer-70 ul.social-network {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #323232;
  flex-wrap: wrap;
}

@media(min-width: 1000px){
  .footer-70 ul.social-network {
    padding-left: 60px;
  }
}
.footer-70 ul.social-network > li:not(:first-child){
  width: 60px;
    height: 60px;

}

.facebook{  background: url(../img/footer/facebook.png) no-repeat; }
.gplus{ background: url(../img/footer/gplus.png) no-repeat;}
.twitter{ background: url(../img/footer/twitter.png) no-repeat; }
.youtube{ background: url(../img/footer/youtube.png) no-repeat; }

.footer-70 ul.social-network > li:first-child{
  margin-right: 10px;
}

.footer-70 ul.social-network > li{
  font-family: 'metropolislight';
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.footer-70 ul.social-network > li > a{
      position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
}

.footer-links{
  display: flex;
  flex-wrap: wrap;
}

.footer-links  a, .footer-links > li > ul > li > h2{
  color: #ffffff;
}

.footer-links > li > ul > li {
  margin: 10px 0px;
}
.footer-links > li > ul > li > a{
  font-family: 'roboto';
  font-size: 0.8rem;
  color:#848080;
}

.footer-links > li > ul > li > h2{
  font-family: 'metropolisblack';
  font-size: 1.3rem;
}

.footer-links > li > ul{
  margin-right: 8px;
}

@media (min-width: 1000px){
  .footer-links > li > ul{
    margin-right: 50px;
  }
  .footer-links {
    padding: 40px 60px 100px 0px;
  }
}

.copyright{
  width: 100%;
  flex-direction: column;
}
.copyright > p{
  
}
.copyright > p:first-child{
  color:#848080;
  font-family: 'robotothin';
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.copyright > p:nth-child(2){
  color:#fff;
  font-family: 'robotobold';
  font-size: 0.7rem;
}
@media(max-width: 999px){
  .footer-70 ul.social-network > li:first-child{
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-links{
      margin: 30px 0px;
      justify-content: space-between;
  }
}
@media (min-width: 1000px){
  footer > div{
    display: flex;
  }
  .footer-70{
    width:70%;
    padding: 0px 20px 0px 135px;
  }
  .footer-30{
    width: 30%;
  }
}



/** LOGIN**/
.login{
    z-index: 99;    
    position: absolute;
    display: flex;
    justify-content: center;
   pointer-events: all;
    padding: 0px;
}
.login >div{  
      width: 400px;
    /* height: 100%; */
    z-index: 2;
    padding: 50px;
    border-radius: 10px;
}

.login h1{
  color: #ffffff;
  font-size: 1.3rem;
    font-family: 'metropolisblack';
    
}
.login h2{
  font-family: 'metropolisregularitalic';
    font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 30px;
}

.login form button.socialnetworks{    
  color: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    width: 100%;
    font-family: 'metropolislight', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-size: 1rem;
}
.login button#facebook {
    background-color: #3b5998;
}

.login form button#google {
    background-color: #ea4335;
}
input:focus
{
  outline:0;
}

.login form input{
  background-color: #ffffff;
    font-family: 'metropolislight', sans-serif;
    font-size: 0.7rem;
    border-radius: 10px;
    width: 100%;    
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #28b6fa;
    line-height: 0.8rem;

}
.login form input#email{
  background-image: url(../img/icons/email-user-icon-blue.png);
  padding: 15px 10px 15px 60px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.login form input#password{
  background-image: url(../img/icons/senha-icon-blue.png);
  padding: 15px 10px 15px 60px;
  background-position: 7% 50%;
  margin-bottom: 8px;
}
.login form input#email.error{
  background-image: url(../img/icons/email-user-icon-error.png);
  border: 1px solid #ea4335;
}
.login form input#password.error{
  background-image: url(../img/icons//senha-icon-error.png);
  border: 1px solid #ea4335;
}

.login form input::placeholder, .login form input:-ms-input-placeholder, .login form input::-ms-input-placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #535353;
    opacity: 1; /* Firefox */
}

.login form input.error::placeholder{ 
    color: red;
    opacity: 1; /* Firefox */
}
.login form input:-ms-input-placeholder{
  color: #ea4335;
}

.login form input::-ms-input-placeholder{ 
  color: #ea4335;
}

.login form > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.login form > div > *{
  width: 40%;

}
.login form > div > a{
  font-family: 'metropolisblack';
    font-size: 0.8rem;    
    color: #ffffff;

}
.login form > div > .login-button {
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #ed4832;
    background-image: url("../img/icons/red-arrow-icon.png");
    background-position: 90% 50%;
    background-size: 15%;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'metropolisblack';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;   
}

 .login form > div > .login-button img{
  max-width: 13px;
    margin-left: 3px;
}

 .login form > span > a{
  color: #fff;
  display: block;
  font-family: 'metropolislight';
  font-size: 0.8rem;
  text-align: justify;
  margin-top: 20%;
  line-height: 1rem;
}

.login form > span > a > b {
    color: #404040;
    font-family: 'metropolisblack';
}
.login form > p{
  opacity: 0; 
  text-align: right;
  display: none;
}
.login form > p.show{
  opacity: 1;
  display:block;
}

.clickToOpen.Open .ball{
  transition: 1s;
  position: absolute;
}

.clickToOpen:not(.open) .ball{
  transition: 0.5s;
}

#create-ticket {
  position: relative;
  margin-left: 7px;
}

#follow-ticket{
  position: absolute;
  left: 72%;
  transform: translateX(-50%);
}
.clickToOpen .ball {
  z-index: 1;
  position: relative;
  /*top: 75%;*/
  width: 14px;
  height: 14px;
 /* margin-top: -8px;
  margin-left: -8px;*/
  border: 1px solid transparent;
  z-index: 88;
  border-radius: 100%;
  transition: 1s;
  cursor: pointer;
}
.clickToOpen .ball > img{
  z-index: 98; position: relative;
}

.clickToOpen .ball:before {
  content: '';
  position: absolute;
  display: block;
  top: 6px;
  left: -4px;
  right: 6px;
  bottom: 6px;
  background: #28b6fa;
  border-radius: 100%;
}
#close {
  position: fixed;
  right: -100px;
  height: 100px;
  width: 100px;
  display: block;
  z-index: 99;
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  
}

#close:after,
#close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
  background: white;
  content: '';
  display: block;
}

#close:after {
  transform: rotate(45deg);
}
#close:before {
  transform: rotate(-45deg);
}


#close:hover:after{
  background: #000;
  transform: rotate(45deg) scale(1.2);
}

#close:hover:before {
  background: #000;
  transform: rotate(-45deg) scale(1.2);
}

.clickToOpen.open .ball {
  background: white;
  width: 12000px;
  height: 12000px;
  margin-top: -6000px;
  margin-left: -6000px;
  border-radius: 0;
}

.login {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.login.open {
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out;    
  pointer-events: all;
}
.popup-alert {
    z-index: 9999;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s;
    max-width: 400px;
    top: 50%;

}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);

    }
}

.fadeOut {
    animation: fadeOut 0.3s ease-in-out;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2);
    }
}

@media (max-width:999px) {    
  .clickToOpen .ball > img{
    margin-top: -6px;
  }
  .ticket > section.create-ticket > div > button:before{
    position: relative;
    margin-right: 10px;
  }
  #close{
    top: 10px;
    right: 0px;
  }
  .popup-alert {
    width: 100%;
    top: 56%;
  }
  .login form > span > a {
    margin-top: 11%;
  }
  .login h2 {
    margin-bottom: 15px;
  }
}

main.bg-blue:after{
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #28b6fa;
    z-index: 99;
}

#hotTopicsMessage {
    font-family: 'metropolisregularitalic';
    font-size: 0.9rem;
    padding-left: 13px;
}

#errorMessageLabel {
    color: red;
}

.login form > div > .login-button.btn-load {
    background-image: url(../images/loading.svg);
    background-position: center;
    background-size: 30%;
    color: transparent;

}

#lugbar nav.right > ul > li > a > div.icon.whatsapp {
    background-image: url(../img/icons/icon_whatsapp.png);
    background-size: 19px 19px;
    background-position: center;
    width: 19px;
    height: 19px;
}
