/*/lOGIN /**/
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    height: 45px;
    border-bottom: 1px solid #9e9e9e;
    outline: none !important;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: url("../img/elements/up-file.png");
    background-color: #26a69a;
    border-left: 0px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 45px;
}

.form-control3 {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    color: #090808;
}

.label-control {
    color: #9e9e9e;
    /*position: absolute;*/
    top: 0.8rem;
    left: 0;
    /*font-size: 1rem;*/
    cursor: text;
    transition: 0.2s ease-out;
}

/*.form-control3:focus + label,*/
/*.form-control3:valid + label {*/
/*    display: block;*/
/*    font-size: .8rem;*/
/*    -webkit-transform: translateY(-140%);*/
/*color:#26a69a;*/
/*    transform: translateY(-140%);*/
/*}*/
.field {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    height: 65px;
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}

/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the
* pesky delay.
*/
label,
input {
    transition: all 0.2s;
    touch-action: manipulation;
}

input:placeholder-shown+label {
    cursor: text;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    transform-origin: bottom;
    /*transform: translate(0, 2.125rem) scale(1.5);*/
    transform: translate(4.2rem, 2.125rem) scale(1.5);
    font-size: 12px;
}

@media (max-width: 767px) {
    input:placeholder-shown+label {
        width: 60%;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    input:placeholder-shown+label {
        transform: translate(5.2rem, 2.125rem) scale(1.5);
    }
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    opacity: 1;
}

input:not(:placeholder-shown)+label,
input:focus+label {
    text-align: left;
    transform: translate(0, 0) scale(1);
    /*cursor: pointer;*/
    color: #58a7f7;
}

/*.form-control3:focus  {*/
/*    border-bottom: 1px solid #4CAF50;*/
/*    box-shadow: 0 1px 0 0 #4CAF50;*/
/*}*/

.active-input {
    border: 1px solid #58a7f7;
}

/*login*/
.wrapper {
    min-height: 75vh;
}

/*footer*/
.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

/**/
.perfect-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfect-center>div {
    text-align: center;
}

.fnt-title {
    font-family: "Quicksand", sans-serif;
}

.fnt_roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 100 !important;
}

.w100 {
    width: 100%;
}

.cardd {
    border: 0px;
    border-radius: 10px;
}

/*PERFIL*/
.li-border {
    border-bottom: 1px solid #00000017;
    padding-bottom: 8px;
}

.li-border a {
    color: #4f4f4f;
}

.li-border:hover>a {
    color: #58a7f7;
}

.li-border:hover>a>i {
    color: #58a7f7 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #58a7f7;
    background-color: #1c1e2114;
}

.nav-link.active>i {
    color: #58a7f7;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.o-box {
    background: #fff;
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 15%);
    margin-bottom: 16px;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.o-box-ul {
    background: #fff;
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 15%);
    margin-bottom: 16px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/**/

/*BUSQUEDA*/
.lupa {
    background: #7fb2f5;
    border-radius: 0;
    color: #ffffff;
}

.lupa i {
    color: #ffffff;
}

@media (max-width: 991px) {
    .div_busqueda {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .lupa {
        padding: 0 0.49rem;
        border-radius: 3px;
    }

    .div_busqueda2 {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .div_busqueda {
        min-width: 50%;
        position: absolute;
        bottom: -7px;
        right: 0;
        margin-top: 25px;
    }
}

@media (min-width: 1500px) and (max-width: 1649px) {
    .div_busqueda {
        min-width: 40%;
        position: absolute;
        bottom: -7px;
        right: 0;
        margin-top: 25px;
    }
}

@media (min-width: 1650px) and (max-width: 1721px) {
    .div_busqueda {
        min-width: 390px;
    }
}

@media (min-width: 1722px) {
    .div_busqueda {
        min-width: 450px;
    }
}

@media (min-width: 992px) {
    .div_busqueda2 {
        min-width: 550px;
    }
}

/**/
/**SIDEBAR*/
/***/
.barratitulo:before {
    display: block;
    content: "";
    position: relative;
    height: 1px;
    width: 100%;
    background: #fff;
    margin-bottom: 22px;
}

.barratitulong:before {
    display: block;
    content: "";
    position: relative;
    height: 1px;
    width: 50px;
    background: black;
    margin-bottom: 22px;
}

.ap {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pointer {
    cursor: pointer !important;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all 0.5s;
}

nav ul li a:hover {
    color: #fdfdfdab;
}

nav ul li a:after,
nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: rgb(236 100 36);
    height: 1px;
}

nav ul li a:hover:after {
    width: 100%;
}

.dark-back {
    background-color: #4d4e4e;
}

.img-circle {
    border-radius: 50%;
}

#toTop {
    background: #ffffff82;
    /**/
    color: #fff;
    position: fixed;
    bottom: 18px;
    right: 5px;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    padding: 6px;
}

#toTop>img {
    max-width: 40px;
}

