:root {
  --sm : 576px;
  --md : 768px;
  --lg : 960px;
  --xl : 1200px;
  --xxl: 1800px;
}

body{
  background-color: white;
  color: black;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
}

.navbar {
    font-family: inherit;
}

.bg-blue-darker {
  background-color: #07488c !important;
}

/*opacidade padrão*/
.opd{
  /*opacity: 0.87;*/
}

.navbar{
  background-color:#424242;
  box-shadow: #00000029 0 3px 6px;
  height: 70px;
}

@media only screen and (min-width: 960px) {
  .navbar{
    min-height: 81px;
  }
}

@media only screen and (min-width: 1800px) {
  .navbar{
    min-height: 115px;
  }
}

#main-page-content{
  margin: 0 0;
  padding-top: 70px;
  position:  unset;
}

@media only screen and (min-width: 960px) {
  #main-page-content{
    padding-top: 81px;
  }
}

@media only screen and (min-width: 1800px) {
  #main-page-content{
    padding-top: 115px;
  }
}

.navbar-link{
  background: transparent;
  border: 0;
  color: #ffffff;
  display: flex;
  height: 100%;
  opacity: 0.54;
  padding: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.navbar-link > svg{
  margin: auto;
}


.navbar-item{
  height: 35px;
  line-height: 35px;
  margin-bottom: auto;
  margin-top: auto;
  width: 45px;
}

a,
.navbar-link {
  /*opacity: 0.87;*/
  color: #000000;
  transition: 0.3s;
}

a:hover,
.navbar-link:hover{
  opacity: 1;
  color:  unset;
  text-decoration: none;
}

.sidenav-open{
	width: 70% !important;
}

@media only screen and (min-width: 960px) {
  .sidenav-open{
    width: 404px !important;
  }
}

.sidenav-content{
	padding: 40px 16px 16px 16px;
}

/* The side navigation menu */
.sidenav {
  background-color: #424242;
  box-shadow: #00000029 0 3px 6px;
  height: 100%; /* 100% Full-height */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  position: fixed; /* Stay in place */
  top: 0; /* Stay at the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  width: 0; /* 0 width - change this with JavaScript */
  z-index: 13; /* Stay on top */
}

/* The navigation menu links */
.sidenav a {
  color: #FFFFFFDE;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  opacity: .87;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

.sidenav a:hover {
  opacity: 1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/*drop pessoa*/
.dropdown-content-container {
  position: relative;
  margin-top:15px;
  margin-right:20px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  right: 112px;
  min-width: 200px;
  transition: all .3s ease;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

#anchor_pessoa:hover .dropdown-content-container {
  opacity: 1;
  visibility: visible;
}

#container_pic {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #424242;
}

#name_pic {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 45px;
}

.dropdown-content{
  border-radius: 8px;
  opacity: 1;
  background: white;
  text-align: left;
}

.dropdown-content-container:before {
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    top: -12px;
    margin-right: -43px;
    position: absolute;
    right: 50%;
}

.dropdown-head{
  height: 80px;
  padding: 16px;
  border-bottom: 1px solid #F4F4F4;
}

.dropdown-footer{
  border-top: 1px solid #F4F4F4;
  padding: 16px;
}

.dropdown-body {
  padding: 16px;
}

.anchor-dropdown{
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #000000;
  opacity: .54;
  transition: 0.3s;
}

.dropdown-anchor:not(:last-child) .anchor-dropdown{
  padding-bottom: 16px;
}

.dropdown-anchor{
  text-align: left;
  letter-spacing: 0;
  color: #000000;
  line-height: 1em;
  vertical-align: middle;
}

.profile-pic{
  display:flex;
}

.profile-name{
  display:flex;
  margin-left: 10px;
  width: 113px;
}

.profile-name > div {
  margin: auto auto auto 0;
  line-height: 1em;
  overflow: hidden;
}

/*fim drop pessoa*/

.page-footer{
	background-color:#424242;
	height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 960px) {
  .page-footer{
    height: 350px;
  }
}

.footer-contato{
  display: none;
  color: #FFFFFF
}

@media only screen and (min-width: 960px) {
  .footer-contato{
    display: flex;
  }
}

.social{
	color: #ffffff;
	transition: opacity 0.3s ease-in-out;
  width: 50px;
  height: 35px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.social > svg{
  fill: white;
  transition: opacity 0.3s linear;
}

.social:hover > svg{
  opacity: 0.87;
}

.swiper-container-horarios {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .swiper-container{
    height: 350px;
  }
}
@media only screen and (min-width: 960px) {
  .swiper-container{
    height: 450px;
  }
}

@media only screen and (min-width: 1800px) {
  .swiper-container{
    height: 650px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet-active {
    background: white  !important;
}


#main-banner .swiper-pagination-bullet {
    margin: 0px 7px;
}


@media only screen and (min-width: 1200px) {
  #main-banner .swiper-pagination-bullet {
      margin: 0px 12px;
  }
}

#main-banner .swiper-pagination-bullet {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: transparent;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}
#main-banner .swiper-pagination-bullet:before {
    width: 12px;
    height: 12px;
    background: #ffffff;
    content: '';
    display: block;
    border-radius: 10px;
    margin: 1px;
}

#main-banner .swiper-pagination {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    bottom: 15;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    left: 0px;
    position: absolute;
    right: 0px;
}


