﻿/*.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    background-color: #475a96;
    border-radius: 20px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: bold;
}

.mdl-button__ripple-container
{
    font-weight: bold;
}*/

.v-center {
    display: flex;
    align-items: center;
}

.row {
    overflow: hidden;
}

[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/*.bt_servicios_lista_logo_empresa {
    width: 110px;
    height: 29px;
    margin-left: -10px;
}
*/


.bt_servicios_lista_logo_empresa {
    width: 150px !important;
    height: 60px;
    object-fit: contain;
    margin-left: -10px;
}

.bt_servicios_lista_desktop
{
    /*background-color: greenyellow;*/
}

@media only screen and (max-width: 768px) {
    .bt_servicios_lista_desktop {
        display: none;
    }
}

.bt_servicios_lista_mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .bt_servicios_lista_mobile {
        display: inline;
        /*background-color: aqua;*/
    }
}

.bt_servicios_lista_row {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    /* border-top: 1px dotted gray; */
    /*border-bottom: 1px dotted #395087;*/
    background-color: white;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: all .5s;
    /*box-shadow: 0 1px 1px 1px rgba(155,155,155,.1);*/
    box-shadow: 0 3px 5px rgba(155,155,155,.5);
}

.bt_servicios_lista_row_child {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: all .5s;
    box-shadow: 0 1px 1px 1px rgba(155,155,155,.1);
}

.bt_servicios_lista_row_disabled {
    filter: grayscale(100%);
    box-shadow: 0 3px 5px rgba(205,205,205,.5);
    filter: alpha(opacity=50);
}


/*.bt_servicios_lista_row:hover {
  box-shadow: 0 0 25px rgba(33,33,33,.2); 
}*/

.bt_servicios_lista_row_titles {
    margin-bottom: 5px;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    /*border-bottom: 2px solid #395087;*/
    background-color: white;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: all .5s;
    /*box-shadow: 0 1px 8px 1px rgba(128,128,128,.5);*/
    box-shadow: 0 3px 5px rgba(155,155,155,.5);
    color: #395083;
    text-transform: uppercase;
}

.bt_servicios_lista_titulo {
    /*color: #395087;*/
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    height: 100%;
}

.bt_servicios_lista_iconos {
    text-align: center;
    font-size: 15px;
    color: #475a96;
}

.bt_servicios_lista_col_centered {
    text-align: center;
    height: 100%;
}

.bt_servicios_list_calidad {
    color: #808080;
}


.bt_servicios_lista_hora {
    font-weight: 800;
    background-color: white;
    padding: 3px;
    color: #395087;
    font-size: 15px;
    text-align: center;
}

.bt_servicios_lista_fecha {
    font-size: 12px;
    font-weight: 200;
    color: #395087;
}

.bt_servicios_list_calidad_titulo {
    font-size: 12px;
    font-weight: 200;
    color: #395087;
}

.bt_servicios_list_calidad {
    font-weight: 800;
    background-color: white;
    padding: 3px;
    color: #395087;
    font-size: 14px;
    text-align: center;
    /*white-space: nowrap;*/
    word-break: keep-all;
}

.bt_servicios_list_duracion_titulo {
    font-size: 12px;
    font-weight: 200;
    color: #395087;
}

.bt_servicios_list_duracion {
    font-weight: 800;
    background-color: white;
    padding: 3px;
    color: #395087;
    font-size: 15px;
    text-align: center;
}

.bt_servicios_lista_tarifa {
    font-size: 16px;
    font-weight: 800;
    color: #539c55;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.bt_servicios_lista_tarifa_min {
    font-size: 12px;
    font-weight: 600;
    color: midnightblue;
    text-align: center;
    vertical-align: middle;
    /*padding: 2px;*/
}

