
/* GERAL */
body {
  font-family: "Montserrat", Sans-serif;
  line-height: 180%;
}
 
 p {
  font-family: "Montserrat", Sans-serif;
  margin-bottom: 0px;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 24px;
}


* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

a {
  font-family: "Montserrat", Sans-serif;
 text-decoration: none;


}
li {
  font-family: "Montserrat", Sans-serif;
 list-style: none;
}



/* MENU FIXO */
.navbar {
 display: flex;
 align-items: center;
 justify-content: space-around;
 padding: 4px;
 background-color: white;
}
.nav-links a {
color: #000;
 
}
.nav-links a:hover{
 color: #f59021;
 font-weight: 500; !important;

 }

.menu .icon a {
width: 32px;
  height: 32px;
  color: #fff;
  background-color:#f59021;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  border-radius: 50%;
  font-size: 17px;
  transition: all 0.5s;
   margin: 5px 4px;
}
 
 .menu .icon a:hover {
  background-color: #11b0ad;
}


.menu {
 display: flex;
 font-size: 17px;
}
.menu li:hover {

 transition: 0.3s ease;
}
.menu li {
 padding: 5px 14px;
}
/* DROPDOWN MENU */
.services {
 position: relative; 
}
.dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown li + li {
 margin-top: 10px;
}
.dropdown li {
 
 width: 8em;
 text-align: left;
}
.dropdown li:hover {


}
.services:hover .dropdown {
 display: block;
}

input[type=checkbox]{
 display: none;
} 

/* MENU FIXO */

/*MENU MOBILE*/
.hamburger {
 display: none;
 font-size: 40px;
 user-select: none;
}

@media (max-width: 768px) {
.menu { 
 display:none;
 position: absolute;
 background-color:white;
 right: 0;
 left: 0;
 top: 77px;
 text-align: center;
 padding: 16px 0;
 z-index: 1; 
}
.menu li:hover {
 display: inline-block;
  
 transition: 0.3s ease;
}
.menu li + li {
 margin-top: 12px;
}
input[type=checkbox]:checked ~ .menu{
 display: block;
}
.hamburger {
 display: block;
 color: #f18f21;
}
.hamburger:hover {
 display: block;
 color: #11b0ad;
}
.dropdown {
 left: 50%;
 top: 30px;
 transform: translateX(35%);
}
.dropdown li:hover {
 
  color: #691f51;
 
}
}


/* GERAL PÁGINAS */

/* BANNER COM VIDEO */
video {
width: 100%;
height:auto;


}

