﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: white;
}

main {
    flex: 1 0 auto;
    background-color: white;
}

header {
    background-color: white;

}

/*.navbar {
    background-color: ;
    color: whitesmoke;
}*/



.fa-bars {
    color:whitesmoke !important;
    
}



.modal-backdrop {
    background-color: #F8F9FF !important;
}

/*----------NAVBAR--------------*/
nav .navbar-nav li a {
  color: white !important;
}

.navbar-two {
    top: 33px;
    background-color: #121557;
    color: whitesmoke;
}

.navbar-one {
    background-color: #121557;
    color: whitesmoke;
    border-bottom: 1px solid whitesmoke;
}

.navbar-two .navbar-nav li :hover {
    background-color: #f8dc00;
    color:#121557 !important;
}

.navbar-links {
    display: block;
    text-decoration: none;
    margin-right: 0; /* space between links */
    width: auto; /* adjust width as needed or use auto */
    line-height: 0.5em;
    color: #1e5799;
    border-right: 1px solid white;
}


.navbar-one li:last-child a {
    border: none;
}

 
.navbar-one:after {
    content: '';
    clear: left;
    display: block;
}



.icon-social-fb-n {
    font-size: 1.5em;
    padding-left: 0.5em;
    padding-top: 0.1em;
    color: whitesmoke;
}

.icon-social-wp-n {
    font-size: 1.5em;
    padding-left: 0.5em;
    padding-top: 0.1em;
    color: whitesmoke;
}

.icon-social-tw-n {
    font-size: 1.5em;
    padding-left: 0.5em;
    padding-top: 0.1em;
    color: whitesmoke;
}


.icon-social-in-n {
    font-size: 1.5em;
    padding-left: 0.5em;
    padding-right:1em;
    padding-top: 0.1em;
    color: whitesmoke;
}


.icon-social-fb-n:hover {
    color: #3b5998 !important;
}

.icon-social-wp-n:hover {
    color: #25d366 !important;
}

.icon-social-tw-n:hover {
    color: #00aced !important;
}


.icon-social-in-n:hover {
    color: #bc2a8d !important;
}


/*------------ FOOTER --------------*/

footer {
    background-color: #f4f1e6;
}


footer ul li {
        font-size: 0.9em;
    }

footer ul li a {
       color:black;
    }


.icon-social-fb {
    font-size: 1.5em;
    padding-top: 0.1em;
    color: white;
}

.icon-social-wp {
    font-size: 1.5em;
    padding-top: 0.1em;
    color: #182c6c;
}

.icon-social-tw {
    font-size: 1.5em;
    padding-top: 0.1em;
    color: #182c6c;
}


.icon-social-in {
    font-size: 1.5em;
    padding-top: 0.1em;
    color: white;
}


.icon-social-fb:hover {
    color: #3b5998 !important;
}

.icon-social-wp:hover {
    color: #25d366 !important;
}

.icon-social-tw:hover {
    color: #00aced !important;
}


.icon-social-in:hover {
    color: #bc2a8d !important;
}




/* ---------- SEARCH BAR ------------*/

.form-control-search {
    color: whitesmoke;
    /*background-color: #182c6c;*/
    font-weight: 400;
    border: 1px solid #121557;
    -webkit-box-shadow: none;
    outline: none;
    min-height: 42px;
    border-radius: 0 0 0 0 !important;
    -webkit-animation: color_change 5s infinite alternate ease-in-out;
    -moz-animation: color_change 5s infinite alternate ease-in-out;
    -ms-animation: color_change 5s infinite alternate ease-in-out;
    -o-animation: color_change 5s infinite alternate ease-in-out;
    animation: color_change 5s infinite alternate ease-in-out;
}


    .form-control-search:focus {
        /*background-color: #182c6c;*/
        color: whitesmoke;
        caret-color: white;
        border: 1px solid #555;
        -webkit-box-shadow: none;
        box-shadow: none !important;
        outline: none;
        -webkit-animation: color_change 5s infinite alternate ease-in-out;
        -moz-animation: color_change 5s infinite alternate ease-in-out;
        -ms-animation: color_change 5s infinite alternate ease-in-out;
        -o-animation: color_change 5s infinite alternate ease-in-out;
        animation: color_change 5s infinite alternate ease-in-out;
    }



    @-webkit-keyframes color_change {
        from {
        background-color: #03369E;
    }

    to {
        background-color: #182c6c;
    }
}

@-moz-keyframes color_change {
    from {
        background-color: #03369E;
    }

    to {
        background-color: #182c6c;
    }
}

