.gris {
  color: #f1eff0;
}

.black {
  color: #000;
}

.light {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 800;
}

.normal {
  font-style: initial;
  font-weight: 400;
}

html {
  overflow-x: hidden;
}

body {
  background: white;
  font-family: "Montserrat", sans-serif;
  color: black;
  overflow-x: hidden;
}
body .navbar-default .navbar-brand img {
  width: 40px;
  height: auto;
  display: block;
}
body .navbar-default.active,
body .navbar-default.active_ {
  background: rgba(0, 0, 0, 0.95);
}
body .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  text-align: center;
  color: white;
}
body .logo-top img {
  display: none;
}
body .row.wood {
  background: lightgray url(/images/banner.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  display: flex;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 100px;
}
body .helados-mobile {
  margin: 0 auto;
}
body .helados-mobile.nosotros {
  height: 360px;
}
body .helados-mobile.nosotros img.img-garrafa {
  margin-top: 60px;
  width: 200px;
}
body .helados-mobile.map-branches {
  margin-top: 50px;
}
body .helados-mobile.eventos {
  margin: 40px auto 0 auto;
  height: 300px !important;
}
body .helados-mobile.eventos img.img-productos {
  width: 400px;
}
body .helados-mobile.productos img {
  width: 320px;
}
body .frase {
  line-height: 1.2em;
  font-size: 2em;
}
body .frase .slogan {
  font-weight: 700;
}
body .frase.sucursales {
  margin-top: 60px;
}
body .frase.sucursales {
  margin-top: 180px;
  font-size: 3em;
}
body .frase.productos {
  margin-top: 120px;
  font-size: 2em;
}
body .light {
  font-style: italic;
}
body .slick-slider.helados-mobile .slick-slide img {
  width: 300px;
  left: initial;
  right: initial;
}
body .slick-slider.helados-mobile .slick-slide {
  height: 400px;
  width: 100%;
}
body .title {
  font-size: 2em;
}
body .home-prod {
  margin-top: 50px;
}
body .home-prod .images {
  background: lightgrey url(/images/legarraf-thermo.png) no-repeat center center;
  height: 400px;
}
body .home-prod .images.fresco {
  background-image: url(/images/legarraf-thermo.png);
  background-size: cover;
}
body .home-prod .images.alternativa {
  background-image: url(/images/legarraf-limon.png);
  background-size: cover;
}
body .home-prod .images.historia {
  background-image: url(/images/le-garaf-nieve-con-toppings.jpg);
  background-size: cover;
}
body .home-prod .images.papas {
  background-image: url(/images/le-garraf-cuerdas-papas.jpg);
  background-size: cover;
}
body .btn-legarraf {
  background: black;
  color: white;
  padding: 5px 20px 5px 20px;
  display: inline-block;
}
body .branches {
  background: none;
}
body .branches h2.title {
  border: none;
  font-size: 2.4em;
}
body .branches .address {
  background: transparent url(/images/icono_legarraf.svg) no-repeat left 2px;
  background-size: 30px;
  padding-left: 35px;
  margin-top: 50px;
}
body .branches .address .info {
  padding-left: 0;
  font-weight: 400;
}
body .sucursal {
  background: transparent url(/images/icono_legarraf.svg) no-repeat left 15px;
  background-size: 35px;
}
body .sucursal h2.title {
  padding-left: 25px;
}
body .sucursal .btn-legarraf {
  margin-top: 20px;
  margin-bottom: 20px;
}
body h2.titulo.especialidades {
  margin-top: 50px;
  margin-bottom: 50px;
}
body .mayus {
  text-transform: uppercase;
}
body .eventos-wa {
  margin-top: 100px;
  margin-bottom: 50px;
}
body .quotation .flavors li {
  font-size: 1em;
}
body footer {
  background: #f1eff0;
  padding-top: 50px;
  padding-bottom: 50px;
}
body footer .social li a img {
  width: 40px;
  height: auto;
  display: inline-block;
}
body footer .social li a img.mail {
  width: 45px;
}
body footer .logo .logo-footer {
  width: 150px;
}
body .floating-wa {
  width: 40px;
  position: fixed;
  bottom: 160px;
  right: 40px;
}
body .floating-wa img {
  width: 100%;
  display: block;
  height: auto;
}
body .bola-helado {
  width: 40px;
}

@media screen and (min-width: 768px) {
  body .navbar-default .navbar-collapse .navbar-nav li.hidden-xs {
    width: 60px;
  }
  body h2.titulo.especialidades {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  body .row.wood {
    height: 500px;
    flex-flow: row;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  body .row.wood .helados-mobile {
    margin: 0 auto;
    width: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  body .row.wood .helados-mobile img.img-mapa {
    width: 300px;
    margin-top: 70px;
  }
  body .row.wood .helados-mobile.productos {
    height: 360px;
  }
  body .row.wood .helados-mobile.productos img {
    width: 400px;
  }
  body .row.wood .frase {
    line-height: 1.2em;
    font-size: 2.5em;
    width: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body .row.wood .slogan {
    height: 200px;
  }
  body .row.wood .slogan.nosotros {
    height: 0;
  }
  body .home-prod {
    margin-top: 0px;
  }
  body .home-prod .images {
    height: 460px;
    width: 360px;
  }
  body .home-prod .images.historia {
    width: 356px;
    margin-top: 0px;
    height: 550px;
  }
  body .home-prod .images.papas {
    width: 356px;
    height: 550px;
  }
  body .home-prod.alternativa {
    margin-top: -100px;
  }
  body .home-prod.alternativa .info p.normal {
    padding-right: 30px;
    padding-left: 0px;
  }
  body .home-prod.alternativa .info .hidden-xs {
    margin-top: 40px;
  }
  body .home-prod p.normal {
    text-align: justify;
    padding-left: 20px;
  }
  body .home-prod .info .hidden-xs {
    font-size: 2em;
  }
  body .branches {
    padding-top: 0px;
  }
  body .sucursal {
    margin-top: 40px;
  }
  body .sucursal .images {
    border: none;
  }
  body .frase.sucursales {
    width: 100% !important;
    font-size: 4em;
    justify-self: center !important;
  }
  body .frase.sucursales .slogan {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  body .navbar-default .navbar-collapse .navbar-nav a {
    padding-left: 6px;
    padding-right: 6px;
  }
  body .home-prod {
    margin-top: 0px;
  }
  body .home-prod .images {
    height: 460px;
    width: 390px;
  }
  body .home-prod .images.historia {
    width: 393px;
    height: 650px;
  }
  body .home-prod .images.papas {
    width: 386px;
    height: 650px;
  }
  body .home-prod.alternativa .info p.normal {
    padding-left: 0;
    padding-right: 20px;
  }
  body .branches h2.title {
    margin-bottom: 30px;
    text-align: left;
    margin: 0;
  }
  body .branches .address {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  body .branches .address .title {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1280px) {
  body .navbar-default {
    padding-top: 0;
  }
  body .navbar-default .navbar-collapse .navbar-nav li.hidden-xs {
    width: 100px;
  }
  body .row.wood {
    height: 700px;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  body .row.wood .helados-mobile {
    margin: 0 auto;
    width: 55%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  body .row.wood .frase {
    line-height: 1.2em;
    font-size: 3em;
    width: 45%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body .row.wood .slogan {
    height: 200px;
  }
  body .slick-slider.helados-mobile .slick-slide {
    height: 550px;
    padding-top: 40px;
  }
  body .slick-slider.helados-mobile .slick-slide img {
    width: 400px;
  }
  body .images {
    margin-right: 0px;
  }
  body .home-prod .images {
    width: 563px;
    height: 650px;
  }
  body .home-prod .images.historia {
    width: 515px;
    height: 650px;
  }
  body .home-prod .images.papas {
    width: 530px;
    height: 650px;
    margin-left: 0;
  }
  body .home-prod p.normal {
    padding-left: 70px;
  }
  body .home-prod.alternativa .info {
    width: 497px;
  }
  body .home-prod.alternativa .info p.normal {
    padding-left: 0;
  }
  body .home-prod.alternativa .info .hidden-xs {
    margin-top: 40px;
  }
  body .home-prod a.btn-legarraf {
    margin-top: 50px;
  }
  body .branches .address a:hover {
    color: #f1eff0;
    transition: all 0.5s ease;
  }
  body .helados-mobile.nosotros {
    height: 500px;
  }
  body .helados-mobile.nosotros img.img-garrafa {
    width: 300px;
    margin-left: 100px;
  }
  body .helados-mobile.map-branches {
    height: 500px;
  }
  body .helados-mobile.eventos {
    margin-top: 0px;
    height: 460px !important;
  }
  body .helados-mobile.eventos img.img-productos {
    width: 700px;
  }
  body .row.wood .helados-mobile img.img-mapa {
    width: 500px;
    margin-left: 70px;
    margin-top: 100px;
  }
  body .eventos-wa {
    font-size: 3em;
  }
  body .quotation .flavors li {
    display: flex;
    align-items: center;
  }
  body .quotation .flavors li span {
    margin-left: 10px;
  }
  body .floating-wa {
    width: 70px;
  }
  body .frase.sucursales {
    font-size: 5em !important;
    margin-top: 100px;
  }
  body .row.wood .helados-mobile.productos {
    margin-top: 120px;
  }
  body .row.wood .helados-mobile.productos img {
    width: 750px;
  }
}
