.cuadro_filo {
    border-radius: 9px 0 !important;
    padding: 0 8px !important;
    color: black !important;
    width: max-content;
    transition: 0.3s !important;
}
.cuadro_filo:hover{
    color: blue;
    text-decoration: none;
    border-radius: 7px 7px 0px 0px !important;
    background-color: rgb(190, 196, 255);
}
#ira_contacto {
    color: black;
    font-size: 1.1em !important;
    font-stretch:expanded;
    font-weight:400;
    text-decoration: none;
}
#ira_contacto:hover {
    color: rgb(10, 10, 88);
    border-color: rgb(57, 46, 153);
    text-decoration: none;
}
.filo {
    text-align: center;
}
.top-cart-block .fa-check-circle {
	background: #e84d1c;
}
.top-cart-block .fa-check-circle {
    position: absolute;
    top: 0;
    right: 0;
    background: #e84d1c;
    color: #fff;
    padding: 8px 8px 7px;
    border-radius: 16px !important;
    font-size: 16px;
}
#validar_factura {
    font-size: 16px;
}

/*Menú*/
.btn_general {
    background-color: primary;
}

.menucontenedor {
    width: 100%;
    height: 97px;
    background-color: #051d41;
    display: block;
    z-index: 4000;
}
.menucontenedor .conderecha {
    width: 100%;
    margin-top: 0;
}
.menucontenedor .conizquierda {
    width: 100%;
    margin-top: -10px;
    margin-left: 20px;
}
.vermenu{
    height: 210px !important;
    transition: height 0.3s linear;
}
#menu__principal {
    width: 100%;
    list-style: none;
    height: 0;
    overflow: hidden;
    margin-top: 35px;
}
.enlace {
    display: block;
    padding: 1px 18px 3px 18px;    
    font-size: 1em;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 10px 0 !important;
    background: rgba(47,71,224,1);
    background: -moz-linear-gradient(45deg, rgb(17, 27, 92) 0%, rgba(47,71,224,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(47,71,224,1)), color-stop(100%, rgba(33,132,237,1)));
    background: -webkit-linear-gradient(45deg, rgb(17, 27, 92) 0%, rgba(33,132,237,1) 100%);
    background: -o-linear-gradient(45deg, rgb(17, 27, 92) 0%, rgba(33,132,237,1) 100%);
    background: -ms-linear-gradient(45deg, rgb(17, 27, 92) 0%, rgba(33,132,237,1) 100%);
    background: linear-gradient(45deg, rgb(17, 27, 92) 0%, rgba(33,132,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f47e0', endColorstr='#2184ed', GradientType=1 );
}

.enlace:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: rgb(24, 39, 139);
    background: -moz-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(24, 39, 139)), color-stop(100%, rgb(119, 31, 170)));
    background: -webkit-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -o-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: -ms-linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    background: linear-gradient(45deg, rgba(24, 39, 139) 0%, rgb(119, 31, 170) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=rgba(33,132,237,1), endColorstr=rgb(119, 31, 170), GradientType=1 );
}
#btn_menu {
    width: 40px;
    height: 40px;
    color: white;
    background: rgb(46, 1, 206);
    padding: 0 5px;
    bottom: 15px;
    border: 2px #fff solid;
}
@media screen and (min-width:950px) {
    .menucontenedor {
        display: flex;
        background-color: #051d41;
        z-index: 4000;
    }
    .menucontenedor .conderecha {
        width: 70%;
    }
    .menucontenedor .conizquierda {
        width: 30%;
    }
    #menu__principal {
        margin-left: 10%;
        width: 90%;
        list-style: none;
        display: flex;
        height: 65px;
        justify-content: space-around
    }
    #btn_menu {
        display: none;
        width: 40px;
        height: 40px;
        color: white;
        background: #000;
    }
}
@media screen and (max-width:950px) {
    .menucontenedor {
        display:grid;
        z-index: 4000;
        margin-bottom: 10px;
    }
    .menucontenedor .conderecha {
        width: 100%;
        text-align: right;
        margin-top: 5px;
        padding-top: 22px;
        padding-right: 20px;
        z-index: 900;
        /* background: rgb(62, 48, 189); */
        background: linear-gradient(45deg, rgb(73, 85, 252), #0016dd);
    }
    .menucontenedor .conizquierda {
        width: 100%;
        z-index: 4000;
        /* margin-left: -10% !important; */
    }
    .enlace {
        margin-bottom: 10px;
    }
}
