@font-face {
    font-family: "Amaranth";
    src: url("tipografias/Amaranth/Amaranth-Regular.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;
}

.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;
}

.sticker {
    position: absolute;
    width: 20vw;
    top: 57vw;
    left: 7vw;
    z-index: 0;
}

.postales {
    position: absolute;
    width: 24vw;
    top: 2vw;
    left: -2vw;
    z-index: 0;
}

.pin {
    position: absolute;
    width: 16vw;
    top: -5vw;
    left: 45vw;
    z-index: 10;
}

.titulo {
    position: absolute;
    width: 39vw;
    top: 3vw;
    left: 20vw;
    z-index: 2;
}

.botella {
    position: absolute;
    width: 30vw;
    top: 35vw;
    left: 11vw;
    z-index: 2;
    transform: rotate(-15deg);
}

.estrellas {
    position: absolute;
    width: 20vw;
    top: 41vw;
    right: 5vw;
    z-index: 0;
}

.position-text {
    position: absolute;
    z-index: 3;
    top: calc(20vw + 2vw) !important;
    right: clamp(39vw, 34vw, 45vw) !important;
    transform: rotate(5deg);
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    text-align: left;
}

.position-text-1 {
    position: absolute;
    z-index: 3;
    top: 30vw;
    left: 68vw;
    transform: rotate(-8deg);
    color: #d0cab0;
    font-size: 15px;
    line-height: 21px;
}

.position-text-2 {
    position: absolute;
    z-index: 3;
    top: 41vw;
    left: 69.5vw;
    transform: rotate(-8deg);
    color: #d0cab0;
    font-size: 15px;
    line-height: 21px;
}

.position-text-3 {
    position: absolute;
    z-index: 3;
    top: 54vw;
    left: 71vw;
    transform: rotate(-8deg);
    color: #d0cab0;
    font-size: 15px;
    line-height: 21px;
}

.contacto {
    position: absolute;
    z-index: 3;
    top: 63vw;
    left: 71.5vw;
    transform: rotate(-8deg);
    width: 4vw;
}

.contact-section {
    position: absolute;
    z-index: 3;
    top: 59vw;
    left: 76vw;
    transform: rotate(-8deg);
}

.amazon {
    position: absolute;
    z-index: 3;
    top: 63.1vw;
    left: 77.5vw;
    transform: rotate(-8deg);
    width: 4vw;
}

.ml {
    position: absolute;
    z-index: 3;
    top: 62.1vw;
    left: 83vw;
    transform: rotate(-8deg);
    width: 5vw;
}

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

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

.text-white {
    color: #ffffff;
}
 
#imagenbote {
    position: relative;
    z-index: 10;
    width: calc(35% - 20px);
}

.photo-strip {
    position: relative;
    width: 300px;
    left: 115px;
}

.frame {
    width: 100%;
    display: block;
}

.photo {
    position: absolute;
    width: 62%;
    left: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
}

.photo img {
    width: 100%;
    transition: filter 0.3s;
}

.photo:nth-child(2) {
    top: 3.5%;
}

.photo:nth-child(3) {
    top: 26.5%;
    left: 15%;
}

.photo:nth-child(4) {
    top: 49.6%;
    left: 23%;
}

.photo:nth-child(5) {
    top: 72.8%;
    left: 31%;
}

.photo:hover img {
    filter: none;
}

.photo img {
    filter: grayscale(100%);
}

.image-container {
    position: relative;
    cursor: pointer;
    width: 350px;
    left: 68vw;
    top: -2vw;
}

