*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-weight: 18px;
}

:root{
    --color--artesanos: #731f82;/** color menu artesanos*/
    --color--artesanos--secundario: #F0AA08;/** color menu artesanos*/
    --color--artesanos--transpa: rgba(0, 0, 0, .8);/** color menu artesanos*/
    --color--vacio: #5990CD;/** color menu artesanos*/
    --color--prin: #15AEFC;/** color menu prin*/
    --color--badget: red;/** color menu prin*/
    --color--app_barr: rgba(0, 0, 0, .05);/** color menu prin*/
}


.content_general::-webkit-scrollbar, body::-webkit-scrollbar, .productos_detalles::-webkit-scrollbar, .div_carrito::-webkit-scrollbar{
    display: none;
}

.content_general{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-Y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding-bottom: 0px;
    
}


.div_content_publi_derecha{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 288px;
    height: 101vh;
    
}

.div_content_publi_derecha img{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.div_content_publi_izquierda{
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 288px;
    height: 101vh;
    
}

.div_content_publi_izquierda img{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

/**paginacion*/
.paginacion {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.paginacion ul {
	position: absolute;
	width: 90%;
	height: 100%;
}

.paginacion ul li {
	position: relative;
	float: left;
	height: 35px;
	left: 40%;
	padding-top: 0px;
	top: 15px;
	text-align: center;
	list-style: none;
	color: black;
	background: white;
	cursor: pointer;
}

.paginacion ul li.siguiente {
	list-style: none;
}

.paginacion ul li.anterior {
	list-style: none;
}

.paginacion ul li a {
	position: relative;
	font-size: 14.5px;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 10px 16px;
	color: black;
	transition: all .5s;
	background: white;
    text-align: center;
}

.paginacion ul li a:hover, .paginacion ul li a.activo {
	background: var(--color--artesanos);
	font-weight: 900;
	color: #fff;
}

/*paginacion*/
.div_avisos_confirma_email{
    position: fixed;
    width: 500px;
    height: 200px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    flex-wrap: wrap;
    z-index: 30000;
}

.div_avisos_confirma_email.activo{
    display: flex;
}

.div_avisos{
    position: fixed;
    max-width: 500px;
    width: 95%;
    height: 200px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    z-index: 30000;
}


.div_avisos.activo{
    display: flex;
}

.div_img_product{
    position: relative;
    width: 25%;
    height: 67%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    
}

.div_img_product img{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    
}

.div_titulo_product{
    position: relative;
    width: 75%;
    height: 67%;
}

.div_titulo_product label{
    position: relative;
    width: 100%;
    font-size: 1.1em;
    padding-left: 0px;
    text-align: left;
    
}

.l_produc_anadido{
    position: relative;
    margin-top: 10px;
    width: 100%;
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    margin-bottom: -10px;
    padding-left: 0px !important;
    font-size: 1.3em !important;
}

.div_btn_product{
    position: relative;
    width: 100%;
    height: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 10px;
}

.i_avisos{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    font-size: 3.4em;
    color: darkgreen;
}

.l_avisos{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    padding-left: 50px;
}

.img_error_404{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.l_change_lang{
    position: absolute;
    color: aliceblue;
    left: 19.4%;
    
}

.banderas{
    position: relative;
    top: 14%;
    transform: translateY(-50%);
    width: 100%;
    height: 45px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: center;
    align-content: center;
    cursor: pointer;
    transition: all ease .5s;
}

.banderas:hover, .banderas.activo{
    background: rgba(0, 0, 0, .2);
}

.img_flap{
    position: relative;
    width: 40px;
    left: 25%;
    cursor: pointer;
    display: none;
    border-radius: 7px;
}

.img_flap_select{
    position: relative;
    width: 40px;
    height: 30px;
    left: 12%;
    cursor: pointer;
    border-radius: 7px;
}

#img_flap_es.activo{
    display: block;
}

#img_flap_gb.activo{
    display: block;
}

#img_flap_it.activo{
    display: block;
}

.div_banderas{
    position: fixed;
    left: 25%;
    top: 55px;
    width: 120px;
    height: 0px;
    background: #fff;
    z-index: 2;
    transition: all .5s ease;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    opacity: 0;
}

.div_banderas.activo{
    height: 142px;
    opacity: 1;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, .3);
}