.video-container {
  position: relative;
  padding-bottom: 35%;
 
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BANNER COM VIDEO */

h2 {
  font-family: "Montserrat", Sans-serif !important;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
   tex
      font-weight: 700;

  color: #641c4d;
  margin-top: 60px;
  margin-bottom: 40px;
}

h3 {
 font-family: "Montserrat", Sans-serif; !important;
    color: #d01b80;
    font-size: 28px;
    text-align: center; 
}
h4 {
 font-family: "Montserrat", Sans-serif; !important;
    color: #f59021;
    font-size: 30px;
        margin-bottom: 10px;
        font-weight: 600; !important;
   
}


/* QUADRADOS PRODUTOS */



.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-fluid2 {
    max-width: 100%;
    height: auto;
}
.img-fluid3 {
    max-width: 100%;
    height: auto;
}
.img-fluid4 {
    max-width: 100%;
    height: auto;
}


/* TITULOS QUADRADOS */

/* BOTÃO SABER MAIS */
.product-thumb {
  
  position: relative;
  transition: all 0.5s ease-out;
  margin-bottom: 20px;
}
/* BOTÃO SABER MAIS */


.product-info {
  padding: 30px 20px;
}

.product-p {
  font-size: 14px;
      margin-top: 10px;
          text-align: center;
}


/* FOOTER*/
.footer {
  text-align: center;
}
.footer ul {
  padding: 0px;
  margin: 0px;
}
.footer ul li {
  list-style: none;
  display: inline-block;
}
.footer .logo img {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}
.footer .footer-menu {
  margin-bottom: 60px;
  margin-top: 130px;
}
.footer .footer-menu ul li {
  margin: 0px 18px;
}
.footer .footer-menu a {
  font-size: 14px;
  color: #000000;
  transition: all 0.5s;
}

.footer-redes a {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.footer .footer-menu a:hover {
  color: #f59021;
  text-decoration: none;
}
.footer .social-icons {
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer .social-icons ul li {
  margin: 0px 10px;
}
.footer .social-icons a {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color:#f59021;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  border-radius: 50%;
  font-size: 17px;
  transition: all 0.5s;
}
.footer .social-icons a:hover {
  background-color: #11b0ad;
}

/* SUB FOOTER */
.sub-footer {
  border-top: 1px solid #eee;
  text-align: center;
}
.sub-footer p {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 60px;
}
.sub-footer a {
  color: #3a8bcd;
  text-decoration: none;
}

.featured-page {
  margin-top: 130px;
  margin-bottom: 40px;
}
.featured-page .section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}
.featured-page #filters {
  margin-top: 15px;
  text-align: right;
}
.featured .featured-item {
  margin-bottom: 30px;
  text-decoration: none;
}
.featured .featured-item h4 {
  transition: all 0.5s;
}
.featured .featured-item:hover h4 {
  color: #3a8bcd;
}
#filter button {
  outline: none;
}
#filter .btn-primary.focus,
.btn-primary:focus {
  color: #3a8bcd!important;
  box-shadow: none!important;
}
#filters .btn-primary {
  color: #1e1e1e;
  border: none;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
}

/* FOOTER*/

/* BOTÃO SUBIR PÁGINA*/
@media only screen and (max-width: 600px) {
    #myBtn {
      visibility: hidden;
  }
    }
#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 25px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #f59122; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 5px; 
  font-size: 18px; 
}

#myBtn:hover {
  background-color: #11b0ad; /
}

/* BOTÃO SUBIR PÁGINA*/




/* HOME PAGE  */

/* BANNER */


h1 {
  font-family: "Montserrat", Sans-serif;
     
    text-transform: uppercase;
  font-weight: normal;
  margin-top: 0px;
  font-size: 20px;
color: #d01b80;
  margin-bottom: 9px;
  font-weight: 700; !important;
}

.main-button a {
  font-family: "Montserrat", Sans-serif;

  background-color: #f59021;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.5s;
}
.main-button a:hover {
  background-color: #11b0ad;

   color: #fff;
}
.section-heading {
  margin-top: 60px;
  margin-bottom: 40px;
}
/* RESPONSIVE TITULO PAGINA */
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.section-heading{
   margin-top: 60px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.section-heading {
   margin-top: 30px;
   margin-bottom: 30px;
  }
}
/* RESPONSIVE TITULO PAGINA */

    /* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */
.section-heading .line-dec {
  width: 85px;
  height: 2px;
  background-color: #11b0ad;

}
/* CAIXA ABRIR MAIS */
.accordion {
font-family: "Montserrat", Sans-serif;

  background-color: #f59021;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.5s;
}

.active, .accordion:hover {
  background-color: #11b0ad;

   
}

.panel {
  padding: 0 -5px 40px;
  display: none;
  overflow: hidden;
}
/* CAIXA ABRIR MAIS */


/* BANNER IMAGEM */
/*.banner {
  margin-top: 0px;
  background-image: url(../imagens/banner/banner_pulapula.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  background-position: center center;
  background-attachment: fixed;
}
*/