.div-custom {
    /*background:#e8e8e8;*/
    background: rgb(0 0 0);
    color: #000000;
    /*height: 290px;*/
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
    margin-bottom: 30px;
    border: none;
    border-radius: 4px;
}

.div-custom a {
    color: #ffffff !important;
}

.div-custom:hover {
    /*background: #ffffffdb;*/
    color: #ffffff;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
    margin-bottom: 30px;
}

.div-custom span {
    text-align: left;
    height: 15px;
}

.div-custom:hover p {
    background: #665fee;
    background: -moz-linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    background: -webkit-linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    background: -o-linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    background: linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#665fee', endColorstr='#27c2de', GradientType=1);
    height: 100%;
    border-radius: 4px;
}

.div-custom2 {
    background: #ffffffed;

    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
    margin-bottom: 30px;
    border: 1px solid #8080802e;
    padding: 1.2em;
    border-radius: 5px;
}

.div-custom2:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    /*border: 1px solid #ce9f248c;*/
}

.media-body {
    padding: 15px;
}

.hiddenRow {
    background: #0000000d;
    border-top: none !important;
    padding: 0 !important;
    height: 0;
}

.td2 {
    height: 120px;
    vertical-align: middle !important;
    align-content: center !important;
    justify-content: center;
    cursor: pointer;
}

.fecha {
    position: absolute;
    margin-top: -32px;
    font-weight: 600;
    text-align: center;
    left: 0;
    right: 0;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center !important;
}

.nav {
    display: block;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #1c448b;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    background: #e6e6e6;
    color: black;
}

/*.nav-link.active:after {*/
/*    border-left: 15px solid transparent;*/
/*    border-right: 15px solid transparent;*/
/*    !*border-top: 5px solid #d71418;*!*/
/*    border-top: 15px solid #d71418;*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*}*/
.nav-link.active:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fafafa transparent transparent;
    opacity: 1;
}

.nav-link:hover:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fafafa transparent transparent;
    opacity: 1;
}

/*.modal-content{*/
/*    background: #fff0;*/
/*}*/

.filter-gr {
    max-width: 200px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.filter-gr:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.center {
    display: table;
    width: 100%;
}

#social-test {
    text-align: center;
    font-size: 30px;
}

.social {
    padding-left: 0px;
}

#social-test li {
    color: #ffffff;
    list-style-type: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    padding: 1%;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 0.39);
    cursor: pointer;
    transition: ease 0.3s;
}

#social-test li &:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.social:hover>li {
    opacity: 0.5;
}

.social:hover>li:hover {
    opacity: 1;
}

.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
    right: 0;
    float: right;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    -webkit-filter: grayscale(48%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(48%);
}

.whatsapp:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#mobile-nav ul li a i {
    position: absolute;
    right: 0;
    margin-right: 8%;
}

/*.cajita_submenu{transform: translateX(-62px);}*/
.cajita_submenu p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    font-weight: 400;
    line-height: 1.1em;
}

.cajita_submenu p:hover {}

.product_navbar_image {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 1s;
}

.product_navbar_image:hover {
    cursor: pointer;
    transition: 1s;
    border-bottom: 1px solid rgb(236 100 36);
    transition: 1s;
}

.lnr-cross:before {
    color: #000000 !important;
}

.lnr-menu:before {
    color: #000000 !important;
}