.s_lengua{
    position: relative;
    left: 30px;
}

.fondo-aviso-cookies{
    display: none;
    background: rgba(0, 0, 0, .20);
    position: fixed;
    z-index: 500;
    width: 100vw;
    height: 100vh; 
    top: 0;
    left: 0;
    z-index: 2;
    
}

.fondo-aviso-cookies.activo{
    display: block;
    
}

.aviso_cookies{
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% -40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 501;
    padding-top: 60px;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
    text-align: center;
}

.aviso_cookies.activo{
    display: block;
}

.aviso_cookies .galleta{
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.aviso_cookies .titulo_cookies, .aviso_cookies .parrafo_cookies{
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    
}

.aviso_cookies .boton{
    width: 100%;  
    background: #595959;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.aviso_cookies .boton:hover{ 
    background: #000;
}

.aviso_cookies .enlace{
    color: #4dbfff;
    text-decoration: none;
    font-size: 14px;
}

.a_privacy{
    position: relative;
    color: rgba(255, 255, 255, .5);
    font-size: 21px;
    font-weight: 200;
    text-decoration: none;
}

.l_barra{
    position: relative;
    color: rgba(255, 255, 255, .5);
    font-size: 21px;
    font-weight: 200;
    margin: 0 10px;
}

.a_privacy:hover{
    text-decoration: underline;
    color: rgba(255, 255, 255, .9);
}

.aviso_cookies .enlace:hover{
    text-decoration: underline;
    
}

.h_privacy{
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.h_declaracion{
    color: #4b0082;
    margin-top: 20px;
    margin-bottom: 10px;
}

.p_conten_cookies{
    width: 100%;
    margin: 10px 0;
}

.ul_aviso_cookies{
    width: 100%;
    margin: 10px;
}

.ul_aviso_cookies li{
    list-style: circle !important;
    margin: 10px 55px;
}

 .fat_mobile {
     top: 79%;
     left: 0%;
     transform: translate(0%);
 }
/** Responsive generales */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){

    /**paginacion*/
    .paginacion {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        justify-items: flex-start;
    }

    .paginacion ul {
        position: absolute;
        width: 90%;
        height: 100%;
    }
    

    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 25%;
        transform: translate(-50%);
        padding-top: 0px;
        top: 15px;
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .paginacion ul li.siguiente {
        list-style: none;
    }

    .paginacion ul li.anterior {
        list-style: none;
    }

    .paginacion ul li a {
        position: relative;
        font-size: 10px;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, .3);
        padding: 7px 10px;
        color: black;
        transition: all .5s;
        background: white;
        text-align: center;
    }

    .paginacion ul li a:hover, .paginacion ul li a.activo {
        background: var(--color--artesanos);
        font-weight: 900;
        color: #fff;
    }
  
    .fat_mobile {
       top: 40%;
       left: 60%;
       transform: translate(-50%);
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){
   .div_content_publi_derecha, .div_content_publi_izquierda{
        display: none;
    }
    /**paginacion*/
    .paginacion {
        position: relative;
        top: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        justify-items: flex-start;
    }

    .paginacion ul {
        position: absolute;
        width: 90%;
        height: 100%;
    }
    

    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 20%;
        transform: translate(-50%);
        padding-top: 0px;
        top: 15px;
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .paginacion ul li.siguiente {
        list-style: none;
    }

    .paginacion ul li.anterior {
        list-style: none;
    }

    .paginacion ul li a {
        position: relative;
        font-size: 14.5px;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, .3);
        padding: 10px 16px;
        color: black;
        transition: all .5s;
        background: white;
        text-align: center;
    }

    .paginacion ul li a:hover, .paginacion ul li a.activo {
        background: var(--color--artesanos);
        font-weight: 900;
        color: #fff;
    }

     .l_change_lang{
        display: none
    }
    
    
    .img_flap{
        position: relative;
        width: 40px;
        left: 7%;
        cursor: pointer;
        display: none;
        border-radius: 7px;
    }
    
    
    .div_banderas{
        left: 5%;
    }
    
    .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin:2px !important;
         
     }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:346px){

  .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }
    
    .img_flap {
        left:12%;
    }
    
    .div_banderas {
        left: 10%;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){

    /**paginacion*/
        .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 6%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .paginacion ul li.siguiente {
        list-style: none;
    }

    .paginacion ul li.anterior {
        list-style: none;
    }

    .paginacion ul li a {
        position: relative;
        font-size: 14.5px;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, .3);
        padding: 10px 16px;
        color: black;
        transition: all .5s;
        background: white;
        text-align: center;
    }

    .paginacion ul li a:hover, .paginacion ul li a.activo {
        background: var(--color--artesanos);
        font-weight: 900;
        color: #fff;
    }

     .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }
}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){
   .div_content_publi_derecha, .div_content_publi_izquierda{
        display: none;
    }
    
    .l_change_lang{
        display: none
    }
    
    
    .img_flap{
        position: relative;
        width: 40px;
        left: 41%;
        cursor: pointer;
        display: none;
        border-radius: 7px;
    }
    
    
    .div_banderas{
        left: 15%;
    }

     .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }
    
    .img_flap {
        left:20%;
    }
    
    .l_filtros {
        left: 47px;
    }
    
    .div_filtros {
        top: 21%;
        left: 29%;
    }
}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:384px){
    
    .img_flap {
        left:21%;
    }
}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){

    .div_content_publi_derecha, .div_content_publi_izquierda{
        display: none;
    }
    
    /**paginacion*/
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 5%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .paginacion ul li.siguiente {
        list-style: none;
    }

    .paginacion ul li.anterior {
        list-style: none;
    }

    .paginacion ul li a {
        position: relative;
        font-size: 14.5px;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, .3);
        padding: 10px 16px;
        color: black;
        transition: all .5s;
        background: white;
        text-align: center;
    }

    .paginacion ul li a:hover, .paginacion ul li a.activo {
        background: var(--color--artesanos);
        font-weight: 900;
        color: #fff;
    }
    
    
    .l_change_lang{
        display: none
    }
    
    
    .img_flap{
        position: relative;
        width: 40px;
        left: 20%;
        cursor: pointer;
        display: none;
        border-radius: 7px;
    }
    
    
    .div_banderas{
        left: 15%;
    }


    .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }
}
/**Small devices (landscape phones, 504px and up)**/
@media (min-width:393px){ 
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 5%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }
}

