<!-- Global site tag (gtag.js) - Google Ads: 954091033 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-954091033"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-954091033');
</script>

@media (min-width: 769px){
    .header-slider .ba-slideshow-caption:before {
        border: 10px solid rgba(10, 181, 164, 0.5);
        content: "";
        height: 300px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50% )rotate(45deg);
        -webkit-transform: translate(-50%, -50% )rotate(45deg);
        width: 300px;
        z-index: -1;
    }

    .header-slider:before {
        border: 50vw solid #fff;
        border-top: 150px solid transparent;
        border-bottom: 0;
        bottom: 0;
        content: "";
        position: absolute;
        z-index: 5;
  }
  
  .gridbox .header-slider:before {
    	left: -50px;
  }
  
  .header {
  	transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
  }
  
  .header.fixed-header {
  		background: #fff;
  }
  
  .section-triangle:after {
    border: 50vh solid #fff;
    border-right: 49vh solid transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100vw - 100vh);
    z-index: 0;
	}
}

.whatsapp {
    position: fixed;
    top: 72%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
  height: 66px;
  width: 105px;
}