@media only screen and (min-width: 1200px) {
  #main-banner .swiper-pagination-bullet:before {
      width: 14px;
      height: 14px;
  }
}

#main-banner .swiper-pagination-bullet-active {
  background: transparent !important;
}

.img-banner,
.img-banner-swiper{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper-slide-content{
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-pagination-bullet {
  outline: none;
}

.slider-link{
  width: auto;
  height: 100%;
}

.header-1{
  font-size: 18px;
}

.header-2{
  letter-spacing: 0;
  color: #000000;
  opacity: 0.87;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-width: 1200px) {
  .header-2{
    font-size: 25px;
  }
}

@media only screen and (max-width: 700px) {
  .contato-reserva{
    font-size: 10px !important;
  }
}

.main-header-container {
  height: 170px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.location-container{
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.location-map{
  height: 216px;
}

@media only screen and (min-width: 960px) {
  .location-map{
    height: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  .location-map{
    height: 560px;
  }
}

.location-description{
  margin-left: 16px;
  margin-right: 16px;
}

@media only screen and (min-width: 960px) {
  .location-description{
    margin-left: 7%;
  }
}

.page-bordered{
  margin-left: 16px;
  margin-right: 16px;
}

.contato-container {
  margin-bottom: 0px;
}

@media only screen and (min-width: 960px) {
  .contato-container {
    margin-bottom: 120px;
  }
}

.contato-form{
  width:100%;
  max-width: 600px;
  padding-right:16px;
  padding-left:16px;
}

.like-input{
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .like-label{
    width: 10%;
  }

  .like-input{
    width: 70%;
    text-align: left;
  }
}

.rounded-form-group{
  margin-bottom:  32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 960px) {
  .rounded-form-group{
    flex-direction: row;
  }
}

.rounded-form-group label{
  padding-bottom: 15px;
  font-size:18px;
  font-weight: bold;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

@media only screen and (min-width: 960px) {
  .rounded-form-group label{
    padding-bottom: 0;
  }
}

.rounded-btn{
  background: #424242;
  border-radius: 30px;
  border: unset;
  box-shadow: #00000029 0 3px 6px;
  color: white;
  font-family: open sans;
  font-size: 14px;
  font-weight: bold;
  font-weight: bold;
  height: 55px;
  line-height: 1em;
  margin:auto;
  padding-bottom:18px;
  padding-top:18px;
  text-align: center;
  width: 190px;
}

@media only screen and (min-width: 960px) {
  .rounded-btn{
    margin: unset;
  }
}

textarea:focus, input:focus, div:focus{
    outline: none;
}

a.rounded-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.rounded-btn:hover{
  color: white;
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

.bordered-btn{
  background: white;
  color: #424242;
  border: 1px solid #424242;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.bordered-btn:hover{
  background: #424242;
  color: white;
}

.icon-contato{
  width:28px;
  height:28px;
  vertical-align:middle;
  text-align:center;
  margin-right: 10px;
}

.icon-contato > i {
  font-size:20px;
  vertical-align:middle;
}

.dados-contato > div {
  font-size:18px;
}

.item-contato > div{
  display:inline;
}

.item-contato{
  display:flex;
}

.banner-tour{
  height: 580px;
  background-color: #0D47A1;
  color: white;
}

@media only screen and (min-width: 960px) {
  .banner-tour{
    height: 451px;
  }
}

@media only screen and (min-width: 1800px) {
  .banner-tour{
    height: 634px;
  }
}

.contato-atendimento{
  font-family: open sans;
  align-self: flex-start;
  margin-left: 16px;
  padding-top:40px;
  padding-bottom:110px;
}

@media only screen and (min-width: 960px) {
  .contato-atendimento{
    margin-left: 0;
    padding-top:0;
    padding-bottom:0;
    padding-left: 10%;
  }
}

.imagem-tour{
  background-image: url(../img/Tour-Virtual-01.svg);
  height: 20%;
  width: 300px;
  background-repeat: no-repeat;
  background-position:center;
}

.subtitulo-tour{
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .subtitulo-tour{
    font-size: 24px;
    font-weight: bold;
  }
}

.texto-tour{
  font-size: 16px;
  opacity: 0.54;
  padding-top: 20px;
  max-width: 500px;
}

.conteudo-tour  a{
  color: #0D47A1 !important;
  background-color: white;
}

.container-flex{
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .container-flex{
    flex-direction: row;
  }
}

.conteudo-tour{
  padding-top: 50px;
}

.buttons-tour{
  padding-top: 50px;
}

@media only screen and (min-width: 960px) {
  .buttons-tour{
    padding-top: 30px;
  }
  .buttons-tour > button {
    margin: unset !important;
  }
}

.banner-locacao{
  height: 232px;
  display: flex;
  background-size: cover;
  background-position: center top;
  margin-bottom: 80px;
}

@media only screen and (min-width: 576px) {
  .banner-locacao{
    height: 300px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-locacao{
    height: 400px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .banner-locacao{
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-locacao{
    height: 700px;
  }
}

@media only screen and (min-width: 1800px) {
  .banner-locacao{
    height: 990px;
  }
}

.wrapper-conteudo-banner-locacao{
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.texto-contato-locacao{
  font-size: 12px;
}

@media only screen and (min-width: 960px) {
  .texto-contato-locacao{
    display: block;
    font-size: 18px;
  }
}

.atividade{
  padding-bottom: 4px;
}

.imagem-atividade{
  -moz-transition: 0.3s linear filter;
  -ms-transition: 0.3s linear filter;
  -o-transition: 0.3s linear filter;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  -webkit-transition: 0.3s linear filter;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  filter: grayscale(100%);
  height: 100%;
  min-height: 194px;
  transition: 0.3s linear filter,transform;
}

.imagem-atividade:hover{
  filter: grayscale(0%);
  transform: scale(1.01);
}

.titulo-atividade{
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  max-width: 75%;
}

.link-atividade{
  display: flex;
  width: 100%;
  cursor: pointer;
}

button, a{
  transition: 0.3s linear filter;
}

.active {
  visibility: visible !important;
  opacity: 1 !important;
}

.atividade-selecionada {
    width: 50%;
    border: 1px solid red;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.2s linear;
}

@media only screen and (min-width: 768px) {
  .atividade-selecionada{
    width: 100%;
  }
}

.indicador-atividade{
  height: 5px;
  margin-bottom: 2px;
  margin-top: 5px;
}

.modalidade{
  background-color: white;
  box-shadow: #00000029 0 3px 6px;
  height: 230px;
  margin-bottom: 16px;
  padding-bottom: 30px;
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .modalidade{
    margin-left: 15px;
    margin-right: 15px;
    max-width: 400px;
  }
}

.wrapper-titulo-atividade-modalidade{
  display:flex;
  height:30%
}
.wrapper-titulo-modalidade{
  display:flex;
  height:40%
}
.wrapper-botao-modalidade{
  display:flex;
  height:30%
}

.titulo-atividade-modalidade{
  display:flex;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
}

.titulo-atividade-modalidade > div{
  margin: auto;
  display: flex;
}

@media only screen and (min-width: 768px) {
.titulo-atividade-modalidade {
    margin-left: 40px;
  }
}

.titulo-modalidade{
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  max-width: 75%;
  text-align: center;
  line-height: 19px;
}

.icone-atividade{
  height: 19px;
  width: 19px;
  margin-right: 5px !important;
  fill: currentColor;
}

.icone-atividade > svg {
  width: 100%;
}

/*css modalidade*/

.banner-modalidade{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .banner-modalidade{
    height: 290px
  }
}

@media only screen and (min-width: 920px) {
  .banner-modalidade{
    height: 358px
  }
}

.conteudo-modalidade-box{
  background: #0277BD;
  width: 100%;
}

.conteudo-modalidade{
  color:white;
  display:flex;
  flex-direction: column;
  height: 358px;
  padding: 40px 16px 20px 16px;
  justify-content: space-between;
  max-width: 576px;
  margin:auto;
}

@media only screen and (min-width: 960px) {
  .conteudo-modalidade{
    padding-left: 70px;
  }
}

.nome-modalidade{
  font-size: 18px;
  font-weight: bold;
}

.detalhes-modalidade{
  font-size: 14px;
  min-height: 152px;
  min-width: 343px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.container-icon-atividade-modalidade{
  font-size: 20px;
  display:flex;
  /*line-height: 27px;*/
}

.icone-atividade-modalidade{
  height: 27px;
  width: 27px;
  margin-right: 15px !important;
  fill: currentColor;
}

.icone-atividade-modalidade > svg {
  width: 100%;
  height:100%;
  vertical-align:baseline;
}

.container-detalhes{
  padding-top: 100px;
}

.caracteristica-modalidade-box{
  width:100%;
}

.caracteristicas-modalidade{
  max-width: 576px;
  margin:auto;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 960px) {
  .caracteristicas-modalidade{
    flex-direction: row;
    max-width:100%;
    text-align: center;
    justify-content: center;
    max-width: 850px;
  }
}

.item-caracteristica{
  padding: 40px 16px 10px 16px;
}

@media only screen and (min-width: 960px) {
  .item-caracteristica{
    padding: 0;
    width: 270px;
  }
}

.separador-caracteristica{
  display:none;
  width:40px;
}

@media only screen and (min-width: 960px) {
  .separador-caracteristica{
    display:flex;
  }
}

.container-icone-caracteristica{
  display:flex;
}

@media only screen and (min-width: 960px) {
  .container-icone-caracteristica{
    justify-content: center;
  }
}


.icone-caracteristica{
  height: 35px;
  width: 30px;
  margin-right: 15px !important;
  fill: currentColor;
}

.icone-caracteristica > svg {
  width: 100%;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.nome-caracteristica{
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}

@media only screen and (min-width: 960px) {
  .nome-caracteristica{
    font-size: 15px;
  }
}

.texto-caracteristica{
  font-size: 14px;
  padding-top:20px;
}

@media only screen and (min-width: 960px) {
  .texto-caracteristica{
    font-size: 16px;
  }
}

.swiper-dia{
  color: black;
  cursor: pointer;
  width: 15%;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .swiper-dia{
    width: 166px;
    cursor: auto;
    font-size:14px;
  }
}

@media only screen and (min-width: 1800px) {
  .swiper-dia{
    width: 250px;
    font-size:18px;
  }
}

.swiper-dia-selecionado::after {
    display: block;
    content: '';
    width: 60%;
    margin:auto;
    padding-top: 2px;
    border-bottom: 2px solid blue;
}

.swiper-dia-paginacao{
  min-height: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-family: open sans;
  font-weight: bold;
  font-size:12px;
  line-height:17px;
  margin-bottom: 5px;
}

.swiper-slide-horarios{
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 960px) {
  .swiper-slide-horarios{
    display: flex;
    flex-direction: column;
    width: 166px;
    height: 100%;
    border-top: none;
  }
}

@media only screen and (min-width: 1800px) {
  .swiper-slide-horarios{
    width: 250px;
  }
}

.horario{
  background-color: #FAFAFA;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.3s linear filter;
  -moz-transition: 0.3s linear filter;
  -o-transition: 0.3s linear filter;
  -ms-transition: 0.3s linear filter;
  transition: 0.3s linear filter;
}

.horario:nth-child(odd){
   border: 0;
   /*background: red !important;*/
}

.horario:hover{
  filter: brightness(90%);
}

@media only screen and (min-width: 920px){
  .horario-selecionavel {
    background-color: unset;
    height:100%;
  }
}

.horario-selecionavel {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 920px){
  .swiper-wrapper-horarios{
    justify-content: center;
  }
}

.detalhes-horario{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
}

.horario-indisponivel{
  background-color: #F5DED7;
  cursor: not-allowed;
}

.horario-selecionavel input[type="checkbox"]:checked + div {
  background: #F9A825;
  color: white !important;
}

.horario-selecionavel input[type="checkbox"]:checked + div > div > div{
  color: white !important;
}

.horario-selecionavel input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.swiper-slide .horario {
  border: 1px solid #E0E0E0;
}
.swiper-slide .horario:first-child {
  border-top: 0;
}
.swiper-slide .horario:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .swiper-slide .horario {
    border: 0;
  }

  .swiper-wrapper-horarios .swiper-slide-horarios:not(:first-child) > div{
    border-left: 1px solid #E0E0E0;
  }

  .swiper-slide-horarios .horario:not(:first-child){
    border-top: 1px solid #E0E0E0;
  }

  /*.swiper-wrapper .swiper-slide:first-child > .horario{
    border-left: 0;
  }
  .swiper-wrapper .swiper-slide:last-child > .horario {
    border-right: 0;
  }*/
}

.legenda-horarios-box{
  margin: auto;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10%;
  padding-right: 16px;
}

@media only screen and (min-width: 960px) {
  .legenda-horarios-box{
    padding-top: 40px;
    margin-left: 20%;
  }
}

.legenda-horarios{
  padding-bottom: 18px;
  display: flex;
}
.caixa-legenda{
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: red;
}
.texto-legenda{

}

.titulo-horarios-inscritos{
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .titulo-horarios-inscritos{
    font-size: 14px;
  }
}

.texto-horarios-inscritos{
  font-size: 12px;
  font-weight: normal;
}

.container-preco{
  display: flex;
  flex-direction: column;
  margin-top: 75px;
  margin-bottom: 80px;
  max-width: 800px;
}

@media only screen and (min-width: 768px) {
  .container-preco{
    margin-top: 90px;
    margin-bottom: 100px;
    flex-direction: row;
  }
}

@media only screen and (min-width: 920px) {
  .container-preco{
    margin-bottom: 180px;
  }
}

.titulo-valor-total{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #424242;
}

.sifrao-valor-total{
  display: inline;
  font-size: 16px;
  font-weight: lighter;
  width: 30px;
}

.numero-valor-total{
  font-size: 34px;
  font-weight: bold;
  display: inline;
  line-height: 1em;
  min-width: 100px;
  text-align: right;
}

.conteudo-flex-horarios-inscritos{
  width: 100%;
  text-align: left;
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 768px;
}

@media only screen and (min-width: 768px) {
  .conteudo-flex-horarios-inscritos{
    padding-top: 0;
  }
}

.container-confirma-preco{
  text-align: center;
  margin-top: 60px;
  width:100%
}

.container-btn-interesse {
  margin: auto;
  margin-left: 10%;
  border-left: 5px solid #424242;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .container-confirma-preco{
    margin: 0;
  }
  .container-btn-interesse {
    margin-left: 20%;
  }
}

.conteudo-preco{
  display: flex;
  flex-direction: column;
  max-width: 450px;
  margin: auto;
  gap: 20px;
}

@media only screen and (min-width: 920px) {
  .conteudo-preco{
    margin-right: 0;
  }
}

/*css modalidade*/


/*breadcrumb*/
@media only screen and (max-width: 768px) {
  #div_step_breadcrumbs > ol > li.breadcrumb-line {
    width: 25px !important;
  }

}

#div_step_breadcrumbs > .breadcrumb {
  justify-content: center;
}


#div_step_breadcrumbs > .breadcrumb li{
  margin-right: -2px !important;
    margin-left: -2px !important;
}

#div_step_breadcrumbs > .breadcrumb .material-icons {
  display: none;
}

@media all and (min--moz-device-pixel-ratio:0)  {
      #div_step_breadcrumbs > ol > li.breadcrumb-line {
            margin-bottom: -15px !important;
      }
}

#div_step_breadcrumbs > ol > li.breadcrumb-line {
  border-bottom: 2px solid #333;
  margin-bottom: 3px;
  width: 50px;
}

#div_step_breadcrumbs > ol > li.breadcrumb-line.selected {
  border-bottom: 2px solid #07488c;
}

#div_step_breadcrumbs > ol > li.breadcrumb-line.active {
  border-bottom: 2px solid #07488c;
}

#div_step_breadcrumbs > .breadcrumb>li > a span {
  color: #333;
  padding-bottom: 6px;
}

#div_step_breadcrumbs > .breadcrumb li a {
  position: relative;
}

#div_step_breadcrumbs > .breadcrumb>li.selected > a span {
  color: #07488c;
  padding-bottom: 6px;
}