.bt_servicios_lista_tarifa_prestador {
    font-size: 12px;
    font-weight: 400;
    color: #539c55;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}


.bt_servicios_lista_col_separator {
    /*border-left: 2px solid #f0f0f0;*/
    vertical-align: middle;
}

.bt_servicios_lista_col_separator_tarifa {
    border-left: 7px solid #f0f0f0;
    margin-top: -10px;
    padding-left: 10px; /*saco 20px*/
}

.bt_servicios_lista_boton_comprar {
    background-color: #385486;
    font-weight: bold;
    color: white;
    border-radius: 100px;
    margin-left: -10px;
}

    .bt_servicios_lista_boton_comprar a,
    .bt_servicios_lista_boton_comprar a:link,
    .bt_servicios_lista_boton_comprar a:visited {
        color: white;
    }

/* Informacion */
.bt_servicios_lista_info_container {
    font-size: large;
    text-align: center;
    background-color: #ffd800;
    border: 1px dotted gray;
    padding: 10px;
    margin-bottom: 20px;
}

/*
.row
{
     display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
*/

.bt_fechas_propuestas_row {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    /*background-color: white;*/
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid rgba(128,128,128,.1);
}

/*MSA: 09/10/23*/
/*@media only screen and (max-width: 992px) {
    .bt_fechas_propuestas_row {
        display: none;*/
        /*background-color: magenta;*/
    /*}
}*/

.bt_fechas_propuestas_row_mobile
{
    /*background-color: blue;*/
    display: none;
}




.bt_fechas_propuestas_tab {
    font-size: 12px;
    padding: 1px;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #f0f0f0;
    /*border-top: 1px solid #395087;
    border-right: 1px solid #395087;
    border-left: 1px solid #395087;
    border-radius: 10px 10px 0px 0px;*/
    border-radius: 10px 10px 0px 0px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
    padding-top: 7px;
    padding-bottom: 5px;
}

    .bt_fechas_propuestas_tab a:link {
        color: #475a96;
    }

.bt_fechas_propuestas_tab_seleccionada {
    font-size: 15px;
    background-color: white;
    color: #3a5185;
    font-weight: 800;
}

    .bt_fechas_propuestas_tab_seleccionada a:link {
        font-size: 15px;
        font-weight: 800;
    }

.bt_fechas_propuestas_tab_activa {
    /*background-color: #f0f0f0;*/
    color: #395087;
}

    .bt_fechas_propuestas_tab_activa a,
    .bt_servicios_lista_boton_comprar a:link,
    .bt_servicios_lista_boton_comprar a:visited {
        /*background-color: #f0f0f0;*/
        color: #395087;
    }


/*lg clase para quitar los margenes*/
.m-0 {
    margin: 0px !important;
}
/*LG agrego clases para cambiar el color de las fechas*/
.servicio_hora_llegada {
    color: #cf1c1c !important;
}

.servicio_hora_salida {
    color: #3bb014 !important;
}

.bt_servicios_list_Libres {
    font-weight: 800;
    background-color: white;
    padding: 3px;
    color: #467dff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
}

@media only screen and (max-width: 768px) {
    .bt_fechas_propuestas_row_mobile {
        display: inline;
        /*background-color: green;*/
    }

    .bt_fechas_propuestas_tab {
        font-size: 11px;
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bt_fechas_propuestas_tab_seleccionada a:link {
        font-size: 14px;
    }
}

/*Boton de recorrido */

/*CD: 28/01/25*/

#recorridoContent {
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow-y: auto;
    max-height: 400px;
}




.timeline {
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    width: 90%;
    border-left: 2px solid #ddd;
   
    padding: 0 0 1px !important;
}

.timeline-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .timeline-item .timeline-marker {
        position: absolute;
        left: -8px;
        top: 0;
        width: 14px;
        height: 14px;
        background: #ddd;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .timeline-item .highlight {
        background: #6c63ff;
    }

    .timeline-item .timeline-content {
        padding: 10px 15px;
        background: #f9f9f9;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .timeline-item .timeline-title {
        margin: 0;
        font-weight: bold;
        font-size: 14px !important;
    }

p {
    font-size: 12px !important;
    line-height: 20px !important;
    -moz-osx-font-smoothing: grayscale;
    margin: 1px 1px 0px
}

h4{

    line-height: 20px !important;
}


.start .timeline-marker {
    background: #6c63ff;
}