/*NAO COPIAR ESTES ESTILOS*/
#simulacao_sidebar {
    width: 100%;
    background-color: #172f55;
}
/*FIM NAO COPIAR ESTES ESTILOS*/

/*Alterar o width de 1170px para 1370px np styles.css

.slider_boxed,
.content_wrap,
.content_container {
    width:1370px;
    margin:0 auto;
}
*/

/*
- Dividir as colunas e colocar a classe "coluna_reservas" na coluna da reserva
- Colocar column gap de 10px na row das colunas
- Colocar a cor #172f55 na coluna das reservas
*/


.coluna_reservas {
    /*background-color: #172f55;*/
}

.coluna_reservas .wpb_wrapper {
    height: 100%;
    min-height: 100%;
}

.coluna_reservas p {
    color: #ffffff;
    margin-bottom: 0.3em !important;
}

#div_seleccao,
#div_dados_pessoais,
#div_pagamento {
    padding: 20px 10px;
}

#div_total {
    padding: 30px 10px 10px 10px;
}

#div_cupao {
    padding: 5px 10px 20px 10px;
}

#div_seleccao {
    background-color: #172f55;
}

#div_cupao,
#div_total {
    background-color: #193665;
}

#div_dados_pessoais {
    background-color: #1a3c73;
}

#div_pagamento {
    background-color: #1b4281;
}


#div_pescadores,
#div_acompanhantes,
#div_criancas,
.div_stock_1,
.div_stock_2,
.div_stock_3 {
    width: 47% !important;
}


#div_pescadores,
#div_acompanhantes,
#div_criancas {
    padding-top: 10px;
}

#div_pescadores,
.div_stock_1{
    float: left !important;
    margin-right: 1.5%;
}

#div_acompanhantes,
.div_stock_2 {
    float: right !important;
    margin-left: 1.5%;
}

#div_criancas,
.div_stock_3 {
    float: left !important;
    margin-right: 1.5%;
}

#div_pescadores.single_quantidade {
    margin: 0 auto;
}



.input-reservas {
    width: 100% !important;
    padding: 0.4em 1em !important;
}

.input_data_float,
.input_hora_float {
    width: 47% !important;
}

.input_data_float {
    float: left !important;
    margin-right: 1.5%;
}

.input_hora_float {
    float: right !important;
    margin-left: 1.5%;
}




.input_email_float {
    width: 57% !important;
}

.input_telefone_float {
    width: 37% !important;
}

.input_email_float {
    float: left !important;
    margin-right: 1.5%;
}

.input_telefone_float {
    float: right !important;
    margin-left: 1.5%;
}




.clear_input {
    clear: both;
}


.label_stock_e_preco {
    padding-top: 6px;
    line-height: 1.3em;
    font-size: 0.8em !important;
    margin-bottom: 0em !important;
    text-align: center;
}

.label_stock_e_preco span {
    padding-top: 6px;
    line-height: 1.3em;
    font-size: 1em !important;
    margin-bottom: 0em !important;
    text-align: center;
}

.label_stock_e_preco {
    color: #ffffff !important;
}

.label_stock_e_preco span {
    color: #1b95c3 !important;
}





/*CAMPOS FORMULARIO CONTACTO*/
input[type="textarea"], input[type="tel"], input[type="date"], select, input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="checkbox"], input[type="submit"],
.input_data {
border-radius: 12px !important;
border-color: #ffffff;
}

textarea {
border-radius: 20px !important;
border-color: #ffffff;
}