.icon-cirlce {
    color: #ffffff;
    list-style-type: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 63px;
}

.icon-cirlce:hover {
    background: #294285 !important;
}

.border_right_blanco {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.degradado3 {
    background: #665fee;
    background: -moz-linear-gradient(-70deg, #26263d 81%, #42383800 0%);
    background: -webkit-linear-gradient(-70deg, #26263d 81%, #42383800 0%);
    background: -o-linear-gradient(-70deg, #26263d 81%, #42383800 0%);
    background: linear-gradient(-70deg, #26263d 81%, #42383800 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#665fee', endColorstr='#27c2de', GradientType=1);
    height: 100%;
}

.logo_individual {
    max-width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 20px;
    margin: auto;
}

.pointer {
    cursor: pointer;
}

.degradado4 {
    background: #665fee;
    background: -moz-linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    background: -webkit-linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    background: -o-linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    background: linear-gradient(33deg, #000000c4 31%, #444444e0 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#665fee', endColorstr='#27c2de', GradientType=1);
    height: 100%;
}

.degradado5 {
    background: #665fee;
    background: -moz-linear-gradient(51deg, #fff0f000 35%, #101010 65%);
    background: -webkit-linear-gradient(51deg, #fff0f000 35%, #101010 65%);
    background: -o-linear-gradient(51deg, #fff0f000 35%, #101010 65%);
    background: linear-gradient(51deg, #fff0f000 35%, #101010 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#665fee', endColorstr='#27c2de', GradientType=1);
    height: 100%;
}

.sombreado {
    text-shadow: -1px 2px 0px #000000a6, 1px 0px 0px #000000a6,
        0px 0px 0px #000000a6;
}

@media (max-width: 767px) {
    .centrar {
        text-align: center !important;
    }

    .pt-80 {
        padding-top: 40px;
    }
}

@media (min-width: 768px) {}

@media (max-width: 991px) {

    nav ul li a:after,
    nav ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: ".";
        color: transparent;
        background: #006abd;
        height: 2px;
    }

    .dropdown-menu3 {
        position: relative !important;
        background: #00000017;
        width: 100%;
        top: 0px;
        left: 0px;
        will-change: transform;
        transform: translate3d(0px, 4px, 0px) !important;
        border-right: none;
        border-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        border-top: none;
    }

    .dropdown-menu3 span {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0%, -50%);
    }

    .fondo_nosotros_home {
        transition: 0.5s;
        background-image: url("../img/inicio/nosotros.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .degradado3 {
        background: #665fee;
        background: -moz-linear-gradient(-0deg, #26263d 81%, #42383800 0%);
        background: -webkit-linear-gradient(-0deg, #26263d 81%, #42383800 0%);
        background: -o-linear-gradient(-0deg, #26263d 81%, #42383800 0%);
        background: linear-gradient(-0deg, #26263d 81%, #42383800 0%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#665fee', endColorstr='#27c2de', GradientType=1);
        height: 100%;
    }

    .centrar_md {
        text-align: center;
    }

    #logo-img {
        display: none;
    }

    #headerbase {
        height: 75px;
    }

    #headerbase img {
        display: none;
    }
}

@media (min-width: 992px) {
    nav ul li a:hover:after {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .aladerecha {
        text-align: right;
    }

    .logo-movil {
        display: none;
    }
}

.buttonn2 {
    border: 1px solid#8680806b;
    font: inherit;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em 1.8em;
    border-radius: 3px;
    color: #777574;
}

.buttonn3 {
    border: 1px solid#8680806b;
    font: inherit;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em 1.8em;
    border-radius: 3px;
    color: #777574;
}

@media (min-width: 768px) {
    .w33 {
        width: 33.3% !important;
    }

    .w15 {
        width: 33.3% !important;
    }

    .buttonn2 p {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .w15 {
        width: 15% !important;
    }

    .w33 {
        width: 33%;
    }

    .buttonn2 {
        max-width: 65px;
        display: table;
    }

    .buttonn2 i {
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .buttonn3 {
        border: 1px solid#8680806b;
        font: inherit;
        line-height: 1;
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 0.7em 0.8em;
        border-radius: 3px;
        color: #777574;
    }
}

.wb {
    word-break: break-all;
}

.alerta {
    background: rgb(198, 151, 227);
    background: linear-gradient(142deg,
            rgb(189 170 0) 0%,
            rgb(241 188 68) 35%,
            rgb(255 0 0) 100%);
    border-radius: 12px;
    position: fixed;
    top: 200px;
    right: 15px;
    cursor: pointer;
    z-index: 3;
    font-size: 18px;
    transition: 0.5s;
}

.alerta:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.disabled-input {
    background: url("../img/elements/disabled.png");
    width: 100%;
    z-index: 29;
    min-height: 40px;
    display: block;
    margin-top: -40px;
    content: "";
    position: relative;
}

.disabled-input::-webkit-outer-spin-button,
.disabled-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.disabled-input[type="number"] {
    -moz-appearance: textfield;
}

.oculta-boton {
    opacity: 0 !important;
    z-index: -1 !important;
}

.lh-7 {
    line-height: 0.7em;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 575px) {
    .o-box {
        padding: 0px;
    }
}

/*@media (max-width: 767px) {*/
/*.sticky-container{display: none;}*/
/*}*/
@media (max-width: 767px) {
    .sticky-container {
        background-color: #7fb2f542 !important;
    }

    .sticky li {
        background-color: #7fb2f5a1 !important;
    }
}

@media (min-width: 768px) {
    .sticky-container {
        background-color: #ed6937;
    }
}

.sticky-container {
    background-color: #7fb2f5;
    border-radius: 0.3rem;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -158px;
    bottom: 40%;
    width: 200px;
    z-index: 2;
}

.sticky li {
    border-radius: 0.3rem;
    list-style-type: none;
    background-color: #7fb2f5;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    /*filter: gray;*/
    /*-webkit-filter: grayscale(100%);*/
}

.sticky li:hover {
    margin-left: -105px;
    /*-webkit-transform: translateX(-115px);        -moz-transform: translateX(-115px);        -o-transform: translateX(-115px);        -ms-transform: translateX(-115px);        transform:translateX(-115px);*/
    background-color: #fffcf4 !important;
    color: #606060;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
    -moz-box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
    box-shadow: 0px 0px 9px 1px rgba(147, 148, 147, 1);
}

.sticky .sticky_wats:hover span {
    color: #fffcf4 !important;
    background: #295a98;
}

.sticky .sticky_wats:hover a {
    color: #fff !important;
    background-color: ;
}

.sticky .sticky_coti:hover span {
    color: #fffcf4 !important;
    background: #295a98;
}

.sticky .sticky_call:hover span {
    color: #fffcf4 !important;
    background: #164798;
}

.sticky .sticky_mail:hover span {
    color: #fffcf4 !important;
    background: #981629;
}

.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li span {
    /*font-size: 25px;*/
    float: left;
    margin: 5px 5px 0px 5px;
    /*margin-right: 10px;*/
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .m-typeahead {
        max-height: 500px;
        overflow: auto;
    }
}

.m-typeahead {
    max-width: 785px;
}

.cierraresult {
    background: #37a884;
    border: none;
    width: 20px;
    height: 20px;
    position: fixed;
    border-radius: 50%;
    top: 150px;
    margin-left: -15px;
    /* left: -5px; */

    z-index: 999;
}

@media (min-width: 992px) {
    .m-typeahead {
        background-color: white;
        position: absolute;
        box-shadow: -1px 11px 20px 4px rgb(0 0 0 / 31%);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 5px 0 0 0;
        min-width: 600px;
        max-width: 780px;
        margin-left: -20px;
        min-height: 105px;

        z-index: 10;
    }

    .m-typeahead img {
        max-width: 95px;
    }
}

@media (min-width: 1201px) {
    .m-typeahead {
        max-height: 600px;
        overflow: auto;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .m-typeahead {
        max-height: 500px;
        overflow: auto;
    }
}

@media only screen and (max-width: 767px) {
    .m-typeahead {
        display: none !important;
    }

    .m-typeahead img {
        max-width: 95px;
    }
}
