@font-face {
    font-family: "Amaranth";
    src: url("tipografias/Amaranth/Amaranth-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "AmericanTypewriterStd";
    src: url("tipografias/AmericanTypewriterStd.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "FuturaCondensedLight";
    src: url("tipografias/FuturaCondensedLight.otf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "FuturaCondensedMedium";
    src: url("tipografias/FuturaCondensedMedium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "FuturaMediumItalic";
    src: url("tipografias/FuturaMediumItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "FuturaBoldItalic";
    src: url("tipografias/FuturaBoldItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TImes";
    src: url("tipografias/TImes.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TImesItalic";
    src: url("tipografias/TImesItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "TImesBoldItalic";
    src: url("tipografias/TImesBoldItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "KanozBrushRegular";
    src: url("tipografias/KanozBrushRegular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "AbhayaLibreExtraBold";
    src: url("tipografias/AbhayaLibreExtraBold.ttf") format("truetype");
    font-style: normal;
}

body {
    font-family: "Amaranth", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.btn:focus {
    box-shadow: none;
}

.productos {
    padding: 20px;
    text-align: center;
}

.botones .btn {
    padding: 10px 12px;
    margin: 5px;
    border: none;
    cursor: pointer;
}

.titles-disc {
    color: #e45378;
    font-size: 15px;
    margin-bottom: 3px;
}

.botones .btn[data-color="hielo"] {
    background-color: transparent;
}

.botones .btn[data-color="helado"] {
    background-color: transparent;
}

.botones .btn[data-color="frappe"] {
    background-color: transparent;
}

.contenido {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.fondo {
    width: 100%;
    height: 200px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.bote {
    width: 100%;
    height: 200px;
    z-index: 999;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.text-white {
    color: #ffffff;
}
 
#imagenbote {
    position: relative;
    z-index: 10;
}

.pointer {
    cursor: pointer;
}

.logo-header {
    display: block;
    width: auto;
    max-width: 140px;
    z-index: 999999999;
    position: absolute;
}

@media (max-width: 768px) {
    .burger-menu {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: rgba(0, 167, 199, .4);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        z-index: 10;
        padding: 25px 0;
    }
    .block-sm {
        display: block;
    }
    .block-md {
        display: none;
    }
    .text-paper {
        font-size: 7px !important;
        line-height: 9px !important;
        width: 27% !important;
    }
    .titles-paper {
        font-size: 4px !important;
        position: relative !important;
        top: -12vw !important;
        left: 19vw !important;
        width: 15%;
    }
    .titles-paper-1 {
        font-size: 4px !important;
        position: relative !important;
        top: -21.5vw !important;
        left: 31vw !important;
        width: 15%;
    }
    .titles-paper-2 {
        font-size: 4px !important;
        position: relative !important;
        top: -31vw !important;
        left: 42vw !important;
        width: 15%;
    }
    .position {
        position: relative !important;
        top: -25vw !important;
        left: 42vw !important;
        width: 45%;
    }
    .conoce {
        font-size: 18px !important;
    }
    .icetro {
        font-size: 18px !important;
    }
    .position-text-1 {
        position: absolute;
        top: 68vw;
        left: 45vw;
        transform: rotate(-11deg);
        color: #000;
        font-size: 5px;
        line-height: 7px;
    }
    .position-text-2 {
        position: absolute;
        z-index: 3;
        top: 63.5vw;
        left: 65vw;
        transform: rotate(-11deg);
        color: #000;
        font-size: 5px;
        line-height: 7px;
        width: 18% !important;
    }
    .contenido {
        position: absolute;
        left: -5px;
        margin-top: 20px;
        width: 100%;
    }
    .bote {
        width: 50%;
        height: 200px;
        position: relative;
        left: 25vw;
        top: 10vw;
        z-index: 999;
    }
    .hover14-position, .hover14-position-2, .hover14-position-3 {
        z-index: 3;
        left: 55vw;
        top: 13vw;
        width: 30%;
    }
    figure {
        width: 50px !important;
        height: 50px !important;
        margin: 0;
        padding: 0;
        background: transparent;
        overflow: hidden;
        border-radius: 50%;
    }
    .icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0;
        padding: 0;
        background: transparent;
        overflow: hidden;
        border-radius: 50%;
    }
    .fig {
        top: 8vw !important;
        left: -7.5vw !important;
    }
    .textos {
        z-index: 5;
        display: grid;
        position: relative;
        top: -10vw;
    }
    .title-poster {
        left: clamp(31vw, -16vw, -18vw);
    }
    .text-poster {
        font-family: "AbhayaLibreExtraBold", sans-serif;
        font-size: 10px !important;
        color: #1e1e1e;
        line-height: 10px !important;
    }
    .corcho {
        width: 19%;
        position: relative;
        left: 25vw;
        top: 5vw;
        z-index: 4;
    }
    .corcho-2 {
        width: 19%;
        position: relative;
        left: 25vw;
        top: 5vw;
        z-index: 4;
    }
    .boton-flyer {
        width: 15%;
        position: relative;
        right: -79vw;
        top: -21vw;
    }
    .titulo-cuestionario {
        font-family: "AmericanTypewriterStd", sans-serif;
        font-size: 16px;
        line-height: 33px;
        position: relative;
        top: calc(-96vw + 2vw) !important;
        left: clamp(27vw, -16vw, -18vw) !important;
    }
    .cuestionario {
        top: calc(40vw + 2vw) !important;
        left: clamp(27vw, -16vw, -18vw) !important;
    }
    .question {
        font-family: "AmericanTypewriterStd", sans-serif;
        font-size: 10px !important;
        line-height: 15px !important;
        margin-bottom: 0;
    }
    .answer {
        font-family: "AmericanTypewriterStd", sans-serif;
        font-size: 7px !important;
        line-height: 2px !important;
    }
    .btn-img-ice {
        top: calc(117vw + 2vw) !important;
        left: clamp(68vw, -16vw, -18vw) !important;
    }
    .footer {
        bottom: -220vw !important;
    }
    .header {
        max-width: 78%;
    }
    .logo-header {
        width: 60% !important;
    }
    .menu {
        display: block !important;
    }
    .burger-menu {
        width: 78% !important;
    }
    .tabla {
        left: -11vw !important;
    }
    .cuestionario {
        width: 62% !important;
    }
}

@media (min-width: 769px) {
    .block-sm {
        display: none;
    }
    .block-md {
        display: block;
    }
    #imagenbote {
        position: absolute;
        width: 67%;
        top: calc(-9.5vw + 2vw);
        right: clamp(10.5vw, -16vw, -18vw);
    }

    .hover14-position {
        position: relative;
        top: calc(-17.5vw + 2vw) !important;
        left: clamp(26.5vw, -16vw, -18vw) !important;
    }

    .hover14-position-2 {
        position: relative;
        top: calc(-17.5vw + 2vw) !important;
        left: clamp(24.4vw, -16vw, -18vw) !important;
    }

    .hover14-position-3 {
        position: relative;
        top: calc(-17.5vw + 2vw) !important;
        left: clamp(24.2vw, -16vw, -18vw) !important;
    }

    .title-poster {
        left: clamp(19vw, -16vw, -18vw);
    }

    .title-poster-3 {
        left: clamp(12vw, -16vw, -18vw) !important;
    }

    .text-poster {
        top: calc(0vw + 2vw) !important;
        left: clamp(10vw, -16vw, -18vw) !important;
    }

    .post-ref {
        left: 20.5vw !important;
    }
    .img-bote-2 {
        width: 64% !important;
        right: clamp(14vw, -16vw, -18vw) !important;
    }
    .img-bote-3 {
        width: 64% !important;
        right: clamp(14.5vw, -16vw, -18vw) !important;
    }

    .titles-paper {
        top: 43vw;
        left: 19.3vw;
    }
    .titles-paper-1 {
        left: 31vw;
        top: 43.5vw;
    }
    .titles-paper-2 {
        left: 42vw;
        top: 44vw;
    }
    .position {
        top: 59vw;
        left: 42vw;
    }
    .tabla {
        left: clamp(13vw, 11vw, 13vw) !important;
    }
    .titulo-cuestionario {
        font-family: "AmericanTypewriterStd", sans-serif;
        font-size: 38px;
        line-height: 33px;
        position: relative;
        top: calc(-59vw + 2vw) !important;
        left: clamp(17vw, -16vw, -18vw) !important;
    }
    .cuestionario {
        top: calc(27vw + 2vw) !important;
        left: clamp(17vw, -16vw, -18vw) !important;
    }
    .btn-img-ice {
        top: calc(68vw + 2vw) !important;
        left: clamp(38vw, -16vw, -18vw) !important;
    }
    .corcho {
        width: 40%;
        position: relative;
        left: 30vw;
        top: 13vw;
    }
    .corcho-2 {
        width: 40%;
        position: relative;
        left: 30vw;
        top: 13vw;
    }
    .fig {
        position: absolute;
        top: 6.5vw;
        left: 3vw;
    }
    .text-postal {
        position: absolute;
        z-index: 10;
        padding-right: 27%;
        top: 50vh;
        left: 20vw;
    }
    .position-text-1 {
        font-family: "TImes", sans-serif;
        position: absolute;
        z-index: 3;
        top: 67.5vw;
        left: 45vw;
        transform: rotate(-11deg);
        color: #000;
        font-size: 18px;
        line-height: 22px;
    }
    .position-text-2 {
        font-family: "TImes", sans-serif;
        position: absolute;
        z-index: 3;
        top: 63.5vw;
        left: 64vw;
        transform: rotate(-11deg);
        color: #000;
        font-size: 18px;
        line-height: 22px;
    }
    .flyer-segundo {
        position: relative;
        left: 10vw;
    }
    .sello-segundo {
        position: relative;
        left: 10vw;
    }
    .boton-flyer {
        width: 14%;
        position: relative;
        right: -71vw;
        top: -18vw;
    }
}

@media (min-width: 1201px) {
    .text-postal {
        position: absolute;
        z-index: 10;
        padding-right: 27%;
        top: 50vh;
        left: 20vw;
    }

    .botones {
        top: -4vh;
        left: 14vh;
        position: relative;
    }

    .textos {
        display: grid;
        position: relative;
        top: 0;
    }
}

@media (min-width: 1900px) {
    .titles-paper {
        top: 43.5vw;
        left: 20.3vw;
    }
    .titles-paper-1 {
        top: 44vw;
        left: 32vw;
    }
    .titles-paper-2 {
        top: 44.5vw;
        left: 43vw;
    }
    .position {
        top: 60vw;
        left: 43vw;
    }
    .tabla {
        left: clamp(15vw, 22vw, 26vw) !important;
    }
    .titulo-cuestionario {
        font-size: 40px;
        top: calc(-46vw + 2vw) !important;
        left: clamp(13vw, -16vw, -18vw) !important;
    }
    .cuestionario {
        top: calc(20vw + 2vw) !important;
        left: clamp(14vw, -16vw, -18vw) !important;
    }
    .btn-img-ice {
        top: calc(51vw + 2vw) !important;
        left: clamp(30vw, -16vw, -18vw) !important;
    }
    #imagenbote {
        position: absolute;
        width: 60%;
        top: calc(-14.5vw + 2vw);
        right: clamp(7vw, -16vw, -18vw);
    }
    .hover14-position {
        position: relative;
        top: calc(-19.5vw + 2vw) !important;
        left: clamp(28vw, -16vw, -18vw) !important;
    }
    .hover14-position-2 {
        position: relative;
        top: calc(-19.5vw + 2vw) !important;
        left: clamp(23vw, -16vw, -18vw) !important;
    }
    .hover14-position-3 {
        position: relative;
        top: calc(-19.5vw + 2vw) !important;
        left: clamp(22.5vw, -16vw, -18vw) !important;
    }
    .fig {
        top: 4.6vw !important;
        left: 1.24vw !important;
    }
    .corcho {
        top: calc(3vw + 2vw) !important;
        left: clamp(31vw, -16vw, -18vw) !important;
    }
    .corcho-2 {
        top: calc(3vw + 2vw) !important;
        left: clamp(27vw, -16vw, -18vw) !important;
    }
    .title-poster-2 {
        left: clamp(21vw, -16vw, -18vw) !important;
    }
    .title-poster-3 {
        left: clamp(15vw, -16vw, -18vw) !important;
    }
    .title-poster {
        top: calc(-7vw + 2vw) !important;
        left: clamp(22vw, -16vw, -18vw);
    }

    .text-poster {
        top: calc(-6vw + 2vw) !important;
        left: clamp(14vw, -16vw, -18vw) !important;
    }
    .post-ref {
        left: 24vw !important;
    }
    .img-bote-2 {
        width: 58% !important;
        top: calc(-14.5vw + 2vw) !important;
        right: clamp(13vw, -16vw, -18vw) !important;
    }
    .img-bote-3 {
        width: 57% !important;
        top: calc(-14.5vw + 2vw) !important;
        right: clamp(13.8vw, -16vw, -18vw) !important;
    }
    .text-2 {
        position: relative;
        left: -2vw;
    }

    .position-text-1 {
        top: 68vw;
        left: 46vw;
        font-size: 23px;
        line-height: 29px;
    }

    .position-text-2 {
        top: 64.5vw;
        left: 64vw;
        font-size: 23px;
        line-height: 27px;
    }
    .hotcake-pos {
        top: 75vw !important;
    }
    .helado-pos {
        top: 80vw !important;
    }
    .flyer-segundo {
        left: 14vw !important;
    }
    .flyer-monitor {
        top: 180vw !important;
    }
    .tabla-monitor {
        top: 230vw !important;
    }
    .footer {
        bottom: -235vw !important;
    }
}


button:focus {
    outline: none;
}

.column {
	margin: 15px 15px 0;
	padding: 0;
}

.column:last-child {
	padding-bottom: 60px;
}

.column::after {
	content: '';
	clear: both;
	display: block;
}

.column div {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 0 25px;
	padding: 0;
}

.column div:first-child {
	margin-left: 0;
}

.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure {
	width: 145px;
	height: 145px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
    border-radius: 50%;
    z-index: 999999;
}

.icon {
	width: 130px;
	height: 130px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
    border-radius: 50%;
    z-index: 999999;
    position: relative;
}

.icon:hover {
    animation: bounce 0.4s ease-in-out;
	transform: scale(1.1);
}

.hover14-position, .hover14-position-2, .hover14-position-3 {
    position: relative;
}

.hover14 figure {
	position: relative;
}

.hover14 figure:hover {
    animation: bounce 0.4s ease-in-out;
	transform: scale(1.1);
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
    border-radius: 50%;
}

.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.corcho:hover {
    animation: bounce 0.4s ease-in-out;
	transform: scale(1.1);
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes bounce {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1.1); }
}

.btn-img {
    background: transparent !important;
}

.btn-img:hover .btn-img-src {
    content: url("img/maquinas/elementos/continuar-boton-hover.png");
}

.btn-img-ice:hover {
    content: url("img/maquinas/elementos/icetro-hover.png");
}

.question {
    font-family: "AmericanTypewriterStd", sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

.answer {
    font-family: "AmericanTypewriterStd", sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.text-paper {
    font-family: "FuturaCondensedLight", sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #3b2b1e;
    position: absolute;
    z-index: 3;
    top: 28vw;
    left: 19.5vw;
    transform: rotate(3deg);
}

.titles-paper, .titles-paper-1, .titles-paper-2 {
    font-family: "FuturaCondensedMedium", sans-serif;
    font-size: 13px;
    line-height: 27px;
    color: #3b2b1e;
    position: absolute;
    z-index: 3;
    transform: rotate(3deg);
}

.position {
    position: absolute;
    z-index: 3;
    transform: rotate(-11deg);
}

.conoce {
    font-family: "FuturaMediumItalic", sans-serif;
    font-size: 52px;
    color: #892A2A;
}

.icetro {
    font-family: "FuturaBoldItalic", sans-serif;
    font-size: 52px;
    color: #892A2A;
}

.times-bold {
    font-family: "TimesBoldItalic", sans-serif;
}

.text-poster {
    font-family: "AbhayaLibreExtraBold", sans-serif;
    font-size: 21px;
    color: #1e1e1e;
    line-height: 20px;
}

/* Estilo para el ícono de la hamburguesa */
.burger {
    position: relative;
    width: 40px;
    height: 25px;
    background: transparent;
    cursor: pointer;
    display: block;
  }
  
  .burger input {
    display: none;
  }
  
  .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  
  .burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
  }
  
  .burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
  }
  
  .burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
  }
  
  .burger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
  }
  
  .burger input:checked ~ span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
  }
  
  .burger input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }
  
  .burger-menu {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 167, 199, .4);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 25px 0;
  }
  
  .burger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  
  .burger-menu ul li {
    padding: 15px;
  }
  
  .burger-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: block;
  }
  
  #burger:checked ~ .burger-menu {
    display: block;
  }