div#ui-datepicker-div {
    margin: -94px 0;
}
#content-tickets-tren {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding: 10px 20px 50px;
}

#content-tickets-tren h1 {
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-family: "Barcelony";
    color: #00A091;
    padding: 30px 0px;
}

#content-tickets-tren>p {
    font-size: 18px;
    color: #606060;
    text-align: center;
    width: 80%;
    margin-bottom: 30px;
}

#p-content-form-tickets {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    background-color: #00A091;
    border-radius: 20px;
    overflow: hidden;
}

#p-content-form-tickets> span {
    font-size: 35px;
    letter-spacing: 4px;
    color: #fff;
    font-family: "Muller Bold";
    margin-bottom: 30px;
}

#content-formulario-tickets {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-form-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#content-fecha-visita {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E98208;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

#content-fecha-visita label{
    font-size: 16px;
    color: #fff;
    font-family: "Muller Bold";
    padding: 8px 10px;
    border-right: 1px solid #fff;
}

#content-fecha-visita input{
    font-size: 16px;
    color: #000;
    font-family: "Muller Bold";
    background-color: #fff;
    padding: 8px 10px;
    border: none;
}

#content-img-form-tren {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#content-img-form-tren.section-large img {
    width: 40%;
}

#content-img-form-tren.section-large #content-info-ticket-tren {
    width: 60%;
}

#content-img-form-tren img{
    width: 50%;
    border-top-right-radius: 20px;
}

#content-info-ticket-tren {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 20px;
    position: relative;
    overflow: hidden;
}

#content-cards-select-tren {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.card-select-tren {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    overflow: auto;

}

.card-select-tren label{
    width: 100%;
    text-align: center;
    background-color: #E98208;
    padding: 6px 10px;
    color: #fff;
    font-family: "Muller Bold";
}

.card-select-tren select{
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 6px 10px;
    margin: 0px;
}

#content-fecha-total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

#content-total {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    gap: 30px;
    padding: 6px 15px;

}

#content-total span{
    font-size: 22px;
    color: #00A091;
    font-family: "Muller Bold";
}

#content-total p{
    color: #3c3c3c;
    font-size: 18px;
    font-family: "Muller Bold";
}

#content-btn-comprar-tickets {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#content-btn-comprar-tickets a{
    background-color: #fff;
    border-radius: 20px;
    color: #00A091;
    font-family: "Muller Bold";
    padding: 6px 10px;
    margin-top: 15px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

#content-form-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-info-ticket-tren-1 {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: ease all 0.6s;
    top: 0px;
    left: 50%;
}

#content-info-ticket-tren-2 {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: ease all 0.6s;
    top: 0px;
    right: -100%;
}

#content-info-ticket-tren.active #content-info-ticket-tren-1{
    left: -56%;
}

#content-info-ticket-tren.active #content-info-ticket-tren-2{
    right: 50%;
}

#content-table-resumen-ticket {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E98208;
    border-radius: 20px;
    padding: 20px;
}


.headers-container {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}

.headers-container h4 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Muller Bold";
}

.num-personas-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}

.num-personas-row:not(:last-child) {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

.num-personas-row div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.num-personas-row div.num-input-container {
    width: 100%;
    padding: 10px 0;
}

.num-personas-row div.num-input-container button {
    width: 25px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.num-personas-row div.num-input-container input {
    width: 35px;
    height: 30px;
    text-align: center;
    border: none;
    border-left: 1px solid #E98208;
    border-right: 1px solid #E98208;
}

.num-personas-row div p {
    width: 100%;
    text-align: center;
    color: #fff;
}

#content-btns-tren-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#content-btns-tren-2 > a {
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #fff;
    color: #00A091;
    font-family: "Muller Bold";
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}

#content-btns-tren-2 > button {
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #E98208;
    color: #FFF;
    font-family: "Muller Bold";
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}




#p-content-input-cedula {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 2/3;
	margin:20px 0
}
#content-input-cedula {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E98208;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
#content-input-cedula label {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Muller Bold";
    padding: 8px 10px;
}
#content-input-cedula input {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: "Muller Bold";
    background-color: #fff;
    padding: 8px 10px;
    border: none;
    text-align: center;
}
.notas p{
	color:#fff;
	font-weight:bold;
}

