﻿html, body, .container-fluid {
    height: 100%;
}

.a:hover{
    color: #036b6b !important;
}

.cinfo {
    outline: none;
    box-shadow: none;
    border: none; /* Opcional: si también quieres quitar el borde visible */
}

.texto-centro{
    text-align: center;
}

.texto-derecho{
    text-align: right;
}

.tooltip .tooltip-inner {
    background-color: GrayText !important;
    color: white !important;
    opacity:1;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: GrayText !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: GrayText !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: GrayText !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: GrayText !important;
}

@media only screen and (min-width: 768px) {
    #container {
        margin: 0 auto;
        text-align: left;
        width: 900px;
        padding: 20px;
        background: #FFF;
        height: 100%;
    }

    .stepwizard {
        display: table;
        width: 90%;
        position: relative;
    }
}

@media (max-width: 768px) {
    #container {
        margin: 0 auto;
        text-align: left;
        padding: 20px;
        background: #FFF;
    }

    .stepwizard {
        display: table;
        width: 100%;
        height: 100%;
        position: relative;
    }
}

#content {
    padding: 20px 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

a:active {
    color: #CC0000;
    text-decoration: underline;
}

.col-md-border:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

.col-md-border + .col-md-border {
    border-left: 1px solid #d7d7d7;
    margin-left: -1px;
}

.visibility {
    visibility: collapse;
}

.linkCerrarSession {
    color: white;
    text-decoration: none;
}



.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.select2-selection--single .select2-selection__placeholder {
    font-size: small !important;
}

[type="search"] {
    outline-offset: 0px !important;
}

[type="search"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-selection--single:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.etiqueta{
    font-size: small;
    color: GrayText;
}

.ocultar{
    display:none !important;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    border: none;
    margin-top:5px;
    padding: 8px 10px 8px 10px;
    font-size: 38px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
    .whatsapp-button:hover {
        opacity: 0.8;
    }


.contactoWSPLogin {
    /*position: -webkit-sticky;*/
    position: absolute !important;
    bottom: 0%;
    /*left: 50vw;*/ /*calc(100vw - 230px);*/ /* 70px es el ancho del botón + margen deseado */
    max-width: 240px;
    z-index: 1020;
}

.contactoWSP {
    position: -webkit-sticky;
    position: fixed !important;
    bottom: 20px;
    left: calc(100vw - 260px); /* 70px es el ancho del botón + margen deseado */
    max-width:240px;
    z-index: 1020;
}

.contactoWSP2 {
    position: -webkit-sticky;
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 1020;
    /*    position: -webkit-sticky;
    position: fixed !important;
    bottom: 5px;
    left: 50%;
    z-index: 1020;
    transform: translateX(-50%);*/
}

.anchoSIMU {
    width: 40% !important;
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
@media (max-width: 600px) {
    .anchoSIMU {
        width: 60% !important;
    }
}

.fuentePago {
    font-size: xx-large;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 678px) {
    .fuentePago {
        font-size: large;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }
}
.mostrarCEL{

}
@media (max-width: 420px) {
    .fuentePago {
        font-size: medium;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .mostrarCEL{
        display:none;
    }
}

.swal2-actions{
    width:100%;
}

.no-valido {
    border-color: var(--bs-form-invalid-border-color) !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 1.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


@media (min-width: 768px) {
    .logocuerpo {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .logocuerpo {
        height: 60px;
    }
}

@media (max-width: 767px) {
    #btnANULA {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        font-size: small !important;
        margin-bottom:6px !important;
    }

    .fdp {
        font-size: small !important;
    }
}