#div_step_breadcrumbs > .breadcrumb {
  user-select: none;
}

#div_step_breadcrumbs > .breadcrumb>li > a span.line.first {
    left: 50%;
    width: 50%;
}

#div_step_breadcrumbs > .breadcrumb>li > a span.line.last {
    width: 50%;
    right: 50%;
}

#div_step_breadcrumbs > .breadcrumb>li > a span.line {
  border-bottom: 2px solid;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: -11px;
    right: 0;
}

#div_step_breadcrumbs > .breadcrumb>li.active > a span {
  color: #07488c;
  font-weight: bold;
  padding-bottom: 6px;
}

#div_step_breadcrumbs > .breadcrumb>li+li:before {
  content: '';
  display: none;
}

#div_step_breadcrumbs > .breadcrumb > li > a > span.circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: block;
    border: 1px solid #333;
    background: white;
    margin: auto;
    margin-top: 5px;
}


#div_step_breadcrumbs > .breadcrumb > li.selected > a > span.circle {
  background: #07488c;
}
#div_step_breadcrumbs > .breadcrumb > li.active > a > span.circle {
  background: white;
  border: 1px solid #07488c;
}
/*fim do breadcrumb*/

.header-etapas {
    padding: 15px 20px;
    /*background: #5a2d82;*/
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.termos-title{
  display: inline-flex;
  width: 100%;
}

/*forms*/
#form-barra-pesquisa .form-group .form-control,
#PessoaSimpleFormform .form-group .form-control,
#form_login .form-group .form-control,
#form-pagamento .form-group .form-control,
#form-contato .form-group .form-control,
#form-fim .form-group .form-control,
#CheckoutPessoaFormform .form-group .form-control {
    width: 100%;
    box-shadow: unset;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    border-radius: 17.5px;
    padding-left: 8px;
}