.content-informacion-adcional h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.content-informacion-adcional h3 {
    font-family: "Muller Bold" !important;
    color: #fff !important;
    font-size: 17px !important;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: "Barcelony";
    color: #00A091;
    padding: 30px 0px;
    /* background: red; */
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: "Barcelony";
    color: #00A091;
    padding: 0;
    height: 120px;
    justify-content: center;
    align-items: center;
}

.content-informacion-adcional {
    background-color: #f97837;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 20px;
}

.content-informacion-adcional p {
    width: 90%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.info-row {
        display: flex;
        gap: 1rem;
    }

.info-extra {
    color: #fff;
}
.info-extra hr {
    border: none;
    border-top: 1px #ffffff1c solid;
    /* border: none; */
}

.info-column h3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
span.icono {
    display: block;
}
span.icono i {
    font-size:50px
}

.content-datos-tren {
    width: 100%;
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 30px 0px;
}

.info-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.info-column h3{
    color: #00A091 !important;
}

.info-extra ul,
.info-column ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.info-extra ul li,
.info-column ul li{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.info-extra ul li svg,
.info-column ul li svg{
    width: 15px;
    fill: #00A091;
}
.info-extra ul li svg{
    fill: #fff;
}

.info-extra ul li span,
.info-column ul li span{
    width: calc(100% - 15px);
    text-align: start;
    font-size: 14px;
    color: #3c3c3c
}

.info-extra ul li span {
    color: #fff;
}

#description-tik {
    font-size: 18px;
    color: #fff;
    font-family: "Muller bold";
    margin-top: 10px;
    padding-bottom: 25px;
    width: 80%;
    text-align: center;
}

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

    #description-tik {
        padding: 20px;
        text-align: center;
    }
    #content-tickets-tren h1 {
        font-size: 32px;
    }

    #p-content-form-tickets {
        width: 95%;
    }

    #p-content-form-tickets> span {
        text-align: center;
        font-size: 25px;
        margin-bottom: 0px;
        padding: 0px 15px;
    }

    #content-fecha-total {
        flex-direction: column;
        gap: 10px;
    }

    #content-fecha-visita {
        flex-direction: column;
        width: 100%;
    }

    #content-fecha-visita input {
        width: 100%;
    }

    #content-fecha-visita label {
        border-right: none;
    }

    #content-total {
        width: 100%;
        gap: 20px;
    }

    #content-img-form-tren {
        flex-direction: column;
        gap: 10px;
    }
    #content-formulario-tickets {
        padding: 0 4px;
    }

    #content-img-form-tren img {
        width: 100%;
        border-top-right-radius: 0px;
        
    }

    #content-info-ticket-tren {
        width: 100%;
    }

    #content-info-ticket-tren.active #content-info-ticket-tren-1 {
        left: -63%;
    }

    

.content-datos-tren {
    grid-template-columns:   1fr;
}

.content-informacion-adcional {
    padding: 20px;
}

#content-tickets-tren h1 {
    padding: 0px 0px 10px;
    height: auto;
}

.persona {
    gap: 10px;
    flex-direction: column;
}

.persona .nombres, .persona .documento {
    width: 100% !important;
}

.personas {
    max-height: max-content !important;
}

.tab-content {
    padding: 10px !important;
}

.tabs {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.tab {
    width: 100% !important;
}
}