/*@-ms-keyframes color_change {
    from {
        background-color: #03369E;
    }

    to {
        background-color: #182c6c;
    }
}*/

@-o-keyframes color_change {
    from {
        background-color: #03369E;
    }

    to {
        background-color: #182c6c;
    }
}

@keyframes color_change {
    from {
        background-color: #03369E;
    }

    to {
        background-color: #182c6c;
    }
}




.searchbtn {
    border: 0;
    padding-left: 5px;
    color: whitesmoke;
    background: #60bdea;
    border-left: none;
    box-shadow: none;
    min-height: 35px;
    max-width: 35px;
    border-radius: 0 50px 50px 0 !important;
}


 .searchbtn:focus {
     outline: none;
  }


.icon-button-search {
    font-size: 15px;
    justify-content: center;
    border-radius: 0 50px 50px 0 !important;
}


.form-control-search::-moz-placeholder {
    color: whitesmoke;
    text-align: center;
}

.form-control-searchv:-ms-input-placeholder {
    color: whitesmoke;
    text-align: center;
}

.form-control-search::-webkit-input-placeholder {
    color: whitesmoke;
    text-align: center;
}


.li-footer-social {
    display: inline;
}

@media (min-width:768px) {
    .li-footer-social {
        display: flex;
    }
}


/*---------------SIDE MENU--------------------*/
.overlay-side, .sideMenu {
    position: fixed;
    bottom: 0
}

.overlay-side {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(6,0,107,0.25);
    z-index: 998;
    transition: all ease 15ms
}

 .overlay-side.open {
        left: 0;
        right: 0
 }

.sidebarNavigation {
    margin-bottom: 0;
    z-index: 999;
    justify-content:center
}

.sidebarNavigation .leftNavbarToggler {
        margin-right: 10px;
        order: -1
}

.sideMenu {
    left: -100%;
    top: 0;
    transition: all ease-out .7s;
    transition-timing-function: linear ease-out;
    width: 100%;
    z-index: 999;
    max-width: 80%;
    height: 100%;
    overflow-y:auto;
}

.sideMenu.open {
        left: 0;
        display: block;
}

.sideMenu ul {
        margin: 0;
        padding: 0 15px
}

.bgside {
    background-color:#121557;
}

.side-icons {
    color: whitesmoke;
    font-size: 5vw;
}

.name-side {
    color: whitesmoke;
    font-family: fantasy;
    font-size: 1.9em;
}


/*----BACT TO TOP BUTTON------*/
.back-to-top {

    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #af151b;
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    left: 5px;
    z-index: 3;
    opacity: 0.8;
    cursor: pointer;
    display: none;
    color: white;
}


    .back-to-top:hover {
        background-color: #af151b;
        color: white;
    }

    .back-to-top:focus {
        background-color: #af151b;
        color: white;
        outline: none;
        box-shadow: none;
    }

    .back-to-top:active {
        background-color: #af151b;
        color: white;
    }

.tooltip.show {
    opacity: 0.9 !important;
}


.center-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:7px;
    padding-left:1px;
}




/*------------LINEA GRADIENTE-------------*/
hr {
    border: 0;
    height: 4px;
    background: linear-gradient(to right, #3333cc 0%, #cc0000 100%);
}



::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #af151b;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }


    /* modal busqueda error*/

.modal-content-error {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    border: 3px solid black !important;
    background-color: white !important;
    color: black !important;
    
}


.form-control {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #121557 !important;
    color: whitesmoke !important;
    caret-color: white !important;
    border: none !important;
}

    .form-control:focus {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
        background-color: #121557 !important;
        color: whitesmoke !important;
        caret-color: white !important;
        border: none !important;
    }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: whitesmoke !important;
    opacity: 1; /* Firefox */
    text-align:center !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: whitesmoke !important;
    text-align: center !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: whitesmoke !important;
    text-align: center !important;
}

/*.umiwebchat-launcher {
    right: initial !important;
    left: 20px !important;

}

.umiwebchat-messenger {
    right: initial !important;
    left: 20px !important;

}




.LandbotLivechat {
    left: 105px !important;
}

.LandbotFrame {
    left: 10px !important;
}

.LandbotProactive {
    left: 10px !important;
}

    .LandbotProactive[data-open="true"] {
        width: 285px !important;
        height: 160px !important;
    }*/





/*.umiwebchat-launcher {
    right: initial !important;
    left: 20px !important;
}

.umiwebchat-messenger {
    right: initial !important;
    left: 20px !important;
}

    */