/**Small devices (landscape phones, 504px and up)**/
@media (min-width:400px){ 
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 5%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

     .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }

}
/**Small devices (landscape phones, 504px and up)**/
@media (min-width:412px){ 
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 5%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

     .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }

}
/**Small devices (landscape phones, 504px and up)**/
@media (min-width:480px){ 
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 5%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }
   
     .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }

}
/**Small devices (landscape phones, 504px and up)**/
@media (min-width:504px){ 
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 2%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

     .fat_mobile {
       top: 34%;
       width: 100% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       align-items: center;
    }
}
/**Small devices (landscape phones, 576px and up)**/
@media (min-width:576px){
   .fat_mobile {
       top: 40%;
       left: 60%;
       transform: translate(-50%);
   }

}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:600px){
   .fat_mobile {
       top: 34%;
       width: 100% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .img_flap {
       left: 52%;
    }
    
    .div_banderas {
        left: 47%;
    }

}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){
    .l_change_lang{
        display: none
    }
    
    
    .img_flap{
        position: relative;
        width: 40px;
        left: 62%;
        cursor: pointer;
        display: none;
        border-radius: 7px;
    }
    
    
    .div_banderas{
        left: 57%;
    }
    
    
            
    .fat_mobile {
       top: 35%;
       width: 70% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
    }
    
    
     .fat_mobile p{
         margin: 9px !important;
         
     }
}

/**Large devices (desktops, 810px and up)*/
@media (min-width:810px){
     .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 2%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }
    
    
    .fat_mobile {
       top: 35%;
       width: 100% !important;
       height: 200px !important;
       left: 50%;
       transform: translate(-50%);
       background: rgba(0, 0, 0, .6);
       padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
}

