html {
	scroll-behavior: smooth;
}

.header-logo .fw-bold {
	letter-spacing: 0.3px;
}

.card.box-shadow-1 {
	border-radius: 12px;
}

.page-header.page-header-modern h1 {
	line-height: 1.2;
}

.badge.badge-modern {
	font-size: 0.75rem;
}

iframe {
	border: 0;
}

.aval-logo-wrap img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;

    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.aval-logo-wrap a:hover img,
.aval-logo-wrap img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.aval-card {
    border: none;
    background: transparent;
    box-shadow: none;
}

.aval-logo-wrap a {
    display: block;
    padding: 10px;
}


/*section.smnpHeader{
    background-image: url("../img/bg-header.jpg");
    background-size: cover;
    background-position: center center;
}

section.smnpSobre{
    background-color: #2f4a59 !important;
}

section.smnpAvales{
    background-color: #f7f7f7 !important;
}*/


.nexo-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(380px, calc(100vw - 24px));
}

.nexo-toast {
    display: grid;
    grid-template-columns: 42px 1fr 32px;
    align-items: start;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    border-radius: 16px;
    background: rgba(20, 24, 31, 0.92);
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    transition: opacity .22s ease, transform .22s ease;
}

.nexo-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.nexo-toast.is-hiding {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
}

.nexo-toast__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: rgba(255,255,255,0.08);
}

.nexo-toast__message {
    line-height: 1.4;
    font-size: 0.95rem;
    font-weight: 500;
    word-break: break-word;
    padding-top: 2px;
}

.nexo-toast__close {
    border: 0;
    background: transparent;
    color: rgba(255,255,255,0.75);
    padding: 4px;
    line-height: 1;
    border-radius: 8px;
}

.nexo-toast__close:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.nexo-toast--success {
    border-left: 4px solid #47c97e;
}

.nexo-toast--error {
    border-left: 4px solid #ff6b6b;
}

.nexo-toast--warning {
    border-left: 4px solid #f7c948;
}

.nexo-toast--info {
    border-left: 4px solid #4dabf7;
}

.nexo-confirm-modal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.nexo-confirm-modal .modal-header,
.nexo-confirm-modal .modal-footer {
    border-color: rgba(0,0,0,.06);
}

@media (max-width: 767.98px) {
    .nexo-toast-container {
        left: 12px;
        right: 12px;
        top: 12px;
        width: auto;
    }

    .nexo-toast {
        border-radius: 14px;
    }
}



/*
///////////////////////
CSS PARA QUE EL TEXTO DEL CONTENIDO SE VEA DEL COLOR QUE QUEREMOS
///////////////////////
*/
.landing-richtext {
    color: inherit !important;
}

.landing-richtext p,
.landing-richtext li,
.landing-richtext ul,
.landing-richtext ol,
.landing-richtext span,
.landing-richtext strong,
.landing-richtext b,
.landing-richtext em,
.landing-richtext i,
.landing-richtext u,
.landing-richtext a,
.landing-richtext div,
.landing-richtext small,
.landing-richtext blockquote {
    color: inherit !important;
}

.landing-richtext a {
    text-decoration: underline;
}

.landing-richtext p:last-child,
.landing-richtext ul:last-child,
.landing-richtext ol:last-child {
    margin-bottom: 0;
}

.landing-richtext *::before,
.landing-richtext *::after {
    color: inherit !important;
}

.landing-richtext {
    color: var(--section-text-color) !important;
}

.landing-richtext a {
    text-decoration: underline;
}

.landing-richtext p:last-child,
.landing-richtext ul:last-child,
.landing-richtext ol:last-child {
    margin-bottom: 0;
}

/* TOUR STUDENT  */
.nexo-student-driver-popover {
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .24) !important;
}

.nexo-student-driver-popover .driver-popover-title {
    font-size: 17px !important;
    font-weight: 800 !important;
}

.nexo-student-driver-popover .driver-popover-description {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.nexo-student-driver-popover .driver-popover-next-btn,
.nexo-student-driver-popover .driver-popover-prev-btn {
    border-radius: 999px !important;
}