#form-barra-pesquisa .form-control,
#PessoaSimpleFormform .form-control,
#form_login .form-control,
#form-pagamento .form-control,
#form-contato .form-control,
#form-fim .form-control,
#CheckoutPessoaFormform .form-control {
    display: unset;
    width: unset;
    height: unset;
    padding: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    color: unset;
    background-color: unset;
    background-clip: unset;
    border: unset;
    border-radius: 17.5px;
    transition: unset;
}

#form-barra-pesquisa .form-group .form-line,
#PessoaSimpleFormform .form-group .form-line,
#form_login .form-group .form-line,
#form-pagamento .form-group .form-line,
#form-contato .form-group .form-line,
#form-fim .form-group .form-line,
#CheckoutPessoaFormform .form-group .form-line {
     border-bottom: none;
}

#form-barra-pesquisa .form-group .form-line:after,
#PessoaSimpleFormform .form-group .form-line:after,
#form_login .form-group .form-line:after,
#form-pagamento .form-group .form-line:after,
#form-contato .form-group .form-line:after,
#form-fim .form-group .form-line:after,
#CheckoutPessoaFormform .form-group .form-line:after {
  border-bottom: unset;
}

#form-barra-pesquisa .form-control,
#PessoaSimpleFormform .form-control,
#form_login .form-control,
#form-pagamento .form-control,
#form-contato .form-control,
#form-fim .form-control,
#CheckoutPessoaFormform .form-control{
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .30s ease-in-out,box-shadow .30s ease-in-out;

    border: 1px solid black;
    border-radius: 17.5px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    height: 35px;
}

