* {
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    height:auto;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    display: flex;
    justify-content: center; /* Centra horizontalmente los elementos */
    align-items: center; /* Centra verticalmente los elementos */
}

.logo {
    margin-right: 20%; /* Empuja el menú de navegación hacia la derecha */
}

.logo img {
    width: 13em; /* Ajusta el tamaño del logo según sea necesario */
    vertical-align: middle; /* Alinea verticalmente el logo dentro de su contenedor */
}

nav ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

    nav ul li {
        display: inline;
        margin-right: 20px;
    }

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}


section {
    width: 100%;
    margin: auto;
}

/*STYLO DE PAGINA INICIO*/

.banner {
    width: 100%;
    display: flex;
    justify-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .banner img {
        background-color: green;
        width: 100%;
        height: auto;
        margin: auto;
    }

.title h2 {
    font-size: 2.5em;
    text-align: center;
    padding-bottom: 0.25em;
    padding-top: 0.75em;
}

.continentes {
    margin: auto;
    display: flex;
}

    .continentes ul {
        list-style: none;
        margin: auto;
        width: 90%;
        padding: 10px;
        color: white;
        display: flex;
    }
    .continentes ul li {
        margin:auto;
        background-color:#2A5F9A;
        width:15em;
        text-align:center;
        margin-left: 10px;
        line-height:20px;
        padding: 10px;
        font-weight: bold;
    }
@media (max-width: 700px) {
    .continentes ul li {
        padding: 5px;
        font-size: 1em;
    }
}
.promociones{
    display:flex;
    width:100%;
    margin:auto;
    padding:0;
}
.promociones ul {
    width:90%;
    padding: 10px;
    margin: auto;
    display:flex;
}

    .promociones ul li {
        margin: auto;
        background-color: #66ffff;
        display: inline-block;
        width: 300px;

    }

    .promociones img {
        display:flex;
        width: 100%;
        height: auto;
        margin: auto;
    }

.destacados {
    display: flex;
    width: 100%;
    margin: auto;
}

    .destacados ul {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

        .destacados ul li {
            margin: auto;
            display: inline-block;
            text-align: center;
            width: 300px;
            margin-bottom: 30px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            background-color:springgreen;
            justify-items:center

        }

    .destacados img {
        display: flex;
        width: 100%;
        height: auto;
        margin: auto;
    }

    .destacados div {
        padding: 10px;
    }
@media (max-width: 980px) {
    .destacados ul li {
        width: 150px;
        margin-bottom: 10px;
    }
    .destacados div {
        padding: 2px;
    }
}

    .flyers {
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
        background-color: red;
        position: relative;
    }

        .flyers ul {
            display: flex;
            padding: 0;
            white-space: nowrap;
            transition: transform 0.3s ease-in-out;
        }

            .flyers ul li {
                list-style: none;
                display: inline-block;
                margin-right: 15px; /* Espacio entre elementos */
            }

        .flyers img {
            width: 290px; /* Ancho de cada imagen */
            height: auto; /* Altura automática para mantener la proporción */
        }

        .flyers button {
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            border: none;
            cursor: pointer;
            padding: 20px;
            top: 50%;
            z-index: 1;
        }

    .prev {
        left: 0;
        color: #fff;
    }

    .next {
        right: 0;
        color: #fff;
    }

    .tematicos {
        width: 90%;
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 20px;
        background-color: #007bff;
        padding: 20px;
        margin: auto;
    }

        .tematicos > div {
            background-color: #ff4f00;
            padding: 10px;
            text-align: center;
            font-size: 1.15em;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .desdest {
        float: left; /* Flotar a la izquierda */
        background-color: red; /* Fondo azul */
        padding: 20px;
        width: 120px;
        margin-right: 0px; /* Margen a la derecha para dejar espacio a las opciones */
    }

        .desdest h2 {
            font-size: 15px;
            color: white;
        }

        .desdest ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 14px;
        }

    .opciones {
        display: none; /* Ocultar las opciones por defecto */
        float: left; /* Flotar a la izquierda */
        background-color: #2980b9; /* Fondo azul más oscuro */
        padding: 10px;
        width: 200px;
        margin-top: 100px;
        color: #fff; /* Color de texto blanco */
    }

        .opciones h3 {
            font-size: 14px;
            color: white;
        }

        .opciones ul {
            font-size: 14px;
            color: white;
            list-style: none;
        }

    /*DETALLES TABLA*/
    .tg {
        border-collapse: collapse;
        border-spacing: 0;
    }

        .tg td {
            border-style: solid;
            border-width: 1px;
            font-size: 15px;
            overflow: hidden;
            padding: 3px 5px;
            word-break: normal;
        }

        .tg th {
            border-style: solid;
            border-width: 1px;
            border-bottom: 2px solid #000000;
            font-size: 15px;
            font-weight: normal;
            overflow: hidden;
            padding: 5px 3px;
            word-break: normal;
        }

        .tg .tg-3csz {
            background-color: #3531ff;
            border-color: #000000;
            color: #ffffff;
            font-weight: bold;
            position: -webkit-sticky;
            position: sticky;
            text-align: center;
            top: -1px;
            vertical-align: middle;
            will-change: transform
        }

        .tg .tg-anz3 {
            border-color: #000000;
            color: #000000;
            text-align: center;
            vertical-align: middle
        }

    tr:hover {
        background-color: orange;
    }

    /*DETALLES DE SECTION*/
    /*Aqui van formato de detalles del destino*/
    .detallesdest {
        font-size: 15px;
        text-align: justify;
    }

    h2 {
        font-size: 2em;
        margin: 0;
        padding: 0;
    }

    h3 {
        font-size: 1.25em;
        margin: 0;
        padding: 0;
    }

    h4 {
        font-size: 0.85em;
        margin: 0;
        padding: 0 0 1.5em 0;
    }


    .imgdeta img {
        max-width: 35%;
        height: auto;
        float: right;
        position: relative;
        filter: saturate(2);
    }

    .logovaca {
        width: 10%;
        max-width: 35%;
        position: absolute;
        top: 0.3em;
        left: 34.8%;
    }

    ul .incluye {
        max-width: 45%;
        width: 550px;
        text-align: justify;
    }

    .fechas {
        display: flex;
    }

    .salidas {
        font-size: 14px;
        list-style: none;
        display: inline-block;
        width: 90%;
        margin: auto;
        background-color: #F2F2F2;
        columns: 3;
    }

    .meses {
        float: left;
        padding: 0 10px 5px 10px;
        width: 200px;
    }

    .titledeta {
        width: 50%;
        margin: auto;
        text-align: center;
    }

    .itinerario {
        text-align: justify;
        width: 80%;
        margin: auto;
    }

    .notasimp {
        text-align: justify;
        width: 80%;
        margin: auto;
    }

    @media screen and (max-width: 600px) {
        html {
            font-size: 8px;
        }

        .tg {
            width: 80%;
        }

            .tg td {
                font-size: 9px;
                width: auto !important;
                padding: 4px 3px;
            }

            .tg th {
                font-size: 9px;
                padding: 4px 3px;
            }

            .tg col {
                width: auto !important;
            }

        .tg-wrap {
            overflow-x: auto;
        }

        .detallesdest {
            font-size: 11px;
            text-align: justify;
        }

        .salidas {
            font-size: 10px;
            columns: 2;
        }

        .meses {
            padding: 0px 0px 5px 0px;
            width: 120px;
        }
    }

    footer {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 1em 0;
        bottom: 0;
        width: 100%;
        clear: both;
    }