/* Foto en blanco y negro (visible por defecto) */
.image.black-and-white {
    position: absolute;
    width: 87%;
    top: 15%;
    left: 6.5%;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

/* Foto a color (invisible por defecto) */
.image.color {
    position: absolute;
    width: 87%;
    top: 15%;
    left: 6.5%;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.image-container:hover .color {
    opacity: 1;
}

.image-container-2 {
    position: relative;
    cursor: pointer;
    width: 280px;
    left: 66vw;
    top: 24vw;
}

/* Foto en blanco y negro (visible por defecto) */
.image.black-and-white-2 {
    position: absolute;
    width: 81%;
    top: 8.6%;
    left: 9.3%;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

/* Foto a color (invisible por defecto) */
.image.color-2 {
    position: absolute;
    width: 81%;
    top: 8.6%;
    left: 9.3%;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.image-container-2:hover .color-2 {
    opacity: 1;
}

.image-container-3 {
    position: relative;
    cursor: pointer;
    width: 350px;
    top: calc(37vw + 2vw);
    left: clamp(40vw, -20vw, -15vw);
}

/* Foto en blanco y negro (visible por defecto) */
.image.black-and-white-3 {
    position: absolute;
    width: 86%;
    top: 13%;
    left: 4.3%;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

/* Foto a color (invisible por defecto) */
.image.color-3 {
    position: absolute;
    width: 86%;
    top: 13%;
    left: 4.3%;
    z-index: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.image-container-3:hover .color-3 {
    opacity: 1;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.closeContainer {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

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

@media (max-width: 768px) { /* Pantallas pequeñas */
    .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;
    }
    body {
        font-family: "Amaranth", sans-serif;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    .postales {
        position: absolute;
        width: 130px;
        left: 105px;
        top: -50px;
    }
    .position-text {
        position: absolute;
        z-index: 3;
        top: calc(21vw + 2vw) !important;
        right: clamp(29vw, 29vw, 37vw) !important;
        transform: rotate(5deg);
        color: #fff;
        font-size: 9px;
        line-height: 12px;
        text-align: left;
    }
    .sticker {
        position: absolute;
        width: 35vw;
        top: -7vw;
        left: 2vw;
        z-index: 0;
    }
    .botella {
        position: absolute;
        width: 30vw;
        top: 52vw !important;
        left: 11vw;
        z-index: 2;
    }
    .hoja {
        position: relative;
        top: 135vw;
        left: 10vw;
    }
    .florecitas {
        position: absolute;
        width: 45vw !important;
        top: 104vw !important;
        right: -6vw !important;
        z-index: 0;
    }
    .producto {
       position: absolute;
        top: 80vw;
        left: 38vw;
        width: calc(23% - 20px) !important;
    }
    small {
        font-size: 60%;
    }
    .hover14-position {
        position: relative;
        top: 2vh;
        left: 4vh;
        width: 0;
    }
    #imagenbote {
        top: 7vw;
        right: -8vw;
        width: calc(75% - 20px) !important;
    }
    .name-base {
        font-size: 18px;
        margin-bottom: 0;
        padding-left: 2vh;
    }
    .textos {
        position: relative;
        top: 10vw;
        left: 17vw;
    }
    .boton-contacto {
        position: absolute;
        bottom: -47vw;
        left: 35vw;
    }
    .button-container {
        width: 270px !important;
        position: absolute !important;
        bottom: -62vw;
        left: 19vw;
    }
    .texto-postal {
        padding: 0 3vh;
        font-size: 14px;
        line-height: 14px;
    }
    .titles-disc {
        color: #e45378;
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 21px;
    }
    .fs {
        font-size: 16px;
    }
    .controls {
        #nextButton {
            position: relative;
            bottom: 20rem;
            left: 39%;
            transform: rotate(90deg);
            border: none;
        }
        #nextButtonImage {
            position: relative;
            bottom: -7rem;
            left: 32vw;
            transform: rotate(90deg);
            border: none;
            z-index: 999;
        }
        #nextButtonImageBayas {
            position: relative;
            bottom: -7rem;
            left: 32vw;
            transform: rotate(90deg);
            border: none;
            z-index: 999;
        }
    }
    .controls button {
        margin: 0 8px;
        padding: 7px 12px;
        border-radius: 50%;
        background: transparent;
        border: 2px solid #f2b2d0;
        cursor: pointer;
    }
    .box-container {
        width: 19rem;
        height: 10rem;
        position: relative;
        top: -15rem;
        margin: 24px auto;
        overflow: hidden;
    }
    .boxImage {
        position: absolute;
        width: 100%; 
        height: 100%;
        display: grid;
        place-items: center;
        z-index: 0;
    }
    .boxImageBayas {
        position: absolute;
        width: 100%; 
        height: 100%;
        display: grid;
        place-items: center;
        z-index: 0;
    }
    .box {
        position: absolute;
        width: 100%; 
        height: 100%;
        display: grid;
        place-items: center;
        z-index: 0;
    }
    .box01 {
        background-color: transparent;
        left: 0%;
    }
    .box02 {
        background-color: transparent;
    }
    .box03 {
        background-color: transparent;
    }
    .box04 {
        background-color: transparent;
    }
    .box05 {
        background-color: transparent;
    }
    .box06 {
        background-color: transparent;
    }
    .box07 {
        background-color: transparent;
    }
    .modal {
        width: 68% !important;
    }
    .container-movil {
        position: relative;
        cursor: pointer;
        width: 350px;
        top: calc(35vw + 2vw);
        left: clamp(7vw, -20vw, -15vw);
    }
    .image.black-and-white-3 {
        position: absolute;
        width: 85%;
        top: -30.8vw;
        left: 3.6vw;
        z-index: 0;
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
    }
    .footer {
        bottom: -230vw !important;
    }
    .block-sm {
        display: block;
    }
    .block-md {
        display: none;
    }
    .boton-tv {
        width: 15% !important;
        position: relative !important;
        left: 83% !important;
        top: -140px !important;
    }
    .trip {
        position: relative;
        bottom: -130vw;
    }
    .triptico-fondo {
        width: 175%;
        position: absolute;
        left: 50%;
        transform: translateX(-44%);
    }
    .position-text-1 {
        position: absolute;
        z-index: 3;
        top: 120vw;
        left: 17vw;
        font-size: 11px;
        line-height: 12px;
        padding-right: 10%;
    }
    .position-text-2 {
        position: absolute;
        z-index: 3;
        top: 136vw;
        left: 20vw;
        font-size: 11px;
        line-height: 12px;
        padding-right: 10%;
    }
    .position-text-3 {
        position: absolute;
        z-index: 3;
        top: 154vw;
        left: 23vw;
        font-size: 11px;
        line-height: 12px;
        padding-right: 10%;
    }
    .contact-section {
        position: absolute;
        z-index: 3;
        top: 151vw;
        left: 78vw;
        transform: rotate(-9deg);
    }
    .amazon {
        position: absolute;
        z-index: 3;
        top: 155.8vw;
        left: 80.5vw;
        transform: rotate(-9deg);
        width: 4.5vw;
    }
    .ml {
        position: absolute;
        z-index: 3;
        top: 154.6vw;
        left: 86vw;
        transform: rotate(-9deg);
        width: 6vw;
    }
    .contacto {
        position: absolute;
        z-index: 3;
        top: 155.5vw;
        left: 71vw;
        transform: rotate(-8deg);
        width: 6vw;
    }
    .estrellas {
        position: absolute;
        width: 32vw;
        top: 127vw;
        right: 39vw;
        z-index: -1;
    }
    .header {
        max-width: 66%;
    }
    .logo-header {
        width: 60% !important;
    }
    .menu {
        display: block !important;
    }
    .burger-menu {
        width: 68% !important;
    }
}

@media (min-width: 769px) {
    .block-sm {
        display: none;
    }
    .block-md {
        display: block;
    }
    .boton-tv {
        top: calc(83% + 2vw);
        right: clamp(3vw, -16vw, -20vw);
    }
    .hoja {
        position: relative;
        bottom: -71.5vw;
        left: 1vw;
    }
    .trip {
        position: relative;
        bottom: -57vw;
    }
}


@media (min-width: 1900px) {
    .pin {
        width: 11vw;
        top: -1vw;
        left: 47vw;
    }
    .titulo {
        width: 30vw;
        top: 4vw;
        left: 27vw;
    }
    .botella {
        width: 21vw;
        top: 30vw;
        left: 21vw;
    }
    .producto {
        top: 22vw !important;
        right: 4vw !important;
    }
    .postales {
        width: 20vw;
        left: 9vw;
    }
    .position-text {
        top: calc(16.5vw + 2vw) !important;
        right: clamp(42vw, 34vw, 45vw) !important;
    }
    .florecitas {
        top: 55vw !important;
        right: 14vw !important;
    }
    .hoja {
        position: relative;
        bottom: -58vw;
        left: 1vw;
    }
    .trip {
        position: relative;
        bottom: -50vw;
    }
    .position-text-1, .position-text-2, .position-text-3 {
        font-size: 21px;
        line-height: 24px;
    }
}

.producto {
    position: absolute;
    width: 25vw;
    top: 27vw;
    right: -4vw;
    z-index: 0;
}

.florecitas {
    position: absolute;
    width: 20vw;
    top: 70vw;
    right: 8vw;
    z-index: 0;
}

.galeria {
    padding: 20px;
    position: absolute;
    gap: 10px;
}

.galeria .foto {
    width: 150px;
    height: 150px;
    transition: filter 0.3s ease;
    cursor: pointer;
}

.galeria .foto:hover {
    filter: grayscale(0);
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 30px auto;
    display: block;
    max-width: 50%;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.btn-collapse {
    border: none;
    cursor: pointer;
    background: transparent;
}
.card {
    background-color: transparent;
    border: none;
}

.card-header {
    padding: 0.75rem 0.75rem 0.25rem 0.75rem !important;
    background-color: transparent;
    border-bottom: none;
}

.card-body {
    padding: 0;
    text-align: left;
}

.button-container {
    background-color: #12949d;
    width: 340px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 4px solid white;
    margin-top: 10px;
}
  
.button-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.logo {
    width: 40%;
    height: auto;
}

.amazon-logo {
    margin-right: 10px;
}

.ml-logo {
    margin-left: 10px;
}

.boton-tv {
    width: calc(14% - 50px);
    position: absolute;
    z-index: 10;
}

.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: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
    border-radius: 50%;
}

.icon {
    width: 60px;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
    border-radius: 50%;
}

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

.hover14-position {
    position: relative;
    top: -4vh;
    left: 2vh;
}
.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;
}

@-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); }
}

/* 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;
  }