@media only screen and (min-width: 960px) {
  #form-barra-pesquisa .form-control,
  #PessoaSimpleFormform .form-control,
  #form_login .form-control,
  #form-pagamento .form-control,
  #form-contato .form-control,
  #form-fim .form-control,
  #CheckoutPessoaFormform .form-control{
    width: 70%;
  }
}

#form-barra-pesquisa  .form-control:focus,
#PessoaSimpleFormform  .form-control:focus,
#form_login  .form-control:focus,
#form-pagamento  .form-control:focus,
#form-contato  .form-control:focus,
#form-fim  .form-control:focus,
#CheckoutPessoaFormform .form-control:focus{
    border: 1px solid #2c90e5;
    box-shadow: none;
}

#form-barra-pesquisa  input.tfield_disabled,
#PessoaSimpleFormform  input.tfield_disabled,
#form_login  input.tfield_disabled,
#form-pagamento  input.tfield_disabled,
#form-contato  input.tfield_disabled,
#form-fim  input.tfield_disabled,
#CheckoutPessoaFormform input.tfield_disabled {
    background: #eee;
}

#form-barra-pesquisa .select2-container--default .select2-selection--single,
#PessoaSimpleFormform .select2-container--default .select2-selection--single,
#form_login .select2-container--default .select2-selection--single,
#form-pagamento .select2-container--default .select2-selection--single,
#form-contato .select2-container--default .select2-selection--single,
#form-fim .select2-container--default .select2-selection--single,
#CheckoutPessoaFormform .select2-container--default .select2-selection--single {
  border-radius: 17.5px;
  transition: border-color .30s ease-in-out,box-shadow .30s ease-in-out;
  border: 1px solid black;
  height: 35px;
}

