.onlymobile {
    display: none;
}

.onlylaptops {
    /*display: block;*/
}

.image-bg {
    background-image: url("../images/bg0.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/*.computer-bg { / esto controla el tamaño vertical de la top-section (LO DESACTIVAMOS POR USAR px-5 pt-5 en la top section /
    height: 80vh;
    max-height: 870px;
}*/

.computer-sm { /* no veo que se use nunca */
    height: 35vh;
    /*max-height: 670px;*/
}

#laptops-container {
    width: 100%;
    max-width: 600px;
    height: 570px; /* esto controla la altura del de la "Top Section" */
    position: relative;
}

.laptops { /* esto controla el tamaño de la imagen de los laptops, también ver versión móvil más abajo: @media screen and (max-width: 768px) donde se pone display:none */
    padding-right: 110px;
    padding-top: 150px;
    margin-left: -290px;
    width: 950px;
    z-index: 99;
}

.acordeonSV {
    width: -webkit-fill-available;
    color: #040438;
    font-weight: 700;
    background-color: #cecef4;
    border-radius: 15px;
    font-size: 1.4rem;
    padding: 5px;
}


.computer-bg h1 {
    font-size: 44px;
    font-weight: 700;
}

.computer-bg p {
    width: 45%;
}

.outlinegradient-button {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px;
    margin: 10px;
    color: white;
    border: thin;
    background-color: #000022;
    border-color: #5d16d8;
    border-style: solid;
    border-radius: 16px;
    cursor: pointer;
}

.outlinegradient-green-button {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px;
    margin: 10px;
    color: white;
    border: thin;
    /*background-color: rgb(118, 15, 236);*/ /* morado */
    /*background-image: linear-gradient(45deg, rgb(118, 15, 236), rgb(58, 241, 119));*/ /* rgb(58, 241, 119) = #3AF177 = mismo color que boton "Darse de alta" */
    background-image: linear-gradient(45deg, rgb(118, 15, 236), rgb(10, 206, 112)); /* rgb(10, 206, 112) = #0ACE70 = mismo color que icono chat; morado a verde */
    /*background-image: linear-gradient(45deg, rgb(58, 241, 119), rgb(10, 206, 112));*/ /* rgb(10, 206, 112) = #0ACE70 = mismo color que icono chat; verde claro a verde */
    /*background-image: linear-gradient(45deg, rgb(118, 15, 236), #000022);*/ /* morado a negro */
    border-color: white;
    border-style: solid;
    border-radius: 16px;
    cursor: pointer;
}

.verde {
    color: #14e481;
    text-decoration: none;
}

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

    .carousel-card {
        min-height: 300px;
        height: 300px;
    }

    .carousel-card p {
        font-size: 15px;
    }

    .onlymobile {
        display: block;
    }

    .onlylaptops {
        display: none;
    }

    .computer-bg { /* esto controla el tamaño vertical de la top-section EN MOVILES */
        background-size: 40vh;
        background-position: 100% 85%;
        height: auto !important; /* elimina la altura relativa de la seccion y usa la que necesite el contenido */

    }

        .computer-bg h1 {
            font-size: 30px;
            font-weight: 600;
        }

        .computer-bg p {
            width: 100%;
            color: #b2a7cb;
            font-size: 18px;
            font-weight: 600;
        }

    #laptops-container { /* en version movil no mostrar laptops ni container ni img */
        display: none;
    }

    .laptops {
        display: none;
    }

    .listados-section {
        margin-top: 0% !important; /* en version moviles no aplicar -10% margin-top */
    }

    .border-end { /* en version movil no mostrar el borde derecho en las tarjetas de "El consolidador aereo que responde..." */
        border-right: none !important;
    }

    #logo {
        width: 75%;
    }

    /* añado esto en los por que elegirnos para que la imagen se vea bien en la version movil */
    .why-choose-us-1 .container {
        padding-bottom: 100%;
        background-position: 0% 100%;
    }

    .why-choose-us-2 .container {
        padding-bottom: 100%;
        background-position: 0% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .computer-bg {
        background-size: 50vh;
    }

        .computer-bg h1 {
            font-size: 38px;
        }
}

.computers {
    width: 70%;
    height: 30vh;
    object-fit: contain;
    float: right;
}

.gradient-button {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    color: white;
    border: none;
    background-image: linear-gradient(45deg, rgb(118, 15, 236), rgb(58, 241, 119));
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}




.listados-section {
    margin-top: 0%; /* original: -10% pero da muchos problemas con distintos tamaños de pantalla */
}

    .listados-section .container .card {
        background-image: linear-gradient(45deg, rgb(118, 15, 236), rgb(58, 241, 119));
        box-shadow: 0px 20px 42px rgba(0, 0, 0, 0.1);
    }

