html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.ico-obs {
    font-size: 20px;
}

.logo-header img {
    max-width:150px
}

#footer-apross{
    background-color: #111;
}

#footer-apross img {
    max-width: 150px;
    margin-bottom:20px;
}

#footer-apross p {
    color:#fff;
    font-size:14px;
    margin-bottom: 0px;
}

#footer-apross a {
    color: #00ac99;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    margin: 0;
    background-color: #F3F3FF;
    font-family: "Montserrat", sans-serif;
    color: #313956;
    font-size: 14px;
}

.header-apross {
    background-color: #fff;
    box-shadow: 0px -6px 10px 0px #111;
}


.bg-apross-turnero {
    background-image: url("../img/bg-apross-turnero.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    min-height: 600px;
    /*
        // se comenta para evitar que la imagen crezca al hacer visible el campo localidad.
        height: 100%;
    */ 
}


.user-name i.fa.fa-sign-out {
    color: #ff2900;
}

.user-name a, .user-name img, .user-name b {
    float: left;
}

.user-name img{
    border-radius:50px;
    margin-right:15px;
}

.user-name b {
    padding-top: 8px;
}

.card-button {
    float: left;
    margin-right: 25px;
    border-radius: 15px;
    width: 45%;
    text-align: center;
    padding-bottom: 25px;
    padding: 30px;
    background-color: #F5F5F5;
    border: 1px solid F0EFEF;
}

.card-agente {
    background: rgb(253,40,0);
    background: linear-gradient(180deg, rgba(253,40,0,1) 0%, rgba(233,29,0,1) 100%);
}

.card-afiliado {
    CSS background: rgb(0,172,153);
    background: linear-gradient(180deg, rgba(0,172,153,1) 0%, rgba(0,140,125,1) 100%);
}

.card-button h3 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #5f5f5f;
    text-transform: uppercase;
}


.img-card {
    background: rgb(117,180,152);
    background: linear-gradient(90deg, rgba(117,180,152,1) 0%, rgba(241,149,59,1) 48%, rgba(255,37,1,1) 100%);
    min-height: 158px;
    border-radius: 15px;
}

.card-button img {
    max-width: 90px;
}



.btn-apross img {
    margin-bottom: 2px;
    margin-right: 5px;
}


nav.menu li a {
    text-transform: uppercase;
    color: #000 !important;
    font-size: 15px;
}

nav.menu li a:hover, nav.menu li a:focus {
    color: #00ac99 !important;
}

.box-turnero {
    border-radius: 15px;
    background-color: #ffF;
    margin-top: 40px;
    -webkit-box-shadow: 1px 1px 19px -9px rgba(0,0,0,0.43);
    -moz-box-shadow: 1px 1px 19px -9px rgba(0,0,0,0.43);
    box-shadow: 1px 1px 19px -9px rgba(0,0,0,0.43);
}


.box-derecha-turnero {
    padding: 30px;
}

a.favorite i.fa-solid.fa-star {
    color: #e9e900;
}
a.favorite i.fa-regular.fa-star {
    color: #e9e900;
}

@media (max-width: 480px) { /*480*/

    .no-visible-xs {
        display: none;
    }
}


    .btn-terciario {
        background-color: #fff;
        width: 100%;
        color: #333;
        border-radius: 50px;
        text-transform: uppercase;
    }

        .btn-terciario:hover, btn-terciario:focus {
            background-color: #f7f7f7;
            color: #333;
        }


    .btn-secundario {
        background-color: #00ac99;
        width: 100%;
        color: #fff;
        border-radius: 6px;
        text-transform: uppercase;
        height: 45px;
    }

        .btn-secundario:hover, btn-secundario:focus {
            background-color: #19c9b5;
            color: #fff;
        }

    .btn-apross {
        background: rgb(253,40,0);
        background: linear-gradient(180deg, rgba(253,40,0,1) 0%, rgba(233,29,0,1) 100%);
        width: 100%;
        color: #fff;
        border-radius: 6px;
        text-transform: uppercase;
    }



        .btn-apross:hover, .btn-apross:focus {
            background: rgb(233,29,0);
            background: linear-gradient(180deg, rgba(233,29,0,1) 0%, rgba(295,92,62,1) 100%);
            color: #fff;
        }

