@charset 'utf-8';
/*
  Theme Name: Kayaking Child
  Theme URI: http://kayaking.ancorathemes.com/
  Description: Kayaking - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: kayaking
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  kayaking
*/



/* =Theme customization starts here
-------------------------------------------------------------- */


/* 
*  Personalização AcoresPRO - 02/08/2021 
*/
.top_panel_title .page_title {
  font-family: 'Francois One', sans-serif!important;
  font-weight: 400!important;
  text-transform: uppercase!important;
}
.logo img {
  margin-left: 8px!important;
  margin-top: 8px!important;
}

.top_panel_wrap .contact_logo{
  background-color: #fff;
}

.atividades-listagem-wrapper .atividade-box {
  height: auto;
  padding: 1%;
  float: left;
  width: 30%;
}

.atividades-listagem-wrapper .atividade-box .titulo {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.atividades-listagem-wrapper .atividade-box .titulo,
.atividades-listagem-wrapper .atividade-box .descricao,
.atividades-listagem-wrapper .atividade-box .botoes {
  margin: 18px 0;
}

.atividades-listagem-wrapper .atividade-box .botoes {
  text-transform: uppercase;
  font-weight: bold;
}

.sc_team_wrap .sc_slider_controls_wrap a {
  background-color: #0b3388!important;
  font-weight: bold!important;
}


.sc_team_wrap .sc_columns .sc_team_item_avatar > img {
  border-radius: 6px;
} 

body.blog .post_info .post_info_item.post_info_posted_by {
  font-weight: bold;
}





#barra-lateral-redessociais {
  position: fixed; 
  right: 0;
  /*top: 280px;*/
  top: 32%;
  z-index: 20;

}
#barra-lateral-redessociais .item {
  margin-bottom: 1px;
  background-color: #0b3388;
  width: 52px;
  height: 52px;

  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #fff;
  font-size:18px;

  display: table;

  transition: all ease 0.8s;
}

#barra-lateral-redessociais .item:hover {
  opacity: 0.8!important;
  background-color: black!important;
}

#barra-lateral-redessociais .item span {
  top: 0.75em;
  margin-left: 2%;
  position: relative;
  color: white;
}
/* Twitter */
#barra-lateral-redessociais .item.twitter span.icone:before {
  content: '\e89a';
}
/* Facebook */
#barra-lateral-redessociais .item.facebook span.icone:before {
  content: '\e873';
}
/* Youtube */
#barra-lateral-redessociais .item.youtube i {
  display: table-cell;
  vertical-align: middle;
}
/* Tripadvisor */
#barra-lateral-redessociais .item.tripadvisor i {
  display: table-cell;
  vertical-align: middle;
}
/* Instagram */
#barra-lateral-redessociais .item.instagram span.icone:before {
  content: '\e87e';
}



.barra-topo-reservar {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
}
.barra-topo-reservar .botao-reservar-agora {
  border-radius: unset!important;
  background-color: green;
  text-transform: uppercase;
  height: 100%;
}


footer aside.widget_nav_menu ul > li {
  padding-left: 0!important;
}
footer aside.widget_nav_menu ul > li:before {
  content: unset!important;
}





/* Personalização AcoresPRO - 24/09/2021 */

.woocommerce ul.products li.product.product-category mark.count, .woocommerce-page ul.products li.product.product-category mark.count {
  display: none;
}

