@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background-color: #202020;
  color: #FFFFFF;
}
header {
  width: 100%;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  position: fixed;
  color: #FFFFFF;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.contenedor {
  position: relative;
}
.slider {
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/inicio.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.historia {
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/choco-bola.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.durazno {
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/durazno.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.fresas {
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/fresas.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.choco {
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/chocolate.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.menta {
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/menta.jpg);
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.balazo {
  position: absolute;
  width: 80%;
  left: 32px;
  right: 32px;
  bottom: 72px;
  background-image: url(file:///C|/Users/jspjs/OneDrive/Pulpit/unidad-04/l07/css/url);
}
.balazo p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.boton {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 18px;
  width: 140px;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  background-color: #39676C;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  margin-top: 12px;
  border: 1px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-ant a {
  background-color: rgba(0, 0, 0, 0.00);
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 1.00);
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  line-height: 12px;
}
.btn-ant a:hover {
  background-color: rgba(0, 0, 0, 0.50);
}
.btn-sig a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(0, 0, 0, 0.00);
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  border: 2px solid rgba(255, 255, 255, 1.00);
  border-radius: 4px;
  text-decoration: none;
  float: left;
  margin-left: 16px;
  line-height: 12px;
}
.btn-sig a:hover {
  background-color: rgba(0, 0, 0, 0.50);
}
.boton a {
  color: #FFF;
  text-decoration: none;
  margin-left: 0px;
}
.logo {
    width: 150px;
    height: 40px;
    position: absolute;
    background-image: url(../imgs/logo.png);
    background-repeat: no-repeat;
    background-size: 150px auto;
    z-index: 2;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    right: 32px;
}
footer {
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  height: 100vh;
  width: 100%;
}
.col-01 {
  width: 100%;
  margin-top: 30%;
}
footer h1 {
    font-size: 22px;
    display: none;
}
footer ul {
  margin-top: 32px;
}
footer li {
    height: 40px;
    font-style: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
footer li a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
footer li a:hover {
    color: rgba(57,103,108,1.00);
}


.col-02 {
  width: 50%;
  margin-right: 32px;
}
.redes {
  width: 50px;
  height: 50px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  margin-top: 32px;
  display: inline-block;
  margin-right: 32px;
}
#btn-menu {
    display: none;
}
header label {
    cursor: pointer;
}
.menu ul  {
    display: flex;
    flex-direction: column;
}
.menu li {
    border-top-color: rgba(255,255,255,0.50);
    height: 50px;
}
.menu li a {
    display: block;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    text-transform: uppercase;
    border-top: 2px solid rgba(255,255,255,1.00);
}
.menu li a:hover {
    color: rgba(57,103,108,1.00);
}


.menu {
    width: 70%;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    margin-left: -100%;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
    margin-top: 32px;
    z-index: 4;
}

.balazo .boton a {
}
#btn-menu:checked~ .menu{
    margin-left: -32px;
}



@media (min-width: 768px) {
  footer {
    height: 100%;
  
  }
footer h1 {
    display: block;
}
.col-01 {
    width: 30%;
    float: left;
    display: block;
	margin-top: 0px;
}
.col-02 {
    width: 25%;
    margin-top: 0px;
    float: left;
}
.balazo {
    width: 80%;

}
.balazo p {
    font-size: 16px;
    line-height: 24px;
}




}


@media (min-width: 1024px){
.logo {
    left: 32px;
}
header label {
    display: none;
}
.menu {
    position: absolute;
    background-color: rgba(0,0,0,0.00);
    width: 95%;
    margin-top: 0px;
    margin-left: 0px;
}
.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.menu li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    border-top-width: 0px;
    
  
}

}