#form-barra-pesquisa  .select2-container--default .select2-selection--single .select2-selection__rendered,
#PessoaSimpleFormform  .select2-container--default .select2-selection--single .select2-selection__rendered,
#form_login  .select2-container--default .select2-selection--single .select2-selection__rendered,
#form-pagamento  .select2-container--default .select2-selection--single .select2-selection__rendered,
#form-contato  .select2-container--default .select2-selection--single .select2-selection__rendered,
#form-fim  .select2-container--default .select2-selection--single .select2-selection__rendered,
#CheckoutPessoaFormform .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

#form-barra-pesquisa  .select2-container--default .select2-selection--single .select2-selection__arrow,
#PessoaSimpleFormform  .select2-container--default .select2-selection--single .select2-selection__arrow,
#form_login  .select2-container--default .select2-selection--single .select2-selection__arrow,
#form-pagamento  .select2-container--default .select2-selection--single .select2-selection__arrow,
#form-contato  .select2-container--default .select2-selection--single .select2-selection__arrow,
#form-fim  .select2-container--default .select2-selection--single .select2-selection__arrow,
#CheckoutPessoaFormform .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 35px;
}

/*forms*/

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.btn-group >  label {
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 35px;
}

@media only screen and (min-width: 960px) {
  .btn-group >  label {
    height: unset;
  }
}