.aerobus_onde_estamos,
.aerobus_aeroporto,
.aerobus_transfer_privado{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.aerobus_onde_estamos h5,
.aerobus_onde_estamos h3,
.aerobus_onde_estamos p,
.aerobus_transfer_privado h5,
.aerobus_transfer_privado h3,
.aerobus_transfer_privado p{
  color: white!important;
}

.aerobus_aeroporto h5,
.aerobus_aeroporto h3,
.aerobus_aeroporto p{
  color: black!important;
}

.aerobus_onde_estamos h5,
.aerobus_aeroporto h5,
.aerobus_transfer_privado h5{
  margin-top: 0;
  margin-bottom: 0;
}

.aerobus_onde_estamos h3,
.aerobus_aeroporto h3,
.aerobus_transfer_privado h3{
  margin-top: 0;
  margin-bottom: 0;
}

.aerobus_onde_estamos .aerobus_desc,
.aerobus_aeroporto .aerobus_desc,
.aerobus_transfer_privado .aerobus_desc{
  margin-top: 1rem;
  margin-bottom: 0;
}

.aerobus_left_side{
  display: grid;
  justify-items: left;
  align-items: center;
  text-align: left;
}

.aerobus_right_side{
  display: grid;
  justify-items: center;
  align-items: center;
}

.formulario__pre_reserva,
.formulario__pedido_cotacao{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2rem;
  column-gap: 1rem;
}

.formulario__pre_reserva label span input,
.formulario__pedido_cotacao label span input{
  width: 100%;
}

.pre_reserva_submit,
.pedido_cotacao_submit{
  width: 100%;
  display: grid;
  justify-items: center;
  margin-top: 3rem;
}

.aerobus_pre_reserva_titulo,
.aerobus_pedido_cotacao_titulo{
  margin-top: 1rem;
  text-align: left;
}

.aerobus_pre_reserva__div,
.aerobus_pedido_cotacao__div{
  margin-bottom: 3rem!important;
}

/* Packs Especiais */

.todos_servicos{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem!important;
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.single_servico{
  background: rgb(222, 251, 255);
  height: -moz-fit-content;
}

.servico_imagem{
  overflow: hidden;
  height: 15rem;
}

.servico_imagem img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.servico_info{
  text-align: center;
}

.servico_info .servico_titulo h4{
  margin-top: 2rem;
}

.servico_info .servico_titulo h4 a{
  display: block;
  height: 5vw;
  width: 100%;
  color: #333333
}

.servico_info .servico_titulo h4 a:hover{
  color: #e2cb00
}

.servico_info .servico_excerto{
  margin-top: 1rem;
  color: #e2cb00
}

.servico_info .servico_ler_mais{
  margin-top: 2rem;
  margin-bottom: 2rem!important;
}

body.single-packs-especiais .sidebar{
  display: none;
}

body.single-packs-especiais.sidebar_show .content {
  width: 100%;
}

.services_details .services_details_fields{
  list-style-type: none;
  padding-left: 0;
}

.services_details .services_details_fields li i{
  margin-right: 1rem;
}

.services_post_thumbnail{
  width: 50%;
  margin: auto;
}

.services_post_thumbnail_img{
  position: relative;
}

.services_post_price{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  
}

.services_post_price h2{
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0!important;
  margin-bottom: 0!important;
  background: white;
  color: #0b3388!important;
}


.botao_reservar_packs_especiais a {
  background-color: #0b3388;
  display: inline-flex;
  width: 9rem!important;
  color: white!important;
  justify-content: center;
  align-items: center;
  height: 3rem!important;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  font-weight: bolder;
}

.botao_reservar_packs_especiais a:hover {
  background-color: #e2cb00;
}


/* Página Quem Somos */

.text-image{
  filter: sepia(1) hue-rotate(98deg) saturate(100000%) grayscale(0.5);
  width: 100px;
  height: 4px;
}

.sobre_nos_primeiro_campo_subtitle{
  margin-top: 0!important;
}

.equipa_primeiro_campo_membros{
  display: flex;
  column-gap: 3rem;
  height: auto;
  flex-flow: row wrap;
  justify-content: center;
}
.equipa_membro {
  margin-bottom: 2rem!important;
}

.equipa_membro {
  margin-bottom: 2rem;
}

.equipa_membro img {
  min-width: 150px;
  max-width: 300px;
  width: 300px;
  height: 400px;
  object-fit: cover;
}

.equipa_membro span{
  width: 300px !important;
  display: block;
}
.equipa_membro .membro_social_media span::before{
  float: left;
  margin-left: 8px;
  font-size:16px
}

.equipa_membro h2 {
  margin-top: 3rem;
}

.equipa_membro .membro_social_media {
  margin-top: 1rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  column-gap: 1rem;
  
}

.equipa_membro .membro_social_media a {
  background: #0b3388;
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  display: grid;
  justify-items: center;
  align-items: center;
}

.equipa_membro .membro_social_media a:hover {
  background: #e2cb00;
}

.equipa_membro .membro_social_media a span{
  color: white;
}

/* Página Contactos */

.contactos_mapa iframe{
  width: 100%!important;
}

.contactos_formulario{
  display: grid;
  row-gap: 2rem;
}

.contactos_informacao_morada_sede,
.contactos_informacao_telefone,
.contactos_informacao_email{
  margin-top: 3.5rem!important;
}

/* Home */

.home_atividades{
  text-align: center;
  margin-bottom: 3rem!important;
}

.home_atividades .home_atividades_titulo{
  margin-top: 0!important;
}

.home_atividades .home_atividades_subtitulo{
  margin-top: 0!important;
}

.home_atividades_subtitulo:after,
.sobre_nos_primeiro_campo_subtitle:after,
.equipa_primeiro_campo_subtitle:after{
    content: '';
    height: 3px;
    display: block;
    width: 100%;
    margin-top: 0.6em;
    background: url("images/subtitle.png") no-repeat left;
        background-position-x: center;
        background-position-y: center;
}


.todas_as_atividades{
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
  column-gap: 2rem;
  row-gap: 4rem;
  margin-bottom: 4rem!important;
}

.atividade_imagem{
  overflow: hidden;
  height: 15rem;
}

.atividade_imagem img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.atividade_titulo h4{
  margin-top: 2rem!important;
}

.atividade_titulo h4 a{
  color: #333333!important;
}


.atividade_titulo h4 a:hover{
  color: #e2cb00!important;
}

.single_atividade{
  background: rgb(222, 251, 255);
  height: -moz-fit-content;
  height: fit-content;
}

.atividade_ler_mais{
  margin-top: 2rem;
  margin-bottom: 2rem!important;
  font-weight: bold;
}

.atividade_info{
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.home_todas_categorias{
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
  column-gap: 2rem;
  row-gap: 4rem;
  margin-bottom: 4rem!important;
}

.home_categoria_img{
  position: relative;
  overflow: hidden;
  height: 15rem;
}

.home_categoria_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_categoria_info h3{
  margin-top: 1rem!important;
}

.home_categoria_link{
  margin-top: 2rem!important;
  font-weight: bold;
}

.home_categoria_img a::after{
  position: absolute;
  content: " "!important;
  background-color: #fd981c94!important;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.home_os_nossos_tours{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home_tours{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 30rem;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: center;
  row-gap: 2rem;
}

.home_tours h2,
.home_tours h4{
  color: white!important;
}

.home_tours h4{
  margin-top: 0!important;
  margin-bottom: auto!important;
}

.home_tours h2{
  margin-top: auto!important;
  margin-bottom: 0!important;
}


/* Menu */

#menu-item-1031, #menu-item-1297{
  text-decoration: underline;
  text-underline-offset: 20px;
  margin-bottom: 25px;
}

ul#menu-footer-links-uteis-pt .menu_acores_pro img{
  width: 12rem;
}

.acorespro_img img{
  width: 12rem!important;
}

/* Woocommerce Single */

.woocommerce-page div.product div.summary {
  margin-bottom: 15rem;
}

@media only screen and (max-width: 479px) { 
  .woocommerce-page div.product div.summary {
    margin-bottom: 10rem;
  }
}

.single-product div.product .woocommerce-tabs.trx-stretch-width {
  padding-top: 0 !important;
}

.produtos_mapa .iframe_mapa{
  width: 100% !important;
  height: 35rem !important;
}

.single-product div.product .woocommerce-tabs.trx-stretch-width .panel h2{
  display: none!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: block!important;
}

.woocommerce-page div.product div.summary {
  float: none!important;
  width: 100%!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-right: 2rem!important;
}

.product_description_content{
  width: 100%;
}

.header_description{
  display: grid;
  justify-items: center;
  align-items: center;
  background: #eefafc;
  height: 5rem;
  width: 11rem;
}

.header_description h3{
  font-size: 1.5em;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.content_info{
  background: #eefafc;
  width: 100%;
}

.content_map{
  padding: 2rem;
}

.content_info h3{
  margin-top: 0!important;
}

.content_info .iframe_mapa{
  width: 100%!important;
  /*height: 40rem!important;*/
  height: 20rem!important;
}

.trail_map{
  height: 646px;
}

body.single-product .product_meta{
  display: none!important;
}

body.post-type-archive-product aside#categories-6,
body.blog  aside#woocommerce_product_categories-4,
body.tax-product_cat aside#categories-6,
body.archive.category aside#woocommerce_product_categories-4,
body.single-post aside#woocommerce_product_categories-4{
  display: none!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 30rem;
  height: 17rem;
}

.botao_reservar a {
  background-color: #0b3388;
  display: inline-flex;
  width: 8rem!important;
  color: white!important;
  justify-content: center;
  align-items: center;
  height: 2rem!important;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}

.botao_reservar a:hover {
  background-color: #e2cb00;
}


/*Atividades*/

.woocommerce ul.products li.product .button{
  background-color: #e2cb00;
}


.woocommerce ul.products li.product .button:hover{
  background-color: #0b3388;
}


.widget_price_filter .widget_title{
  font-size: 1.4rem;
}

/*Single pack especial*/

.single-packs-especiais .services_post_thumbnail_img img{
  vertical-align: top;
  height: 400px;
  object-fit: cover;
  width: 100%;
  transform: scale(1.2);
  overflow: hidden;
}

.single-packs-especiais .services_post_thumbnail{
  width: 70%;
  margin-bottom: 50px;
  height:400px
}

.single-packs-especiais .services_post_thumbnail_img{
  overflow: hidden;
}

.single-packs-especiais .services_post_price{
  z-index: 1;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.services_post_thumbnail_img h2{
  padding: 15px 30px;
  padding-left: 60px;
  padding-right: 30px;
  font-size: 3rem;
}


.single-packs-especiais .services_information{
  width: 70%;
  margin: 0 auto;
}

.services_information .details_title{
  margin: 10px 0;
}

.services_information .services_desc{
  margin-bottom: 30px;
}

.services_information .services_warning{
  margin-bottom: 20px;
}

iframe .fondo{
  background-color: white!important;
  border-radius: 50px!important;
}
iframe .new31 #wlink .fondo td{
  height: 120px!important;
  width: 90px!important;
  border-radius: 10px!important;
}
iframe .new31{
  background-color: transparent!important;
}

iframe #BwG{
  background-color: transparent!important;
}



