@import 'lib/normalize.css';
@import 'lib/skeleton.css';
@import 'lib/animations.css';
@import 'lib/lightbox.css';
@import 'lib/jquery.bxslider.css';
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css';
@import '//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css';
@import '//cdnjs.cloudflare.com/ajax/libs/hover.css/2.0.2/css/hover-min.css';
@import '//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.2.8/theme-default.min.css';
@import 'form.css';
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,100,200,500,600,700,800,900);
.transition {
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.parallax_images {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media only screen and (min-width: 720px) {
  .parallax_images {
    background-attachment: fixed;
  }
}
/*------------------------------------*\
	BODY
\*------------------------------------*/
html,
body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  font-weight: 500;
  line-height: 25px;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  scroll-behavior: smooth;
  /*-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}
html p,
body p {
  font-size: 1.3rem;
}
html a,
body a {
  Text-decoration: none;
}
html span,
body span {
  display: block;
}
.modal-opened {
  overflow: hidden;
}
a.btn {
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
  color: #fff;
  display: block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 2px solid #fff;
  background: none;
  text-transform: uppercase;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
a.btn:link,
a.btn:visited,
a.btn:active {
  color: #fff;
}
a.btn:hover {
  color: #28455f;
  background: #fff;
}
button.btn {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #28455f;
  display: block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 2px solid #28455f;
  background: none;
  text-transform: uppercase;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  width: 200px;
}
button.btn:hover {
  background: #28455f;
  color: #fff;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #000;
}
.note {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 17px;
}
.note b {
  font-size: 1rem;
  line-height: 17px;
  color: #000;
  font-weight: 600;
}
.note.litigio {
  color: #616161;
}
.note.litigio a {
  font-weight: 600;
}
.note.litigio a:link,
.note.litigio a:visited,
.note.litigio a:active,
.note.litigio a:hover {
  color: #616161;
}
.mrgn {
  margin-top: 25px;
}
/*------------------------------------*\
	#NAVIGATION
\*------------------------------------*/
#navigation {
  position: fixed;
  float: left;
  width: 15%;
  height: 100%;
  background-color: #fff;
  z-index: 150;
  -webkit-box-shadow: 5px 1px 23px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 1px 23px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 1px 23px 1px rgba(0, 0, 0, 0.15);
}
#navigation .lang-wrapper a {
  text-decoration: none;
  color: #000;
}
#navigation .lang-wrapper .lang {
  border: 1px solid #cfd8dc;
  border-top: 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px;
  width: 50px!important;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
#navigation .lang-wrapper .lang:hover {
  background-color: #28455f;
  color: #fff;
  font-weight: 600;
  border: 1px solid #28455f;
  border-top: 0;
}
#navigation .lang-wrapper .lang.lang-active {
  font-weight: 700;
}
#navigation .lang-wrapper .lang.newsletter {
  width: auto!important;
  margin: 0;
  border-left: 0;
  padding: 5px 13.6px;
  cursor: pointer;
}
#navigation .lang-wrapper > a:first-child > .lang {
  border-right: none;
}
#navigation .logo-wrapper {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 40px;
}
#navigation .logo-wrapper .logo {
  width: 70%;
}
@media only screen and (max-height: 615px) {
  #navigation .logo-wrapper .logo {
    width: 50%;
  }
}
#navigation .logo-wrapper .assistive {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#navigation .menu {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
  padding: 0;
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (max-height: 600px) {
  #navigation .menu {
    margin-top: 10px;
  }
}
#navigation .menu ul {
  list-style-type: none;
  padding-left: 0;
  background: #fff;
}
#navigation .menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cfd8dc;
  text-transform: uppercase;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
#navigation .menu ul li:first-child {
  border-top: 1px solid #cfd8dc;
}
#navigation .menu ul li:hover {
  background-color: #28455f;
}
#navigation .menu ul li a {
  display: block;
  color: #000;
  line-height: 4em;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}
