body {
    font-family: 'Playwrite NO', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    overflow-x: hidden; /* Para evitar la barra de desplazamiento horizontal */
    background: linear-gradient(rgba(232, 160, 191, 0.695), rgba(232, 160, 191, 0.527)), url('../img/fondo.jpg') fixed center/cover no-repeat;
}

nav {
    background-color: #ff4081;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px; /* Aumentamos el tamaño de las letras en el navbar */
}

h1 {
    margin: 20px 0;
    font-size: 3em;
}

h2 {
    margin: 20px 0;
    font-size: 2.5em;
}

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 600px; /* Reduce el ancho del carousel */
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.carousel img {
    width: 100%;
    height: auto;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 20px;
    width: calc(30% - 40px);
    box-sizing: border-box;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.images-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

.images-section img {
    width: calc(30% - 20px);
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.buy-now {
    display: inline-block;
    background-color: #f7e80e;
    color: #000000;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff; /* Color blanco para el ícono */
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    width: 40px; /* Ajusta el tamaño del botón según sea necesario */
    height: 40px; /* Ajusta el tamaño del botón según sea necesario */
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp i {
    font-size: 28px; /* Ajusta el tamaño del ícono según sea necesario */
}

section#informacion {
    background-color: rgba(255, 64, 129, 0.9); /* Fondo semi-transparente */
    padding: 50px 20px;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.info-container {
    text-align: left;
}

.info-container img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.info-container p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.info-container ul {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.info-container p:last-child {
    margin-bottom: 0;
}

body {
    font-family: 'Playwrite NO', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    overflow-x: hidden; /* Para evitar la barra de desplazamiento horizontal */
    background: linear-gradient(rgba(232, 160, 191, 0.695), rgba(232, 160, 191, 0.527)), url('../img/fondo.jpg') fixed center/cover no-repeat;
}

nav {
    background-color: #ff4081;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px; /* Aumentamos el tamaño de las letras en el navbar */
}

.contacto-section {
    padding: 100px 0;
}

.contacto-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contacto-content h1 {
    margin-bottom: 20px;
    font-size: 3em;
}

.contacto-content p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.whatsapp-contacto {
    display: inline-block;
    background-color: #25d366;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.whatsapp-contacto i {
    margin-right: 10px;
    font-size: 24px;
}

.video-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.testimonios-container {
    text-align: left;
    margin: 20px 0;
}

.testimonio {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonio strong {
    display: block;
    margin-bottom: 5px;
}
.bold-text {
    font-weight: bold;
    font-size: 1.2em; /* Ajusta el tamaño de la fuente según tu preferencia */
}
.testimonial-carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.testimonial-card {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.5s ease;
}

.testimonial-card p {
    font-size: 1em;
    color: #000;
    line-height: 1.4;
}

.testimonial-card p:first-child {
    margin-bottom: 10px;
}