/* NUEVO */
#content-info-ticket-tren-3 {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: ease all 0.6s;
    top: 0px;
    right: 0%;
    width: 100%;
    display:none
    }
    #content-info-ticket-tren-1 {
    /*  display:none */
    }
    #content-info-ticket-tren-2 {
    /* display:none */
    }
    .persona {
    display: flex;
    width: 100%;
    /* background: red; */
    margin: 0px 0px;
    padding: 7px 4px;
    }
    .persona select,
    .persona input {
width: 100%;
padding: 10px 5px;
border-radius: 4px;
border: 1px #777 solid;
color: #777;
font-size: 14px;
}
    .persona .nombres, .persona .documento {
    width: 48%;
    align-items: center;
    justify-content: center;
    margin: auto;
    }


    /* tabs */

    .tabs {
display: flex;
gap: 10px;
margin-bottom: 20px;
}
.tab {
padding: 10px 20px;
border-bottom: 1px #777 solid;
cursor: pointer;
background-color: transparent;
border-radius: 0;
/* background: transparent; */
}
.tab.active {
border-bottom: 1px #e98208 solid;
color: #e98208;
border-radius: 10px 10px 0 0;
font-weight: bold;
}
.tab-content {
display: none;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}
.tab-content.active {
display: block;
}
.button-container {
margin-top: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.button-container button {
background-color: #E98208;
border-radius: 20px;
color: #fff;
font-family: "Muller Bold";
padding: 6px 10px;
box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
border: none;
margin-bottom: 20px;

}

div#content-info-ticket-tren-3 #content-cards-select-tren {
background: #ffff;
border-radius: 10px;
}
.personas {
width: 100%;
padding: 10px;
max-height: 350px;
}
.tab {
padding: 10px 20px;
border-bottom: 1px #777 solid;
cursor: pointer;
background-color: transparent;
border-radius: 0;
/* background: transparent; */
}
.tab.active {
border-bottom: 1px #e98208 solid;
color: #e98208;
border-radius: 10px 10px 0 0;
font-weight: bold;
}

#content-info-ticket-tren-3 .persona {
    gap: 6px;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}

#content-info-ticket-tren-3 .persona>div {
    width: 100% !important;
}

.persona-principal {
            width: fit-content;
            width: 100%;
         }

.persona-principal .card-select-tren label {
    width: 100%;
    text-align: center;
    background-color: transparent;
    padding: 6px 10px;
    color: #000;
    font-family: "Muller Bold";
    display: block;
    align-items: start;
    text-align: left;
    margin: 0;
}

.persona-principal input {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px;
    border-radius: 10px;
    border: 1px #777 solid;
}

.persona-principal .form label {
    background: none;
    color: #848484;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-family: sans-serif;
}
.persona-principal .form {
    padding: 43px 50px;
}
.persona-principal> label {
    width: 100%;
    width: 100%;
    display: block;
}
.persona-principal .field-input {
    margin: 10px 0;
}

.acompanantes >label {
    width: 100%;
    display: block;
}
.acompanantes {
    width: 100%;
}

.title-estacion {
   text-align: center !important;
   color: #fff !important;
   font-family: "Muller light" !important;
   font-size: 20px !important;
   padding: 0px !important;
   padding-top: 20px !important;
}

/* ============================= */
/* SECCIÓN INFORMACIÓN MONSERRATE */
/* ============================= */

.monserrate-info-section{

    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:40px;
    padding:40px 20px;
}


/* BLOQUES */
.monserrate-block{

    width:80%;
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:30px;
}


/* INVERTIDO */
.monserrate-block.reverse{

    flex-direction:row-reverse;
}


/* TARJETA */
.monserrate-text {
    width: 60%;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),
    0 3px 14px 2px rgba(0,0,0,0.12),
    0 5px 5px -3px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* FULL WIDTH */
.monserrate-text.full{

    width:100%;
}


/* TITULOS */
.monserrate-text h2{

    font-family:"Barcelony";
    color:#00A091;
    font-size:40px;
    text-align:center;
    margin-bottom:20px;
}


/* PARRAFOS */
.monserrate-text p{

    font-family:"Muller Bold";
    color:#606060;
    font-size:17px;
    text-align:center;
    line-height:1.6;
}


/* LISTAS */
.monserrate-list{

    list-style:none;
    padding:0;
}


.monserrate-list li{

    font-family:"Muller Bold";
    color:#606060;
    font-size:16px;

    display:flex;
    align-items:flex-start;
    gap:10px;

    margin-bottom:12px;
}


/* CHECK ICON */
.monserrate-list li::before{

    content:"✔";

    color:#00A091;
    font-weight:bold;
}



/* IMAGEN */
.monserrate-image{

    width:40%;
}


.monserrate-image img{

    width:100%;

    border-radius:20px;

    box-shadow:
    0 8px 17px 2px rgba(0,0,0,0.14),
    0 3px 14px 2px rgba(0,0,0,0.12),
    0 5px 5px -3px rgba(0,0,0,0.2);
}



/* FAQ */
.faq-item{

    margin-bottom:15px;
}


