/* General */
body {
    font-family: Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 20%;
}

/* Fondo de video */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
}


/* Rectángulos flotantes */
.floating-box {
    background: linear-gradient(0deg, rgba(150, 19, 20, 0.7), rgba(150, 19, 20, 1));
    padding: 4%;
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    color: white;
}


.custom-carousel{
    margin-top: 5%;
}



/* Campos de entrada */
.input-field {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 60px;
    margin: 10px 0;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
}

.input-field-file {
    width: 60%;
    padding: 10px;
    border: none;
    border-radius: 60px;
    margin: 10px 0;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    display: none;
}

.input-field::placeholder {
    color: #aaa;
}

/* Botón de pago */
.pay-button {
    background: linear-gradient(0deg, rgba(45,54,62,0.8), rgba(45,54,62,1));
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 40%;
    margin-top: 10px;
}

.pay-button:hover {
    background: rgba(30,40,48,1);
}

/* Botones de navegación */
.navigation-buttons {
    margin-top: 20px; /* Espacio debajo del rectángulo */
}

.navigation-buttons button {
    background-color: rgba(150, 19, 20, 0.5);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.navigation-buttons button:hover {
    background-color: rgba(150, 19, 20, 0.7);
}


/*WP BUTTON*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
}

.logo-icon {
    height: 75px;
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    z-index: 10;
}

/* For phone screens */
@media (max-width: 768px) {
    .image-phone {
        display: block;
    }
    .logo-icon-phone {
        position: fixed;
        top: 20px;
        right: 20px;
        display: flex;
        width: 50px;

    }
    .logo-icon{
        display: none;
    }
    .custom-carousel{

    }
}


/*
.carousel-control.right{
    border-radius: 180px;
}
*/


/* For laptop screens */
@media (min-width: 769px) {
    .logo-icon-phone {
        display: none;
    }
    .custom-carousel{
        margin-left:20%;
        margin-right:20%;
    }
}

.gift-button{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: white;
    background-color: #007bff;
}

/*Qr  nequi code*/

.card-img-top img{
    width: 300px;
}

.carousel-control{
    border-radius: 40px;
}

.carousel-inner{
    border-radius: 40px;
}