/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){
   
    /**paginacion*/
        .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    
    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 5%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .paginacion ul li.siguiente {
        list-style: none;
    }

    .paginacion ul li.anterior {
        list-style: none;
    }

    .paginacion ul li a {
        position: relative;
        font-size: 14.5px;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, .3);
        padding: 10px 16px;
        color: black;
        transition: all .5s;
        background: white;
        text-align: center;
    }

    .paginacion ul li a:hover, .paginacion ul li a.activo {
        background: var(--color--artesanos);
        font-weight: 900;
        color: #fff;
    }
    
    .l_change_lang{
        display: none;
    }
    
    
    .img_flap{
        position: relative;
        width: 40px;
        left: 25%;
        cursor: pointer;
        display: none;
        border-radius: 7px;
    }
    
    
    .div_banderas{
        left: 24%;
    }
}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){
   
}


/**Extra large devices (large desktops, 1440px and up)*/
@media (min-width:1440px){
   .div_content_publi_derecha, .div_content_publi_izquierda{
        display: block;
    }
    /**paginacion*/
    .paginacion {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .paginacion ul {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .paginacion ul li {
        position: relative;
        float: left;
        height: 35px;
        left: 2%;
        padding-top: 0px;
        top: 40%;
        transform: translate(-50%, -50%);
        text-align: center;
        list-style: none;
        color: black;
        background: white;
        cursor: pointer;
    }

    .paginacion ul li.siguiente {
        list-style: none;
    }

    .paginacion ul li.anterior {
        list-style: none;
    }

    .paginacion ul li a {
        position: relative;
        font-size: 14.5px;
        text-decoration: none;
        border: 1px solid rgba(0, 0, 0, .3);
        padding: 10px 16px;
        color: black;
        transition: all .5s;
        background: white;
        text-align: center;
    }

    .paginacion ul li a:hover, .paginacion ul li a.activo {
        background: var(--color--artesanos);
        font-weight: 900;
        color: #fff;
    }

    /*paginacion*/

    .div_avisos{
        position: fixed;
        max-width: 500px;
        width: 95%;
        height: 200px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 8px;
        overflow: hidden;
        display: none;
        flex-wrap: wrap;
        z-index: 30000;
    }

    .div_avisos.activo{
        display: flex;
    }

    .i_avisos{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 20px;
        font-size: 3.4em;
        color: darkgreen;
    }

    .l_avisos{
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        font-size: 1.4em;
        font-weight: 700;
        padding-left: 50px;
    }

    .l_change_lang{
        position: absolute;
        color: aliceblue;
        left: 18%;
        display: block;

    }

    .banderas{
        position: relative;
        top: 17%;
        transform: translateY(-50%);
        width: 100%;
        height: 45px;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: center;
        align-content: center;
        cursor: pointer;
        transition: all ease .5s;
    }

    .banderas:hover, .banderas.activo{
        background: rgba(0, 0, 0, .2);
    }

    .img_flap{
        position: relative;
        width: 40px;
        left: 25%;
        cursor: pointer;
        display: none;
        border-radius: 7px;
    }

    .img_flap_select{
        position: relative;
        width: 40px;
        height: 30px;
        left: 12%;
        cursor: pointer;
        border-radius: 7px;
    }

    #img_flap_es.activo{
        display: block;
    }

    #img_flap_gb.activo{
        display: block;
    }

    #img_flap_it.activo{
        display: block;
    }

    .div_banderas{
        position: fixed;
        left: 25%;
        top: 55px;
        width: 120px;
        height: 0px;
        background: #fff;
        z-index: 2;
        transition: all .5s ease;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        opacity: 0;
    }

    .div_banderas.activo{
        height: 135px;
        opacity: 1;
        border-radius: 7px;
        border: 1px solid rgba(0, 0, 0, .3);
    }

    .s_lengua{
        position: relative;
        left: 30px;
    }
    
     .fat_mobile {
         top: 76%;
         left: 0%;
         transform: translate(0%);
         background: transparent;
         display: block;
         
     }
    
     .fat_mobile p{
         margin: 8px !important;
         
     }
}





















