/*
Azul: 356ff1
Azul claro: 3ea9f5
Verde: 79c843
Gris oscuro: 333333
Negro: 1a1a1a
*/


html, body{
    margin: 0;
    padding: 0;
    min-height: 100%!important;
    width: 100%;
    font-size: 14px;
}


.top-header{
    height: 400px;
    width: 100%;
    position: relative;
    top: 0;
    /* z-index: -1; */

    background-position: center center;
    background-size: contain;
    background-color: #333333;
    background-repeat: no-repeat;
}
.top-header:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@media (max-width: 840px) {
    .top-header{
        /*zoom out background*/
        background-size: 300%;
    }
}

.top-logo{
    height: auto;
    padding: 15px 0 15px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #ffffffe0;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 2;
}
.top-logo img{
    height: 50px;
}
.top-logo img.secondaryLogo{
    height: 40px;
}


.top-text{
    text-align: center;
    padding: 15px 0;

    height: calc(100% - 80px - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-text h2{
    font-size: 32px;
    background: #00000061;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}
.top-text h3{
    font-size: 26px;
    background: #00000045;
    color: #cdcdcd;
    padding: 10px 15px;
    border-radius: 15px;
}


.after-top{
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 20px;
}


.half-section{
    background-color: #ffffff;
    min-height: 22vh;
    z-index: 3;
    max-width: 800px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    top: -60px;
    margin: 0 auto -30px auto;
    box-shadow: 0 0 100px -15px #00000047;
}

.half-promo{
    margin-top: 60px;
    min-height: 80px;
    padding: 20px;
    z-index: 2;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.half-promo:hover{
    opacity: 1;
}
.half-promo img{
    max-height: 60px;
}
.half-promo h3{
    font-size: 18px;
}

.main-steps-container{
    padding: 20px;
}


.poweredBy{
    text-align: center;
    font-size: 13px;
    color: #777;
    margin: 0;
}
.poweredBy a{
    color: #777;
    text-decoration: none;
}



.service-list-group .service-item {
    cursor: pointer;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.service-list-group .service-item:hover {
    background-color: #f8f9fa;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}

/* Resalta el item que tiene el radio seleccionado (requiere navegador moderno con :has) */
.service-list-group .service-item:has(input[type="radio"]:checked) {
    /* border-color: var(--bs-primary); */
    background-color: #f8f9fa;
}

.service-item small p{
    margin: 0;
    font-size: 12px;
    color: #333;
}





.half-screen{
    /* min-height: 50vh; */
    position: relative;
}
.half-screen.half-color{
    /* background: #356ff1; */
    height: 50vh !important;
    width: 100%;
    z-index: -1;
    bottom: 0;
    position: fixed;
}

.main-logo{
    /* background: #b97a28; */
    padding: 10px 10px 20px 10px;
    /* margin: 0 -12px 10px -12px; */
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.main-logo img{
    height: 120px!important;
}

/* .main-steps-container{
    background: #fdfdfd;
    box-shadow: 0px 0 45px -18px #cf8952;
    padding: 20px 10px;
    border-radius: 10px;
} */

.main-steps{
    display: none;
}
.main-steps.step-1{
    display: block;
}

.main-steps h3{
    font-size: 18px;
}
.main-steps p{
    font-size: 14px;
}

#agenda_fechas_disponibles,#agenda_horas_disponibles{
    max-height: 250px;
    overflow: auto;
}


.cancel-header{
    background: #ffd3d7;
    padding: 15px;
    margin: -20px -20px 15px -21px;
    border-radius: 10px 10px 0 0;
}
.cancel-header h3{
    color: #604141;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.card-block{
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #000;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.card-block p{
    font-size: 15px;
    margin-bottom: 4px !important;
    color: #525252;
}
.card-block i{
    color: #7e7e7e;
}


.circleNumber{
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #3ea9f5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.autocomplete-wrapper {
    position: relative;
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.autocomplete-item {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-item:hover {
    background: #f5f5f5;
}

.autocomplete-loading {
    padding: 8px 10px;
    font-size: 0.85rem;
    font-style: italic;
    opacity: 0.8;
}

.autocomplete-empty,
.autocomplete-error {
    padding: 8px 10px;
    font-size: 0.85rem;
    color: #666;
}