/*.LandbotLivechat {
    left: 105px !important;
}

.LandbotFrame {
    left: 10px !important;
}

.LandbotProactive {
    left: 10px !important;
}

    .LandbotProactive[data-open="true"] {
        width: 285px !important;
        height: 160px !important;
    }*/

/*.LivechatProactive {
    height: 70px !important;
}

#frame-content {
    height: 170px !important;
    top: 60% !important
}

.frame-content {
    height: 170px !important;
    top: 60% !important
}*/


.fpBoEr {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: calc(100vh - 88px);
    transform: scale(0.8);
    transform-origin: right bottom;
    max-width: 350px;
    margin-top: 10px;
    min-height: 160px !important;
}


.sc-prorn[data-open="true"] {
    width: 285px !important;
    height: 160px !important;
}

.fpBoEr[data-open="true"] {
    width: 285px !important;
    height: 160px !important;
}

.LivechatProactive[data-open="true"] {
    width: 285px !important;
    height: 160px !important;
}
/*svg line*/
.svg-line {
    top: 70px;
}

@media (max-width:1113px) {
    .svg-line {
        top: 66px;
    }
}

@media (max-width:1112px) and (min-width:768px) {
    .svg-line {
        top: 91px;
    }
}

@media (max-width:767px) {
    .svg-line {
        top: 25px;
    }
}



.footer-categoria {
    font-family: 'Yu Gothic';
    font-size: 1.0em;
    color: darkred;
    text-decoration: none;
}


    .footer-categoria:hover {
        font-family: 'Yu Gothic';
        font-size: 1.0em;
        color: #182c6c;
        text-decoration: none;
    }



.float_div {
    position: fixed;
    width: 20px;
    height: 20px;
    padding: 5px;
    background-color: green;
    color: #fff;
    top: 150px;
    float: right;
    right: 0px;
}

.imagen-pm {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}



/* ESTRELLA PROMOCION */






.fa-star-badge {
    position: absolute;
    /*left: -25px;
    top: -25px;*/
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
}

    .fa-star-badge svg {
        color: #af151b;
        font-size: 5em;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    .fa-star-badge:after {
        content: attr(data-text);
        position: absolute;
        color:white;
        left: 50%;
        top: 50%;
        font-size:0.8em;
        text-align: center;
        font-weight: bold;
        transform: translate(-50%, -50%);
        line-height: 1.25;
        text-transform: uppercase;
    }






/*RIBBBON PLANES ESPECIALES*/

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #af151b;
        background-color: #af151b;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #af151b;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #af151b;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #af151b;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #af151b;
        }


/*RIBBON REQUIERE RECETA*/
.ribbon-receta {
    position: absolute;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 101%;
    height: 75px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0px !important;
}

    .ribbon-receta span {
        font-size: 8px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 15px;
        width: 100%;
        display: block;
        background: #af151b;
        background-color:#af151b;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 0px;
    }

        .ribbon-receta span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #af151b;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #af151b;
        }

        .ribbon-receta span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #af151b;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #af151b;
        }





/*RIBBON IZQUIERDA*/


/* top left*/


.ribbon-izq {
    width: 110px;
    height: 80px;
    overflow: hidden;
    position: absolute;
}

    .ribbon-izq::before,
    .ribbon-izq::after {
        position: absolute;
        z-index: 3;
        content: '';
        display: block;
        border: 3px solid #af151b;
    }

    .ribbon-izq span {
        position: absolute;
        display: block;
        width: 150px;
        padding: 5px 0;
        background: #af151b;
        background-color: #af151b;
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
        text-transform: uppercase;
        text-align: center;
    }


.ribbon-top-left {
    top: -6px;
    left: -6px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 28px;
    }

    .ribbon-top-left::after {
        bottom: -1px;
        left: 0;
    }

    .ribbon-top-left span {
        right: -1px;
        top: 20px;
        transform: rotate( -45deg );
    }





    /**RIBBON CUPON*/



.ribbon-cupon {
    width: 100px;
    height: 25px;
    background-color: #af151b;
    top: 75px;
    right: -3px;
    text-align: center;
}


/*.ribbon-cupon:before{
    content:"";
    position: absolute;
    top:-10px;
    right:0px;
    border-left:5px solid red;
    border-right:5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid red;
}*/


    .ribbon-cupon:after {
        content: "";
        position: absolute;
        top: -12px;
        left: -1px;
        border-left: 25px solid white;
        border-right: 25px solid transparent;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }




