body{
    font-family: 'Montserrat';
    margin: 0px;
    margin-top: -1px;
    font-size: 12px;
}

section{
    padding: 100px 0px;
    text-align: center;
}

/*HOME*/
#home{
background: url(img/topBanner.jpg);
position: relative;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
position: relative;
padding-top: 49.05%;
padding-bottom: 0;
color: #fff;
z-index: 2;
}
#home .center-container{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 40%;
    transform: translateY(-50%);
    font-size: 2em;
}
#home .center-container #countdown{
  text-transform: uppercase;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  padding: 10px 0px;
  display: table;
  max-width: 90%;
  font-size: 18px;
}
@media(max-width:650px){
  #home .center-container #countdown{
font-size: 14px;
  }
}
#home .center-container #countdown span{
border-right: 3px solid #fff;
padding: 0px 10px;
}
#home .center-container #countdown span:last-child{
  border-right: none;
  }
#home .center-container p{
    max-width: 440px;
    margin: auto;
    font-size: 1.3em;
    font-weight: bold;
}
#home .center-container i{
  font-size: 0.8em;
}
#home #arrow-down{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    width: 40px;
}

/*TEMAS*/
#temas{
    background-color: #00CCFF;
}
.flex-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: auto;
}
.flex-content .icon{
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex-content .icon p{
    margin-top: -10px;
}
#temas .flex-content img{
    width: 100px;
}

/*DESCRICAO*/
#descricao{
  background-color: #9918b5;
}
#descricao .text-descricao{
  width: 90%;
  max-width: 1000px;
  margin: auto;
  font-size: 2em;
  color: #fff;
}

/*LOCAL*/
#local{
    background:  url(img/localBanner.jpg);
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 58.65%;
    padding-bottom: 0;
    color: #fff;
    margin-top: -1px;
    z-index: 1;
}

#local .text-local{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-size: 2em;
    text-align: left;
}
#local .text-local p{
    margin: 0px; 
}
#local .text-local h2{
    font-size: 4.8em;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: -30px;
}
#local .text-local h3{
  font-size: 2.5em;
  margin: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#local img{
    position: absolute;
    bottom: 0;
    left: 10%;
}

/*INGRESSOS*/
#ingressos{
    background-color: #00CCFF;
}
#ingressos .flex-content{
    max-width: 600px;
    justify-content: space-between;
    padding: 0px 20px;
}

#ingressos .flex-content .card{
    background-color: #fff;
    padding: 20px;
    box-shadow: -5px 5px 2px #359DD7;
    height: 250px;
    width: 200px;
    text-align: center;
    color: #00CCFF;
    position: relative;
}

#ingressos .flex-content .card h3{
    color: #808080;
    min-height: 40px;
}
#ingressos .flex-content .card .condicao-especial{
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 35px;
    width: 200px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    left: -20px;
    right: 0;
    margin: auto;
    transform: rotate(-15deg);
    top: 35%;
    font-size: 1.2em;
}
#ingressos .flex-content .card .card-price{
    font-size: 6em;
    margin: 0px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
}
#ingressos .flex-content .card .card-price span{
    font-size: 0.5em;
    font-weight: 500;
    margin-right: 5px;
}

#ingressos .flex-content .card button{
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    background-color:#00CCFF;
    border: none;
    border-radius: 20px;

    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

/*FORM*/
#formulario{
    background-color: #000;
    color: #fff;
}
#formulario h3{
    text-transform: uppercase;
    font-size: 2em;
}
#formulario input{
    color: #fff;
}
.divForm{
    background: linear-gradient(to left, #00294F, #0080CF);
    width: 100%;
    position: relative;
    height: auto;
    color: #fff;
  }
  .divForm h4{
    font-weight: 600;
    text-transform: uppercase;
  }
  .textContato{
    width: 90%;
  }
  .divForm p{
    font-weight: 300;
    font-size: 1.5em;
    max-width: 380px;
    margin: auto;
    color: #d2d2d2;
  }
  .containerForm{
    width: 80%;
    max-width: 380px;
    margin: auto;
    margin-top: 50px;
  }
  .divEmpresa{
    width: 100%;
    text-align: left;
  }
  form p{
    font-size: 1.3em !important;
  }
  textarea{
    border-radius: 0 !important;
  }
  #btnEnviarLead{
    border: none;
    margin-top: 30px;
    background-color: #00CCFF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-size: 1.3em;
    width: 50%;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
  }
  .comboBox {
      background-color: transparent;
      border: none;
      border-bottom:1px solid #929292de;
      padding: 4px 6px;
      overflow: hidden;
      outline: none;
      margin: 0 0 45px;
      font-size: 15px;
  }
  option{
    color: #000;
  }
  .divLocalizacao{
    display: flex;
    justify-content: space-between;
  }
  #lblMsg{
    text-align: center;
   font-weight: bold;
   color: #edff00;
   font-size: 1.1em;
   margin-top: 10px;
   display: block;
  }
  #imgLoading{
    display: none;
  }
  /* form starting stylings ------------------------------- */
  .group            {
    position:relative;
    margin-bottom:45px;
  }
  input               {
    font-size:15px;
    padding:10px 10px 10px 5px;
    display:block;
    width: 100%;
    border:none;
    border-bottom:1px solid #929292de;
    background-color: transparent;
  }
  input:focus         { outline:none; }
  
  /* LABEL ======================================= */
  form label                {
    color:#d2d2d2;
    font-size:15px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  
  /* active state */
  input:focus ~ label, input:valid ~ label        {
    top:-20px;
    font-size:14px;
    color:#d2d2d2;
  }
  
  /* BOTTOM BARS ================================= */
  .bar    { position:relative; display:block; width:100%; height: 1px; }
  .bar:before, .bar:after     {
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background: #ffffffa3;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  .bar:before {
    left:50%;
  }
  .bar:after {
    right:50%;
  }
  
  /* active state */
  input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
  }
  
  /* HIGHLIGHTER ================================== */
  .highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
  }
  
  /* active state */
  input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
  
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
      from { background:#5264AE; }
    to    { width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
      from { background:#5264AE; }
    to    { width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
      from { background:#5264AE; }
    to    { width:0; background:transparent; }
  }


/*FOTOS*/
#fotos{
  background-color: #fff;
}
#fotos img{
  width: 90%;
  object-fit: cover;
  margin: auto;
}
#fotos .title{
  text-transform: uppercase;
  font-size: 2em;
  max-width: 400px;
  margin: auto;
  margin-bottom: 50px;
}
.carousel-wrapper{
  width: 90%;
  margin: auto;
  position: relative;
}
.owl-prev, .owl-next{
  font-size: 20px !important;
  color: #869791 !important;
}
.owl-nav{
  position: absolute;
  top: -50px;
  right: 30px;
}
.owl-dots{
  margin-top:20px;
}
.owl-prev, .owl-next:hover{
background-color: #fff !important;
color: #869791 !important;
}
.disabled{
  opacity: 0.1 !important;
}

  /*media queries*/
  @media(max-width:1100px){
    body{
        font-size: 10px;
    }
    #home{
        padding-top: 0px;
        height: 560px;
        background-size: cover;
    }
}
@media(max-width:568px){
    #home .center-container img{
        width: 320px;
    }
    body{
      font-size: 8px;
    }
    #local .text-local h2 {
      margin-bottom: -20px;
    }
    #local .text-local h3 {
      margin-bottom: 0px;
    }
}
@media(max-width:1200px){
    #local img{
        display: none;
    }
    @media (max-width: 518px){
        #ingressos .flex-content {
            justify-content: center;
        }
        #ingressos .flex-content .card {
            justify-content: center;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
}