.justificado {
    text-align: justify;
}

body {
    overflow-x: hidden !important;
}

:root {
    --blog-icono: #1c355e;
}

.title-carrusel {
    color: var(--blog-icono);
}


.display-button {
    color: white;
    display: inline-flex;
    align-items: baseline;
    margin-top: 1rem;
}

.icon-container {
    display: flex;
    height: 1.5rem;
    margin-right: 3px;
}

.display-button:hover {
    color: var(--blog-icono);
}

.rotate-90 {
    --fa-rotate-angle: 45deg !important;
    transform: rotate(45deg);
    /* margin-right: 0.5rem; */
}

.fa-rotate-by {
    transition: transform 0.5s ease;
}


.displayed-blog {
    display: none;
}

span.text-style-4.lh-1.text-italic {
    padding-right: 2rem;
}

.text-style-3,
.text-style-4 {
    line-height: 1 !important;
}

.carousel-indicators {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    gap: 5px !important;
}

.carousel-indicators button {
    background-color: transparent !important;
    /* Fondo transparente para bullets inactivos */
    border: 2px solid #fff !important;
    /* Borde blanco para bullets inactivos */
    width: 10px !important;
    /* Tamaño del bullet */
    height: 10px !important;
    /* Tamaño del bullet */
    border-radius: 50% !important;
    /* Hace que el bullet sea redondo */
    padding: 0 !important;
    opacity: 0.6 !important;
    transition: background-color 0.3s, opacity 0.3s !important;
    position: relative !important;
    margin-bottom: 2rem !important;
}

.carousel-indicators button.active {
    background-color: white !important;
    /* Fondo del bullet activo */
    border: 2px solid white !important;
    /* Borde del bullet activo */
    opacity: 1 !important;
    padding: 0 !important;
    transform: none !important;
    /* Asegura que no se mueva hacia abajo */
}

.carousel-indicators button::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    transform: translate(-50%, -50%) !important;
}


a.boton-next:hover {
    color: #f5a23a !important;
}

a.boton-prev:hover {
    color: #f5a23a !important;
}

.container-title-display {
    width: auto !important;
    padding: 0 rem;
    text-align: center;
}

.justificado {
    text-align: justify;
}

.centrado {
    text-align: center !important;
}

.duration-container {
    display: flex;
    flex-direction: row-reverse;
}

.what-to-bring-duration {
    display: flex;
    background-color: #f5a23a;
    padding: 0 1rem;
    width: max-content;
}

.what-to-bring-list {
    
    background-color: #1c355e;
    padding-bottom: 3rem;
    width: fit-content;
    padding: 0 3rem 3rem 3rem;
}

.what-to-bring-list h2 {
    text-align: center;
    padding-top: 2rem;
    color: #fff;
}

.what-to-bring-list p {
    justify-content: center;
    color: #fff;
    padding: 1.5rem 2rem;
}

.what-to-bring-duration img {
    align-self: center !important;
    margin-right: 0.5rem !important;
}

.what-to-bring-list-container {
    display: flex;
    flex-direction: row-reverse;
}

.duration-text h2 {
    color: #1c355e;
    margin-bottom: 0%;
    padding-bottom: 0%;
    text-align: end;
}


.what-to-bring-duration {
    justify-content: end;
}

.listado h2,
.note-container h2 {
    color: #1c355e;
}

.listado p {
    color: black;

}

.listado-highlights {
    margin-bottom: 3rem;
}

.listado ul {
    list-style-type: none;
    /* Cambia el tipo de viñeta a disco */
    padding-left: 3rem;
    /* Espacio a la izquierda de la lista */
}

.listado ul li {
    position: relative;
    /* Necesario para posicionar la viñeta personalizada */
    margin-bottom: 10px;
    /* Espacio entre los elementos de la lista */
    padding-left: 1rem;
}

.listado ul li::before {
    content: '';
    /* Elimina el contenido predeterminado de la viñeta */
    position: absolute;
    /* Posiciona la viñeta personalizada */
    left: -20px;
    /* Espacio a la izquierda de la viñeta */
    top: 50%;
    /* Alinea verticalmente la viñeta */
    transform: translateY(-50%);
    /* Centra la viñeta verticalmente */
    width: 8px;
    /* Ancho de la viñeta */
    height: 8px;
    /* Alto de la viñeta */
    background-color: #000;
    /* Color de la viñeta */
    border-radius: 50%;
    /* Hace la viñeta circular */
}

.listado ul li p {
    margin: 0;
    /* Elimina el margen del párrafo */
    padding: 0;
    /* Elimina el relleno del párrafo */
}

.list-item-container {
    display: inline-flex;
    align-items: center;
}

.list-container {
    display: grid;
    justify-content: center;
}

.listado-row {
    margin-bottom: 3rem;
}

.note-container {
    margin-bottom: 3rem;
}



/* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    transition: opacity 0.5s;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 1000px;
    max-height: 700px;
    transition: transform 0.5s;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Botones de navegación */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 4rem;
    transition: 0.3s;
    user-select: none;
}