#navigation .menu ul li a:visited,
#navigation .menu ul li a:focus {
  color: #000000;
}
#navigation .menu ul li a:hover,
#navigation .menu ul li a:visited:hover {
  color: #fff;
  font-weight: 700;
}
#navigation .menu ul li a.active {
  color: #fff;
  background: #28455f;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  font-weight: 700;
}
@media screen and (max-height: 770px) {
  #navigation .menu ul li a {
    line-height: 3em;
  }
}
#navigation .menu ul li ul {
  display: none;
  position: absolute;
  right: -200px;
  top: 175px;
  background: #FAFAFA;
  padding: 0;
  min-width: 200px;
  -webkit-box-shadow: 5px 1px 23px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 1px 23px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 1px 23px 1px rgba(0, 0, 0, 0.15);
}
#navigation .menu ul li ul li:first-child {
  border-top: none;
}
#navigation .menu ul li ul li:last-child {
  border-bottom: none;
}
#navigation .menu ul li:hover ul {
  display: block;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
#navigation .footer-wrapper-left {
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #navigation .footer-wrapper-left {
    bottom: 90px;
  }
}
#navigation .footer-wrapper-left #footer {
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-height: 770px) {
  #navigation .footer-wrapper-left #footer {
    padding: 5px;
    font-size: 0.9rem;
  }
}
#navigation .footer-wrapper-left .facebook {
  color: #3B5998;
  font-size: 3em;
}
@media screen and (max-height: 760px) {
  #navigation .footer-wrapper-left .facebook {
    font-size: 2em;
  }
}
/*------------------------------------*\
	#MAIN_CONTENT
\*------------------------------------*/
.nav_mobile,
.menu_mobile,
.footer_mobile {
  display: none;
}
#main_content {
  position: absolute;
  right: 0;
  float: left;
  width: 85%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/*----------COVERS-------------*/
