@charset "UTF-8";

body {
  margin: 0;
  padding:0;
  font-family: 'Lato', sans-serif;
  background-color: #f4f4f4;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#3c2525;
}

.container {max-width:1920px;}

img {max-width: 100%;  margin: auto;}

nav {
  background-color: #392929;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 10;
  margin: 0;
  height: 84px;
  top:0;
}


a.cambiar_mapa {
 color: #3c2525!important; 
 text-decoration: none!important ;
}  


#map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

nav li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  text-align:center;
  color: #3c2525;
}

nav li a:hover,
nav .menu-btn:hover {
  background-color: #f4f4f4;
}

nav .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0px 20px;
  text-decoration: none;
  margin: 0;  
  width: 150px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding-top: 40px;
}

nav .fb {
    cursor: pointer;   
    float: right;
    padding: 23px 20px 0;  
    color: #c1b796;
    width: 30px;
    text-decoration: none;
}

.tel {
  font: normal normal 23px 'Roboto Slab', serif;
  color: #fff;}

.tel a { color: #fff; text-decoration: none;}
.sabores-mobile {display:none;}
.sabores-desktop {display:block;}

nav .tel {
  float: left; 
  padding-left: 40px;
  display: block;
}

/* menu */

nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 35px 40px;
  position: relative;
  user-select: none;
}

nav .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

nav .menu-icon .navicon:before {
  top: 5px;
}

nav .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

nav .menu-btn {
  display: none;
}

nav .menu-btn:checked ~ .menu {
  max-height: 240px;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

section .tel {
  display: none;
  margin: 0;
  padding: 80px 0 10px;
  background: #291c1c;
  text-align: center;
}

#wrapper {position: relative;}

.texto-slide {
  font: normal normal 80px/80px 'Josefin Sans', sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  z-index: 9;
  text-align: center;
}







/* .Slider. */
.theme-default .nivoSlider {
  position:relative;
  background:#fff url(images/loading.gif) no-repeat 50% 50%;
  margin-bottom:0px;
    
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}

.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }

/* SECCION ICONOS */

section.iconos {
    text-align:center;
    margin:50px 0px;
}

.iconos ul li {
    width: 20%;
    text-align: center;
    display: inline-block;
}

/* Seccion BACKGROUND MOBILE*/
.mobile-background {display:none}

/* SECCION HISTORIA */
section.historia {background-color:#d6ceb5;height:580px;padding:80px 0px;}
.historia h2 {font-family: 'Josefin Sans', sans-serif; font-weight: bold;font-size:30px;color:#3c2525}
.historia p {font-family: 'Roboto Slab', serif;font-size: 20px;max-width: 75%;text-align: center;margin: 32px auto;line-height: 26px;color:#3c2525}
.historia-right {display: inline-block;width: 50%;float: right;text-align: center;}
.historia-left {float: left;width: 50%;text-align: center;display: inline-block;}
.historia-left img {margin-bottom: 44px;}

/* SECCION FRASE */
section.frase {}
.frase h1 {font-family: 'Josefin Sans', sans-serif;font-weight: bold;font-size: 40px;text-align: center;width: 75%;margin: 80px auto;line-height: 46px;color:#3c2525}
.frase h1 span {color:#d2b65f;}

/* SECCION SABORES */
section.sabores {height:589px;}
section .sabores-right .fondo {background-color:#eae7db;}
.sabores-left {width: 50%;float: left;height:589px;}
.sabores-right {width: 50%;float: right;text-align: center;height:589px;background-color:#eae7db;}
.sabores h3 {font-family: 'Roboto Slab', serif;font-size: 30px;text-align: center;font-weight: bold;color:#3c2525}
.sabores ul {padding-left:0px;}
.sabores ul li {font-family: 'Roboto Slab', serif;font-size: 27px;text-align: center;font-weight: normal;list-style: none;color:#3c2525}
p.aclaracion {font-family: 'Roboto Slab', serif;text-align: center;font-size: 20px;padding-top: 20px;display: block;color:#3c2525}
.sabores-left.chocolate {background-image: url("../images/sabores-chocos.jpg"); }
.sabores-right.cremas {background-image: url("../images/sabores-cremas.jpg"); }
.sabores-left.dulce {background-image: url("../images/sabores-dulce-leche.jpg"); }
.sabores-right.frutas-crema {background-image: url("../images/sabores-frutas-cremas.jpg"); }
.sabores-left.frutas {background-image: url("../images/sabores-frutales.jpg"); }
.sabores-right.nuevos {background-image: url("../images/nuevos.jpg"); }


/* SECCION SUCURSALES */
section.sucursales {text-align: center;background-color:#392929;display: block;}
.sucursales h2 {font-family: 'Josefin Sans', sans-serif;font-weight: bold;font-size: 30px;padding: 35px 0px 25px 0px;text-align: center; color: #fff;margin: 0px;}
h3.chocolates {padding-top: 110px;}
h3.cremas {padding-top: 50px;}
h3.dulces {padding-top: 150px;}
h3.frutas {padding-top: 90px;}
h3.frutales {padding-top: 30px;}
h3.nuevos-sabores {padding-top: 80px;}



/* SECCION FOOTER */
section.footer {padding: 80px 0px;}
.footer-left {width: 50%;float: left;text-align: center;}
h2.barrio {font-family: roboto slab;font-size: 30px;font-weight: bold;margin-bottom: 10px;color:#3c2525}
h2.direccion {font-family: roboto slab;font-size: 28px;font-weight: normal;margin-top: 10px;color:#3c2525}
hr.separador {width: 350px;}
.footer-right {width: 50%;float: right;text-align: center;}
h2.telefono {font-family: roboto slab;font-size: 45px;font-weight: 400;margin-top: 20px;color:#3c2525}
.social img {width: 65px;}
.social p {font-family: roboto slab;font-size: 25px;width: 37%;margin: 20px auto;color:#3c2525}
img.logo-small {margin-top: 60px;}
.footer-mobile {display:none;}
a.telefono {font-family: roboto slab;font-size: 45px;font-weight: 400;margin: 30px;color: #3c2525;display: block;}

/* SECCION FLECHA */
section.flecha {display: block;float: left;text-align: center;width: 100%;margin-top: 50px;}

/* COPYRIGHT */
.copyright {DISPLAY: BLOCK;float: left;width: 100%;}
.logo-footer {width: 50%;text-align: center;float:left}
.data-fiscal {width: 50%;text-align: center;float:left}

/* IPAD HORIZONTAL + DESKTOP CHICO */
@media screen and (min-width: 781px) and (max-width: 1024px) {
   .tel a, nav .fb {display:none;} 
  .mobile-background {display: block;background-image: url(../images/helados-sandro-1.jpg);height: 650px;background-size: 225%;background-position: center center;/* background-color: white; */}
  .slider-wrapper.theme-default {display:none}
  .texto-slide {display:none;}
  .texto-slide-mobile {top: 29%;font: normal normal 65px/73px 'Josefin Sans', sans-serif;width: 100%;color: #fff;position: absolute;left: 50%;transform: translate(-50%, -70%);
  z-index: 9; text-align: center;}
  .button-telefono {position: absolute;top: 52%;background-color: #fff;padding: 20px;/* font-size: 30px; */font-weight: 100;border-radius: 10px;font: normal normal 25px 'Roboto Slab', serif!important;width: 170px;
    margin: auto; /* text-align: center; */left: 40%;color:#3c2525;text-decoration:none;cursor:pointer;}
  .theme-default .nivoSlider img {margin-top:83px}
  .iconos ul {padding-left:0px;}
  .iconos ul li {width: 17%;text-align: center;display: inline-block;padding: 0px 20px;}
  .historia-left {width:100%}
  .historia-right {display:none;}
  section.historia {height:520px}
  .historia p {max-width:85%;}
  h3.cremas {padding-top: 30px;}
  .frase h1 {font-size: 25px;line-height:35px;width:85%;}
  .footer-left, .footer-right {width:100%;}
  .footer-mobile {display:block;width: 100%;text-align: center;margin-bottom: 30px;}
  img.pedidos, h2.telefono {display: none;}
  a.telefono-footer {background-color: #3c2525;padding: 20px;font-weight: 100;border-radius: 10px;font: normal normal 30px 'Roboto Slab', serif!important;width: 240px;margin:40px auto;color:#fff;text-decoration:none;cursor:pointer;display:block;}
  .footer-mobile img {display: block;width: 190px;}
  section.footer {padding: 40px 0px;}
  .footer-right {margin-top:30px;}
  .logo-footer {width: 100%;text-align: center;}
  a.telefono {display: none;}
    nav .menu-icon {margin-top: 7px;}
  .container {width:auto;}


}


@media screen and (min-width: 480px) and (max-width: 768px) {
  .tel a, nav .fb {display:none;} 
  .mobile-background {display: block;background-image: url(../images/helados-sandro-1.jpg);height: 650px;background-position: center center;/* background-color: white; */}
  .slider-wrapper.theme-default {display:none}
  .texto-slide {display:none;}
  .texto-slide-mobile {top: 29%;font: normal normal 65px/73px 'Josefin Sans', sans-serif;width: 100%;color: #fff;position: absolute;left: 50%;transform: translate(-50%, -70%);
  z-index: 9; text-align: center;}
  .button-telefono {position: absolute;top: 43%;background-color: #fff;padding: 20px;/* font-size: 30px; */font-weight: 100;border-radius: 10px;font: normal normal 25px 'Roboto Slab', serif!important;width: 170px;
    margin: auto; /* text-align: center; */left: 36%;color:#3c2525;text-decoration:none;cursor:pointer;}
  .theme-default .nivoSlider img {margin-top:83px}
  .iconos ul {padding-left:0px;}
  .iconos ul li {width: 17%;text-align: center;display: inline-block;padding: 0px 20px;}
  .historia-left {width:100%}
  .historia-right {display:none;}
  section.historia {height:520px}
  .historia p {max-width:86%;font-size:17px;}
  h3.cremas {padding-top: 30px;}
  .frase h1 {font-size: 25px;line-height:35px;width:95%;}
  .footer-left, .footer-right {width:100%;}
  .footer-mobile {display:block;width: 100%;text-align: center;margin-bottom: 30px;}
  img.pedidos, h2.telefono {display: none;}
  a.telefono-footer {background-color: #3c2525;padding: 20px;font-weight: 100;border-radius: 10px;font: normal normal 30px 'Roboto Slab', serif!important;width: 240px;margin:40px auto;color:#fff;text-decoration:none;cursor:pointer;display:block;}
  .footer-mobile img {display: block;width: 190px;}
  section.footer {padding: 40px 0px;}
  .footer-right {margin-top:30px;}
  .logo-footer {width: 100%;text-align: center;}
  a.telefono {display: none;}
    nav .menu-icon {margin-top: 7px;}


}



@media screen and (max-width:650px) {
  nav .tel {display: none;  }

 nav .menu-icon {
    padding: 29px 50px;
   margin-right:20px;
}


  section .tel { display: block; font-size: 18px;}

  .texto-slide {
    font: normal normal 40px/40px 'Josefin Sans', sans-serif;
    position: absolute;    
    transform: translate(-50%, -90%);    
    width: 100%;
  }
}

@media screen and (max-width:480px) {
    a.telefono-footer {background-color: #3c2525;padding: 20px;font-weight: 100;border-radius: 10px;font: normal normal 30px 'Roboto Slab', serif!important;width: 240px;margin: 40px auto;color: #fff;text-decoration: none;   cursor: pointer;display: block;}
    .tel a, nav .fb {display:none;} 
  .iconos ul li {width: 33%;margin: 11px;}
  nav {height: 94px;}
  nav .logo {margin-right: 0;padding-top: 59px;margin: auto;width: 150px;padding-left:0px;padding-right:0px;}
  nav .menu-icon {padding: 28px 20px;    margin-top: 18px;}
  .mobile-background {display: block;background-image: url(../images/helados-sandro-1.jpg);height: 350px;background-size: 285%;background-position: -330px 350px;}
  .slider-wrapper.theme-default {display:none}
   .texto-slide {display:none;}
  .texto-slide-mobile {top: 36%;font: normal normal 35px/33px 'Josefin Sans', sans-serif;width: 100%;color: #fff;position: absolute;left: 50%;transform: translate(-50%, -70%);z-index: 9;text-align: center;}
 .button-telefono {position: absolute;top: 50%;background-color: #fff;padding: 20px; font-weight: 100; border-radius: 10px;font: normal normal 18px 'Roboto Slab', serif!important; width: 123px;  margin: auto;
   left: 26%; color: #3c2525;text-decoration: none; cursor: pointer;}
  .historia h2 {font-size: 20px;}
  section.historia {padding: 40px 0px;height:410px}
  .historia-right {display: none;}
  .historia-left {width:100%;}
  .historia h2 {font-size:20px;}
  .historia-left img {width: 50%;margin-bottom: 20px;}
  .historia p {font-size: 15px;max-width:95%;text-align: center; margin: 32px auto;line-height: 18px;color: #3c2525;}
  .historia-right img {width: 90%;}
  .sabores-right, .sabores-left {width:100%;height:auto;}
 section.sabores {height:auto;}
  .sucursales h2 {padding: 28px 0px 25px 0px;font-size:30px;}
  .frase h1 {
    font-size: 20px;
    line-height: 25px;
    width: 95%;
}
  ul {margin: 0px!important;padding: 0px!important;}
  .footer-left, .footer-right {width:100%;}
  .footer-left {margin-bottom:30px;}
  .logo-footer, .data-fiscal {width:100%;}
  p.aclaracion {padding-top:0px;}
  section.sucursales {margin-top:30px;}
  h3.dulces {padding:20px;}
  h3.chocolates, h3.cremas, h3.frutas, h3.frutas, h3.nuevos-sabores {padding-top:20px;}
 .sabores-left.chocolate, .sabores-right.cremas, .sabores-left.dulce, .sabores-right.frutas-crema, .sabores-left.frutas,.sabores-right.nuevos{height: 250px;}
  .sabores-right.fondo {height: auto;}
  .social p {width:100%;}
  img.logo-small {display:none;}
    /*SAbores */
  .sabores-mobile {display:block;}
  .sabores-desktop {display:none;}
  .sabores ul {margin-bottom: 30px!important;padding:0px 30px;}
  .sabores ul li {font-size:17px!important}
  .sabores-right.nuevos {background-image: url(../images/nuevos.jpg); background-size: 130%;}
  section.sucursales {text-align: center;background-color: #392929;display: block;clear: both;}
a.telefono {
    background-color: #3c2525;
    padding: 15px;
    font-weight: 100;
    border-radius: 10px;
    font: normal normal 25px 'Roboto Slab', serif!important;
    width: 180px;
    margin: 40px auto;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
h3.chocolates,h3.cremas,  h3.cremas, h3.dulces,  h3.frutas ,h3.frutales,h3.nuevos-sabores  {padding-top: 0px;}

  
}