.listados-item {
    padding: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.border-end {
    border-right: 1px solid rgba(179, 179, 179, 0.5);
}


    .border-end:last-child {
        border-right: unset;
    }


.listados-item .item-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.listados-item h2 {
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-align: center;
}

.listados-item p {
    font-size: 13px;
    font-weight: 400;
    color: rgb(100, 99, 99);
    text-align: center;
}

/* Travel Agencies Section */
.travel-agencies p {
    color: rgb(148, 148, 148);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 40px;
}

.travel-agencies .row {
    gap: 50px;
    /* flex-wrap: nowrap; */
    overflow-x: auto;
}

.travel-agencies .container {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(172, 174, 255, 0.288);
}

/* Why Choose Us Section */
.why-choose-us-1 .container {
    background-image: url("../images/service1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

.why-choose-us-2 .container {
    background-image: url("../images/service2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;
}

.why-choose-us-1 h4,
.why-choose-us-2 h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-choose-us-1 p,
.why-choose-us-2 p {
    color: rgb(148, 148, 148);
    font-size: 14px;
    font-weight: 400;
}

.service-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .service-item .item-icon {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .service-item h5 {
        font-size: 20px;
        font-weight: 700;
        color: black;
        margin-top: 20px;
    }


/* Advantages Section */
.advantages .container {
    border-top: 2px solid rgba(172, 174, 255, 0.288);
    padding-top: 20px;
}

.advantages .header {
    font-size: 12px;
    color: grey;
}

.advantages h5 {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.advantages .tabs-container {
    margin-top: 50px;
}

#myTab {
    flex-direction: column;
}

    #myTab li {
        width: 250px;
    }

.tabs-container {
    background-color: rgb(1, 1, 39);
    border-radius: 32px;
}

    .tabs-container ul {
        background-color: white;
        border-radius: 30px;
        box-shadow: -16px 28px 19px rgb(212 38 255 / 9%);
    }

        .tabs-container ul > li:first-child {
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
        }

            .tabs-container ul > li:first-child:active {
                border-top-left-radius: 30px;
                border-top-right-radius: 30px;
            }

    .tabs-container .nav-tabs .nav-link {
        padding: 20px;
        color: black;
        border-top: 1px solid rgba(137, 43, 226, 0.5);
        border-bottom: 1px solid rgba(137, 43, 226, 0.5);
    }

        .tabs-container .nav-tabs .nav-link:first-child {
            border-top: 0;
        }

        .tabs-container .nav-tabs .nav-link:hover {
            color: black;
            border-color: transparent;
            border-bottom-color: rgba(137, 43, 226, 0.5) !important;
            border-top-color: rgba(137, 43, 226, 0.5) !important;
        }

    .tabs-container .nav-link.active {
        color: blueviolet;
        border-radius: 0;
        border-top: 1px solid rgba(137, 43, 226, 0.5) !important;
        border-inline: unset;
    }

    .tabs-container .nav-item:first-child .nav-link.active {
        border-top-color: transparent !important;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .tabs-container ul > li:last-child .nav-link {
        border-bottom: transparent !important;
    }

    .tabs-container .nav-item:last-child .nav-link.active {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

.tab-content p {
    color: white;
    text-align: start;
    position: relative;
    /* Ensures proper alignment */
    padding-left: 25px;
    /* Adjust as needed */
}

    .tab-content p::before {
        content: "\2713";
        /* Unicode character for tick mark */
        position: absolute;
        left: 0;
    }

.tab-content {
    padding: 30px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-self: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    position: relative;
    padding-right: 30px;
    /* Add padding to make space for the triangle */
}

    .nav-tabs .nav-item.show .nav-link::after,
    .nav-tabs .nav-link.active::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -10px;
        /* Adjust as needed */
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        /* Adjust size as needed */
        border-bottom: 8px solid transparent;
        /* Adjust size as needed */
        border-left: 11px solid #ffffff;
        /* Use the color of the active tab or any color you prefer */
    }

/* How it works Section */
.how-it-works-section {
    color: #ffffff;
    text-align: center;
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    padding-inline: 40px;
}

.carousel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.carousel-control-prev img,
.carousel-control-next img {
    width: 50px;
    height: 50px;
}

.carousel-card img {
    box-shadow: 0px 0px 40px rgba(116, 253, 150, 0.445);
    border-radius: 24px;
}

.carousel-card h6 {
    font-size: 14px;
    font-weight: 700;
    color: rgb(58, 241, 119);
}

.carousel-card p {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousel-control-next,
.carousel-control-prev {
    width: max-content;
    background: transparent;
    border: unset;
}

/* Signup form Section */
.signup-form-section {
    text-align: center;
    background-image: url("../images/bg4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

    .signup-form-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .signup-form-section h6 {
        font-size: 14px;
        font-weight: 400;
        color: grey;
    }

    .signup-form-section h2 {
        font-size: 26px;
        font-weight: 700;
        color: black;
    }

    .signup-form-section p {
        font-size: 16px;
        font-weight: 400;
        color: grey;
    }

        .signup-form-section p:last-child {
            font-size: 13px;
            font-weight: 400;
            color: rgb(66, 66, 66);
        }

        .signup-form-section p > span {
            color: black;
        }

        .signup-form-section p > a {
            color: rgb(125, 61, 243) !important;
        }

    .signup-form-section .form-group {
        text-align: start !important;
    }

        .signup-form-section .form-group > label {
            color: grey;
            font-size: 12px;
        }

        .signup-form-section .form-group > input {
            color: grey;
            background-color: #e5ebf3;
        }

/* Footer Section */
.bg-dark {
    background-color: rgb(4, 4, 58) !important;
}

.footer-item {
    text-align: center;
}

    .footer-item p {
        font-size: 14px;
    }

        .footer-item p strong {
            font-size: 20px;
            /*font-weight: 500;*/
        }

.footer .social-links {
    gap: 10px;
}

    .footer .social-links img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        border-radius: 50%;
    }
