

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

header {
    position: relative;
    background: url(https://image.communication.salleurl.edu/lib/fe5415707c6103757313/m/11/f2fe115a-d9be-4630-aae6-1319bea11a40.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-size: 145% 145%;
    color: #FFFFFF;
}

/* Navigacion */
nav {
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

nav ul ul li {
    display: block;
    width: 100%;
}

nav ul ul li a {
    color: #fff;
}

nav ul li:hover>ul {
    display: inherit;
}

.nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.5px;
}

.nav-item {
    margin-right: 50px;
}

.header-conteiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 456px;
    text-align: center;
    margin-top: 90px;
}

.header-title {
    height: 100%;
    background: #D9D9D9;
    opacity: 0.9;
    border-radius: 7px;
    padding: 1em;
    color: black;
}

.title-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 450px;
}

.logo-jitel-potada {
    width: 25%;
    margin-right: 1em;
}

.first-title {
    font-size: 3.5em;
    line-height: 2em;
    color: #4087B1;
}

.second-title {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 0.6em;
}

.second-text {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-top: 0.6em;
}

.third-title {
    font-size: 1.4em;
    line-height: 1.5em;
}

/* Main */
main {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1em;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    margin: 50px auto;
    max-width: 800px;
    overflow-x: auto;
    width: 60%;
    color: #000000;
}

.text-title {
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
}

.contenido {
    margin: 1em;
    font-size: 1.15em;
}

.texto-contenido {
    margin-bottom: 1.2em;
}

.link-contenido {
    color: #5EAFDB;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
    margin-bottom: 0.6em;
}

.second-container {
    margin-top: 2.5em;
    width: 25%;
}

.calendar-container {
    width: 100%;
    margin: 12px;
    opacity: 0.9;
    border-radius: 7px;
    padding: 20px;
    color: #fff;
    background: #4087B1;
}

.calendar-text {
    margin-bottom: 1em;
    font-size: 1em;
}

.tanxat {
    text-decoration: line-through;
}

.sponsor-container {
    text-align: center;
    width: 100%;
    margin: 12px;
    opacity: 0.9;
    border-radius: 7px;
    padding: 30px;
    /* color: #fff; */
    border-radius: 7px;
    border: solid 5px #4087b1;
    background-color: #fff;
}

.sponsor-logo {
    max-width: 90%;
}

.logo-jitel-red {
    width: 40%;
}

/* Logo jitel */
.jitel-logo {
    max-width: 20%;
    margin-right: 1em;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo-text {
    text-align: center;
}

.azul-color {
    color: #5EAFDB;
}

/* Sesiones */
.tabla-sesiones {
    border-collapse: collapse;
    width: 100%;
    background-color: #0088B8;
    color: white;
}

.tabla-sesiones th,
.tabla-sesiones td {
    text-align: center;
    padding: 8px;
    border-spacing: 5px;
    border: 2px solid white;
    vertical-align: middle;
}

.tabla-sesiones  th {
    font-weight: bold;
    width: 30%; /* Ancho fijo del 20% para la primera columna */
}

.tabla-sesiones td:first-child {
    width: 30%; /* Ancho fijo del 20% para la primera columna */
}

/*italic*/
.italic {
    font-style: italic;
}


/* Tablas de precio */


.tabla-precios {
    border-collapse: collapse;
    width: 100%;
    margin-top: 50px;
}

.tabla-precios th,
.tabla-precios td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
}

.tabla-precios th {
    background-color: #f2f2f2;
    font-size: 1.2rem;
    /* se cambió el tamaño a 1.2rem */
    line-height: 2em;
}

/* .tabla-precios tr:nth-child(even) {
    background-color: #f2f2f2;
  } */

.tabla-precios tr:last-child td {
    font-weight: bold;
}

.col {
    font-weight: bold;
    width: 25%;
    /* se agregó esta propiedad para darle el mismo tamaño a cada columna de precio */
}

