﻿:root {
    --blue-sura: #0033a0
}

.carousel-indicators [data-bs-target] {
    border-bottom: 0;
    background-color: #ccc;
    border-radius: 80px;
    border-top: 0;
    width: 10px;
    height: 10px;
    opacity: inherit;
    margin-right: 4px;
    margin-left: 4px;
}

.carousel-indicators .active {
    opacity: 1;
    border-bottom: 0;
    background-color: var(--blue-sura);
    border-radius: 80px;
    border-top: 0;
    width: 10px;
    height: 10px;
}

.carousel-control-next, .carousel-control-prev {
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    height: 40px;
    width: 40px;
    font-size: 19px;
    opacity: inherit;
    top: inherit;
}

    .carousel-control-next:disabled, .carousel-control-prev:disabled {
        background-color: #f3f3f3;
        color: #d1d1d1;
    }

.carousel-item {
    list-style: none;
}

.background-overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

.banner-front {
    width: 100%;
    margin-right: 10px;
    zoom: 1.15;
}

.sura-modal-body-bond {
    color: #464646;
    padding-left: 10px;
    padding-right: 10px;
}

.card-quote-front {
    position: relative;
    /*top: -2.37rem;*/
    top: -1.50rem;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.card-quote-front-banner {
    position: relative;
    top: -1.3rem;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media (max-width: 455px) {
    .banner-front {
        zoom: 1.33;
    }
}

@media (min-width: 456px) and (max-width: 768px) {
    .banner-front {
        zoom: 1.8;
    }
}

.modal__btn__button {
    font-size: 17px !important;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 15rem !important;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    max-width: 100%;
}

.modification-modal__alert {
    color: #ff585d;
}

.alert-warning-custom {
    background-color: #fff5ec !important;
    border-color: #fff5ec !important;
}

@media (max-width: 768px) {
    body {
        zoom: 0.9;
    }

    .modal-backdrop {
        zoom: 1000%;
    }
}

.modal-go-back__description {
    font-size: 1.3rem;
}

.modal-go-back__button {
    font-family: var(--secondary-font-family);
    font-size: 1rem !important;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 14.0625rem;
    padding: 0.5rem 0;
    background-color: var(--blue-sura);
    font-size: 1.25rem;
    color: #fff;
    width: 10rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.switch__container {
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 1.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.descripcion-switch {
    flex: 1;
    color: #727272;
}

.switch__input {
    display: none;
}

.text-off {
    right: 0.45rem;
}

.text-on {
    left: 0.688rem;
}

.slider-adult-on {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #d0d0d0;
    background-color: #04cb13;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-adult-on:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 1.9rem;
        bottom: 0.15rem;
        background-color: #fff;
        transition: .8s;
        border-radius: 50%;
    }

.slider-adult-off {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #d0d0d0;
    background-color: #d0d0d0;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-adult-off:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 0.188rem;
        bottom: 0.15rem;
        background-color: #fff;
        transition: .4s;
        border-radius: 50%;
    }

.slider-on {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #ceedf3;
    background-color: #ceedf3;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-on:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 1.9rem;
        bottom: 0.15rem;
        /*background-color: #fff;*/
        background-color: #16acc7;
        transition: .8s;
        border-radius: 50%;
    }

.slider-off {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid #ceedf3;
    background-color: #ceedf3;
    transition: .4s;
    border-radius: 2.125rem;
}

    .slider-off:before {
        position: absolute;
        content: "";
        height: 1.25rem;
        width: 1.25rem;
        left: 0.188rem;
        bottom: 0.15rem;
        background-color: #16acc7;
        transition: .4s;
        border-radius: 50%;
    }

.text-off, .text-on {
    position: absolute;
    font-size: .75rem;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.125rem;
}

.swiper-slider__item {
    min-height: 9.375rem;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.navbar-component__logo {
    height: 54px;
    margin: 4px 0;
    background: url(../../themes/sura/img/logo-sura.png);
    background-repeat: no-repeat;
    width: 230px;
    background-size: contain;
    background-position: center;
}

.form-material__label {
    transition: all .15s ease-in-out;
    font-size: 1rem;
    position: absolute;
    pointer-events: none;
    color: #999999;
    background: #fff;
}

.blazored-typeahead.valid.modified {
    outline: none !important;
    border: 1px solid #bfbfbf !important;
}

.form-material__input:focus ~ .form-material__label, .form-material__input.ng-not-empty ~ .form-material__label {
    transform: translateY(-1.375rem);
    font-size: .8125rem
}

.form-material__input {
    width: 100%;
    background: #fff;
    border: 0.0625rem solid #d2d2d2;
    outline: none;
    color: #000;
    font-size: 1rem;
    border-radius: 0.25rem;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.razones {
    color: #53565a;
    margin-top: 1rem;
}

.footer-container {
    background: #53565A;
    z-index: 1029;
}

.footer-container-resume-pay {
    background: #53565A;
    /*z-index: 1029;*/
    position: fixed;
    bottom: 0px;
    top: auto;
    width: 100%;
    z-index: 5;
}

.footer-container__columns {
    position: static;
}

.footer-container__text {
    font-size: .75rem;
    color: #fff;
}

.container-t {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.planes__title {
    font-size: 1.75rem;
    position: relative;
    color: var(--blue-sura);
}

.necesitas-ayuda-titulo {
    color: var(--blue-sura);
    font-size: 3.5rem;
}

.necesitas-ayuda-final__title {
    font-size: 1.15rem;
    color: var(--blue-sura);
    font-weight: bold;
}

.necesitas-ayuda-final {
    color: #707070 !important;
    font-size: 1.1rem;
}

    .necesitas-ayuda-final a {
        color: #707070;
    }

        .necesitas-ayuda-final a:hover {
            text-decoration: underline !important;
            color: #707070;
        }

.necesitas-ayuda-whatsapp {
    color: #707070;
    font-size: 1.22rem;
    font-weight: bold;
}

.description-ayuda {
    color: #53565a;
}

.nav-tabs {
    justify-content: space-between;
    border-bottom: 0.0625rem solid #dee2e6;
    max-width: 44.25rem;
    margin: 0 auto 3rem;
    /*padding: 0 0.5rem;*/
}

.hr-ayuda {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 0.006rem !important;
    background-color: var(--blue-sura);
    opacity: 100;
}

.nav-link {
    transition: none;
    text-decoration: none;
}

.nav-tabs__item {
    position: relative;
    padding: 0;
}

.nav-link:hover {
    border: none !important;
    text-decoration: none !important;
    transition: none !important;
    transform: none !important;
    border: 1px solid transparent !important;
}

.nav-tabs__item:after {
    display: none;
    content: "";
    width: 0.0625rem;
    height: 60%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.nav-tabs__link.active:hover {
    color: #00aec7 !important;
    border-bottom: 0.313rem solid var(--blue-sura) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.nav-tabs__link:hover {
    color: #495057 !important;
}

.nav-tabs__link {
    border: 0;
    font-weight: 700;
    color: #495057;
    font-size: 1rem;
    padding: 0.5rem 0.3rem;
    text-align: center;
    width: 6.25rem;
}

    .nav-tabs__link.active {
        color: #00aec7 !important;
        border-bottom: 0.313rem solid var(--blue-sura) !important;
        border-top: none;
        border-left: none;
        border-right: none;
    }

.plan {
    text-align: center;
}

.plan__titulo {
    color: var(--blue-sura);
    font-size: 1.563rem;
}

.precio-plan__valor {
    font-size: 2.875rem;
}

    .precio-plan__valor:before {
        content: "$";
        font-weight: 700;
        font-size: 1.5rem;
        position: relative;
        left: -0.375rem;
        top: -0.9375rem;
    }

.precio-plan {
    position: relative;
    color: var(--blue-sura);
    font-size: 1.4rem;
}

.cobertura {
    border: 0.0625rem solid #0000000d;
    padding: 1rem 0.5rem;
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0.1875rem 2.5rem #0000000d;
}

.cobertura__titulo {
    color: #333;
    font-size: 1.0625rem;
    font-weight: 600;
}

.cobertura__descripcion {
    color: #53565a;
    font-size: .8125rem;
}

.planes__button {
    background-color: #e3e829;
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 20.0625rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: var(--blue-sura);
}

.planes__button-condiciones {
    font-weight: bold;
    font-size: .9375rem;
    border: 0;
    color: var(--blue-sura);
    text-decoration: underline;
    cursor: pointer;
}

.planes__icono-pdf {
    font-size: 1.313rem;
}

@media (max-width: 991.98px) {
    .confirmation-modal__buttons {
        align-items: center;
        flex-direction: column;
    }

    .razones__titulo {
        text-align: center;
    }

    .razones__descripcion {
        text-align: center;
        color: #53565a;
    }
}

.razones__descripcion {
    text-align: center;
}

.razones__item:before {
    content: "\f14a";
    color: var(--blue-sura);
    font-size: 1.5rem;
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

.razones__lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.razones__item {
    display: flex;
    align-items: center;
    background: #0033a00d;
    border-radius: 0.625rem;
    padding: 0.625rem 1rem;
    color: #53565a;
    margin-bottom: 0.625rem;
}

.razones__informacion {
    padding: 1rem 1rem 1rem 3rem;
    text-align: left;
    text-align: initial;
}

.razones__titulo {
    color: var(--blue-sura);
    margin-bottom: 1.5625rem;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mensaje-informativo {
    text-align: center;
}

.style-table-travel-tbody-td {
    border-bottom-width: 0px !important;
    border-right-width: 1px;
    font-size: 13px;
}

.invalid-ch {
    color: #ff585d !important;
}

.type-of-checkbox__input {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.container-fecha-vigencia__icon-warning {
    font-size: 1.375rem;
    color: #ff9a41;
    margin-right: 1rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        content: '';
        width: 2.375rem;
        height: 1.25rem;
        position: absolute;
        top: 0.25rem;
        display: block;
        background-color: #bebebe;
        border: #bebebe solid 1px;
        transition: all 0.2s ease-in-out !important;
        border-radius: 0.8rem
    }

    .custom-control-label:after {
        content: '';
        width: calc(1.15rem - 4px);
        height: calc(1.15rem - 4px);
        position: absolute;
        top: calc(0.32rem + 0.1625rem);
        left: 4px;
        display: block;
        background: no-repeat 50%/50% 50%;
        transition: all 0.2s ease-in-out !important;
        background-color: #fff;
        border-radius: 0.5rem;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }

    .custom-control-label.active:after {
        background-color: #fff;
        transform: translateX(1.05rem)
    }

    .custom-control-label.active:before {
        color: #fff;
        border-color: #2ac13e;
        background-color: #2ac13e
    }

.custom-label-switch {
    position: relative;
    width: 2.5rem;
    height: 1.25rem;
    display: inline-block
}

.custom-label-switch__is-active {
    position: absolute;
    top: 0.4375rem;
    font-size: .7rem;
    color: #fff
}

.custom-label-switch__is-active_ok {
    left: 0.375rem
}

.custom-label-switch__is-active_not {
    right: 0.25rem
}

.container-fecha-vigencia {
    display: flex;
    align-items: center;
    letter-spacing: 0rem;
    font-size: .875rem;
}

.resumen__titulo {
    color: var(--blue-sura);
    font-size: 1.00rem;
    font-weight: 600;
}

.custom-modal-class {
    display: flex;
    z-index: 102;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.modalOne__button {
    font-size: 15px !important;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 15rem !important;
    text-transform: uppercase;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    max-width: 100%;
}

.cotizador-datos_esta-abierto .app-cotizador {
    transform: translateY(0);
    box-shadow: 0 0 0.125rem 0.0625rem #d2d2d2;
    border: 0.0625rem solid #d2d2d2;
}

.detalle-mobile_abrir {
    transform: translateY(0);
}

.custom-modal-message__message {
    margin: 0;
    font-size: 1.5rem;
}

.spinner-sura {
    background: rgba(255,255,255,.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
}

.backtrack-cotizador-datos {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: .7;
    z-index: 1040;
}

.cotizador-datos {
    position: relative;
    background-color: #f7f7f7;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    flex-direction: column;
    padding: 0 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
}

.cotizador__titulo {
    font-size: 1.1rem;
    padding-bottom: 0.555rem;
    color: var(--blue-sura);
    border-bottom: 0.0625rem solid var(--blue-sura);
}

.cotizador__titulo, .cotizador__tipo-viaje {
    text-align: center;
}

.cotizador-inline__close {
    position: absolute;
    top: -0.3rem;
    right: 0;
    cursor: pointer;
    font-size: 2rem;
    color: var(--blue-sura);
}

.cotizador__tipo-viaje {
    display: block;
    font-size: 1rem;
    color: var(--blue-sura);
    margin: 0.705rem 0 0.615rem;
    font-weight: 700;
}

.cotizador {
    /*box-shadow: 0 0 0.125rem 0.0625rem #d2d2d2;
    border: 0.0625rem solid #d2d2d2;*/
    border-radius: 0.625rem;
    background: #fff;
    position: relative;
    padding: 1rem;
    z-index: 10;
}

.app-cotizador {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 1050;
    border-radius: 0 0 0.625rem 0.625rem;
    transition: .5s all ease-in-out;
    transform: translateY(-100%);
}

@media (min-width: 768px) {
    .swiper-slider__item {
        min-height: 33rem;
        background-size: cover;
    }

    .nav-tabs {
        justify-content: center;
    }

    .nav-tabs__link {
        width: auto;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .nav-tabs__item {
        padding: 0 0.7rem;
    }

        .nav-tabs__item:after {
            display: block;
        }

    .cotizador-inline.cotizador {
        height: auto;
    }

    .cotizador__titulo {
        font-size: 1.5rem;
    }

    .cotizador {
        width: 25rem;
        height: 32rem;
    }

    .cotizador-datos {
        padding: 0 2rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar-component__logo {
        height: 63px;
        background-size: contain;
        /*width: 300px;*/
        margin: 0;
    }
}

.cotizador-inline {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal .close {
    outline: none;
    color: #e3e829;
    opacity: 1 !important;
    font-size: 1.6rem;
    right: 1rem;
    top: 0.8rem;
    z-index: 1;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.sura-modal-body {
    color: #464646;
    font-size: 1.25rem;
    padding-left: 25px;
    padding-right: 15px;
}

.confirmation-modal__alert {
    color: #a36127;
}

.sorry-modal__alert {
    color: var(--blue-sura);
}

.confirmation-modal__description {
    color: #707070;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px !important;
    }

    .footer-container__columns {
        position: relative;
    }

    .footer-container_border-right {
        border-right: 0.0625rem solid #727272;
    }
}

.confirmation-modal__button_cancel {
    background: transparent;
    border-radius: 25px;
    color: var(--blue-sura) !important;
    font-weight: bold;
    border: 1px solid var(--blue-sura) !important;
    max-width: 20.0625rem;
}

.sorry-modal__button {
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    width: 100%;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.confirmation-modal__button {
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 20.0625rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.sorry-modal__button_accept {
    background-color: #e3e829;
    color: var(--blue-sura);
}

.confirmation-modal__button_accept {
    background-color: var(--blue-sura);
    color: #fff;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.detalle-compra {
    position: relative;
    border-bottom: none;
    padding: 1rem 0.7rem;
    border-radius: 0.625rem;
}

.detalle-compra__titulo-seguro {
    color: var(--blue-sura);
    /*color: var(--color-secondary-detail-viaje, var(--blue-sura));*/
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    padding-left: 0.8rem;
    text-align: center;
}

.beneficios, .button-submit {
    background-color: #e3e829;
    font-size: .9375rem;
    color: #727272;
    font-weight: 700;
    border: 0;
    border-radius: 3.125rem;
    width: 100%;
    max-width: 20.0625rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    display: block;
}

.button-submit {
    margin: auto auto 1.5rem;
    background: #e3e829;
    color: var(--blue-sura);
    font-size: 1.375rem;
    max-width: 16.25rem;
}

.acepto-terminos__input:checked ~ .acepto-terminos__checkmark:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    top: -0.1875rem;
    width: 0.375rem;
    height: 0.75rem;
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

.acepto-terminos__checkmark {
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #fff;
    border: 0.125rem solid #d2d2d2;
    border-radius: 0.1875rem;
}

.acepto-terminos__input:checked ~ .acepto-terminos__checkmark {
    background-color: var(--blue-sura);
    border-color: var(--blue-sura);
    border-radius: 0.1875rem;
}

.coberturas li::marker {
    color: #00aec7;
    font-size: 1.5rem;
}

.coberturas {
    color: #53565a;
    /*color: var(--color-list-viajes, #53565a);*/
    padding-left: 1.375rem;
    text-align: left;
}

.detalle-compra__total {
    background-color: #fff;
    color: #00aec7;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.125rem;
    margin-bottom: 0.625rem;
}

.detalle-compra__total-valor {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0;
    padding: 0.625rem;
}

.beneficios {
    margin-left: 1rem;
    color: var(--blue-sura);
    background: #f7f7f7;
    border: none;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
    text-underline-position: under;
}

.acepto-terminos {
    padding-left: 2.1875rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.acepto-terminos__label {
    color: #727272;
    font-size: .9375rem;
    line-height: 1.3;
}

.acepto-terminos__input {
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.acepto-terminos__checkmark {
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #fff;
    border: 0.125rem solid #d2d2d2;
    border-radius: 0.1875rem;
}

.button-submit {
    margin: auto auto 1.5rem;
    background: #e3e829;
    color: var(--blue-sura);
    font-size: 1.375rem;
    max-width: 16.25rem;
}

.container-lib-asesores {
    display: flex;
    flex-direction: column;
}

.detalle-compra__incluye {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #53565a;
}

.mensaje-informativo__titulo {
    font-weight: bold;
    color: var(--blue-sura);
    font-size: 1.5rem;
}

.mensaje-informativo__descripcion {
    color: #53565a;
    padding: 0 0.625rem;
}

.detalle-compra {
    background-color: #f7f7f7;
    border-radius: 0.625rem;
    height: 100%;
}

.titulo-viajero {
    display: block;
    color: var(--blue-sura);
    font-size: 1.2rem;
    font-weight: bold;
    /*border-bottom: 0.0625rem solid #d2d2d2;*/
    /*margin-bottom: 1rem;*/
    /*padding-bottom: 0.8rem;*/
}

.cotizador-datos {
    position: relative;
    background-color: #f7f7f7;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    flex-direction: column;
    padding: 0 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
}

.cotizador-datos__resumen-viaje {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.cotizador-datos__divider {
    border-left: 0.125rem solid #464646;
    margin-right: 1.25rem;
    opacity: .16;
}

.cotizador-datos__icon {
    color: var(--blue-sura);
}

.cotizador-datos__button {
    background: transparent;
    border-radius: 25px;
    color: var(--blue-sura);
    font-weight: bold;
    border: 1px solid var(--blue-sura);
}

@media (min-width: 768px) {
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .cotizador-datos {
        padding: 0 2rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .cotizador-datos__resumen-viaje {
        justify-content: flex-start;
        flex-direction: row;
        width: auto;
        margin-bottom: 0;
    }
}

.font-blue-sura {
    color: var(--blue-sura)
}

.tipo-viaje-selected {
    background-color: var(--blue-sura);
    border-radius: 0.3125rem 0.3125rem 0 0;
    color: #fff;
    cursor: pointer;
    font-size: .75rem;
    display: block;
    border-bottom: 0.03rem solid var(--blue-sura);
}

.tipo-viaje__button {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}

.tipo-viaje {
    border-bottom: 0.03rem solid var(--blue-sura);
    border-radius: 0;
    cursor: pointer;
    font-size: .75rem;
    display: block;
    text-align: center;
    padding: 0;
    color: #53565a;
    margin: 0;
}

.medio-transporte-selected {
    color: #53565a;
    font-size: .8125rem;
    border: 1px var(--blue-sura) solid !important;
    background-color: #d9e0f1;
    border-radius: 1.25rem;
    display: block;
    cursor: pointer;
}

.medio-transporte-national-selected {
    color: #fff;
    font-size: .8125rem;
    background-color: var(--blue-sura);
    border-radius: 1.25rem;
    display: block;
    cursor: pointer;
}

.medio-transporte__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    font-size: .8125rem !important;
}

.medio-transporte {
    font-size: .8125rem;
    text-align: center;
    color: var(--blue-sura);
    border-radius: 1.25rem;
    border: 0.0625rem solid var(--blue-sura);
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: block;
}

.viajeros__button {
    background: var(--blue-sura);
    position: relative;
    border: 0;
    text-indent: -9999999rem;
    width: 1.0625rem;
    height: 1.0625rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
}

.viajeros {
    display: flex;
    justify-content: center;
    margin: 0.3rem 0 0.8rem;
    width: 100%;
}

.viajeros__pasajeros {
    width: 2.8125rem !important;
    height: 80% !important;
    font-weight: 700 !important;
    color: #000 !important;
}

.viajeros__button_minus {
    width: 0.5625rem;
    height: 0.1875rem;
}

.viajeros__button_plus {
    width: 0.1875rem;
    height: 0.625rem;
}

.viajeros__button_minus, .viajeros__button_plus {
    background: #fff;
    border-radius: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cotizador__info {
    background-color: #e5eaf5;
    color: #5e85d8;
    font-family: inherit;
    font-size: .78rem;
    padding: 0.3rem 0.5rem;
}

.cotizador__button {
    font-weight: 700;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.detalle-mobile {
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    right: 0;
    left: 0;
    transform: translateY(100%);
    transition: all .5s ease-in-out;
    min-height: 100%;
    z-index: 1030;
}

.detalle-mobile__contenedor-comprar {
    background-color: #e3e829;
    height: 3.75rem;
    position: absolute;
    top: -3.75rem;
    right: 0;
    left: 0;
}

.detalle-mobile__boton-comprar {
    transform: translateY(-1rem);
    background: #e3e829;
    border-radius: 1rem;
    border: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--blue-sura);
}

.detalle-mobile__ver-detalle {
    color: var(--blue-sura);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.container-valor-a-pagar {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-0.5375rem);
    color: var(--blue-sura);
}

.container-valor-a-pagar__boton-comprar {
    font-weight: 700;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    padding: 0.594rem 0;
    font-size: 1.25rem;
    background-color: #e3e829;
    color: var(--blue-sura);
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.container-valor-a-pagar__total-descripcion {
    font-size: .875rem;
}

.container-valor-a-pagar__total {
    font-size: 1.125rem;
}

.detalle-mobile__cerrar {
    display: block;
    text-align: right;
    font-size: 1.75rem;
    margin: 1rem;
}

.detalle-mobile__contenedor-componente {
    width: 90%;
    margin: auto;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
}

.autocomplete {
    position: relative;
}

    .autocomplete .options {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover {
                background: lightgrey;
                color: #0a4080;
            }

@font-face {
    font-family: "font sura regular";
    src: url("fonts/FS Joey-Regular.otf");
}

@font-face {
    font-family: "font sura bold";
    src: url("fonts/FS Joey-Bold.otf");
}

@font-face {
    font-family: "font";
    src: url("fonts/Barlow-Regular.ttf");
}

@font-face {
    font-family: "font bold";
    src: url("fonts/Barlow-Medium.ttf");
}

.icon-menu {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
}

.font-bold {
    font-family: "font bold", Arial, Helvetica, sans-serif !important;
}

.font-sura-bold {
    font-family: "font sura bold", Arial, Helvetica, sans-serif !important;
}

body {
    font-family: "font", Arial, Helvetica, sans-serif !important;
    color: #000000 !important;
    background: #fff;
}

.main-container {
    min-height: calc(100vh - 110px - 150px);
}

footer h3 {
    font-size: 16px;
    font-weight: 600;
}

footer p {
    font-size: 12px;
}

footer {
    background-color: #3f3f3f;
}

.back-lb {
    background-color: #f3fbff !important;
}

.w-80 {
    max-width: 80% !important;
}

.w-85 {
    max-width: 85% !important;
}

/*.accordion-button, .accordion-button:not(.collapsed) {
    color: #284f60;
    border-radius: 5px;
    border: initial;*/
/*background-color: #3eae2b;*/
/*background-color: #d9e0f1;
    color: #fff;
    margin-top: auto;
}*/

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 10px !important;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button.collapsed {
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0;
    background-color: #d9e0f1;
    border-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-radius: 10px;
}

.accordion-collapse {
    border: 0;
    border-width: 0 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

/*.accordion-collapse {
    border: initial !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border: initial !important;
}

.accordion-button.collapsed {
    border: initial;
}

.accordion-button:focus {
    box-shadow: initial !important;
}*/

.fondo-verde {
    background-color: #cae6bf;
}

.br-10 {
    border-radius: 10px;
}

.b-p {
    border: 3px dotted #43b12e;
}

.b-p-2 {
    padding: 10px;
    border: 3px dotted #cae6bf;
}

.btn-dark {
    color: #fff;
    background-color: #43b12e !important;
    border-color: #43b12e !important;
}

@media (max-width: 575.98px) {
    .necesitas-ayuda-titulo {
        font-size: 2.2rem;
        text-align: center;
    }

    .img-space {
        margin-left: 0.938rem;
        margin-right: 0.625rem;
        margin-bottom: 1.25rem;
    }

    .necesitas-ayuda-final {
        font-size: 1.1rem;
        padding: 0.188rem;
        text-align: justify;
    }
}

.f-azc {
    color: #324f60 !important;
}

.back-azo {
    background-color: #dff5ff !important;
}

/*.fas.fa-times {
    color: #43b12e;
}*/

/*.modal-dialog {
    margin-top: 15%;
}*/

.check:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.form-check-input:checked {
    background-color: #3374DB;
    border-color: #3374DB;
}

input::placeholder {
    font-style: normal;
    color: #d3d3d3 !important;
}

.card-shadow {
    box-shadow: 0 0 0.125rem 0.0625rem #d2d2d2 !important;
}

.logo.float-right {
    position: fixed;
    bottom: 10px !important;
    right: 15px !important;
}

.mt-p {
    margin-top: 5vh;
}

#modal_amplio {
    max-width: 1400px !important;
    margin-top: 2% !important;
}

#modal_amplio2 {
    max-width: 1200px !important;
    margin-top: 2% !important;
}

.btn-danger {
    background-color: #ea5426 !important;
}

.go {
    color: #284f60;
}

.f-10 {
    font-weight: 400;
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-32 {
    font-size: 32px;
}

.f-42 {
    font-size: 42px;
}

.f-verde {
    color: #43b12e !important;
}

.fw-400 {
    font-weight: bold !important;
}

#perfil .card > hr {
    opacity: 0.7;
}

/*.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}*/

/*.accordion-body {
    background: #e6ede3;
    border-radius: 5px;
    padding: 1rem 1.25rem;
}

.accordion-button::after {
    display: none;
}*/

th.text-right {
    max-width: 100px !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: none !important;
}

.tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 0;
}

/*.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}*/

.btn-primary {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

.btn-dark-kavak {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

.check2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #00b2ff;
}

.text-right {
    text-align: right;
}

.table {
    background-color: initial !important;
    vertical-align: middle;
}

.bg-white {
    background: #f3fbff;
}

.navbar-brand img {
    max-width: 340px;
    margin: 20px;
}

/*.accordion-button {
    padding-left: 0.8rem;
    font-size: 16px !important;
    font-weight: 500;
}*/

.f-18 {
    font-size: 18px !important;
}

.btn-outline-previous {
    background-color: #3f3f3f;
    color: white;
    border: transparent;
}

.btn-outline-success {
    background-color: #3374DB;
    color: white;
    border: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #284f60 !important;
}

.verde_2 {
    color: #43b12e !important;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

    .form-control:focus {
        color: #000000;
        background-color: #fff;
        border-color: #0a4080;
        outline: 0;
        box-shadow: 0 0 0 0.1rem #0a40802b;
    }

.thead-dark {
    color: white;
    background-color: #43b12e;
    border-radius: 14px !important;
    border: 1px solid;
}

.mr-3 {
    margin-right: 30px;
}

h1 {
    font-size: 42px;
}

.coverage {
    color: #284f60 !important;
}

.text-green {
    color: #43b12e;
}

.text-green-2 {
    color: #cae6bf !important;
}

.verde {
    color: #43b12e;
}

a {
    color: #3374DB;
    text-decoration: none;
}

    a:hover {
        color: #0a4080;
    }

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
    border-width: 2px !important;
    box-shadow: 0px 0px 10px #09090985;
}

.btn-dark-kavak:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}

.btn-outline-success:hover {
    color: white;
    background-color: #0a4080;
}

.btn-outline-previous:hover {
    color: #ebebeb;
    background-color: #4c84e0;
}

.btn-outline-success:active {
    color: #fff;
    background-color: #4c84e0;
    border-color: #4c84e0;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0.5rem 0.25rem rgba(65, 183, 173, 0.2);
}

small {
    font-size: 12px;
}

.font-weight-bold {
    font-weight: bold;
}

.n-underline {
    text-decoration: initial;
}

.fondo-azul {
    background: #43b12e;
}

@media (min-width: 1200px) {
    #imagenes,
    .centrado {
        margin-top: 15% !important;
    }

    .navbar-nav.me-auto.mb-2.mb-lg-0.mx-auto {
        min-width: 75% !important;
    }

    .centrado {
        max-width: 70%;
        display: block !important;
        margin: auto;
    }

    .b-p {
        margin-left: -47px;
    }
}

@media (max-width: 1100px) {
    .img-fluid.carro {
        max-width: 170px;
        display: block;
        margin: auto;
        margin-top: auto;
        margin-top: 3rem !important;
    }
}

@media (min-width: 768px) {
    .opcion {
        font-size: 0px;
    }

    #opcion {
        content: "Opción";
    }

    td.fondo-verde {
        border-right: 50px solid white !important;
        border-left: 50px solid white;
    }

    .btn.btn-danger.mt--5 {
        margin-top: -25px !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        /*max-width: 100% !important;*/
        margin: 29px 0px 9px 0px;
    }

    #imagenes .img-fluid {
        max-width: 40% !important;
    }

    .col-12.col-md-4 > img {
        max-width: 140px;
        display: block !important;
        margin: auto !important;
        margin-top: 1rem !important;
    }

    .xs-center {
        text-align: center;
        display: block !important;
        margin: auto !important;
    }
}

/* Nuevas lineas filtro*/

#cobertura {
    text-align: center;
}

    #cobertura h1 {
        font-size: 20px;
    }

.botones_filtro li {
    display: inline-block;
    margin: 8px 5px;
    /*se ajusto la margen entre los botones*/
    background-color: #F7F7F7;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    -webkit-box-shadow: 10px 41px 92px -26px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 10px 41px 92px -26px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 41px 92px -26px rgba(0, 0, 0, 0.7);
}

.header-filtros i {
    display: none;
}

.botones_filtro li.active {
    border-bottom: 5px solid #ED704A;
}

.botones_filtro a {
    color: #284F60;
    font-weight: 500;
    font-size: small;
}

.tabla_titulos {
    padding: 10px 0px;
    background: #F7F7F7;
    color: #000000;
    margin: 12px 0px;
}

.card {
    background-color: #fff;
    border-radius: .625rem;
    border: .0625rem solid #d2d2d2;
    -webkit-box-shadow: 17px 65px 96px -23px rgba(207, 205, 207, 1);
    -moz-box-shadow: 17px 65px 96px -23px rgba(207, 205, 207, 1);
    box-shadow: 17px 65px 96px -23px rgba(207, 205, 207, 1);
    margin: 20px 0px;
}

.btn-buy-quotes {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted #00aec7;*/
    cursor: help;
}

#spanText {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    background-color: #00aec7;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
    width: 200px !important;
}

    #spanText::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #00aec7 transparent transparent transparent;
    }

.tooltip-wrapper:hover #spanText {
    visibility: visible;
}