.tseparator {
  margin-top: 25px;
}

.card-footer{
 text-align: right;
}

.botoes-footer-resumo{
    padding: 10px;
}

.botoes-footer-resumo > button{
    display: block;
    margin-bottom: 16px;
}

section.content {
    /*margin-top: unset !important;*/
}

#CheckoutPessoaFormform > div.panel-footer.card-footer,
.container-pagamento{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 960px) {
  #CheckoutPessoaFormform > div.panel-footer.card-footer,
  .container-pagamento{
    flex-direction: row;
    justify-content: flex-end;
  }
}


#CheckoutPessoaFormform > div.panel-footer.card-footer > button,
.container-pagamento > button {
  margin: 7px;
}

.navbar{
  padding-right: 16px;
  padding-left: 16px;
}

.breadcrumb {
    padding: 2rem 1rem;
}

.five-zero-zero-container{
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.five-zero-zero{
  min-height: 55vh;
  display: flex;
}

.texto-contrato table  {
  border-spacing: 0 !important;
  width: 100% !important;
  min-width:250px !important;
  border-collapse:collapse !important;
  word-break: break-all;
}

.texto-contrato td
{
  border: 1px solid black !important;
  width:50% !important;
  height: 30px !important;
}

.texto-contrato{
  margin: 10px;
}

/*overlay*/
#overlay-store {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 12; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay-store.active{
  display: block;
}
/*overlay*/

#default-barra{
  display: flex;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  #default-barra{
      opacity: 1;
      visibility: visible;
  }
}