.section-cover {
  height: 460px;
  background-position: 50% 60%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media only screen and (min-width: 720px) {
  .section-cover {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1280px) {
  .section-cover {
    height: 460px;
    height: 55vh;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 720px) and (max-width: 1279px) {
  .section-cover {
    height: 300px;
  }
}
.section-cover .title {
  top: 30%;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .section-cover .title {
    top: 20%;
  }
}
@media only screen and (max-height: 655px) {
  .section-cover .title {
    top: 10%;
  }
}
.esculturas-cover {
  background-image: url(../img/bar-de-gelo-viseu-esculturas-gelo.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .esculturas-cover {
    background-image: url(../img/bar-de-gelo-viseu-esculturas-gelo@2x.jpg);
  }
}
.precos-cover {
  background-image: url(../img/bar-de-gelo-viseu-precos.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .precos-cover {
    background-image: url(../img/bar-de-gelo-viseu-precos@2x.jpg);
  }
}
.container.cover {
  position: relative;
  height: inherit;
}
.container.cover-slide {
  position: absolute;
  height: 100vh;
  width: 100%;
  /*
        @media @phone_sm, @phone{
            height: 450px;
        }
				*/
}
.container.cover-slide .selo-oferta {
  width: 140px;
  position: absolute;
  right: 80px;
  top: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .container.cover-slide .selo-oferta {
    width: 25%;
    right: 5%;
    top: 25%;
  }
}
.container.cover-slide .iceBaby-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content .iceicebaby {
  width: 40%;
}
@media only screen and (min-width: 360px) and (max-width: 719px) {
  .container.cover-slide .iceBaby-wrapper .iceBaby-content .iceicebaby {
    width: 70%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .container.cover-slide .iceBaby-wrapper .iceBaby-content .iceicebaby {
    width: 100%;
  }
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content .fadeInUp {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  transform: translateY(5px);
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content .iceBaby-title {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content .iceBaby-subtitle {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 45px;
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content .iceBaby-button {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #1e1d2b;
  margin-top: 10px;
  padding: 12px 22px;
  border: 2px solid #28455f;
  color: #28455f;
  background: #ffffff;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.container.cover-slide .iceBaby-wrapper .iceBaby-content .iceBaby-button:hover {
  background-color: #28455f;
  color: #ffffff;
}
#modal_IceBaby {
  color: #27445f;
}
#modal_IceBaby .derreta-se-por-viseu {
  width: 200px;
}
#modal_IceBaby b {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}
#modal_IceBaby p {
  font-size: 1.5rem;
  line-height: 2rem;
}
#modal_IceBaby .iceBaby-medium span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#modal_IceBaby .iceBaby-medium span::after {
  background-image: url(../img/iceBabyIce/risco.png);
  height: 19px;
  width: 39px;
  content: "";
  left: -9px;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  /*-ms-transform: rotate(-10deg);
				-webkit-transform: rotate(-10deg);
				transform: rotate(-10deg);*/
}
#modal_IceBaby .iceBaby-medium b {
  line-height: 4rem;
  font-size: 1.3rem;
}
#modal_IceBaby .iceBaby-medium p {
  font-size: 1.4rem;
  line-height: 1rem;
}
#modal_IceBaby .iceBaby-small {
  margin: 20px 0px;
}
#modal_IceBaby small {
  font-weight: 600;
  display: block;
  font-size: 1rem;
  line-height: 1.3rem;
}
#modal_IceBaby small.bolder {
  font-weight: 700;
  width: 30%;
  margin: 0 auto;
  min-width: 260px;
}
#modal_IceBaby .apoios-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  display: none;
}
#modal_IceBaby .apoios-wrapper .logos-apoios {
  width: 45%;
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px) {
  #modal_IceBaby .apoios-wrapper .logos-apoios {
    width: 80%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px) {
  #modal_IceBaby .apoios-wrapper {
    display: block;
  }
}
@media screen and (max-height: 850px) {
  #modal_IceBaby .apoios-wrapper {
    display: block;
  }
}
#modal_IceBaby .apoios-wrapper-absolute {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px) {
  #modal_IceBaby .apoios-wrapper-absolute {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  #modal_IceBaby .apoios-wrapper-absolute {
    display: none;
  }
}
#modal_IceBaby .apoios-wrapper-absolute .logos-apoios {
  width: 45%;
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px) {
  #modal_IceBaby .apoios-wrapper-absolute .logos-apoios {
    width: 80%;
  }
}
.title {
  position: absolute;
  top: 40%;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .title {
    top: 30%;
  }
}
.title h2 {
  padding: 0 10px;
  font-size: 6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.70;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .title h2 {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  .title h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .title h2 {
    font-size: 6rem;
  }
}
.title p {
  padding: 5px 15px;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .title p {
    line-height: 1.7rem;
    padding: 2px 10px;
    font-size: 1.2rem;
  }
}
.title span {
  color: #fff;
  padding: 10px 10px;
}
/*----------SLIDESHOW----------*/
.slides-frame {
  width: 100%;
  height: 500px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.slides-frame .slide {
  width: 100%;
  height: 800px;
  height: 100vh;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 50% 100%;
}
.slides-frame .slide .slide-btn {
  padding-bottom: 10px;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.70;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.slides-frame .slide-1 {
  background-image: url(../img/bar-de-gelo-blackfriday.jpg);
  /*@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
                only screen and (-o-min-device-pixel-ratio: 3/2),
                only screen and (min--moz-device-pixel-ratio: 1.5),
                only screen and (min-device-pixel-ratio: 1.5),
                only screen and (min-resolution: 192dpi) {
            background-image: url(../img/bar-de-gelo-viseu-campanha-pinguim@2x.jpg);
        }*/
}
.slides-frame .slide-1 span {
  text-transform: lowercase;
  font-size: 0.7em;
  padding: 0;
  display: inline;
}
.slides-frame .slide-2 {
  background-image: url(../img/bar-de-gelo-viseu-home.jpg);
  background-position: 50% 25%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .slides-frame .slide-2 {
    background-image: url(../img/bar-de-gelo-viseu-home@2x.jpg);
  }
}
.slides-frame .slide-3 {
  background-image: url(../img/iceBabyIce/bar-de-gelo-viseu-home.jpg);
  background-position: 50% 25%;
}
/*----------SECTIONS-------------*/
.section-container {
  padding: 60px 0px;
  line-height: 25px;
}
.section-container .border {
  border-right: 1px solid #CFD8DC;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .section-container .border {
    border: none;
  }
}
@media only screen and (max-width: 399px) {
  .section-container {
    padding: 40px 8.66666666667%;
  }
}
.section-container.section-container-contactos {
  padding: 60px 0px 50px 0px;
}
@media only screen and (max-width: 399px) {
  .section-container.section-container-contactos {
    padding: 40px 14%;
  }
}
.section-container.section-container-footer {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0px;
}
.section-container.section-container-footer span {
  line-height: 1.5rem;
}
.section-container.section-container-footer a:hover,
.section-container.section-container-footer a:visited:hover {
  color: #28455f;
  font-weight: 600;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
@media only screen and (max-width: 399px) {
  .section-container.section-container-footer {
    padding: 0px 14%;
  }
}
.section-container.section-galeria {
  padding-bottom: 0;
}
@media only screen and (max-width: 399px) {
  .section-container.section-galeria {
    padding-bottom: 0px 8.66666666667%;
  }
}
.section-container .bigger {
  font-size: 1.6rem;
  font-weight: 700;
}
.section-container .bigger.nobold {
  font-weight: 500;
}
.single-page {
  height: auto;
}
.single-page h2 {
  color: #28455f;
}
.single-page .bigger {
  color: #28455f;
}
.single-page .fa-3x {
  margin-bottom: 15px;
  color: #28455f;
}
.single-page .note {
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-container-footer .columns {
  text-align: left;
  padding-top: 7px;
}
.section-container-footer .columns.logos {
  padding-top: 0;
  width: auto;
}
.section-container-footer .columns.logos .logo_partner {
  height: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .section-container-footer .columns.logos .logo_partner {
    height: 25px;
  }
}
.section-container-footer .columns.logos .logo_partner.first {
  margin-right: 10px;
}
.footer-wrapper {
  border-top: 2px solid #F7F7F7;
  padding: 20px 0;
}
.footer-wrapper .two.columns {
  text-align: center;
}
.footer-fixed {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer-relative {
  width: 100%;
  position: relative;
  bottom: 0;
}
#gmap_canvas {
  width: 100%;
  height: 350px;
  height: 40vh;
}
/*----------BEBIDAS-------------*/
.bebida {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px;
  float: left;
}
.bebida h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.bebida span {
  font-size: 1.1rem;
  line-height: 22px;
}
.bebida img {
  width: 70%;
}
@media only screen (min-width: 380) and (max-width: 960px) {
  .bebida {
    padding: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .bebida {
    width: 50%;
    margin: 0;
  }
  .bebida img {
    width: 80%;
  }
  .bebida h4 {
    font-size: 1.3rem;
  }
  .bebida span {
    font-size: 0.9rem;
    line-height: 15px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 719px) {
  .bebida {
    width: 22%;
  }
}
.referigerantes {
  background: #8cb0cf;
  color: #fff;
  padding: 60px 0%;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .referigerantes {
    padding: 40px 0;
  }
}
.referigerantes:nth-child(2) {
  text-align: center;
}
.referigerantes h5 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .referigerantes h5 {
    font-size: 1.7rem;
  }
}
.referigerantes ul {
  margin-top: 40px;
}
.referigerantes ul li {
  display: inline;
}
.referigerantes ul li h4 {
  margin-right: 50px;
  display: inline;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .referigerantes ul li h4 {
    margin-right: 25px;
    font-size: 1.2rem;
  }
}
/*----------GALERIAS-------------*/
figure {
  margin: 0;
}
.grid:before,
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: 33.33%;
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media (orientation: landscape) {
  .grid-sizer,
  .grid-item {
    width: 33.33%;
  }
}
.grid-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.grid-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.grid-item img:hover {
  filter: brightness(0.6);
  -moz-filter: brightness(60%);
  -webkit-filter: brightness(60%);
  -ms-filter: brightness(60%);
  -o-filter: brightness(60%);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.grid-item .fb-share {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  opacity: 0;
  cursor: pointer;
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 720px) and (max-width: 1279px) {
  .grid-item .fb-share {
    width: 35px;
    opacity: 1;
  }
}
.grid-item .fb-share img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.grid-item .tint {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(219deg, #28455f 0%, rgba(140, 176, 207, 0.5) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(140, 176, 207, 0.5)), color-stop(100%, #28455f));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(219deg, #28455f 0%, rgba(140, 176, 207, 0.5) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(219deg, #28455f 0%, rgba(140, 176, 207, 0.5) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(219deg, #28455f 0%, rgba(140, 176, 207, 0.5) 100%);
  /* ie10+ */
  background: linear-gradient(231deg, #28455f 0%, rgba(140, 176, 207, 0.5) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb0cf', endColorstr='#28455F', GradientType=1);
  /* ie6-9 */
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.grid-item .tint:hover {
  background-color: rgba(40, 69, 95, 0.6);
}
.grid-item figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-item figcaption .fig-title {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px -1px 16px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .grid-item figcaption .fig-title {
    font-size: 2rem;
    margin-top: 0;
  }
}
.grid-item figcaption .fig-event {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0px -1px 16px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .grid-item figcaption .fig-event {
    font-size: 1.5rem;
  }
}
.grid-item figcaption .fig-subtitle {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0px -1px 16px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .grid-item figcaption .fig-subtitle {
    font-size: 1rem;
  }
}
.shareable-class:hover > .fb-share {
  opacity: 1;
}
/*----------CONTACTOS-------------*/
.contacto a {
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.contacto a:visited,
.contacto a:focus,
.contacto a:link,
.contacto a:active {
  color: #28455f;
}
.contacto a:visited:hover {
  color: #28455f;
}
.contacto .icon {
  position: absolute;
  z-index: 1;
  margin-left: -30px;
}
.contacto .icon.letter {
  font-size: 2rem;
}
.contacto .contacto-title {
  font-weight: 700;
  display: inline-block;
}
.contacto .contacto-first_line {
  margin-top: 10px;
}
.contacto .horario-sub_title {
  font-weight: 600;
  display: inline-block;
}
.footer_mobile {
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 10px;
}
/*----------MODALS-------------*/
.modal {
  position: fixed;
  width: 85%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  overflow-y: auto;
  z-index: 101;
  background: #fff;
  display: none;
  animation-duration: 0.6s;
}
@media only screen and (max-width: 960px) {
  .modal {
    width: 100%;
  }
}
.modal .container.modal-container {
  padding: 40px 0px;
}
@media only screen and (max-width: 960px) {
  .modal .container.modal-container {
    top: 52px;
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 399px) {
  .modal .container.modal-container {
    top: 52px;
    padding: 25px 8.66666666667%;
  }
}
.modal .container.modal-container .modal-title {
  color: #28455f;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}
.modal .container.modal-container .modal-close {
  width: 25px;
  cursor: pointer;
}
.modal .container.modal-container .col_voucher_oferta {
  margin-top: -110px;
}
@media only screen and (min-width: 320px) and (max-width: 359px), only screen and (min-width: 360px) and (max-width: 719px) {
  .modal .container.modal-container .col_voucher_oferta {
    margin-top: 0px;
  }
}
.modal .container.modal-container .mensagem {
  width: 100%;
}
.modal .container.modal-container .mensagem-count {
  font-size: 1rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.modal .container.modal-container .confirm {
  top: 0px;
  font-size: 1.2rem;
  margin: 0;
  margin-left: 5px;
  display: inline-block;
}
/*----------SCROLLBAR----------*/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #8cb0cf;
}
/*----------FOR MOBILES-------------*/
@media only screen and (max-width: 960px), screen and (max-height: 550px) {
  #navigation,
  #barra_campanha,
  .mouse-wrapper {
    display: none;
  }
  .nav_mobile,
  .footer_mobile {
    display: block;
  }
  #main_content,
  .modal {
    width: 100%;
  }
  .footer-fixed {
    position: relative;
  }
  .section-container-footer .columns {
    width: 100%;
    text-align: center;
    margin: 5px;
  }
  .section-container-footer .columns.logos {
    width: 100%;
    margin-top: 20px;
  }
  .container_mobile {
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 150;
    height: auto;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
  }
  @-webkit-keyframes slideDown {
    0% {
      margin-top: -66px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes slideDown {
    0% {
      margin-top: -66px;
    }
    100% {
      margin-top: 0px;
    }
  }
  .container_mobile .nav_mobile {
    z-index: 100;
    width: 100%;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    margin: 0 auto;
    height: 50px;
    background: #fff;
    border-bottom: 2px solid #8cb0cf;
    position: relative;
    float: left;
  }
  .container_mobile .nav_mobile .logo_mobile {
    float: left;
    display: block;
    margin-left: 8.66666666667%;
    height: 45px;
    margin-top: 2px;
  }
  .container_mobile .nav_mobile .navbar-toggle {
    padding: 9px 0px;
    margin-top: 9.5px;
    margin-right: 8.66666666667%;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    float: right;
  }
  .container_mobile .nav_mobile .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #28455f;
  }
  .container_mobile .nav_mobile .navbar-toggle:focus {
    outline: none;
    border: none;
  }
  .container_mobile .nav_mobile .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .container_mobile .menu_mobile {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    position: relative;
    float: left;
    margin-top: -15px;
  }
  .container_mobile .menu_mobile .facebook-mobile {
    color: #3B5998;
    font-size: 4rem;
  }
  .container_mobile .menu_mobile ul {
    list-style-type: none;
    padding-left: 0;
  }
  .container_mobile .menu_mobile ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cfd8dc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
  }
  .container_mobile .menu_mobile ul li.item:hover {
    background-color: #28455f;
  }
  .container_mobile .menu_mobile ul li.fb-mobile {
    border-right: 1px solid #CFD8DC;
  }
  .container_mobile .menu_mobile ul li a.link {
    display: block;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    cursor: pointer;
  }
  .container_mobile .menu_mobile ul li a.link:visited,
  .container_mobile .menu_mobile ul li a.link:focus {
    color: #000;
    font-weight: 700;
  }
  .container_mobile .menu_mobile ul li a.link:hover,
  .container_mobile .menu_mobile ul li a.link:visited:hover {
    color: #fff;
    font-weight: 700;
  }
  .container_mobile .menu_mobile ul li a.link.active {
    color: #fff;
    background: #28455f;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    font-weight: 700;
  }
  .container_mobile .menu_mobile .lang-wrapper-mobile a {
    text-decoration: none;
    color: #000;
  }
  .container_mobile .menu_mobile .lang-wrapper-mobile .lang {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 49%;
    float: left;
    height: 100%;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
  }
  .container_mobile .menu_mobile .lang-wrapper-mobile .lang.newsletter {
    cursor: pointer;
  }
  .container_mobile .menu_mobile .lang-wrapper-mobile .lang.border-right {
    border-right: 1px solid #cfd8dc;
  }
  .container_mobile .menu_mobile .lang-wrapper-mobile .lang.lang-active {
    font-weight: 700;
  }
  .container_mobile .menu_mobile .lang-wrapper-mobile .lang:hover {
    background-color: #28455f;
    color: #fff;
    font-weight: 600;
  }
}
@media only screen and (max-width: 960px) and only screen and (min-width: 320px) and (max-width: 359px), screen and (max-height: 550px) and only screen and (min-width: 320px) and (max-width: 359px) {
  .container_mobile .menu_mobile ul li a.link {
    line-height: 3em;
    font-size: 1rem;
  }
}
/*----------POPUP-------------*/
#overlay,
#overlay2 {
  width: 100%;
  height: 100%;
  background: #28455f;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
}
#popup,
#popup2 {
  background: #fff;
  padding: 24px 44px;
  overflow-y: auto;
  left: 0;
  top: 50%;
  position: fixed;
  max-width: 680px;
  width: 80%;
  display: none;
  z-index: 10002;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 39px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 39px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 39px 9px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 360px) and (max-width: 719px), only screen and (min-width: 320px) and (max-width: 359px) {
  #popup,
  #popup2 {
    top: 5%;
    width: 60%;
    height: 82.5%;
  }
}
#popup h1,
#popup2 h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #28455f;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
#popup #msg,
#popup2 #msg,
#popup p,
#popup2 p {
  line-height: 2rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 1.5rem;
}
#popup .close,
#popup2 .close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
#popup .confirm,
#popup2 .confirm {
  font-size: 1.3rem;
}
#popup .note,
#popup2 .note {
  text-align: center;
}