.tabla-precios td:nth-child(2),
.tabla-precios td:nth-child(3),
.tabla-precios td:nth-child(4) {
    width: 25%;
}

.button-hotel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background-color: #4087B1;
    border: #4087B1;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em;
}

.img-icon-download {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0em 1em;
}

.icons-download {
    margin: 20px;
    width: 50px;
    /* height: 50px; */
}

.bold {
    font-weight: bold;
}

.line-height {
    line-height: 1.5;
}

.link {
    text-decoration: none;
    color: #4087B1
}

/* slider */

.carousel {
    width: 550px;
    margin: 0 auto;
}

.carousel img {
    width: 100%;
    transition: filter 0.3s ease;
}

.carousel div {
    position: relative;
}

.carousel div:hover img {
    filter: brightness(50%);
}

.carousel div:hover::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.slick-dots {
    text-align: center;
    margin: 20px 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    color: transparent;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    outline: none;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #000;
}

/* se agrega esta regla para cambiar el ancho de la tabla y hacerla responsive en pantallas pequeñas */
/* @media screen and (max-width: 767px) {
    .tabla-precios {
      width: auto;
    }
  } */


/* .tabla-precios {
    background-color:#4087B1;
    border: 1px solid #eee;
    border-radius: 7px 7px 7px 7px;
    padding: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin: 1em;
    color: #FFFFFF;
  }

  .tabla-precios th {
    font-weight: normal;
    color: #444;
    text-align: center;
    padding: 10px 4px;
  }

  .tabla-precios th.row{
    border-bottom: 1px solid #fff;
    width: 25%;
  }

  .tabla-precios th.col{
    border-right: 1px solid #fff;

  }

  .tabla-precios tr td{
    border-top: none;
    text-align: center;
  } */

/*SEDE*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    height: 390px;
    margin: 0 auto;
    overflow: hidden;
}

.image-card {
    position: absolute;
    top: 0;
    left: 0;
}

.image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


/***********************************/

.container-x {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title-go {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.block-x {
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px;
    align-items: start;
}

.bus-icon {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 2px 2px;
    display: inline-block;
}

.bus-icon-red {
    background-color: #da2a1c;
}

.bus-icon-blue {
    background-color: #003888;
}

.bus-icon-green {
    background-color: #6ab024;
}

.bus-icon-brown {
    background-color: #b2600c;
}

/*turismo******************************/



/* Footer*/
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #2D2D2B;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    height: 140px;
}

.footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFFFFF;
}

.footer-item {
    margin: 20px;
}

.footer-contacto {
    text-align: center;
}

@media (max-width: 920px) {
    .nav-list {
        font-size: 14px;
        line-height: 15px;
    }

    .nav-item {
        margin-right: 10px;
    }

    .contenido {
        font-size: 17px;
    }

    .second-title {
        font-size: 1.3em;
    }

    .third-title {
        font-size: 1em;
        line-height: 1.5em;
    }

    .calendar-text {
        font-size: 0.8em;
    }

    .jitel-logo {
        margin-right: 0;
    }
}

@media (max-width: 740px) {
    .text-container {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .second-container {
        width: 60%;
        margin-top: 0;
        margin-bottom: 2em;
    }
}

@media (max-width: 440px) {
    .second-container {
        width: 80%;
    }

    nav ul li a {
        padding: 7px;
    }

    .first-title {
        font-size: 2.8em;
    }

    .second-container {
        width: 90%;
    }

    .second-title {
        font-size: 1.2em;
    }

    .third-title {
        font-size: 1em;
    }

    .text-container {
        margin: 0.6em;
    }

    .text-title {
        font-size: 1.5em;
    }

    .jitel-logo {
        max-width: 60%;
    }

    footer {
        font-size: 13px;
    }
}

@media (max-width: 340px) {
    .logo-jitel-potada {
        width: 35%;
        margin: 0;
    }

    nav {
        height: 90px;
    }

    nav ul li a {
        padding: 4px;
    }

    footer {
        font-size: 12px;
    }
}