input[type="tel"],
input[type="date"],
select,
.input_data {
background-color: #ffffff;
border-color: #ffffff;
color: #000000;
line-height: 1.2857em;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
resize: none;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/**/




/* - e + na input da quantidade*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
    border-color: #ffffff;
}

.count-input {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.count-input input {
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.count-input input:focus {
  outline: none;
  padding: 0px;
  margin: 0px;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 32px;
  top: 50%;
  right: 0;
  margin-top: -18px;
  text-decoration:none;
  color:#1b95c3;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 46%;
}

/*.inactive {
    display: none !important;
}*/
/**/



/*MODO PAGAMENTO*/
.container_radio_button {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_radio_button input {
    position: absolute;
    opacity: 0;
}

.checkmark_radio_button {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.container_radio_button:hover input ~ .checkmark_radio_button {
    background-color: #ccc;
}

.container_radio_button input:checked ~ .checkmark_radio_button {
    background-color: #2196F3;
}

.checkmark_radio_button:after {
    content: "";
    position: absolute;
    display: none;
}

.container_radio_button input:checked ~ .checkmark_radio_button:after {
    display: block;
}

.container_radio_button .checkmark_radio_button:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.visa,
.paypal {
    color: #ffffff;
    margin: 14px 0px;
}

.visa .texto_checkbox,
.paypal .texto_checkbox {
    margin-left: -3px;
}

#div_pagamento img {
    margin-left: 10px;
}

#div_pagamento img {
    height: 25px;
}
/**/





/*DIV indicação campos obrigatórios*/
#div_info_campos_obrigatorios {
  background-color: #1a3c73;
  padding-left: 4px;
}
/**/



/*DIV TERMOS E CONDICOES*/
#div_termos_e_condicoes {
  padding: 10px;
  background-color: #172f55;
}

#div_termos_e_condicoes .container {
  margin-bottom: 0px;
}
/**/




/*BOTAO PAYPAL MB E MSG CAMPOS OBRIGATORIOS*/
#submit_button .container {
  text-align: left !important;
}


#submit_button {
    padding: 10px;
    text-align: center;
}

#paypal-button-container {
    padding-top: 10px 0 0 0;
    /*display: none;*/
}

.sc_button {
    border-radius: 100px !important;
    padding: 21px;
    letter-spacing: 1.8px;
    width: 100%;
    max-width: 750px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    background-color: #ffffff !important;
    /*display: none;*/
    margin-bottom: 12px; 
}

#msg_campos_obrigatorios {
    font-style: italic;
    color: #53b6d1;
}

/**/


/*POPUP REFERENCIAS MULTIBANCO*/
#div_dados_mb,
#div_dados_paypal {
    background-color: #172f55;
    padding: 60px 0px;
    display: none;
}

.dados_mb,
.dados_paypal {
  padding: 0px;
  text-align: center;
  color: #ffffff;

  /*-webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;*/
}

.dados_mb .content,
.dados_paypal .content {
  margin-top: 40px;
}

.dados_mb img,
.dados_paypal img {
    width: 100px;
}

.dados_mb h4,
.dados_paypal h4 {
  margin-top: 0em !important;
}

.dados_left {
    float: left;
    width: 48%;
    padding-right: 2%;
    text-align: right;
}

.dados_right {
    float: right;
    width: 48%;
    padding-left: 2%;
    text-align: left;
}

.btn_fechar {
    border-radius: 100px !important;
    padding: 21px;
    letter-spacing: 1.8px;
    line-height: 22px;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0091c3 !important;
}
/*FIM POPUP REFERENCIAS MULTIBANCO*/



/*Mensagens de erro*/
label.error {
    font-style: italic;
    font-size: 0.9em;
    color: #ffb821;
	float:left;
}

#txtNum1-error {
    font-size: 0.72em;
}

#chkTermos-error {
  font-size: 0.72em;
}

#chkTermos-error {
  display: none !important;
}

#chkTermos-errorcustom {
  font-size: 0.72em;
  text-align: left !important;
}
/**/


/*CHECKBOX BILHETE VIP*/
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 100px;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.texto_checkbox {
    margin-left: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
}

.texto_checkbox a {
  color: #ffb821;
}

#div_vip {
    padding: 20px 0px 0px 0px;
}

#div_vip .desc_bilhete_vip {
    font-size: 0.75em;
    font-style: italic;
    line-height: 1.5em;
    color: #53b6d1;
}
/**/




#div_cupao {
    padding: 2px 8px 10px 8px;
    text-align: center;
}

#div_cupao input{
    width: 50% !important;
}





/*LOADER*/
#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  position:absolute;
  margin-left:-40px;
  margin-top:-90px;
  top:50%;
  left:50%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*FIM LOADER*/





