@media screen and (min-width: 980px)
/* Desktop */

{
    .idioma_menu {
        display: none
    }
}

@media screen and (max-width: 979px)
/* Tablet */

{
    .idioma_menu {
        display: block
    }
}

@media screen and (max-width: 500px)
/* Mobile */

{
    .idioma_menu {
        display: block
    }
}

.shopping_cart>a:first-child {
    border: 1px;
    padding: 1px !important;
    margin: 2px;
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    div.spmegamenu {
        position: absolute;
        padding-right: 0px !important;
        left: 0px;
        bottom: 90px;
    }
    img.centro {
        position: relative;
        left: 115%;
        max-width: 200%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    div.spmegamenu {
        position: absolute;
        padding-right: 0px !important;
        left: 0px;
        bottom: 90px;
    }
}

.idioma_menu {
    width: 98%;
    margin: 5px auto;
    background: rgba(255, 252, 252, 0.603);
    color: #000;
    padding: 5px;
    border: solid 1px #000;
    border-radius: 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
}

.cleancont {
    content: none !important;
}

.cleancont:before {
    content: none !important;
}

.cleancont:after {
    content: none !important;
}

.paddclean {
    padding: 0px !important;
}

.padd {
    padding: 8px 20px 8px !important;
}

.ttra {
    text-transform: none !important;
    font-size: 13px !important;
}

.facolor {
    color: #fff;
}

.facolor:hover {
    color: #ffb800 !important;
}

.mf {
    margin: 0 4px;
}

.p0 {
    padding: 0px !important;
}

.padd2 {
    padding: 8px 4px 8px !important;
}

.w20 {
    width: 25px;
}

.opacity90 {
    opacity: 1;
}

.opacity90:hover {
    opacity: 0.7;
}

.matabefore:before {
    display: none !important;
}

ul#navigation4 {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 27%;
    /*left: 0px;*/
    left: 0px;
    list-style: none;
    /*z-index:9999;*/
    z-index: 190;
    margin-top: 15px;
}

ul#navigation4 li {
    width: 40px;
    margin-bottom: 2px;
}

ul#navigation4 li a {
    display: block;
    /*margin-left: -2px;*/
    margin-right: -2px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 10px 0px 0px 10px;
}

ul#navigation4 .imagen1 a {
    background-image: url(ima/1.jpg);
}

.thumbnailmx {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
    background: #000;
}


/* Large desktop */

@media (min-width: 1200px) {
    .bannerpie {
        display: none !important;
    }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    #navigation4 {
        display: none
    }
    .bannerpie {
        display: none !important;
    }
    #colorbox {
        display: none !important;
    }
    #cboxOverlay {
        display: none !important;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    #navigation4 {
        display: none
    }
    #colorbox {
        display: none !important;
    }
    #cboxOverlay {
        display: none !important;
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    #navigation4 {
        display: none
    }
    #colorbox {
        display: none !important;
    }
    #cboxOverlay {
        display: none !important;
    }
}

div.modal-body #login_form {
    background: transparent;
}


/*:::::::::::::::HOME:::::::::::::::::::*/

@font-face {
    font-family: remachine;
    src: url(../../../assets/paginaweb/fonts/remachine.ttf);
}

.flotante_mapa_titul {
    font-family: remachine !important;
    font-size: 40px;
    margin: 0px;
    position: relative;
    top: -10px;
    text-align: center;
}

#ing{
    background: rgba(68, 73, 78, 0) !important;
    padding-top: 10px;
}

.login-text{
    font-size: 15px;
    padding-top: 10px;
}

.contenido-ban{
    float: right;
    margin-top: -81px;
    width: 191px;
    height: 35px;
}
.banderas{
    /* float: right;
    margin-top: -35px; */
}

@media (max-width: 980px){
    .contenido-ban{
        display: none !important;
    }
}

.flecha-return{
    width: 39px;
    height: 27px;
}

.logo-tam{
    max-width: 290px;
}

@media only screen and (max-width: 1199px ){
    .logo-tam{
        max-width: 220px;
        height: 84px;
    }   
}