
    ul.a {
        list-style-type: none;
    }



    /* Contenedor del popup */
    .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    /* pop-up actual */
    .popup .popuptext {
        visibility: hidden;
        width: 260px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -130px;
    }

    .button4 {
        background-color: #EFEFEF;
        color: black;
        border-radius: 3px;
        padding: 3px;
        border: 2px solid #e7e7e7;
    }

    .button4:hover {
        background-color: #e7e7e7;
    }

    .button5 {
        background-color: #C7C7C7;
        color: black;
        border-radius: 3px;
        padding: 3px;
        border: 2px solid #e7e7e7;
    }

    /* Muestra del Pop-up*/
    .popup .popuptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    /* Cambio para mostrar/ocultar el contenedor del pop-up */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

    /* AnimaciÄ‚Âłn del pop-up */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    #map-canvas {
        width: 100%;
        height: 250px;
    }

    .center {
        margin: auto;
        width: 60%;
        padding: 10px;
    }

        .payment-wrap {
            border: 1px solid #ececec;
            padding: 0 10px 10px;
            margin: 0 0 10px;
            border-radius: 3px;
        }
    
        .payment-title {
            border-bottom: 1px solid #ccc;
            padding: 18px 0;
            margin: 0 0 26px;
        }
    
        .payment-title span {
            display: inline-block;
            color: #ff6b6b;
            font-size: 22px;
            margin: 0 8px 0 0;
        }
    
        .payment-title h4 {
            display: inline-block;
            margin: 0;
        }
        
        .track-title {
            border-bottom: 1px solid #ccc;
            padding: 3px 0;
            margin: 0 0 6px;
        }
    
        .track-title span {
            display: inline-block;
            color: #bbb;
            font-size: 18px;
            margin: 0 5px 0 0;
        }
    
        .track-title h4 {
            display: inline-block;
            margin: 0;
        }
    
        .trackstatus-title {
            border-bottom: 0px solid #ccc;
            padding: 3px 0;
            margin: 0 0 6px;
        }
    
        .trackstatus-title span {
            display: inline-block;
            color: #00ab4c;
            font-size: 18px;
            margin: 0 8px 0 0;
        }
    
        .trackstatus-title h4 {
            display: inline-block;
            margin: 0;
        }

                .timeline {
                    position: relative;
                    padding: 1em 3em;
                    border-left: 2px solid #82b641;
                    border-top: none;
                }
        
                .event .event-speaker {
                    font-style: italic;
                    text-align: right;
                }
        
                .timeline .event {
                    border-bottom: 1px dashed rgba(89, 89, 89, 0.14);
                    padding-bottom: 2em;
                    margin-bottom: 0em;
                    position: relative;
                }
        
                .timeline .event:last-of-type {
                    padding-bottom: 0;
                    margin-bottom: 0;
                    border: none;
                }
        
                .timeline .event:after {
                    position: absolute;
                    display: block;
                }
        
                .timeline .event:after {
                    box-shadow: 0 0 0 4px #82b641;
                    left: -52.85px;
                    background: #fff;
                    border-radius: 50%;
                    height: 8px;
                    width: 8px;
                    content: "";
                    top: 15px;
                }
        
                .fake {
                    background: #fff;
                    padding: 30px;
                }

                                .booking-summary_block {
                                    border: 1px solid #ececec;
                                }
                
                                .booking-summary_block h6 {
                                    font-weight: 700;
                                }
                
                                .booking-summary_block span {
                                    font-size: 14px;
                                }
                
                                .booking-summary-box {
                                    padding: 24px;
                                }
                
                                .booking-summary_contact {
                                    margin: 22px 0 22px;
                                }
                
                                .booking-summary_contact p {
                                    font-size: 15px;
                                    margin: 0;
                                    line-height: 1.8;
                                }
                
                                .booking-summary_deatail h5 {
                                    font-weight: 600;
                                }
                
                                .min-height-block {
                                    min-height: 500px;
                                }
                
                                .mintrack-height-block {
                                    min-height: 250px;
                                }
                
                                .booking-cost {
                                    margin: 20px 0 0;
                                }
                
                                .booking-cost span {
                                    font-weight: 600;
                                }
                
                                .booking-cost p {
                                    font-size: 15px;
                                    margin: 10px 0 0;
                                    line-height: 1.8;
                                }
                
                                .booking-cost p span {
                                    float: right;
                                }
                
                                .track-cost {
                                    margin: 0px 0 0;
                                }
                
                                .track-cost span {
                                    font-weight: 600;
                                }
                
                                .track-cost p {
                                    font-size: 15px;
                                    margin: 10px 0 0;
                                    line-height: 1;
                                }