.faq-item h3{

    font-family:"Muller Bold";
    color:#00A091;
    font-size:18px;
    margin-bottom:5px;
}


.faq-item p{

    text-align:left;
}



/* CTA FINAL */
.monserrate-cta{

    width:80%;

    background:#00A091;

    border-radius:20px;

    padding:40px;

    text-align:center;

    color:#fff;

    box-shadow:
    0 8px 17px 2px rgba(0,0,0,0.14),
    0 3px 14px 2px rgba(0,0,0,0.12),
    0 5px 5px -3px rgba(0,0,0,0.2);
}


.monserrate-cta h2{

    font-family:"Barcelony";
    font-size:45px;
    margin-bottom:10px;
}


.monserrate-cta p{

    font-family:"Muller Bold";
    font-size:18px;
}


/* BOTÓN CTA */
.btn-monserrate-cta{

    display:inline-block;

    margin-top:20px;

    background:#fff;

    color:#00A091;

    font-family:"Muller Bold";

    padding:12px 25px;

    border-radius:20px;

    text-decoration:none;

    transition:0.3s;

    box-shadow:
    0 8px 17px 2px rgba(0,0,0,0.14),
    0 3px 14px 2px rgba(0,0,0,0.12),
    0 5px 5px -3px rgba(0,0,0,0.2);
}


.btn-monserrate-cta:hover{

    background:#E98208;
    color:#fff;
}

/* BOTÓN UBICACIÓN MONSERRATE */

.monserrate-text a{

    display:inline-block;

    margin-top:20px;

    padding:12px 24px;

    background:#00A091;

    color:#fff;

    font-family:"Muller Bold";

    font-size:16px;

    text-decoration:none;

    border-radius:20px;

    transition:all .3s ease;

    box-shadow:
        0 8px 17px 2px rgba(0,0,0,0.14),
        0 3px 14px 2px rgba(0,0,0,0.12),
        0 5px 5px -3px rgba(0,0,0,0.2);
        text-align: center;
}

.monserrate-text-cll {
    align-items: center;
}


/* HOVER */

.monserrate-text a:hover{

    background:#E98208;

    color:#fff;

    transform:translateY(-2px);

    box-shadow:
        0 12px 20px rgba(0,0,0,0.18),
        0 6px 10px rgba(0,0,0,0.15);
}


/* CLICK */

.monserrate-text a:active{

    transform:translateY(0);

    box-shadow:
        0 5px 10px rgba(0,0,0,0.15);
}



/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media(max-width:900px){

    .monserrate-block{

        width:95%;
        flex-direction:column;
    }

    .monserrate-block.reverse{

        flex-direction:column;
    }

    .monserrate-text{

        width:100%;
    }

    .monserrate-image{

        width:100%;
    }

    .monserrate-cta{

        width:95%;
    }

}

@media screen and (max-width: 1024px) {
    #content-info-ticket-tren-3 .persona {
        grid-template-columns:  1fr;
        border-bottom: 2px solid #ccc;
        padding: 15px 4px;
    }

    #content-img-form-tren.section-large #content-info-ticket-tren {
        width: 100%;
    }

    #content-img-form-tren.section-large img {
        width: 100%;
    }

    .persona-principal .form {
        padding: 20px !important;
    }

    #content-tickets-tren>p {
        width: 100%;
    }

    #p-content-form-tickets> span {
        font-size: 18px;
    }

    #p-content-form-tickets> span {
        letter-spacing: 2px;
    }

    #content-tickets-tren {
        margin-top: 125px;
    }

    #content-total span {
        font-size: 16px;
    }

    #content-total {
        flex-direction: column;
    }

    .notas p {
        text-align: center;
    }

    #content-img-form-tren img {
        border-radius: 10px !important;
    }

    #content-btn-comprar-tickets a{
        font-size: 18px;
    }

    .info-extra ul li svg, .info-column ul li svg {
        display: none;
    }

    .info-extra ul li span, .info-column ul li span {
        text-align: center;
    }

    .monserrate-text h2 {
        font-size: 24px;
    }
    
    .monserrate-cta {
        width: 100%;
        padding: 20px;
    }

    .monserrate-cta h2 {
        font-size: 26px;
    }
}