.prev {
    left: 8rem;
}

.next {
    right: 8rem;
}

.prev:hover,
.next:hover {
    color: #bbb;
}

/* Transiciones */
.modal.show {
    display: block;
    opacity: 1;
}

.modal.hide {
    opacity: 0;
    display: none;
}

.modal-content.show {
    transform: scale(1);
}

.modal-content.hide {
    transform: scale(0.9);
}


.gallery-general-container h2 {
    color: #1c355e;
}

.gallery-general-container {
    text-align: center;
    padding: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    justify-content: center;/
}

.gallery img {
    width: 15rem;

    height: 15rem;
    object-fit: cover;
    cursor: pointer;
}

.gallery {
    margin-bottom: 6rem;
}

.gallery .image-wrapper {
    width: 100%;
}

.gallery-container {
    margin-bottom: 5rem;
}

a.button-transparent.button-orange.text-center:hover {
    background-color: #f5a23a;
}

.carousel-image-wrapper {
    width: auto;
    height: 45rem !important;
    overflow: hidden !important;
    position: relative !important;
}

.carousel-image-wrapper picture,
.carousel-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.displayed-blog {
    margin-bottom: 3rem;
}

.basic-intro {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.container-text.mx-auto.px-5.bg-orange.pb-3.pt-3 p {
    font-size: 1.3rem;
}



.swiper-slide {
    display: flex !important;
    justify-content: center !important;
}

.shock-section {
    height: auto;
}

.image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.image-wrapper .image {
    width: 100%;
    display: block;
}

.title-carrusel span {
    text-align: center;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.container-text.bg-orange {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.display-button b {
    font-size: 20px;
    cursor: pointer;
}

.display-hide-button {
    cursor: pointer;
}

.container-text {
    width: 100%;
}

.button-next,
.button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    color: #1c355e;

}

.button-next {
    right: 0;
    padding-left: 2rem;
}

.button-prev {
    left: 0;
    padding-right: 2rem;
}

.shock-section.left-side .carousel-content.order {
    order: -1 !important;
}

.shock-section.right-side .carousel-content.order {
    order: 1 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    top: 50%;
    height: 45px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #1c355e;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: transparent;
    color: #f5a23a;
}

.d-flex.justify-content-end.shortIcons {
    align-items: center;
}

.d-flex.justify-content-end.shortIcons img {
    margin: 0 1rem;
}

.d-flex.justify-content-end.shortIcons img:last-child {
    margin: 0 0 0 1rem;
}

.d-flex.justify-content-start.shortIcons {
    align-items: center;
}

.d-flex.justify-content-start.shortIcons img {
    margin: 0 1rem;
}

.d-flex.justify-content-start.shortIcons img:first-child {
    margin: 0 1rem 0 0;
}

.carousel-section {
    opacity: 0;
    transform: translateX(100%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.carousel-section {
    opacity: 0;
    transform: translateX(100%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/*
.right-side {
    animation-name: slideInRight;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.left-side {
    animation-name: slideInLeft;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
*/
.w-md-100 {
    width: auto;
}

.what-to-bring-duration {
    border-radius: 0.375rem 0.375rem 0 0;
}

.duration-img {
    padding-top: 0.5rem;
    display: flex;
}
h2.title.white {
    padding-left: 2rem;
    padding-right: 2rem;
  }
@media (max-width: 576px) {
    .text-style-4 {
        font-size: 2.2rem;
    }
    .container-text.bg-orange {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .title-carrusel span {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .subtitle-slider {
        width: 100%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .carousel-image-wrapper {
        height: 30rem !important;
    }

    .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .end-0 {
        /* right: 44% !important; */
        align-self: center !important;
    }

    .carousel-content {
        row-gap: 0rem;
        padding: 0rem 0rem;
    }

    .orange-items-container {
        text-align: center;
    }

    .justify-content-start {
        justify-content: center !important;
    }

    .justify-content-end {
        justify-content: center !important;
    }

    .text-content-container {
        width: 100%;

    }

    .text-content-container p {
        width: 80%;
    }

    .container-text-displayH {
        text-align: left;
    }
    .what-to-bring-container {
        display: flex;
        justify-content: center;
    }
    .container-text{
        text-align: justify;
    }
}

@media (min-width: 574px) and (max-width: 654px) {
    /* .subtitle-slider {
        align-self: center;
        width: 40vw;
        padding-left: 3rem;
    } */
    .what-to-bring-container {
        display: flex;
        justify-content: center;
    }
    
}

@media (min-width: 577px) and (max-width: 992px) {
    .col-md-12 {
        padding: 3rem;
    }
    .container-text-displayH {
        text-align: left;
    }
    .carousel-content {
        row-gap: 0rem;
        padding: 0rem 0rem;
    }
    .container-text.bg-orange {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .title-carrusel span {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}


@media (max-width: 992px) {
    .shock-section.left-side .carousel-content.order {
        order: -1 !important;
    }
    
    .shock-section.right-side .carousel-content.order {
        order: 0 !important;
    }
    .container-text{
        text-align: justify;
    }
}