#barra-pesquisa{
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  top: -70px;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 13;
}

@media only screen and (min-width: 960px) {
  #barra-pesquisa{
    top: 0px;
    margin-left: 90%;
    width: 0%;
  }

  #barra-pesquisa.active{
    margin-left: 30%;
    width: 60%;
  }
}

#default-barra.active{
  opacity: 1;
  visibility: visible;
}

#barra-pesquisa.active{
  opacity: 1;
  top: 0;
  visibility: visible;
}

#form-barra-pesquisa .rounded-form-group {
    margin-bottom: 0;
}

#busca::placeholder{
  color: white;
  opacity: .54
}

#container-resultados-pesquisa{
  opacity: 0;
  visibility: hidden;
  background-color: white;
  position: relative;
  max-height: 70vh;
  margin-right:14px;
  margin-left:14px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  border-radius: 0 0 8px 8px;
  padding: 0 10px 10px 10px;
  z-index: -1;
  transition: .3s;
  transition-delay: .2s;
}

@media only screen and (min-width: 960px) {
  #container-resultados-pesquisa{
    max-height: 50vh;
  }
}

#container-resultados-pesquisa.active{
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.item-resultado-pesquisa{
  margin-top: 5px;
  height: 30px;
  padding: 0 10px 0 10px;
}

.item-resultado-pesquisa:not(:last-child){
  margin-bottom: 5px;
}

.resultados-pesquisa{}

.resultados-pesquisa a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1em;
}

.item-resultado-pesquisa:hover{
  background: #f1f1f1;
}

#label-links-rapidos{
  text-transform: uppercase;
  opacity: .54;
  margin-bottom: 10px;
  font-size: 10px;
  padding-top: 10px;
}

.hidden{
  display: none;
}

.bandeira input:checked + div,
  .tipo-pagamento input:checked + div {
      background: #1f91f3;
  }

.bandeira input:hover + div ,
  .tipo-pagamento input:hover + div {
   border-color: #1f91f3;
}

.bandeira input + div {
   padding: 5px;
   border: 0.5px solid #eee;

}

.bandeira div span,
  .tipo-pagamento div span {
    margin-left: 5px;
}

.bandeira input,
  .tipo-pagamento input {
   display: none;
}

.field-pedido {
    text-align: left;
    border: unset;
    border-bottom: 0.5px solid #eee;
    box-shadow: unset;
    margin-bottom: 15px;
    height: 40px;
    font-size: 15px;
    width: 100%;
}

.field-pedido:focus {
    border-bottom: 0.5px solid #1f91f3;
    box-shadow: unset;
}

.row label:not(.bandeira) {
    margin-bottom: 0px;
}

.row small {
    width: 100%;
    display: block;
    color: #999;
}

.campos-cartao-up{
  width: 100%;
  display: inline-flex;
}

.campos-cartao-down{
  width: 100%;
  display: inline-flex;
}

.label-cartao{
  font-size: 14pt;
}

.small-cartao{
  font-size: 10pt;
}

.nome-titular{
  margin-left: 25%;
}

.numero-cartao{
  margin-left: 25%;
}

.data-validade{
  margin-left: 25%;
}

.codigo-seguranca{
  margin-left: 25%;
}

.data-validade > input{
  width: 50%;
}

.codigo-seguranca > input{
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #btnmodalcontrato{
    display: none;
  }

  .campos-cartao > input, label{
    margin: 0 auto;
  }

  .campos-cartao-up{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .campos-cartao-down{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .nome-titular{
    margin: 0 auto;
    width: 75%;
  }

  .numero-cartao{
    margin: 0 auto;
  }

  .data-validade{
    margin: 0 auto;
  }

  .codigo-seguranca{
    margin: 0 auto;
  }

  .field-pedido{
    text-align: center;
    margin-bottom: 20px;
  }
}

.loader-return {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader-container{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loader-wrapper{
    margin-top: 15%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* The Modal (background) */
.modal-termo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 Content */
.modal-termo-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close-modal-contrato {
  color: #aaaaaa;
  float: right;
  font-size: 35px;
  font-weight: bold;
  margin-right: 5%;
}

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

.vagas-horario{
    font-size: 10px;
    height: 40%;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}