/*Contactos*/
.wpcf7 input[type="submit"]{
  margin-top: 20px;
}

.servico_ler_mais a{
  font-weight: bolder;
}


footer .menu-image{
  padding-bottom: 20px;
  border-bottom: 1px solid #656573!important;
  padding-top: 10px;
}

.joinchat{
  transform: translate(0px, -50px) !important;
}

@media only screen and (max-width:1439px){
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
    height: 17rem;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width:850px){
 
  .formulario__pre_reserva, .formulario__pedido_cotacao {
    grid-template-columns: 2fr 2fr;
  }
  .aerobus_onde_estamos, .aerobus_aeroporto, .aerobus_transfer_privado{
    grid-template-columns: 2fr;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
    height: 17rem;
    width: 100%;
    object-fit: cover;
  }
  
}

@media only screen and (max-width:639px){
  #menu-item-1031, #menu-item-1297 {
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .wpcf7 .wpcf7-form-control .wpcf7-list-item-label::before {
    top: 15px;
    left: 20px;
  }
  .todos_servicos{
    grid-template-columns: 2fr;
  }
}

@media only screen and (max-width:500px){
 
  .formulario__pre_reserva, .formulario__pedido_cotacao {
    grid-template-columns: 4fr;
  }
  
}

@media only screen and (max-width:479px){
  #menu-item-1031, #menu-item-1297 {
    text-decoration: underline;
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom:none;
  }
  .servico_info .servico_excerto{
    margin-top: 40px;
  }
  .services_post_thumbnail_img h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 2rem;
  }
  footer .menu-image{
    width: 120px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .top_panel_title{
    margin-top: 100px!important;
  }
  .header_mobile{
    top: 0!important;
  }
  .top_panel_top_open_hours.icon-clock-1{
    margin-left: 13.5px!important;
  }
  .top_panel_top_open_hours.icon-clock-1::before{
    margin-right: 5px!important;
  }

  .wpcf7 .wpcf7-form-control .wpcf7-list-item-label::before {
    top: 15px!important;
    left: 5px;
  }
  .wpcf7-list-item-label::after {
    top: 12px!important;
    left: 8px;
  }
  .wpcf7 .wpcf7-form-control .wpcf7-list-item-label::before {

    top: 15px!important;
    left: 5px;
  }
  .wpcf7-list-item-label::after {

    top: 15px!important;
    left: 8px;
  }


}