.ribbon-container {
    position: absolute;
    top: 80px;
    right: -10px;
    overflow: visible;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
    line-height: 10px;
}

    .ribbon-container:before {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 3px;
        color: white;
        left: 0;



    }



    .ribbon-container a {
        display: block;
        padding: 8px;
        position: relative;
        /*background: #C21A1A;*/
        background-color: #af151b;
        overflow: visible;
        height: 25px;
        margin-left: 29px;
        color: white;
        text-decoration: none;
        -moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
        -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
        box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    }

        .ribbon-container a:after {
            /* this creates the "folded" part of our ribbon */
            content: "";
            height: 0;
            width: 0;
            display: block;
            position: absolute;
            bottom: -10px;
            right: 0;
            color: white;
            border-top: 10px solid #af151b;
            /*background: linear-gradient(#F70505 0%, #8F0808 100%);*/
            border-right: 10px solid transparent;
        }

        .ribbon-container a:before {
            /* this creates the "forked" part of our ribbon */
            content: "";
            height: 0;
            width: 0;
            display: block;
            position: absolute;
            top: 0;
            left: -15px;
            color: white;
            /*background: linear-gradient(#F70505 0%, #8F0808 100%);*/
            /*border-top: 13px solid #C21A1A;
            border-bottom: 12px solid #C21A1A;*/
            border-top: 13px solid #af151b;
            border-bottom: 12px solid #af151b;
            border-right: 13px solid transparent;
            border-left: 14px solid transparent;
        }

















/*font REQUIERE RECETA*/
.lateral {
    font-size: 1.2em;
}



@media (max-width:768px) {
    .lateral {
        font-size: 0.8em;
    }
}




.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #EFF5FB;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 50000;
    height: 200px !important;
    width:200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .ui-autocomplete > li > div {
        display:block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #182c6c !important;
    font-weight: bold !important;
    color: #ffffff !important;
}


.ui-widget {
    font-size: 0.8em !important;
}




.butn {
    min-width: 110px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn-tipo {
    color: #fff !important;
    border-color: #357ebd !important; /*set the color you want here*/
    -webkit-box-shadow: none !important;
    outline: none !important;
    background: #60bdea !important;
    border: 0 !important;
    font-size:0.9em;
}

    .btn-tipo:hover, .btn-tipo:focus, .btn-tipo:active, .btn-tipo.active, .open > .dropdown-toggle.btn-tipo, btn-tipo:active:focus {
        color: #fff !important;
        border-color: #357ebd !important;
        -webkit-box-shadow: none !important;
        outline: none !important;
        background: #60bdea !important;
        border: 0 !important;
    }


@media screen and (max-width: 350px) {
    .butn {
        min-width: 100px;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size:0.7em;
    }




}





.dropdown-menu.dropdown-menu-wide {
    min-width: 100% !important;
    text-align: center !important;
}

.dropdown-menu {
    min-width: 110px !important;
    max-width: 110px !important;
}


.busqueda-opcion {
    background-color: #EFF5FB;
    cursor: pointer;
    text-align: center;
    color: #182c6c;
}


    .busqueda-opcion:hover {
        background-color: #EFF5FB;
        cursor: pointer;
        text-align: center;
        color: #182c6c;
        font-weight: bold;
    }


.custom-select{
    width:70px !important;
}



.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 5px;
    background-color: #182c6c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}






.formcart::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: gray !important;
}

.formcart:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: gray !important;
    opacity: 1;
}

.formcart::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: gray !important;
    opacity: 1;
}

.formcart:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: gray !important;
}




.heigth-cart {
    height: 640px !important;
}

.heigth-table-cart {
    height: 420px !important;
}



@media screen and (min-width:768px) and (max-width:992px) {


    .heigth-cart {
        height: 830px !important;
    }

    .heigth-table-cart {
        height: 600px !important;
    }
}



@media screen and (max-width: 768px) {

    .heigth-cart {
        height: 930px !important;
    }

    .heigth-table-cart {
        height: 600px !important;
    }
}



.cart-nav {
    margin-bottom: 0;
    position: relative;
    display: block;
    width: 100%;
    outline: none !important;
}

.btn-circle-cart.btn-sm {
    width: 60px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}


.btn-cart-show{
    visibility:hidden !important;
}

@media screen and (max-width: 768px) {
    .btn-cart-show {
        visibility: visible !important;
    }
}




.position-notification {
    position: absolute;
    top: 60px;
    right: 0;
}

@media screen and (max-width: 768px) {
    .position-notification {
        position: absolute;
        top: 50px;
        left: 0;
        width:250px !important;
    }
}





.loading {
    background: transparent url('http://thinkfuture.com/wp-content/uploads/2013/10/loading_spinner.gif') center no-repeat;
}