.btn-telemedicina {
    background: rgb(81,194,192);
    background: linear-gradient(180deg, rgba(81,194,192,1) 0%, rgba(58,170,168,1) 100%);
    width: 100%;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
}
    .btn-telemedicina:hover, .btn-telemedicina:focus {
        background: rgb(58,170,168);
        background: linear-gradient(180deg, rgba(58,170,168,1) 0%, rgba(40,145,143,1) 100%);
        color: #fff;
    }
    .box-turnero .form-control {
        background-color: #F3F3FF;
        border-radius: 10px;
        border: none !important;
        height: 50px;
        font-size: 14px;
    }


    .box-turnero .titular-formulario h1 {
        color: #FF2900;
        font-size: 40px;
        font-weight: 600;
        padding: 0px;
        margin-bottom: 20px;
    }

    .box-turnero .titular-formulario p {
        color: #3D3B53;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .style-radio {
        margin-top: 15px;
    }

    .titular-formulario {
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .box-form .form-control {
        border-radius: 6px;
        height: 45px
    }

    .box-form .btn-apross {
        margin-top: 20px;
    }
.box-form .btn-telemedicina {
    margin-top: 20px;
}

    .box-form label.form-label {
        font-weight: 600;
    }

    .titular-formulario h1 {
        font-size: 14px;
    }

    .titular-formulario h2 {
        font-size: 26px;
        color: #00ac99;
    }

    .btn-afiliado {
        background-color: #00ac99;
        color: #fff;
    }

    .btn-agente {
        background-color: #258cfb;
        color: #fff;
    }


    .box-central {
        border-radius: 15px;
        background-color: #ffF;
        margin-top: 40px;
        -webkit-box-shadow: 1px 1px 19px -9px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 1px 1px 19px -9px rgba(0, 0, 0, 0.43);
        box-shadow: 1px 1px 19px -9px rgba(0, 0, 0, 0.43);
        margin-bottom: 40px;
        padding: 30px 20px;
        min-height: 500px;
    }


    #results-table thead tr {
        background-color: #00ac99;
    }

        #results-table thead tr th {
            color: #fff;
        }

    @media (max-width: 480px) { /*480*/

        .box-form {
            width: 100%;
            overflow-x: auto;
        }

        .table-responsive {
            -webkit-overflow-scrolling: touch;
        }

        table {
            min-width: 400px; /* o lo que necesites */
        }

        .box-derecha-turnero {
            padding: 30px 0px 20px 0px;
        }

        .card-button {
            float: left;
            margin-right: 5px;
            width: 46%;
            padding: 15px;           
            margin-left: 5px;
        }

        .titular-formulario h2 {
            font-size: 20px;
            
        }

        .misturnos-volver .btn-secondary {            
            margin: auto;
            display: block;
        }
    }

    @media (min-width: 481px) and (max-width:767px) { /*ms*/

        .box-form {
            width: 100%;
            overflow-x: auto;
        }

        .table-responsive {
            -webkit-overflow-scrolling: touch;
        }

        table {
            min-width: 500px; /* o lo que necesites */
        }

        .box-derecha-turnero {
            padding: 30px 0px 20px 0px;
        }
    }


    @media (min-width: 768px) and (max-width:991px) { /*sm*/

        .box-form {
            width: 100%;
            overflow-x: auto;
        }

        .table-responsive {
            -webkit-overflow-scrolling: touch;
        }

        table {
            min-width: 600px; /* o lo que necesites */
        }
    }


    .style-radio label {
        margin-right: 10px;
    }

    .msj-exito {
        color: #14711D;
        background-color: #B9EEBE;
        width: 55%;
        margin: auto;
        text-align: center;
        padding: 8px;
        margin-top: 15px;
    }

        .msj-exito p, .msj-error p {
            margin-bottom: 0px;
            font-weight: 500;
        }


    .msj-error {
        color: #951C04;
        background-color: #FFB4A6;
        width: 55%;
        margin: auto;
        text-align: center;
        padding: 8px;
        margin-top: 15px;
    }

    .logo-apross {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 81px;
        height: 21px;
    }


    #datosAfiliado label span {
        font-size: 12px;
    }


    /*ESTILOS RESULTADOS*/

    .clinica-item.btn.btn-outline-info {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
        color: #00ac99;
        border-color: #00ac99;
    }

        .clinica-item.btn.btn-outline-info:hover, .clinica-item.btn.btn-outline-info:focus {
            color: #00ac99;
            border-color: #00ac99;
            background-color: transparent;
        }

    ul.turnos-list {
        padding-left: 0;
    }

        ul.turnos-list a {
            float: right;
            margin-top: -6px;
            background-color: #00ac99;
            border-color: #00ac99;
        }

            ul.turnos-list a:hover, ul.turnos-list a:focus {
                background-color: #ff2900;
                border-color: #ff2900;
            }

        ul.turnos-list li {
            margin-bottom: 10px;
            margin-top: 10px;
            padding: 15px;
            background-color: #ccc;
        }

            ul.turnos-list li .fa {
                margin-left: 10px;
                color: #ff2900;
            }


    li.prestador-item.list-group-item {
        font-weight: 600;
    }

        li.prestador-item.list-group-item .turnos-list li {
            font-weight: 400;
        }

    .box-izq-turnos {
        float: left;
        width: 41.66666667%;
    }

    .box-der-turnos {
        float: left;
        width: 58.33333333%;
        padding-left: 30px;
    }

    .bg-success {
        --bs-bg-opacity: 1;
        background-color: #00ac99 !important;
    }

    #btnModalConfirm.btn-secondary {
        background-color: #00ac99 !important;
        border-color: #00ac99;
    }

        #btnModalConfirm.btn-secondary:hover, #btnModalConfirm.btn-secondary:focus {
            background-color: #ff2900 !important;
            border-color: #ff2900;
            color: #fff;
        }



    /* ---------------------------------------------------------------------- */
    /*  Pricing Tables
/* ---------------------------------------------------------------------- */
    .pricing-table .plan {
        border: none;
        margin: 20px 0;
        position: relative;
        padding: 0;
        list-style: none;
        -webkit-box-shadow: 0 -1px 2px #c3c6ce;
        -moz-box-shadow: 0 -1px 2px #c3c6ce;
        box-shadow: 0 -1px 2px #c3c6ce;
        text-align: center;
    }

        .pricing-table .plan li {
            padding: 10px 15px;
            color: #8b91a0;
            border-bottom: 1px solid #edeef0;
        }

            .pricing-table .plan li.plan-name {
                padding: 15px;
                font-size: 18px;
                line-height: 18px;
                color: #fff;
                background: #999eab;
                border-top: 0;
                border-bottom: 0;
            }

            .pricing-table .plan li.plan-price {
                background: #8b91a0;
                color: white;
                font-size: 18px;
                padding: 6px 20px;
                border-bottom: none;
            }

                .pricing-table .plan li.plan-price h3 {
                    margin-bottom: 0;
                    margin-top: 0;
                    font-size: 2em;
                    padding: 30px 0;
                    font-weight: 600;
                }

                    .pricing-table .plan li.plan-price h3 .price-cents {
                        font-size: 50%;
                        vertical-align: super;
                        margin-left: -10px;
                    }

                    .pricing-table .plan li.plan-price h3 .price-month {
                        font-size: 30%;
                        font-style: italic;
                        margin-left: -20px;
                        font-weight: 300;
                        color: white;
                    }

            .pricing-table .plan li.plan-action {
                margin-top: 10px;
                border-top: 0;
            }

        .pricing-table .plan.featured {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
            box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
        }

            .pricing-table .plan.featured .plan-name {
                background: #595e6c;
            }

    .pricing-green .plan li strong {
        color: #e66b6b;
    }

    .pricing-green .plan li.plan-name {
        background: #23d1b9;
    }

    .pricing-green .plan li.plan-price {
        background: #1fbba6;
        color: white;
    }

    .pricing-green .plan.featured .plan-name {
        background: #106458;
    }

    .pricing-blue .plan li strong {
        color: #5f8295;
    }

    .pricing-blue .plan li.plan-name {
        background: #6c8fa1;
    }

    .pricing-blue .plan li.plan-price {
        background: #5f8295;
        color: white;
    }

    .pricing-blue .plan.featured .plan-name {
        background: #374c57;
    }

    .pricing-red .plan li strong {
        color: #e66b6b;
    }

    .pricing-red .plan li.plan-name {
        background: #ea8181;
    }

    .pricing-red .plan li.plan-price {
        background: #e66b6b;
        color: white;
    }

    .pricing-red .plan.featured .plan-name {
        background: #c92222;
    }

    #progress-container {
        width: 100%;
        border: 1px solid #00ac99;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

        #progress-container #progress-bar {
            background-color: #00ac99;
            height: 22px;
            overflow: visible;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            padding-left: 10px;
        }

            #progress-container #progress-bar #progress-text {
                color: #fff;
                display: ruby-text;
                margin-left: 5px;
                margin-top: 2px;
            }

    #loadingSpinner {
        position: fixed;
        top: 50%;
        left: 50%;
        /*transform: translate(-50%, -50%);*/
        z-index: 9999; /* Asegúrate de que esté por encima de otros elementos */
        display: none;
    }

    .prestadores-list {
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
        font: 15px 'trebuchet MS', 'lucida sans';
        padding: 0;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

        .prestadores-list ol {
            margin: 0 0 0 2em;
        }

        .prestadores-list li {
            position: relative;
            display: block;
            *padding: .4em;
            margin: .5em 0;
            background: #ddd;
            color: #444;
            text-decoration: none;
            border-radius: .3em;
            transition: all .3s ease-out;
        }

            .prestadores-list li:hover {
                background: #eee;
            }

    .oculto {
        display: none;
    }

    .mensaje-container {
        margin: auto;
    }

    .mensaje-info {
        color: #00ac99;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #00ac99;
        display: block;
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
    }
    /*MEDIA QUIERIES*/
    @media (max-width: 480px) { /*480*/


        .msj-error {
            width: 100%;
        }

        .msj-exito {
            width: 100%;
        }


        .bg-apross-turnero {
            min-height: 300px;
            border-radius: 15px;
            border-top-right-radius: 15px;
        }


        .box-turnero .titular-formulario h1 {
            font-size: 32px;
        }
    }