@media only screen and (max-width:280px){
  .slider_boxed, .content_wrap, .content_container {
    width: 100%!important;
  }

  .todas_as_atividades{
    grid-template-columns: repeat( auto-fit, minmax(100%, 1fr) );
  }
  
}

/* Slider */

.clientes_imagem {
  height: 100%!important;
}

/*
#fb-root > #fb-customer-chat > span > iframe{
  width: 375px!important;
}

.fb_dialog_content > iframe[data-testid="bubble_iframe"]{
  right: 100px;
  bottom: -15px;
}
*/





/* PÁGINA "Agência de Viagens" */
#page_template_agencia_viagens.page_content_wrap.page_paddings_yes h3 {
  margin-top: 0!important;
}
#page_template_agencia_viagens .pacote-box {
  background-color: #defbff;
  padding: 1.3rem 1.3rem;
  box-sizing: border-box;
}
#page_template_agencia_viagens .pacote-box .pacote-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align-last: center;
  text-align: center;
  font-size: 1.2rem;
}
#page_template_agencia_viagens .pacote-box .pacote-descricao {
  color: #e2cb00;
  padding: 2rem 0;
  text-align-last: center;
  text-align: center;
}
#page_template_agencia_viagens .pacote-box .pacote-ler-mais {
  text-align-last: center;
  text-align: center;
  font-weight: bold;
  color: #0b3388;
  padding-top: 1.2rem;
}
#page_template_agencia_viagens .pacote-box .pacote-ler-mais a:hover {
  color: #0b3388;
  cursor: pointer;
}
#page_template_agencia_viagens .pacote-image img {
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}