*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face{
    font-family: 'Avenir';
    src: url('../fonts/Avenir.ttc');
}

.avenir-normal {
    font-family: Avenir, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.avenir-bold-9 {
    font-family: Avenir, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
}

.avenir-bold-13{
    font-family: Avenir, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

@font-face {
    font-family: 'HelveticaNowDisplay-Regular';
    src: url('../fonts/HelveticaNowDisplay-Regular.ttf');
}

.helvetica-regular{
    font-family: HelveticaNowDisplay-Regular, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

@font-face {
    font-family: 'HelveticaNowDisplay-Bold';
    src: url('../fonts/HelveticaNowDisplay-Regular.ttf');
}

.helvetica-regular-bold {
    font-family: HelveticaNowDisplay-Bold, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.helvetica-regular-bold-22 {
    font-family: HelveticaNowDisplay-Bold, sans-serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 30px;
}

.helvetica-regular-bold-28 {
    font-family: HelveticaNowDisplay-Bold, sans-serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 40px;
}

@font-face {
    font-family: 'HelveticaNowDisplay-ExtraBold';
    src: url('../fonts/HelveticaNowDisplay-ExtraBold.ttf');
}

.helvetica-regular-bolder-28 {
    font-family: HelveticaNowDisplay-ExtraBold, sans-serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 40px;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Bold.otf');
}

.myriadpro-regular-4 {
    font-family: MyriadPro, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 7px;
}

.myriadpro-regular-6 {
    font-family: MyriadPro, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
}

.myriadpro-regular-10 {
    font-family: MyriadPro, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
}

.myriadpro-regular {
    font-family: MyriadPro, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.myriadpro-bold {
    font-family: MyriadPro, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
}

.myriadpro-bold-15 {
    font-family: MyriadPro, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.myriadpro-bold-18 {
    font-family: MyriadPro, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
}

.btn-subir{
    width: 50px;
    height: 50px;
}

#scrollBtn{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    border: none;
    outline: none;
    background-color: rgb(71,113,178);
    cursor: pointer;
    color: white;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    justify-items: center;
}

#scrollBtn:hover{
    background-color: rgb(211,223,235);
}

.encabezado {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: white;
}
.encabezado-normal {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    align-content: center;
    align-items: center;
    background-image: url('../imgs/theme/BANNER-FRONT.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.encabezado-normal-logo {
    width: 10%;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    justify-content: right;
}

.encabezado-normal-logo a img {
    width: 100%;
}

.encabezado-normal-menu {
    width: 70%;
    margin-top: 0.5%;
    margin-left: 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: space-between;
}

.nav-link {
    text-decoration: none;
    color: white;
}

.nav-link:after {
  font-family: FontAwesome;
  content: "\f107";
  padding-left: 4px;
  color: red;
}

.nav-link:hover {
    color: rgb(178,178,178);
}

.buscador-menu-encabezado {
    display: flex;
    justify-content: center;
}

.buscador-menu-encabezado input::placeholder {
    color: rgb(199,198,198);
}

.forma-buscador {
    border-radius: 20px;
    border: #fff solid 1px;
    padding: 0px 15px;
    color: #000;
    height: 2.5rem;
    position: relative;
    width: 85%;
    margin-top: 0.5%;
    justify-content: center;
    text-align: center;
}
.forma-buscador:focus {
  color: white;
}

.encabezado-normal-sesion {
    width: 12%;
}

.encabezado-normal-inicio-sesion {
    justify-content: center;
}

.encabezado-normal-inicio-sesion img {
    width: 15%;
}

.encabezado-normal-inicio-sesion a {
    color: white;
}

.encabezado-normal-inicio-sesion a:hover {
    color: rgb(178,178,178);
}

.encabezado-normal-sesion-carrito {
    display: flex;
    margin-top: 10%;
    justify-content: center;
}

.encabezado-normal-sesion-carrito img {
    width: 15%;
    height: 15%;
    margin-right: 5%;
}

.encabezado-normal-carrito {
    display: flex;
    background-image: url('../imgs/theme/icons/carrito_compras.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 2rem;
    width: 40%;
    margin-top: 0.5%;
    justify-content: right;
    align-items: center;
    justify-items: center;
}

.encabezado-normal-carrito a img {
    width: 60%;
    margin-left: 15%;
}

.encabezado-normal-carrito:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: calc(100% - 120px);
}

.linea-divisora {
    width: 2px;
    height: 60%;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    margin-right: 5%;
    margin-left: 5%;
}

.conteo-carrito {
    width: auto;
    margin-left: 5%;
    margin-right: 15%;
    font-size: 110%;
    text-decoration: underline;
}

.conteo-carrito a {
    color: white;
}

.encabezado-hamburguesa {
    display: none;
    cursor: pointer;
    width: 100%;
    align-items: center;
    background-image: url('../imgs/theme/BANNER-FRONT.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.encabezado-hamburguesa-logo a img {
    width: 15%;
    margin: 10px;
}

.menu-hamburguesa, .cerrar-menu {
    display: none;
    margin: 10px;
    width: 80%;
    justify-content: right;
}

.menu-hamburguesa button, .cerrar-menu button {
    border: none;
    font-size: 3rem;
    background-color: transparent;
    color: white;
}

.elementos-menu-hamburguesa {
    display: none;
    margin-top: 110px;
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    justify-items: center;
    margin-left: 75%;
    background-color: darkgray;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    transition-delay: 3s;
}

.nav-menu-hamburguesa {
    list-style: none;
    margin-right: 10%;
    margin-top: 10%;
}

.nav-link-hamburguesa {
    text-decoration: none;
}

.nav-link-hamburguesa:after {
    font-family: FontAwesome;
    content: "\f107";
    padding-left: 4px;
    color: red;
}

.nav-link-hamburguesa:hover {
    color: rgb(178,178,178);
}

main {
    padding-top: 10rem;
}

.busqueda-productos {
    background-color: white;
    padding-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.busqueda-productos-titulo {
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-top: 1%;
    color: rgb(71,113,178);
}

.busqueda-productos-selectores {
    display: block;
    margin-left: 5%;
}

.busqueda-productos-selectores select {
    color: rgb(199,198,198);
    border-color: rgb(178,178,178);
    border-radius: 10px;
    border-width: 2px;
}

.busqueda-productos-selectores select option {
    justify-content: center;
}

.busqueda-productos-selectores button {
    margin: 0.5%;
    padding: 2px 30px;
}

.form-select {
    text-align: center;
}

.busqueda-productos-selectores button:hover{
    opacity: 90%;

}

.boton-buscar {
    width: calc();
    margin: 0.5%;
    color: rgb(178,178,178);
    background-color: rgb(71,113,178);
    border-radius: 0.5rem;
    border-color: rgb(71,113,178);
}

.banner-principal {
    display: flex;
    justify-content: center;
}

.banner {
    width: 90%;
    margin-top: 1%;
}

.seccion-marcas {
    display: flex;
    justify-content: center;
    padding-top: 2%;
}

.marcas {
    width: 90%;
    justify-content: center;
    margin-left: calc(100%/30);
}

.marca {
    width: calc(100%/15);
    height: 3rem;
    padding: 0.5%;
}

.seccion-sistemas-titulo {
    display: flex;
    padding-top: 2%;
    justify-content: center;
}

.titulo-sistemas {
    color: rgb(71,113,178);
}

.seccion-sistemas {
    display: flex;
    justify-content: center;
}

.sistemas-forma {
    display: flex;
    width: 90%;
    height: 5rem;
    border-style: solid;
    border-color: blue;
    border-width: 1px;
    border-radius: 41px;
    margin-top: 10px;
    margin-left: 10px;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}
.sistemas-forma span {
    overflow: hidden;
}

.sistemas {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 2%;
}

.elemento-sistemas {
    width: calc(100%/9);
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: left;
    justify-items: center;
    align-items: center;
}

.elemento-sistemas-imagen {
    width: 3rem;
    height: 3rem;
    margin: 0.5rem;
}

.elemento-sistemas a {
    margin: 0.5rem;
    color: rgb(71,113,178);
    text-decoration: none;
}

.linea-sistemas {
    width: 2px;
    background-color: rgb(134,134,134);
    height: 3rem;
    margin-right: 1%;
    margin-left: 1%;
}

.seccion-productos-nuevos {
    width: 100%;
    height: auto;
    background-color: rgb(237,237,237);
    margin-top: 1rem;
}

.container{
    margin-bottom: 0;
}

.productos-nuevos-titulo{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.productos-nuevos-titulo h5{
    margin: 1rem;
    color: rgb(134,134,134);
}

.productos-nuevos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper {
    overflow: hidden;
    max-width: 2400px;
    margin: 0 70px 55px;
}

.card-list .card-item {
    background-color: white;
    width: calc(100%);
    padding: 1%;
    border-radius: 1rem;
}

.card-list .card-item img {
    width: 90%;
    margin: 5%;
    height: auto;
}

.referencias-producto {
    display: flex;
    width: 95%;
    height: 1rem;
    justify-content: space-between;
}

.card-link a {
    text-decoration: none;
    color: rgb(71,113,178);
}

.referencia-producto {
    width: 25%;
    background-color: rgb(71,113,178);
    padding: 2%;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    justify-content: center;
}

.referencia-producto-n {
    width: 15%;
    background-color: darkred;
    padding: 2%;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    justify-content: center;
}

.referencia-producto h3 {
    color: white;
}

.referencia-producto-n h3 {
    color: white;
}

.sistema-producto {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: left;
    justify-items: center;
    align-items: center;
}

.card-codigo, .card-marca {
    color: rgb(134,134,134);
}

.card-aplicaciones, .card-periodo {
    color: rgb(71,113,178);
}

.seccion-ofertas {
    width: 100%;
    height: auto;
    background-color: rgb(237,237,237);
    justify-content: center;
}

.ofertas-titulo {
    display: flex;
    width: 90%;
    margin-left: 5%;
    color: rgb(71,113,178);
    justify-content: center;
}

.ofertas-descuentos .container .slider-wrapper-3 .card-list .card-item {
    transform: skew(-10deg);
    display: flex;
}
.ofertas-descuentos .container .slider-wrapper-3 .card-list .card-item img{
    width: 40%;
    height: auto;
}

.referencias-producto-oferta {
    display: flex;
    width: 95%;
    height: 1rem;
    justify-content: right;
}

.referencia-producto-oferta {
    width: 30%;
    background-color: darkred;
    border-radius: 0.2rem;
    padding: 2%;
    justify-content: center;
    color: white;
}

.slider-wrapper-3 {
    overflow: hidden;
    max-width: 100%;
    margin: 0 70px 55px;
}

.card-text h6 {
    line-height: 40%;
}

.seccion-mas-vendidos {
    width: 100%;
    height: auto;
    background-color: rgb(237,237,237);
}

.mas-vendidos-titulo {
    display: flex;
    justify-content: center;
}

.mas-vendidos-titulo h5 {
    margin: 1rem;
    color: rgb(134,134,134);
}

.mas-vendidos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper-2 {
    overflow: hidden;
    max-width: 2400px;
    margin: 0 70px 55px;
}

.seccion-banner-footer {
    display: flex;
    justify-content: center;
    height: auto;
    background-color: rgb(237,237,237);
}

.banner-footer {
    width: 90%;
    margin-top: 0;
}

.footer-sagaji {
    width: 100%;
    height: auto;
    background-color: rgb(237,237,237);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elementos-footer {
    width: 100%;
    justify-content: center;
    display: flex;
    justify-items: center;
    margin-top: 2%;
    align-items: center;
    background-image: url('../imgs/theme/BANNER-INFERIOR.png');
}

.elementos-footer img {
    width: 7%;
}

.divisor-elementos {
    height: 8rem;
    margin-left: 1%;
}

.divisor-elementos img {
    width: 100%;
    height: 7rem;
    margin-top: 0.5rem;
}

.sagaji-footer {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    justify-content: center;
}

.sagaji-footer h4 {
    color: white;
}

.sagaji-footer h5 a {
    text-decoration: none;
    color: white;
}

.copyright-footer {
    width: 100%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    justify-content: center;
}

.copyright-footer p {
    text-align: center;
    color: rgb(112,111,111);
}

.cuenta-footer {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    justify-content: center;
}

.cuenta-footer h4 {
    color: white;
}

.cuenta-footer h5 a {
    text-decoration: none;
    color: white;
}

.ayuda-footer {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    justify-content: center;
}

.ayuda-footer h4 {
    color: white;
}

.ayuda-footer h5 a {
    text-decoration: none;
    color: white;
}

.redes-sociales-footer {
    width: 30%;
}

.swiper-button-prev, .swiper-button-next {
    color: rgb(134,134,134) !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 65px !important;
}

.redes-footer {
    display: flex;
    width: 5rem;
}

.redes-footer a img {
    width: 2rem;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
}

.tabla-totales {
    width: 100%;
    margin-bottom: 1.5rem;
    vertical-align: middle;
}
.tabla-totales td, table th {
    padding: 0px 0px;
    vertical-align: middle;
}

.mobile-search {
    padding-right: 10px;
}
.mobile-search input {
    height: 90%;
    padding-left: 10px;
}
.mobile-search input:focus {
    color: white;
}

.shopping-summery-stretch table > :not(caption) > * > * {
    padding: 5px 0 !important;
}
.tabla-carrito-stretch table > :not(caption) > * > * {
    padding: 15px 5px !important;
}
.tabla-carrito tr {
    border: 1px solid #e9ecef;
}
.tabla-cobranza tr {
    border: 1px solid #e9ecef;
}
.tabla-cobranza input {
    height: 40px !important;
}

.w-30px {
    width: 30px;
}
.w-50px {
    width: 50px;
}
.w-70px {
    width: 70px;
}
.w-100px {
    width: 100px;
}
.w-150px {
    width: 150px;
}
.group-text {
    align-items:center;
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:.25rem
}

.espaciador-encabezado {
    height: calc(50vw / 8);
}

.seccion-mas-vendidos .referencia-producto {
    background-color: #b81f37 !important;
}

.product-content-wrap .referencia-producto {
    background-color: #b81f37 !important;
    padding-top: 10px;
    width: 60px;
}

.fondo-color-rojo {
    background-color: #b81f37 !important;
}
.fondo-color-amarillo {
    background-color: #fdb930 !important;
}

.color-rojo {
    color: #b81f37 !important;
}

.leyenda-precios {
    font-size: 20px;
    font-weight: bold;
    color: #b81f37 !important;
    padding-bottom: 10px;
}

@media (min-width : 706px) and (max-width : 992px) {
    .helvetica-regular-bolder-28 {
        font-size: 35px;
    }

    .espaciador-encabezado {
        height: 160px;
    }

    .busqueda-productos-selectores {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
    }

    .menu-hamburguesa {
        display: flex;
    }

    .encabezado {
        justify-content: space-between;
        height: 70px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .encabezado-normal {
        padding-bottom: 0 !important;
    }

    .encabezado-normal-sesion {
        display: none;
    }

    .encabezado-normal-menu {
        display: none;
    }

    main {
        padding-top: 7rem;
    }

    .seccion-sistemas span {
        display:none;
    }

    .linea-sistemas-md {
        display: none;
    }

    .elemento-sistemas {
        width: calc(100%/7) !important;
        justify-content: center;
    }

    .elemento-sistemas-md {
        display: none;
    }

    .shopping-summery-stretch table thead th {
        padding: 10px 5px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .tabla-cobranza input {
        height: 35px !important;
    }

    .tabla-cobranza .input-group-text {
        height: 35px !important;
    }
}

@media (min-width : 350px) and (max-width : 705px) {
    .helvetica-regular-bolder-28 {
        font-size: 30px;
    }

    /* si se quiere habilitar la busqueda de productos */
    /* espaciador-encabezado debe verse con un heigth mayor */
    /* busqueda-productos debe de verse */
    /*.espaciador-encabezado {
        height: 200px;
    }*/

    /* si se quiere quitar la busqueda de productos */
    /* espaciador-encabezado no debe de verse */
    /* busqueda-productos no debe de verse */
    .espaciador-encabezado {
        display: none;
    }

    .busqueda-productos {
        display: none;
    }
    /* */

    .busqueda-productos-selectores {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
    }

    .menu-hamburguesa {
        display: flex;
    }

    .menu-hamburguesa button, .cerrar-menu button {
        font-size: 1.5rem;
    }

    .encabezado {
        justify-content: space-between;
        height: 40px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .encabezado-normal {
        padding-bottom: 0 !important;
    }

    .encabezado-normal-menu {
        display: none;
    }

    .encabezado-normal-sesion {
        display: none;
    }

    .elementos-menu-hamburguesa {
        margin-top: 75px;
    }

    main {
        padding-top: 5rem;
    }

    .elementos-menu-hamburguesa {
        margin-left: 50%;
    }

    .seccion-sistemas span {
        display:none;
    }

    .linea-sistemas {
        display: none;
    }

    .elemento-sistemas {
        width: calc(100%/5) !important;
        justify-content: center;
    }

    .elemento-sistemas-sm {
        display: none;
    }

    .shopping-summery-stretch table thead th {
        padding: 5px 2px !important;
        font-size: 12px !important;
        font-weight: 0 !important;
    }

    .tabla-cobranza input {
        height: 30px !important;
    }

    .tabla-cobranza .input-group-text {
        height: 30px !important;
    }
}

.producto-lista-img {
    width: 190px !important;
    height: 190px !important;
}

.info-bloqueos {
    background-color: #f0e1df;
    color: #000000;
    font-style: italic;
}
.inicio-sesion {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #088af9;
    color: #ffffff;
}
.welcome-title {
    color: #3ba927;
    font-weight: bolder;
}

.mobile-header-content-area .inicio-sesion {
    padding: 5px 10px;
    border: #088af9;
    border-radius: 5px;
    border-style: solid;
    background-color: transparent;
    color: #ffffff;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #ffffff;
}
.preloader .loader {
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-45%);
    position: absolute;
}
.preloader .loader .sbl-half-circle-spin {
    height: 80px;
    width: 80px;
    color: #001ca8;
    display: inline-block;
    position: relative;
    border: 5px solid #001ca8;
    border-radius: 50%;
    animation: animeCircleSpin 5s ease-in-out infinite reverse;
}
.preloader .loader .sbl-half-circle-spin div {
    height: 50%;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #000000;
    border-radius: 50%;
    animation: animeCircleSpin 4s ease-in-out infinite;
}

.loader-circle {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #b81f37;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 500px;
    overflow: hidden;
    cursor: zoom-in;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

@keyframes animeCircleSpin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(720deg);
  }
  100% {
    transform: rotate(0);
  }
}

.spinner {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}
@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0,15,84, 0.2), 2.5em 0em 0 0em rgba(0,15,84, 0.2), 1.75em 1.75em 0 0em rgba(0,15,84, 0.2), 0em 2.5em 0 0em rgba(0,15,84, 0.2), -1.8em 1.8em 0 0em rgba(0,15,84, 0.2), -2.6em 0em 0 0em rgba(0,15,84, 0.5), -1.8em -1.8em 0 0em rgba(0,15,84, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0,15,84, 0.2), 1.75em 1.75em 0 0em rgba(0,15,84, 0.2), 0em 2.5em 0 0em rgba(0,15,84, 0.2), -1.8em 1.8em 0 0em rgba(0,15,84, 0.2), -2.6em 0em 0 0em rgba(0,15,84, 0.2), -1.8em -1.8em 0 0em rgba(0,15,84, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.5), 1.8em -1.8em 0 0em rgba(0,15,84, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0,15,84, 0.2), 0em 2.5em 0 0em rgba(0,15,84, 0.2), -1.8em 1.8em 0 0em rgba(0,15,84, 0.2), -2.6em 0em 0 0em rgba(0,15,84, 0.2), -1.8em -1.8em 0 0em rgba(0,15,84, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.2), 1.8em -1.8em 0 0em rgba(0,15,84, 0.5), 2.5em 0em 0 0em rgba(0,15,84, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0,15,84, 0.2), -1.8em 1.8em 0 0em rgba(0,15,84, 0.2), -2.6em 0em 0 0em rgba(0,15,84, 0.2), -1.8em -1.8em 0 0em rgba(0,15,84, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.2), 1.8em -1.8em 0 0em rgba(0,15,84, 0.2), 2.5em 0em 0 0em rgba(0,15,84, 0.5), 1.75em 1.75em 0 0em rgba(0,15,84, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0,15,84, 0.2), -2.6em 0em 0 0em rgba(0,15,84, 0.2), -1.8em -1.8em 0 0em rgba(0,15,84, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.2), 1.8em -1.8em 0 0em rgba(0,15,84, 0.2), 2.5em 0em 0 0em rgba(0,15,84, 0.2), 1.75em 1.75em 0 0em rgba(0,15,84, 0.5), 0em 2.5em 0 0em rgba(0,15,84, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0,15,84, 0.2), -1.8em -1.8em 0 0em rgba(0,15,84, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.2), 1.8em -1.8em 0 0em rgba(0,15,84, 0.2), 2.5em 0em 0 0em rgba(0,15,84, 0.2), 1.75em 1.75em 0 0em rgba(0,15,84, 0.2), 0em 2.5em 0 0em rgba(0,15,84, 0.5), -1.8em 1.8em 0 0em rgba(0,15,84, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0,15,84, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,15,84, 0.2), 1.8em -1.8em 0 0em rgba(0,15,84, 0.2), 2.5em 0em 0 0em rgba(0,15,84, 0.2), 1.75em 1.75em 0 0em rgba(0,15,84, 0.2), 0em 2.5em 0 0em rgba(0,15,84, 0.2), -1.8em 1.8em 0 0em rgba(0,15,84, 0.5), -2.6em 0em 0 0em rgba(0,15,84, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #001ca8;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    overflow-y: scroll;
    color: #000000 !important;
    background-color: #fff;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #001ca8;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #fdb930;
}
