/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
 @-ms-viewport     { width: device-width; }
 @-o-viewport      { width: device-width; }
 @viewport         { width: device-width; }
 /*----------------------
  abre menu
  00.  Header
  01.  About
  02.  Contact
  03.  Navigation
  04.  Work
  05.  Footer
  06.  Blog
-----------------------*/

.icon-app img{
  float: right !important;
  padding-left: 10px;

}
.infoBox { background-color: #FFF; width: 300px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: 2px solid #3fa7d8; border-radius: 3px; margin-top: 10px }
.infoBox p { padding: 0 15px }
.infoBox:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #3fa7d8; top: -10px; content: ""; height: 0; position: absolute; width: 0; left: 138px }
label.error { float: none; position: relative; top:5px; left:0%; color: #D0173C; vertical-align: top; font-size: 12px; font-weight: 300; text-align: left; display: block; border-left:3px solid #D0173C;  padding: 0px 0 0 5px; margin: 0 0 5px 0;}
#map {height: 400px;  /* The height is 400 pixels */width: 100%;  /* The width is the width of the web page */}
.logo{
  margin: 2%;
  -webkit-transition: all .3s;
  transition: all .3s;
    -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.logo-xs{
  float: right;
  margin: 5%;
  -webkit-transition: all .3s;
  transition: all .3s;
    -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
.toggleContainer {
  position: fixed;
  right: -100px;
  width: 200px;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 99999;
  padding-left: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .toggleContainer {
    display: none;
  }
}
.toggleContainer .container-caption {
  position: absolute;
  right: 170px;
  bottom: 0;
  margin-bottom: -15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toggleContainer .toggle-container-btn {
  font-size: 42px;
  left: -60px;
  width: 80px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}
.toggleContainer .option {
  position: relative;
  font-size: 32px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toggleContainer .option span {
  position: absolute;
  right: -100%;
  padding-right: 10px;
  text-align: right;
  font-size: 11px;
  width: 100px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 42px;
}
.toggleContainer:hover .container-caption {
  margin-bottom: 65px;
}
.toggleContainer.active {
  right: -60px;
}
.toggleContainer.active .container-caption {
  margin-bottom: 65px;
  right: 130px;
}
.toggleContainer.active .toggle-container-btn {
  left: -20px;
}
.toggleContainer.active .option {
  left: -25px;
}
.toggleContainer.active .option span {
  opacity: 1;
  right: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toggleContainer.active .option:hover, .toggleContainer.active .option.active {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .5;
}
/* 03. Navigation */
.nav-trigger {
  margin: 2% 0.5%;
  float: right;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
  height: 44px;
  width: 44px;
  border-radius: 30px;
}
.nav-trigger .bar {
  width: 33px;
  height: 3px;
  background: #FFC100;
  margin: 6px 0 0;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#navigation {
  width: 500px;
  background: #006CFF;
  position: fixed;
  top: 0;
  right: -500px;
  height: 100%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #navigation {
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
  }
}
#navigation .nav-trigger {
  position: absolute;
  top: -40px;
  left: -10px;
  opacity: 0;
  margin: 0;
  float: right;
}
#navigation .nav-trigger .bar {
  background: #fff;
  opacity: 0;
  margin: 0;
}
#navigation .nav-trigger .bar:first-child {
  margin-top: 17px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#navigation .nav-trigger .bar:last-child {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
}
#navigation .inner {
  margin: 80px;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #navigation .inner {
    margin: 60px 30px;
    padding-top: 20px;
  }
}
#navigation hr {
  opacity: .3;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #navigation hr {
    margin: 20px 0;
  }
}
#navigation p {
  color: #fff;
  font-size: 1.3em;
  opacity: .7;
  font-family: "Playfair Display", Georgia, serif;
}
ul.menu, ul.menu-small {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.menu li, ul.menu-small li {
  padding: 0;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  ul.menu li, ul.menu-small li {
    margin: 20px 0;
    font-size: 1.2em;
  }
}
ul.menu li:first-child, ul.menu-small li:first-child {
  margin-top: 0;
}
ul.menu li:last-child, ul.menu-small li:last-child {
  margin-bottom: 0;
}
ul.menu li a, ul.menu-small li a {
  display: block;
  color: #fff;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  font-size: 1.8em;
  font-family: 'opens sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.menu li a:hover, ul.menu-small li a:hover {
  text-decoration: none;
  opacity: .5;
}
ul.menu-small li {
  margin: 15px 0px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  ul.menu-small li {
    display: block;
    margin: 15px 0;
  }
}
ul.menu-small li:first-child {
  margin-left: 0;
}
ul.menu-small li:last-child {
  margin-right: 0;
}
body.menu-active {
  background: transparent;
}
body.menu-active .toggleContainer * {
  color: #fff;
}
body.menu-active header .nav-trigger {
  opacity: 0;
}
body.menu-active #navigation .nav-trigger {
  opacity: 1;
}
body.menu-active .containernav {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body.menu-active .containernav {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
}
@media screen and (max-width: 768px) {
  body.menu-active .containernav {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media screen and (min-width: 768px) {
  body.menu-active #navigation {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
}
@media screen and (max-width: 768px) {
  body.menu-active #navigation {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
}
/* 05. Footer */
footer {
  background-color: #005BA8;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 12px; 
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px;
    margin-top: 30px;
    text-align: center;
  }
}
footer a {
  margin: 0 10px;
  color: #4ca5ff;
}
/* fecha menu */
/* abre carousel */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
.filtro {
    text-decoration:none;
    cursor:pointer; 
    text-align: center;
    margin: 0 auto;
} 
.filtro .glyph-icon {
  text-decoration:none;
    font-size: 100px;
    color: #fff;
   
} 
.filtroice {
    text-decoration:none;
    border-radius: 50%;
    background-color: #FFC100;
    max-width: 150px;
    height: 150px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
} 
.filtroice:hover {
    text-decoration:none;
    cursor:pointer;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #B83F7D;
} 
.filtroice h3{
  margin: 20px 0px;
}
.filtroative {
    text-decoration:none;
    border-radius: 50%;
    background-color: #B83F7D;
    width: 150px;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.filtroative h3{
  color: #B83F7D;
}
@media (max-width: 767px) {
.filtroice {
    text-decoration:none;
    border-radius: 50%;
    background-color: #FFC100;
    max-width: 65px;
    height: 65px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
} 
.filtroice:hover {
    text-decoration:none;
    cursor:pointer;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #B83F7D;
} 
.filtroice h3{
  margin: 15px 0px;
  font-size: 14px;
  text-align: center;
}
.filtroative {
    text-decoration:none;
    border-radius: 50%;
    background-color: #B83F7D;
    width: 65px;
    height: 65px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.filtroative h5{
  color: #B83F7D;
  font-size: 15px;
  text-align: center;
}
}
.clear{clear: both;}
.filtroice a:link, a:visited{
  color:  #FFC100;
  text-decoration:none;
}
.filtroice a:hover, a:focus{
  color: #B83F7D;
  text-decoration:none;
}
.especialh{
  font-family: 'Satisfy', cursive;
  color: #b83f7d;
  text-align: center;
  font-size: 4.0em;
}
ul.rodape {
  list-style: none;
  padding: 20px 0px;
  letter-spacing: 0.1em;
}
ul.rodape h5{
  color: #4CA5FF;
}
ul.rodape h3{
  color: #FFF;
}
ul.rodape h3 a{
  padding: 0;
  margin: 0;
  color: #FFF;
    -webkit-transition: all .3s;
  transition: all .3s;
}
ul.rodape h3 a:hover{
  opacity: .3;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.copy{
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(150, 150, 150, 0.2);
  text-transform: uppercase;
    -webkit-transition: all .3s;
  transition: all .3s;
}
.copy a:hover, a:focus{
  opacity: .1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.copy a:link, a:visited{
  color: #73B9FF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.spaceGaleria {
  margin-bottom: 20px;
}
.space{
  padding: 50px 0px;
}
.spacetop{
  padding: 80px 0px 0px 0px;
}
.spaceb{
  padding-bottom: 50px;
}
.spacea{
  padding-top: 50px;
}
.caption{
  top: 200px;
  color: #fff;
  line-height: 1.8em;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
}
.caption h1{
  font-family: 'Satisfy', cursive;
  font-size: 3.5em;
}
.bgfiltro{
  background-color: #005BA8;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .bgfiltro{
    background-color: #005BA8;
    padding: 25px 0px;
  }
}
/* fecha carousel */
/* abre slick */
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.img5{background-image: url('../imagens/baixe-app.jpg'); background-size: cover; background-position: center center ;}
.img4{background-image: url('../imagens/potes-sorvetes-geral.jpg'); background-size: cover; background-position: center center ;}
.img3{background-image: url('../imagens/acai-sorvetes-indaia.jpg'); background-size: cover; background-position: center center ; }
.img2{background-image: url('../imagens/picoles-sorvetes-indaia.jpg'); background-size: cover; background-position: center center ; }
.img1{background-image: url('../imagens/sundaes-sorvetes-indaia.jpg'); background-size: cover; background-position: center center ; }
.fullwidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.slider {
  margin: 0; 
  height: 100vh;
}
.slider .slide {
  width: 100%; 
  height: 100vh;
}
.slick-slide {
  margin: 0;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 100;
}
.slick-current {
  opacity: 100;
}
.slick-slide img {
  width: 100%;
  height: 100vh;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
.slick-slider{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
    touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;

display: block;
overflow: hidden;

margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;

height: 100vh;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
/* fecha slick */
/* abre theme slick */
@charset 'UTF-8';
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
.slick-dots
{
    position: absolute;
    bottom: 17px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* fecha theme slick */
/* abre icon personalizados */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
  display: inline;
  text-decoration: none;
}
.flaticon-facebook-logo-button:before { content: "\f100"; }
.flaticon-instagram-logo:before { content: "\f101"; }
.flaticon-smartphone:before { content: "\f102"; }
.flaticon-whatsapp:before { content: "\f103"; }
.flaticon-next:before { content: "\f104"; }
.flaticon-back:before { content: "\f105"; }
.flaticon-twitter-logo-button:before { content: "\f106"; }
.flaticon-phone-symbol-of-an-auricular-inside-a-circle:before { content: "\f107"; }
.flaticon-wifi:before { content: "\f108"; }
.flaticon-toilet:before { content: "\f109"; }
.flaticon-map-pin-marked:before { content: "\f10a"; }
.flaticon-blueberry:before { content: "\f10b"; }
.flaticon-icecream:before { content: "\f10c"; letter-spacing: -50px; padding-top: 20px; }
.flaticon-dessert:before { content: "\f10d"; letter-spacing: -16px; }
.flaticon-food-and-restaurant:before { content: "\f10e"; letter-spacing: -55px; }
.flaticon-dessert-1:before { content: "\f10f"; letter-spacing: -18px; }
.flaticon-ice-cream:before { content: "\f110"; letter-spacing: 50px; margin-bottom:-100px;}
.flaticon-sweet:before { content: "\f111"; letter-spacing: -20px;}
/* fecha icon personalizados */

.whatsapp-link {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
.whatsapp-link a:link, a:visited {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
.whatsapp-link a:hover{
  color: #375fa3;
}

.fa-whatsapp {
  margin-top: 16px;
}