@media screen and (min-width: 601px) {
  div.banner{
   margin-top: 0px;
  background-image: url(../imagens/banner/banner_pulapula.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  background-position: center center;
  background-attachment: fixed;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.banner {
   margin-top: 0px;
  background-image: url(../imagens/banner/banner_tl.jpg);
  background-size: cover;
  
  padding: 150px 0px;

  }
}















.banner .caption {
  background-color: rgba(250,250,250,0.9);
  padding: 30px;
  max-width: 450px;
}
.banner .caption  {
  
  margin-top: 0px;
  margin-bottom: 15px;
  color: #1e1e1e;
}
.banner .caption .line-dec {
  width: 85px;
  height: 2px;
  background-color: #11b0ad;
}
.banner .caption p {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
    .banner  {
      
     height: 700px;

  }
    }
    @media only screen and (max-width: 500px) {
    .banner .caption {
      
     margin-top: -80px;
     
  }
    }
/* BANNER IMAGEM */

/* BANNER  */


/* PRODUTOS QUADRADOS */

/* BOTÕES VER MAIS */
.main-button_produtos a {
  margin-top: 20px;
  background-color: #f59021;
  border-radius: 5px;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 102%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)


}
.main-button_produtos a:hover {
  background-color: #11b0ad;
   color: #fff;
}

/* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */
@media only screen and (max-width: 600px) {
    .img-fluid  {
      
     margin-top: 60px;
  }
    }

    @media only screen and (max-width: 3000px) {
    .img-fluid  {
      
     margin-top: 60px;
  }
    }
    /* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */

/* QUADRADOS PRODUTOS */

/* FIM PÁGINA INÍCIAL */




/* PÁGINA INSUFLAVEIS */

  /* BANNER IMAGEM */

.banner_insuflavel {
  margin-top: 0px;
  
  background-size: cover;
  background-repeat: no-repeat;
background-position: center center;
  width: 100%;
  height: 400px;
 
}
/* For width smaller than 400px: */
.banner_insuflavel {
  background-image: url('../imagens/banner/insuflaveis.JPG');
   height: 300px;
}

/* For width 400px and larger: */
@media only screen and (min-device-width: 400px) {
 .banner_insuflavel {
    background-image: url('../imagens/banner/.....jpg');
    height: 500px;
  }
}

  /* BANNER IMAGEM */


/* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */
@media only screen and (max-width: 600px) {
    .img-fluid2  {
      
     margin-top: 0px;
  }
    }

    @media only screen and (max-width: 3000px) {
    .img-fluid2  {
      
     margin-top: 10px;
  }
    }
/* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */
/* PÁGINA INSUFLAVEIS */


 
/* PÁGINA TRAMPOLIM */
  /* BANNER IMAGEM */
.banner_trampolim {
  margin-top: 0px;
  
  background-size: cover;
  background-repeat: no-repeat;
background-position: center center;
  width: 100%;
  height: 400px;
 
}
/* For width smaller than 400px: */
.banner_trampolim {
  background-image: url('../imagens/banner/trampolim.png');
   height: 300px;
}

/* For width 400px and larger: */
@media only screen and (min-device-width: 400px) {
  .banner_trampolim {
    background-image: url('../imagens/banner/trampolim.png');
    height: 500px;
  }
}
  /* BANNER IMAGEM */



/* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */
@media only screen and (max-width: 600px) {
    .img-fluid3  {
      
     margin-top: 0px;
  }
    }

    @media only screen and (max-width: 3000px) {
    .img-fluid3  {
      
     margin-top: 10px;
  }
    }
/* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */
/* PÁGINA TRAMPOLIM */



/* PÁGINA PISCINA DE BOLAS */
    /* BANNER IMAGEM */

.banner_piscinadebolas {
  margin-top: 0px;
  
  background-size: cover;
  background-repeat: no-repeat;
background-position: center center;
  width: 100%;
  height: 400px;
 
}
/* For width smaller than 400px: */
.banner_piscinadebolas {
  background-image: url('../imagens/banner/piscina_de_bolas.png');
   height: 300px;
}

/* For width 400px and larger: */
@media only screen and (min-device-width: 400px) {
  .banner_piscinadebolas {
    background-image: url('../imagens/banner/piscina_de_bolas.png');
    height: 500px;
  }
}
  /* BANNER IMAGEM */

  /* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */

  @media only screen and (max-width: 600px) {
    .img-fluid4  {
      
     margin-top: 0px;
  }
    }

    @media only screen and (max-width: 3000px) {
    .img-fluid4  {
      
     margin-top: 10px;
  }
    }
    /* RESPONSIVE IMAGEM QUADRADOS PRODUTOS */

/* PÁGINA PISCINA DE BOLAS */



/* PÁGINA CONTACTOS */

 /* BANNER IMAGEM */

.banner_contactos {
  margin-top: 0px;
  
  background-size: cover;
  background-repeat: no-repeat;
background-position: center center;
  width: 100%;
  height: 400px;
 
}
/* For width smaller than 400px: */
.banner_contactos {
  background-image: url('../imagens/banner/contactos.png');
   height: 300px;
}

/* For width 400px and larger: */
@media only screen and (min-device-width: 400px) {
  .banner_contactos {
    background-image: url('../imagens/banner/contactos.png');
    height: 500px;
  }
}
 /* BANNER IMAGEM */

/* CAIXA CINZA */
.caixa_cinza {
  background-color: #F2F2F4; !important
}

* Contact Page Style */
.contact-page {
  margin-top: 50px;
    margin-bottom: 80px;
}

.quadrado{
  height: 500px;
  
  background-color: #f6f6f6;
}


h6{
  font-family: "Montserrat", Sans-serif; !important;
  font-size: 15px;
 
   font-weight: normal; !important;
   font-weight: 400; !important;
 
    margin-top: 10px;
    margin-left: 50px;

}

h5 {
 font-family: "Montserrat", Sans-serif; !important;
    color: #d01b80;
    font-size: 20px;
    text-align: left;
    margin-left: 50px;
    margin-right: 25px;
    margin-top: 65px;
    font-weight: 600; !important;
    
  
       }

@media screen and (max-width: 600px) {
  .text-primary  {
    font-family: "Montserrat", Sans-serif; !important;
   color: #641c4d;
    font-size: 20px;
    text-align: left;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 40px;
    font-weight: 600;
  }
}

.texto {

    margin-top: 30px;
   
}
   .icon_contact{
  font-family: "Montserrat", Sans-serif; !important;
  font-size: 18px; !important;

   text-align: center; !important;
    color: black; !important;
    font-weight: 800; !important;
     display: inline;!important;
  margin-left: 50px;
  margin-top: 15px;

          }

.icon_contact:hover {
  color: #f59021;
}



@media screen and (max-width: 600px) {
  .icon_contact {
     font-size: 18px; !important;

   text-align: center; !important;
    color: black; !important;
    font-weight: 800; !important;
     display: inline;!important;
  margin-left: 10px;
  margin-top: 15px;
  }
}

.h6:hover {
  color: #f59021;
}
/* CAIXA CINZA */

/* PÁGINA CONTACTOS */








.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container, .container-sm {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container, .container-md, .container-sm {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
}@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width:576px) {
    .col-sm {
    flex: 1 0 0%}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
    
    .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}


/* RESPONSIVE */
@media (max-width: 991px) {

  .banner {
    border-top: none;
    margin-top: 0px;
  }
   
  
  .featured-page #filters {
    text-align: right;
  } 
  .single-product .right-content {
    margin-top: 30px;
  }
  .about-page .right-content {
    margin-top: 30px;
  }
  .contact-page .right-content {
    margin-top: 30px;
  }
  .contact-page .right-content .col-md-6,
  .contact-page .right-content .col-md-12 {
    padding: 0px;
  }
  .featured-page {
    margin-top: 80px;
  }
  .about-page,
  .contact-page {
    margin-top: 0px;
  }

}

@media (max-width: 767px) {

  .subscribe-form .main-content form input.button {
    margin-top: 20px;
  }
  .featured-page #filters {
    margin-top: 15px;
    text-align: left;
  } 

}

