/*
@media only screen and (min-width: 300px) {
.sc_button {
    border-radius: 23px;
}
}

@media only screen and (min-width: 300px) {
.sc_button {
    height: 45px;
    min-height: 30px;
    max-height: 55px;
}
}

@media only screen and (min-width: 200px) {
.sc_button {
    border-radius: 18px;
}
}

@media only screen and (min-width: 200px) {
.sc_button {
    height: 35px;
    min-height: 35px;
    max-height: 55px;
}
}

@media only screen and (min-width: 150px) {
.sc_button{
    border-radius: 13px;
}
}

@media only screen and (min-width: 150px) {
.sc_button {
    height: 25px;
    min-height: 25px;
    max-height: 55px;
}
}

@media only screen and (min-width: 75px) {
.sc_button {
    border-radius: 13px;
}

@media only screen and (min-width: 75px) {
.sc_button {
    height: 25px;
    min-height: 25px;
    max-height: 30px;
}
}
*/



/*MEDIA QUERIES*/
/*
@media only screen and (min-width: 75px) and (max-width: 149px) {
.sc_button {
    height: 25px;
    min-height: 25px;
    max-height: 30px;
    margin-bottom: 12px;
}
}

@media only screen and (min-width: 150px) and (max-width: 299) {
.sc_button {
    height: 25px;
    min-height: 25px;
    max-height: 55px;
    margin-bottom: 12px;
}
}

@media only screen and (min-width: 300px) and (max-width: 520px) {
.sc_button {
    height: 45px;
    min-height: 40px;
    max-height: 55px;
    margin-bottom: 12px;
    padding: 0px;
}
}

@media only screen and (min-width: 521px) {
.sc_button {
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    margin-bottom: 12px;
    padding: 0px;
}
}
*/

@media only screen and (min-width: 216px) and (max-width: 299px) {
.sc_button {
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
}

#button_mb_payment img {
	height: 72%;
}
}

@media only screen and (min-width: 300px) and (max-width: 319px) {
.sc_button {
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
}

#button_mb_payment img {
	height: 72%;
}
}
}


@media only screen and (min-width: 320px) and (max-width: 320px) {
.sc_button {
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
}
}

@media only screen and (min-width: 321px) and (max-width: 369px) {
.sc_button {
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
}
}


@media only screen and (min-width: 370px) and (max-width: 518px) {
.sc_button {
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
}
}

@media only screen and (min-width: 519px) {
.sc_button {
    height: 55px !important;
    min-height: 55px !important;
    max-height: 55px !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
}
}


@media screen and (max-width: 338px) {
.texto_checkbox {
    font-size: 12px !important;
    line-height: 16px;
}
}





@media screen and (min-width: 768px) {
.input-reservas {
    height: 2.3em !important;
}
#txtNum1-error {
    font-size: 0.9em;
}
}



@media screen and (max-width: 767px) {
.coluna_reservas .wpb_wrapper {
    padding: 10px 5px;
}


.container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.checkmark {
    position: absolute;
    bottom: 3px;
    left: 0;
    top: -3px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 100px;
}

.texto_checkbox {
    margin-left: 15px;
}



.coluna_reservas p {
    font-size: 0.8em;
}

.count-input input {
  padding: 0px;
  margin: 0px;
  font-size: 0.85em;
}



.visa .texto_checkbox,
.paypal .texto_checkbox {
    margin-left: -7px;
}



.label_stock_e_preco {
    font-size: 0.7em !important;
}

.label_stock_e_preco span {
    font-size: 0.9em !important;
}


.texto_checkbox {
    font-size: 13px;
}

.checkmark_radio_button {
    position: absolute;
    top: 5px;
    left:0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.container_radio_button .checkmark_radio_button:after {
    top: 6px;
    left: 6px;
}

#div_pagamento img {
    padding: 7px 0px 0px 0px;
    margin-left: 6px;
}



.input-reservas {
    height: 2.5em !important;
}

#div_seleccao,
#div_dados_pessoais,
#div_pagamento {
    padding: 14px 8px;
}

#div_total {
    padding: 20px 8px 8px 8px;
}

#div_pagamento img {
    height: 20px;
}

}


/*responsive para largura da pagina*/
@media (max-width: 1439px) and (min-width: 1263px) {
.slider_boxed, .content_wrap, .content_container {
    width: 1100px !important;
}
}

@media (max-width: 1262px) and (min-width: 1136px) {
.slider_boxed, .content_wrap, .content_container {
    width: 1000px !important;
}
}
/**/

