/*
  STYLE v 1.1;
  05/2023;
  João Diogo Pereira;
*/

/*FONTS*/

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato.ttf);
}

/*GERAL*/

html {
  overflow-x: hidden; 
}

.main-container {
  margin: 0 auto;
  width: 90%; 
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
}

a {
  text-decoration: none; 
}

.row {
  margin: 0;
  padding: 0; 
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; 
  background-color: #efefef;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; 
}

main *{
  font-family: 'Lato'!important;
}

img, svg{
  max-width: 100%;
  display: inline-block;
}

.principal{
  padding-top: 72px;
}

.title{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.title span{
  background-color: #efefef;
  padding-right: 10px;
  z-index: 1;
  position: relative;
}

.title:after {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(100%);
  right: 0;
  left: 0;
  border-top: 3px solid black;
  z-index: 0;
  height: 100%;
}

.labels{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: block;
  margin-bottom: .5rem;
}

.labels span.required{
  color: #b40000;
}

.inputs{
  border-radius: 0;
  border: solid 1px #000;
  background-color: #fff;
  padding: 7px 15px;
  width: 100%;
  margin-bottom: 1rem;
  transition: all .3s ease-in-out;
}

.btns{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 7px 20px;
  cursor: pointer;
  width: fit-content;
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.btns--yellow{
  background-color: #f49b1d;
  color: #fff;
  border: solid 1px #f49b1d;
}

.btns--yellow:hover{
  background-color: transparent;
  color: #f49b1d;
}

.btns--nofill{
  background-color: transparent;
  color: #f49b1d;
  border: solid 1px #f49b1d;
}

.btns--nofill:hover{
  background-color: #f49b1d;
  color: #fff;
}

.btns--transparent{
  text-align: left;
  color: #173165;
  background-color: transparent;
  border: 0;
}

.btns--transparent:hover{
  color: #f49b1d;
}

.trash svg{
  width: auto;
  height: 24px;
  cursor: pointer;
}

.trash path{
  fill: #b9b9b9;
  transition: all .3s ease-in-out;
}

.trash:hover path{
  fill: #f49b1d;
  transition: all .3s ease-in-out;
}

.backBtn{
  background-color: transparent;
  border: 0;
}

.backBtn svg path{
  fill: #000;
  transition: all .3s ease-in-out;
}

.backBtn:hover svg path{
  fill: #f49b1d;
}

.disabled{
  pointer-events: none;
  opacity: .5;
}

.msg-jantar{
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}

.page-template-comprar-ticket2024 .page_title_in_content{
  display: none;
}

.woocommerce-checkout label[for="order_comments"]{
  display:inline-block
}