:root {
  --primary-color: #ed5e00;
  --secondary-color: #009845;
  --third-color: #fdcc03;
  --font-family: "single_sleeveregular", arial, sans-serif;
}

@font-face {
  font-family: "single_sleeveregular";
  src: url("../fonts/single_sleeve-webfont.woff2") format("woff2"),
    url("../fonts/single_sleeve-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 1.6rem;
  font-family: var(--font-family);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin: 0;
  padding: 0;
  background-image: url('https://midev.cl/crush/test/src/img/bg-desk-crush.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh; /* altura mínima igual a la altura del viewport */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a, button, input, select {
  transition-property: transform, background, background-color, border-color, color;
  transition-duration: 0.3s;
  text-transform: uppercase;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: manipulation;
}

[role="button"] {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

@media screen and (min-width: 1024px) {
.desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.overlap-group-wrapper {
  width: 1024px;
  height: 700px;
}

.overlap-group {
  position: relative;
  height: 700px;
}

.footer {
  position: absolute;
  width: 1024px;
  height: 40px;
  top: 660px;
  left: 0;
}

.contenido {
  position: absolute;
  width: 1024px;
  height: 620px;
  top: 40px;
  left: 0;
}

.caja-rrss {
  position: absolute;
  width: 360px;
  height: 173px;
  top: 400px;
  right: 20px;
}

.rrss {
  position: absolute;
  width: 360px;
  height: 50px;
  top: 90px;
  left: 0;
}

.fb-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.fb-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.inst-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.inst-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.tik-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 110px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.tik-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.yt-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 210px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.yt-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.text-wrapper {
  position: absolute;
  width: 360px;
  top: 0;
  left: 0;
  font-family: "single_sleeveregular", arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
	
.crush-texto {
  position: absolute;
  width: 360px;
  height: auto;
  top: 40px;
  right: 20px;
  object-fit: cover;
}

.crush-latas {
  position: absolute;
  width: 680px;
  height: auto;
  top: 0;
  left: -50px;
  object-fit: cover;
  animation: zoomInAndPulse 9s infinite;
}

.nav {
  position: absolute;
  width: 1024px;
  height: 40px;
  top: 0;
  left: 0;
}

.crush-logo {
  visibility: hidden;
  position: absolute;
  width: 20px;
  height: auto;
  object-fit: cover;
	}
}

@media screen and (max-width: 1024px) and (min-width: 481px){
	
body {
  background-image: url('https://midev.cl/crush/test/src/img/bg-desk-crush.png');
}
	
.desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.overlap-group-wrapper {
  width: 700px;
  height: 500px;
}

.overlap-group {
  position: relative;
  height: 500px;
}

.footer {
  position: absolute;
  width: 700px;
  height: 30px;
  top: 450px;
  left: 0;
}

.contenido {
  position: absolute;
  width: 700px;
  height: 420px;
  top: 30px;
  left: 0;
}

.nav {
  position: absolute;
  width: 700px;
  height: 30px;
  top: 0;
  left: 0;
}

.caja-rrss {
  position: absolute;
  width: 280px;
  height: 173px;
  top: 280px;
  right: 20px;
}

.rrss {
  position: absolute;
  width: 280px;
  height: 50px;
  top: 80px;
  left: 0;
}

.fb-crush {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.fb-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.inst-crush {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.inst-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.tik-crush {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 30%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.tik-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.yt-crush {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 60%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.yt-crush:hover {
  transform: scale(1.2); /* Aumenta el tamaño a 120% */
}

.text-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "single_sleeveregular", arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
	
.crush-texto {
  position: absolute;
  width: 280px;
  height: auto;
  top: 0;
  right: 20px;
  object-fit: cover;
}

.crush-latas {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  left:-20px;
  object-fit: cover;
  animation: zoomInAndPulse 9s infinite;
}
	
.crush-logo {
  visibility: hidden;
  position: absolute;
  width: 20px;
  height: auto;
  object-fit: cover;
}
}

@media screen and (max-width: 480px) {

body {
  background-image: url('https://midev.cl/crush/test/src/img/bg-desk-crush.png');
}
	
.desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.overlap-group-wrapper {
  position: static;
}

.overlap-group {
  position: static;
  height: 840px;
}

.footer {
  position: absolute;
  top: 800px;
  left: 0;
}
	
.contenido {
  position: absolute;
  top: 10px;
  left: 0;
}
	
.nav {
  top: 0;
}

.producto {
  position: absolute;
  top: 0;
	text-align: center;
}
.caja-rrss {
  position: absolute;
  top: 540px;
}

.rrss {
  position: absolute;
  width: 90%;
}

.ico-rrss {
  width: 100%;
}

.inst-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20%;
  object-fit: cover;
}

.tik-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40%;
  object-fit: cover;
}

.yt-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 60%;
  object-fit: cover;
}
	
.fb-crush {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 80%;
  object-fit: cover;
}

.text-wrapper {
  font-family: "single_sleeveregular", arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: normal;
  padding: 0 30px;
}

.text-llamado {
  position: relative;
  width: 100%;
  margin: auto 0;
  text-align: center;
  top: 320px;
  }

.crush-texto {
  width: 55%;
  display: inline-block;
}

.redes-cont {
  width:100%;
}

.crush-latas {
  width: 94%;
  height: auto;
  animation: zoomInAndPulse 9s infinite;
}

.crush-logo {
  visibility: hidden;
  position: absolute;
  height: 10px;
  display: block;
  margin: auto;
	}
}

@keyframes zoomInAndPulse {
  /* Zoom in al inicio */
0% {
    transform: scale(1);
  }
10% {
    transform: scale(1.06);
  }
20% {
    transform: scale(1);
  }
/* Primeros 3 latidos */
30% {
    transform: scale(1.025);
  }
35% {
    transform: scale(1);
  }
40% {
    transform: scale(1.030);
  }
50% {
    transform: scale(1);
  }
60% {
    transform: scale(1.025);
  }
70% {
    transform: scale(1);
  }
/* Quieto (extendido al triple) */
80%  {
    transform: scale(1.030);
  }
90% {
    transform: scale(1);
  }
95% {
    transform: scale(1.025);
  }
100% {
    transform: scale(1);
  }
}