﻿:root {
  --verde: #00838B;
  --verde2: #B5D16B;
  --blanco: #FFFFFF;
  --negro:#000000;
  --linea:#d4dcdf;
  --grey:#f8f8f9;
}
* {
    box-sizing:border-box;
}
.flex {
    display:flex;
}

.contenedor-registro.bloqueo-registro {
    position:relative;
}

/*.contenedor-registro.bloqueo-registro:after {
    content:'';
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    z-index:1;
}*/

.contenedor-registro .flex > div {
    flex: 1;
}
.popup {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    background-color:rgba(0,0,0,0.3);
    z-index:99;
}
.popup-contenido {
    position:absolute;
    top:50%;
    left:50%;
    padding:30px;
    transform:translate(-50%);
    width:90%;
    max-width:400px;
    background-color:var(--blanco);
    text-align:center;
    font-weight:600;
    font-size:16px;
    color:var(--verde);
    line-height:28px;
}
.popup-contenido p {
    margin-bottom:10px;
}
.cerrar-popup {
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
    font-size:20px;
}
.gap {
    gap:10px;
}
.space-between {
    justify-content:space-between;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong {
    font-weight:bold;
}
input[type="email"], input[type="password"], input[type="search"], input[type="text"], select, textarea {
    text-align: left;
    padding: 12px;
    width: calc(100%);
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    color: #888;
    border-radius: 4px;
    border: 1px solid var(--verde);
    font-weight: 700;
    background:#f9fafa;
}
:focus {
    outline: 0;
}
html, body {
    margin:0;
    padding:0;
    height:100%;    
}
.contenedor-registro select, .contenedor-registro input[type="email"], .contenedor-registro input[type="password"], .contenedor-registro input[type="search"], .contenedor-registro input[type="text"] {
    height:40px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:var(--negro);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    }
.contenido {
    flex: 1 0 auto;
}
.pie {
    flex-shrink: 0;
}
img {
    display:block;
    width:100%;
    }
input {
    width:100%;
    }
textarea {
    width:100%;
    resize:vertical;
    }
input:focus, textarea:focus {
    outline: 0;
    }
input[type='checkbox'] {
    width:auto;
    margin: 0;
    vertical-align: middle;
    }
ul {
    list-style:none;
    padding:0;
    margin:0;
    }
a {
    text-decoration:none;
    }
a:hover {
    text-decoration:none;
    }
a:focus, a:visited {text-decoration:none;outline:0;}
.text-danger {
    color:red;
    font-weight:bold;
    font-size:12px;
    margin:3px 0;
    padding-left:2px;
    }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin:0;
    }
/*----------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}
body, html, form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.contenedor-makai {
    background-color: #008c94;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}
.contenedor-makai3 {
    background-color: #008c94;
    position: relative;
    text-align: center;
    display: flex;
      flex-direction: column;
      width: 100%;
}
.contenedor-makai2 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    flex-shrink: 0;
} 
.bot-registro {
    width: 100%;
    background-color: #beda6b;    
    padding-top: 40px;
    padding-bottom:40px;
    flex-shrink: 0;
}
.bot-registro img {
    width: 200px;
    display:inline-block;
}

.logo1 {
    text-align: center;
    padding-top: 120px;
    margin: 0px auto 50px auto;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.logo1 img {
    display: inline-block;
    width: 100%;
}
.logo1 span {
    display: block;
    color: #e2e4de;
    font-weight: 700;
    position: relative;
    margin-top: -12px;
    font-size: 20px;
}
.logo2 {
    text-align: center;
    position: relative;
    z-index: 1;
}
.logo2 img {
    display: inline-block;
    width: 80px;
    max-width: 90%;
}
.contenedor-login {
    text-align: center;
    margin-bottom: 60px;
    width:100%;
    max-width:1000px;
    margin:0 auto 60px auto;
}

.bot {
    position: absolute;
    width: 100%;
    background-color: #beda6b;
    bottom: 0;
    left: 0;
    height: calc(100% - 640px);
    padding-top: 40px;
}
.bot img {
    width: 200px;
    display:inline-block;
}
.idiomas {
    position:absolute;
    top:20px;
    right:20px;
    white-space:nowrap;
    z-index:9;
}
.idiomas a {
    text-decoration:none;
    color:black;
}
.cabecera-top .idiomas a {
    text-decoration:none;
    color:black;
}
.idiomas img {
    display:inline-block;
    width:20px;
}
.idiomas select {
    display:inline-block;
    padding:4px 12px;
    width:70px;
}
.contenedor-registro {
    width:90%;
    max-width:1000px;
    margin:0 auto;
    flex-grow: 1;
    margin-bottom:40px;
}

.alerta-registro {
    color:yellow;
    font-size:12px;
    font-weight:bold;
    position:relative;
    top:-5px;
    padding-left:4px;
}
.ok-ko {
    font-size:16px;
    text-align:left;
    margin-bottom:20px;
    width:1000px;
    margin:0 auto 20px auto;    
}
.campo-registro {
    text-align:left;
}
.campo-registro p {
    color:var(--blanco);
    margin-bottom:4px;
    padding-left:4px;
}
.campo-registro-check {
    color:var(--blanco);
}
.campo-registro-check .input-desactivado {
    background-color: #bbb;
    pointer-events: none;
}
.campo-registro-check input[type="checkbox"] {
    width:auto;
    display:inline-block;
    margin-right:4px;
    position:relative;
    top:-2px;
}
.contenedor {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.contenedor-pie {
     width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
/*----------------------------------------------------------------------------*/


/*---------------------CABECERA--*/


.cabecera-top {
    z-index: 1;
    position: relative;
    background-color: var(--verde);
    padding: 10px 20px;
    color:#fff;
    display:flex;
    justify-content:space-between;
}
.cabecera-top a {
    color:#fff;
}
.cabecera-top-contenido {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items:flex-start;
}   
.menu-secundario-burguer {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .5s;
    cursor:pointer;
    vertical-align: bottom;
    visibility:hidden;
}
.menu-secundario-burguer span {
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    transition: .3s ease;
}
.menu-secundario-burguer span:nth-child(2) {
    margin: 4px 0;
}
.menu-secundario-burguer.seleccionado span {
    transform-origin: center;
}
.menu-secundario-burguer.seleccionado span:first-child {
    transform: translateY(6px) rotate(45deg);
}
.menu-secundario-burguer.seleccionado span:nth-child(2) {
    opacity: 0;
}
.menu-secundario-burguer.seleccionado span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}
.menu-secundario ul {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--verde);
    width: 200px;
    padding: 10px 0;
    line-height:1;
    display:none;
    }
.menu-secundario ul li {
    width: 100%;
    margin: 0 20px 0 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
}
.menu-secundario ul li a {
    display: block;
    padding: 10px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--blanco);
}
.menu-secundario ul li a:hover {
    color: var(--verde2);
}
.cabecera-idiomas {
    margin-left:0px;
}
.cabecera-cesta, .cabecera-login, .cabecera-idiomas select {
    background: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .1);
    transition: .5s;
    display: inline-block;
    width: auto;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 0 10px;
    margin-bottom:0;
    margin-left:6px;
}
.cabecera-idiomas select option {
    color:var(--verde);
}
.cabecera-cesta {
    display:inline-block;
    padding:0;
    margin-left:6px;
}
.cabecera-cesta a {
    height:100%;
    display:block;
    padding:0 10px;
}
.cabecera-cesta .fal {
    margin-right:10px;
}
.items {
    color:#fff;
    font-weight: 600;
    letter-spacing:2px;
}
.cabecera-cesta:hover, .cabecera-login:hover {
    background: rgba(255, 255, 255, .2);
}
.buscador {
    display:inline-block;
    margin-left:6px;
}
.buscador input {
    outline: none;
    background: rgba(0, 0, 0, .05);
    border: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: .3s ease;
    background: rgba(255, 255, 255, .1);
    width: 160px;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 10px 5px 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing:2px;
}
.buscador ::-webkit-input-placeholder { 
  color: #fff;
}
.buscador ::-moz-placeholder { 
  color: #fff;
}
.buscador :-ms-input-placeholder { 
  color: #fff;
}
.buscador :-moz-placeholder { 
  color: #fff;
}
.buscador input:focus {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}
.div-logado a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    
}
.form-login {
    display:inline-block;
    margin-left:6px;
}
.btn-logout {
    background-color:transparent;
    border:0;
    border-radius:0;
    color:#fff;
    cursor:pointer;
    font-size:16px;
}
.cabecera {
    background-color:var(--blanco);
    transition: height .5s;
    z-index:20;
    padding:10px 20px;
    border-bottom:1px solid var(--linea);
}
.cabecera .flex {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.flex .cabecera-logo {
    width:140px;
    display: block;    
    flex-shrink:0;
}
.cabecera-logo img {
    width:100%;
}
.menu-principal {
    flex-grow:1;
    text-align:right;
}
.menu-principal ul {
    
}
.menu-principal ul li {
    display: inline-block;
    margin-left:20px;    
}
.menu-principal ul li a {
     color:var(--negro);
     font-weight:600;
}
.menu-principal ul li a:hover {
     color:var(--verde);
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .3s ease;
}

.sticky ~ .contenedor-body {
    padding-top:106px;
}
.sticky .menu-principal ul li a {
    padding-bottom: 28px;
}
/*-------------------------POP UP RESULTADOS BUSQUEDA---------*/
#div-popup-resultado-buscar {
    border: 1px solid #ccc;
    position: fixed;
    top: 50px;
    width: 90%;
    max-width: 1280px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    max-height:80vh;
    overflow: auto;
}
#div-popup-resultado-buscar .articulos-mostrar {
    right: 20px;
    bottom: 36px;
    position: relative;
    float: right;
}

#div-popup-resultado-buscar .modulo-articulos {
    }
.cerrar-panel-buscar {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor:pointer;
    display:block;
    z-index:1001;
}

.cerrar-panel-buscar:hover {
    background-position: 0 -36px;
    z-index: 1001;
}
/*-------------------------PIE----------------*/

.pie {
    background-color:var(--verde);
    padding:40px 0;
    color:#fff;
    margin-top:20px;
    font-weight:400;
}
.contenedor-pie {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.pie h6 {
    font-weight:700;
    margin-bottom:10px;
}
.columna-pie1 {
    width:30%;
    margin-right:20px;
}
.columna-pie2 {
    width:50%;
    margin-right:20px;
}
.columna-pie3 {
    width:calc(20% - 40px);
    margin-right:0px;
}
.pie a {
    color:var(--blanco);
}
.pie ul li {
    padding: 6px 0;
    display:inline-block;    
}
.pie ul li span {
    display:inline-block;
    margin: 0 12px;
}
.rrss {
    padding-top:0px;
    font-size:20px;
}
.rrss .fab {
    margin-right:8px;
}
@media (max-width: 1000px) {
    .columna-pie1 {
        width:40%;
        margin-right:20px;
        margin-bottom:40px;
    }
    .columna-pie2 {
        width:calc(60% - 20px);
        margin-right:0px;
    }
    .columna-pie3 {
        width:calc(100%);
        margin-right:0px;
    }
}

@media (max-width: 650px) {
  .columna-pie1 {
        width:100%;
        margin-right:0px;
        margin-bottom:40px;
    }
    .columna-pie2 {
        width:100%;
        margin-right:0px;
        margin-bottom:40px;
    }
    .columna-pie3 {
        width:calc(100%);
        margin-right:0px;
    }
}
/*---------------------------HOME---------------------------*/

.home-imagen {
    position:relative;
    height:500px;
    margin-bottom:40px;
}
.home-imagen img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.home-imagen-textos {
    position:absolute;
    top:15%;
    left:10%;
    width:40%;
}
.home-imagen-textos h1 {
    font-size:48px;
    color:var(--verde);
    font-weight:700;
    margin-bottom:12px;
    line-height:50px;
    text-shadow:
    3px 3px 0 var(--verde2),
    -3px 3px 0 var(--verde2),
    -3px -3px 0 var(--verde2),
    3px -3px 0 var(--verde2);
}
.home-imagen-textos p {
    font-size:24px;
    color:var(--verde);
    font-weight:600;
    margin-bottom:20px;
    line-height:30px;
    text-shadow:
    1px 1px 0 var(--verde2),
    -1px 1px 0 var(--verde2),
    -1px -1px 0 var(--verde2),
    1px -1px 0 var(--verde2);
}
.home-categorias {
    margin-bottom:50px;
}
.home-categorias h2 {   
    font-size: 32px;
    color: var(--verde);
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom:30px;
}
.contenedor-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px;
}
.contenedor-categorias {
    flex: 1 1 calc(33.333% - 20px);
    border: 0px solid #ddd;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    background-color: var(--grey);
    max-width: calc(33.333% - 20px);
}
.contenedor-categorias img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position:center;
    border-bottom: 2px solid #eee;
}
.contenedor-categorias h3 {
    padding: 20px 20px;
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
    color: var(--verde);
    font-family: Open Sans;
    font-weight: 700;
    line-height: 1.3em;
}
.contenedor-categorias .btn-maikai {
    padding-bottom:30px;
}
@media (max-width: 1024px) { /* Tablet: 3 filas de 2 productos */
    .contenedor-categorias {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    }
}
@media (max-width: 768px) { /* Móvil: 6 filas de 1 producto */
    .contenedor-categorias {
    flex: 1 1 100%;
    max-width: 100%;
    }
}
@media (max-width: 1000px) {
    .home-imagen-textos {
        position:absolute;
        top:10%;
        left:10%;
        right:10%;
        margin:auto;
        width:auto;        
    }
}
@media (max-width: 500px) {
    .home-imagen-textos {
        top:30px;      
    }
    .home-imagen-textos h1 {
        font-size:34px;
        line-height:40px;
    }
    .home-imagen-textos p {
        font-size:18px;
        line-height:24px;
    }
}


/*-----------------------RENDERBODY-------------------------*/

.contenedor-body {
    padding-top:30px
}

.contenedor-tienda { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top:40px;
}
.tienda-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;    
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
}
.tienda-titular {
    margin-bottom:20px;
}
.tienda-titular h2 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    color: var(--verde);
    font-weight: 700;
    line-height: 1.3em;
    
}
.migas, .migas a {
    font-size:12px;
    color:#767676;
}
.migas .sin-url {
    cursor:default;
    pointer-events:none;
}
.tienda-articulos {
    display: block;
    width: 100%;
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    flex-basis: 75%;
    padding: 0 12px 0 0;
}
/*---------------------BARRA LATERAL-------------*/
.barra-lateral {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
    padding: 0 0 0 12px;
}
.titular-barra-lateral {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    margin: 0;
    overflow: hidden;
}
.titular-barra-lateral h4 {
    background: var(--verde);
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;    
}
.menu-barra-lateral {
    background-color:#fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.menu-barra-lateral li {   
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.3em;
}
.menu-barra-lateral li:after {
    content: " ";
    display: table;
    clear:both;
}
.menu-barra-lateral li a { 
    display: block;
    font-weight: 700;
    color: rgba(0, 0, 0, .75);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
}
.menu-barra-lateral li a:hover {
    color: var(--verde2);;
}
.menu-barra-lateral li a img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    float: left;
    display:block;
    object-fit:cover;
    object-position:center;
    border:1px solid rgba(0, 0, 0, .1);
}

/*-------------------------GRIDVIEW-------------*/
.cardview-envio {
    padding:0 20px 20px;
    text-align:center;
    color:var(--verde);
    font-weight:bold;
}
.cardview-contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    min-width: 100%;
    margin: 0 -12px;
    overflow: hidden;
}
.cardview-contenedor-producto {
    flex-basis: 25%;
    max-width: 25% ;
    min-width: 25% ;
    width: 25% ;
    padding: 0 12px 24px;    
}
.cardview-producto {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    height:100%;
    overflow:hidden;
    background-color:var(--grey);
    border-radius:4px;
}
.cardview-producto a {
    display:block;
    height:100%;
}
.cardview-imagen {
    position:relative;
}
.cardview-imagen img {
    overflow-clip-margin: content-box;
    overflow: clip;
    display:block;
    aspect-ratio:1;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.capa-superpuesta {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    pointer-events:none;
}
.capa-superpuesta:after {
    content: "\f055";
    position: absolute;
    top: 60%;
    left: 50%;
    display: inline-block;
    transition: .3s ease;
    transform: translate(-50%, -50%);
    font-size: 32px;
    line-height: 32px;
    font-family:'Font Awesome 5 Pro';
    color:#fff;
    font-weight:800;
}
.cardview-imagen:hover .capa-superpuesta {
    opacity:1;
}
.cardview-imagen:hover .capa-superpuesta:after {
    top: 50%;
}
.cardview-datos {

}
.cardview-datos a {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 20px 0 20px;
}
 .cardview-datos h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
    color: var(--verde);
    font-family: Open Sans;
    font-weight: 700;    
    line-height: 1.3em;
 }
.cardview-datos span {
    margin: 0;
    color: var(--negro);
    font-size: 20px;
    font-weight: 700;
}
.cardview-enviar-cesta, .btn-maikai {
    font-size: 18px;    
    border-style: none;
    border-radius: 100px;
    padding: 12px 20px;
    margin-bottom: 10px;
    text-align:center;
}
.cardview-enviar-cesta a, .btn-maikai a, .cardview-enviar-cesta button, .btn-maikai button {
    font-size: 18px;
    font-weight: 400;
    border-style: none;
    border-radius: 100px;
    padding: 12px 20px;
    margin-top: 10px;
    background-color:var(--verde);
    color:var(--blanco);
    font-weight: 700;
    cursor:pointer;
}
.cardview-enviar-cesta a:hover, .btn-maikai a:hover, .cardview-enviar-cesta button:hover, .btn-maikai button:hover {    
    color:var(--verde2);
}
.ordenar {
    margin-bottom:20px;
    float:right;
}
.ordenar select {    
    vertical-align: top;
    outline: none;
    color:var(--verde);
    border: 1px solid var(--verde);
    border-radius: 4px;
    padding: 10px 12px;   
}
.ordenar select:focus {
    
}
.contenedor-paginacion {
    text-align:center;
    width:100%;    
}
.contenedor-paginacion nav {
    display:inline-block;
    margin-right:10px;
}
.pagination {
    margin:0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px
}
.pagination>li {
    display: inline
}
.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--verde2);
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--verde2);
    border-color: var(--verde2);
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
/*----------------------PANTALLA ARTICULO--------*/
.contenedor-articulo {
    min-height:600px;
}
.articulo-izquierda {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 40px;
    position:relative;
}
.articulo-derecha {
    width:50%;
    float:left;
    margin-bottom:40px;
    }
.carrusel-articulo1 {
    margin-bottom:20px;
    width:calc(100% - 20px);
    }
.carrusel-articulo1 .modulo-carrusel-articulo {
        
    text-align:center;
    position:relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius:8px;
    }
.carrusel-articulo1 .modulo-carrusel-articulo img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    aspect-ratio:1;
    }
.carrusel-articulo2 {
    transform:translateX(-10px);    
}
.carrusel-articulo2 .modulo-carrusel-articulo {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align:center;
    position:relative;
    margin-bottom:30px;
    background-color:#fff;
    cursor:pointer;
    margin:0 10px;
    }
.carrusel-articulo2 .modulo-carrusel-articulo:nth-child(4) {margin-right:0;}

.carrusel-articulo2 .modulo-carrusel-articulo img {
    width: 100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition: opacity .5s ease;
    opacity:0.5;
    aspect-ratio:1;
}
.carrusel-articulo2 .slick-current img {
    opacity:1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color:inherit !important;
    }
body .slick-prev, body .slick-next {
    border-style: solid;
    border-width: 3px 3px 0px 0;
    display: inline-block;
    height: 15px;     
    width: 15px;
    color: #b3b3b3;
    top: 40%;
}
body .slick-next {
    right:-12px;
}
body .slick-prev {
    left:-12px;
}
.slick-prev:before, .slick-next:before {
    content:none !important;
   }
body .slick-prev:hover, body .slick-next:hover {    
    color: #000000 !important;
}
body .slick-prev {transform: rotate(225deg);}
body .slick-next {transform: rotate(45deg);}
.carrusel-articulo2 .slick-track {
    min-width: 454px;
}
.datos-articulo {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    margin: 0 0 24px;
    overflow: hidden;
    padding:30px;
    position:relative;
}
.adjuntos {
    position:absolute;
    top:20px;
    right:20px;
    padding:0px;
    background-color:#f4bf4d;    
    border-radius:4px;   
    width:60px;
    height:60px;
    box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.adjuntos button {
    background-color:transparent;
    border:0;    
    cursor:pointer;
}
.adjuntos img {
    width:100%;
    margin-top:6px;
}
.adjuntos:hover {
    background-color:var(--verde);  
}

.articulo-nombre {
    margin: 0 0 10px;
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 34px;
    color: var(--verde);
    font-family: Open Sans;
    font-weight: 700;    
    line-height: 1.3em;
    padding-right:58px;    
}
.articulo-importe {
    color: var(--negro);
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1;
    display:inline-block;
    font-weight:700;
}
.articulo-importe div {
    display:inline-block;
}
.articulo-importe p {
    font-size:12px;
    color:var(--verde);
    margin-top:10px;
    font-weight:600;
}
.articulo-descripcion {
    margin: 0 0 40px;
    line-height: 1.7em;
    word-break: break-word;
    word-wrap: break-word;
    
}
.articulo-cesta-cantidad input {
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 1;
    width: 100px;
    text-align: center;
    outline: none;
    background: rgba(0, 0, 0, .05);
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px;
    color: var(--negro);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: .3s ease;
    border-radius:8px;
    background-color:var(--blanco);
    border:1px solid var(--negro);
}
.articulo-cesta-cantidad input:focus {
    
}
.articulo-cesta-cantidad button {
    font-size: 18px;
    font-weight: 400;
    border-style: none;
    border-radius: 100px;
    padding: 12px 20px;
    margin-top: 10px;
    background-color: var(--verde);
    color: var(--blanco);
    font-weight: 700;
    cursor: pointer;
    width:calc(100% - 120px);

}
.articulo-cesta-cantidad button:hover {
    color: var(--verde2);
}
.articulo-descripcion-larga-contenedor {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    margin: 0 0 24px;
    overflow: hidden;
}
.descripcion-titular {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 20px;
    line-height: 1;
    cursor:pointer;
}
.descripcion-titular h5 {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, .5);
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
    
    line-height: 1.3em;
    
}
.descripcion-titular .fal {
    margin-right:10px;
}
.articulo-descripcion-larga {
    background: var(--grey);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 40px;
}
.articulo-descripcion-larga p {
    margin-bottom:10px;
}
.articulo-descripcion-larga p:last-child {
    margin-bottom:0px;
}
.enviado-cesta {
    background-color: var(--verde2);
    color: var(--verde);
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 3px;
    padding: 12px !important;
    font-size: 12px;
    margin-bottom:30px;
    display:none;
}
.enviado-cesta-spam {
    font-weight:700;
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:calc(100% - 100px);
    line-height:0px;
    position:relative;
    top:2px;
}
.ver-cesta {
    color: var(--blanco);
    margin: -6px 0;
    padding: 8px 12px;
    font-size: 12px;
    background-color: var(--verde);       
    display: inline-block;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
    position:relative;
    top:-1px;
    right:-8px;
    
    cursor: pointer;
    transition: .3s ease;
    float:right;    
}
.ver-cesta:hover {
    color: var(--verde2);
}

/*----------INICIO SESIÓN / Formularios--------*/


.admin-menu {
    margin-bottom:30px;
}
.admin-menu a  {
    outline: none;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
    
    cursor: pointer;
    transition: .3s ease;
    border-color: #fff;
    text-align:center;
}
.admin-menu a:hover {
    background: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .75);
    text-shadow: none;
}
/*------------------------------------CESTA---------*/
.mensaje-cesta {
    margin-bottom:20px;
    border-bottom:1px solid rgba(0, 0, 0, .05);
    padding-bottom:20px;
}
.mensaje-cesta a {
    font-weight:700;
    color:var(--verde);
}
.mensaje-cesta a:hover {
    color:var(--verde2);
}
.titular-maikai h2 {
    font-size:32px;
    font-weight:700;
    color:var(--verde);
}
.contenedor-tabla-cesta {
    overflow:auto;
    margin-bottom:20px;
    text-align:right;
}
.tabla-cesta {
    width:100%;
    table-layout:auto;
    margin-bottom:30px;
}
.tabla-cesta th, .tabla-cesta td {
    border-bottom:1px solid rgba(0, 0, 0, .05);
}
.th-cesta {
    color:var(--verde);
    font-weight:bold;
    white-space:nowrap;
}
.th-cesta, .td-cesta {
    padding:10px;
    text-align:left;
    vertical-align:middle;
}
.td-cesta a {
    color:var(--verde);
    font-weight:700;
}
.th-cesta2, .td-cesta2 {
    min-width:100px;
}
.th-cesta1, .td-cesta1 {
   width:80px;
}
.th-cesta3, .td-cesta3 {
    text-align:center;
    width:160px;
    white-space:nowrap;
}
.th-cesta4, .td-cesta4 {
    text-align:right;
    width:160px;
}
.th-cesta5, .td-cesta5 {
   width:30px;
   padding-right:0;
   text-align:right;
}

.td-cesta5 .fal {
    color:red;
}
.td-cesta1 {
    padding-left:0;
}
.td-cesta1 img {
    width:70px;
    height:70px;
    object-fit:cover;
    object-position:center,
}
.cantidad-cesta {
    background: rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px;
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: .3s ease;
}
.cantidad-cesta a {
    display:inline-block;
    font-size:14px;
    color:rgb(127, 127, 127);
}
.cantidad-cesta span {
    font-size:18px;
    display:inline-block;
    margin:0 20px;
}
.contenedor-importe-cesta {
    text-align:right;
    width:280px;
    display:inline-block;

}
.importe-cesta {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(0, 0, 0, .05);
}
.importe-cesta p {
    font-weight:bold;
}
.importe-cesta p span {
    font-weight:400;
}
.importe-cesta3 {
    font-size:20px;
}
.importe-cesta3 p span {
    color:var(--verde);
}
.boton-enviar {
    background-color:var(--verde2);
    color: #fff;
    outline: none;
    display: inline-block;
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
    
    cursor: pointer;
    transition: .3s ease;
    border-color: #fff;
    margin-top:10px;
}
.boton-enviar:hover {
    background: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .75);
    text-shadow: none;
}
.sa-confirm-button-container button, .sa-button-container button {
     background-color:var(--verde2);
    color: #fff;
    outline: none;
    display: inline-block;
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
    
    cursor: pointer;
    transition: .3s ease;
    border-color: #fff;
    margin-top:10px;
    
}
.sa-confirm-button-container button:focus, .sa-button-container button:focus {
    outline:0 !important;
    box-shadow:none !important;
    border:0 !important;
}
.sa-confirm-button-container button:hover, .sa-button-container button:hover {
    background: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .75);
    text-shadow: none;
}
.contenedor-banner {
    background-color:#d4e8e8;
    padding:60px 0;
    position:relative;
    margin-top:40px;
    top:2px;
}
.contenedor-flex {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.banner-modulo {
    flex: 1;
    min-width: 0; 
    text-align:center;
}
.banner-modulo i {
    font-size:50px;
    color:var(--verde);
    margin-bottom:10px;
}
.banner-modulo p {
    font-weight:700;
    font-size:24px;
    color:var(--verde);
    line-height:1.4;
}
.banner-modulo span {
    display:block;
    font-size:16px;
}
@media (max-width: 700px) {
    .banner-modulo {
        flex: 100%;
    }
}
/*----------------------------RESPONSIVE---------*/
.btn-menu-responsive {
    display: block;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    transition: .5s;
    cursor:pointer;
    vertical-align: bottom;
    background-color:var(--verde);
    padding: 9px 6px;
    position:absolute;
    right:20px;
    top:44px;
    display:none;
    z-index:10;
}
.btn-menu-responsive span {
    display: block;
    background: #000;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    transition: .3s ease;
    background-color:var(--blanco);
}
.btn-menu-responsive span:nth-child(2) {
    margin: 4px 0;
}
.btn-menu-responsive.seleccionado span {
    transform-origin: center;
}
.btn-menu-responsive.seleccionado span:first-child {
    transform: translateY(6px) rotate(45deg);
}
.btn-menu-responsive.seleccionado span:nth-child(2) {
    opacity: 0;
}
.btn-menu-responsive.seleccionado span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}
.menu-responsive-contenedor {  
    width: 100%;
    padding: 40px 40px 20px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    background: #232323;
    z-index:99;
    display:none;
}
.menu-responsive-contenedor .fal {
    color:#fff;
}
.menu-responsive-contenedor ul {
    line-height:1;
}
.menu-responsive-contenedor li {
    width:100%;
}
.menu-responsive-contenedor li a {
    transition: .5s;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-weight: 600;
    color: var(--blanco);
    
        display: block;
}
.menu-responsive-contenedor .cabecera-top-contenido{   
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 10px;
    margin: 0;
    }
.menu-legales {
    margin-top:20px;
    font-size:12px;
    padding-left:20px;
}
.menu-responsive-contenedor li a:hover {
    color:var(--verde2);
}
.menu-responsive-contenedor .menu-legales li a {
    color:#ddd;
}
.menu-responsive-contenedor .cabecera-login, .menu-responsive-contenedor .cabecera-cesta, .menu-responsive-contenedor .buscador {
    margin-right:6px;
    margin-left:0;
    margin-bottom:8px;
}
.menu-responsive-contenedor .cabecera-idiomas select {
    margin-left:0;
    border:0;
}
@media (max-width: 1250px) {
    .cardview-contenedor-producto {
        flex-basis: 33.332%;
        max-width: 33.332%;
        min-width: 33.332%;
        width: 33.332%;
    }
}
@media (max-width: 1000px) {    
    .tienda-articulos {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .barra-lateral {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-bottom:40px;
    }
}

@media (min-width: 1001px) {
    .menu-responsive-contenedor {
        display:none !important;
    }
}
@media (max-width: 1000px) {     
    .btn-menu-responsive {
        display:block;
        top:20px;
    }
    .menu-principal {
        display:none;
    }
    .cabecera-top {
        display:none;
    }
    .sticky {
        position:sticky;        
    }
    .cabecera {
        transition:none;
        height:70px;
    }
    .cabecera-logo {
        height: 40px;
        transition:none;
    }
    #div-popup-resultado-buscar {
        top:154px;
    }
    .articulo-izquierda {
        width: 100%;
        padding-right: 0px;
    }
    .articulo-derecha {
        width: 100%;
    }
    .carrusel-articulo1 {
        margin-bottom: 20px;
        width: calc(100%);
    }
    .carrusel-articulo2 {
        transform:none;
    }
}

@media (max-width: 760px) {
    .cardview-contenedor-producto {
        flex-basis: 50%;
        max-width: 50%;
        min-width: 50%;
        width: 50%;
    } 
    .contenedor-registro .flex {
    flex-direction:column;
        gap:0;
    }
}
@media (max-width: 500px) {
    .cardview-contenedor-producto {
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }    
}
#divLoading {
    position:fixed;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateX(-50%);
    width:80px;
    z-index:9999;
}
#divLoading svg {
    width:100%;
}

/*   AREA USUARIO    */
.mi-area h2 {
    text-align:center;
    font-weight:700;
    font-size:24px;
    color:var(--verde);
    margin-bottom:20px;
}
.mi-area-menu {
    text-align:center;
    margin-bottom:20px;
}
.mi-area-menu a {
    font-size: 12px;
    font-weight: 400;
    border-style: none;
    border-radius: 100px;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: var(--verde);
    color: var(--blanco);
    font-weight: 700;
    cursor: pointer;
    margin:0 4px 20px;
    display:inline-block;
}
.btn-guardar button {
    font-size: 12px;
    font-weight: 400;
    border-style: none;
    border-radius: 100px;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: var(--verde);
    color: var(--blanco);
    font-weight: 700;
    cursor: pointer;
    margin:0 4px 20px;
    display:inline-block;
    margin-top:10px;
}
.campo-contrasena {
    flex: 1;
    }
.enviar-docs {
    
}
.enviar-docs button {
    font-size: 14px;
    font-weight: 400;
    border-style: none;
    border-radius: 100px;
    padding: 13px 20px;
    margin-top: 0px;
    background-color: var(--verde);
    color: var(--blanco);
    font-weight: 700;
    cursor: pointer;
    margin:0 4px 20px;
    display:inline-block;
    margin-top:10px;
}
.enviar-docs button:hover {
    color:var(--verde2);
}
.admin-aviso {
    border:1px solid var(--verde2);
    margin-top:40px;
    padding:30px;
    font-size:20px;
    text-align:center;
    line-height:32px;
}
.admin-aviso a {
    color: var(--verde);
    font-weight:700;
}
@media (max-width: 800px) {    
    .campo-contrasena {
        flex: 0 1 100%;
      }
}
/*        NUEVO LOGIN y registro     */
.login-nuevo {
    position:relative;
    min-height:650px;
    background-image:url(../ImagesEshop/imagen-login.png);
    background-repeat:no-repeat;
    background-position:bottom;
    background-size:cover;
}
.contenedor-login-flex {
    height:100%;
    display:flex;
    flex-wrap:wrap;
    position:relative;
}
.bloque-izquierda {
    padding:50px 40px 0 10%;
    width:60%;
}
.bloque-derecha {
    padding:50px 10% 0 0;
    width:40%;
}
.bloque-izquierda h1 {
    font-size:44px;
    font-weight:700;
    color:var(--verde);
    line-height:50px;
    margin-bottom:20px;
    text-shadow:
    3px 3px 0 var(--verde2),
    -3px 3px 0 var(--verde2),
    -3px -3px 0 var(--verde2),
    3px -3px 0 var(--verde2);    
}
.bloque-izquierda a {
    color: var(--blanco);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 34px;
    display: inline-block;
    background-color: var(--verde);
    border-radius: 42px;
    cursor: pointer;
    border: 0;
}
.bloque-izquierda a:hover {
    color: var(--verde2);
}
.bloque-izquierda span {
    color:var(--blanco);
}
.login {
    max-width: 500px;
    width: 100%;
    display: inline-block;
    background-color: var(--blanco);
    padding: 60px 30px;
    vertical-align: middle;
    font-size: 30px;
    position: relative;
    z-index: 1;
    border-radius: 42px;
    margin-bottom:30px;
}
.login input {
    text-align: center;
    padding: 12px;
    width: calc(100%);
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
    color: #888;
    border-radius: 42px;
    border: 1px solid #888;
    font-weight: 400;
    background-color:var(--blanco);
}
.login input::placeholder {
    color: #888;
}
.login input:focus {
    outline-color: #993a0e;
    outline-width: 2px;
}
.error {
    width: calc(100% - 40px);
    font-size: 12px;
    background-color: red;
    color: #fff !important;
    padding: 6px 12px;
    position: relative;
    top: -5px;
    line-height: 20px;
}
.error[style*="inline"] {
    display: inline-block !Important;
}
.recordar {
    padding: 0;
    padding-left: 2px;
    margin: 0;
    font-size: 14px;
}
.recordar a {
    color: var(--verde);
    text-decoration: none;
    display: block;
    margin-top: 10px;
    font-weight:700;
}
.recordar a:hover {
    color: #000;
}
.text-danger {
    color: red;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-top: -6px;
    margin-bottom: 10px;
}
.div-btn {
    background-color: var(--verde);
    border-radius: 42px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
}
.div-btn .btn-iniciar-sesion {
    color: var(--verde2);
    text-decoration: none;
    display: block;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 24px;
    display: block;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    border: 0;    
}
.div-btn:hover {
    box-shadow: none;
}
.textos-login h2 {
    font-weight:700;
    color: var(--verde);
    font-size:50px;
    text-align:center;
    margin-bottom:20px;
    line-height:50px
}
.textos-login h4 {
    font-weight:700;
    color: var(--verde);
    font-size:30px;
    text-align:center;
    line-height:34px;
    margin-bottom:30px;
}
.textos-login p {
    font-weight:700;
    color: var(--verde);
    font-size:18px;
    text-align:center;
    line-height:20px;
    margin-bottom:0px;
    display:none;
}
.textos-login a {
    display:block;
    font-weight:700;
    color: var(--verde);
    font-size:18px;
    text-align:center;
    line-height:34px;
    margin-bottom:10px;
    text-decoration:underline;
    display:none;
}
@media (max-width: 1300px) {
    .bloque-izquierda {
        padding:50px 40px 0 5%;
        width:50%;
    }
    .bloque-derecha {
        padding:50px 5% 0 0;
        width:50%;
    }
    .bloque-izquierda h1 {
        font-size:40px;
        line-height:42px;
    }
}
@media (max-width: 1000px) {
    .bloque-izquierda {
        padding:50px 40px 0 5%;
        width:50%;
    }
    .bloque-derecha {
        padding:50px 5% 0 0;
        width:50%;
    }
    .bloque-izquierda h1 {
        font-size:34px;
        line-height:36px;
    }
    .contenedor-body {
        padding-top: 105px; 
    }
    .cabecera {
        position:fixed;
        width:100%;
        top:0;
        left:0;
    }
}
@media (max-width: 750px) {
    .bloque-izquierda {
        padding:50px 40px 0 5%;
        width:50%;
        display:none;
    }
    .bloque-derecha {
        padding: 40px 0 0 0;
        width:90%;
        margin:0 auto;
    }
    .login {
        max-width: 100%;
    }
    .textos-login p, .textos-login a {
        display:block;
    }
    .login-nuevo {
        background-position: bottom right;
    }
}
/*          ADMIN         */

.imagen-home {
    
}
.imagen-home h2 {
    font-size:20px;
    font-weight:600;
    color:var(--verde);
    margin-bottom:10px;
}
.imagen-div {
    border-bottom:1px solid var(--verde);
    padding-bottom:20px;
    margin-bottom:20px;
}
.imagen-div input {
    margin-bottom:10px;    
}
.contenedor-imagen {
    width:100%;
    max-width:350px;
    border:1px solid var(--verde);
}
.contenedor-imagen img {
    width:100%;
}
.imagen-home .contenedor-flex {
    display:flex;
    width:100%;
    justify-content:space-between;
}
.imagen-home .contenedor-flex div {
     flex: 1;
}
.tabla-usuarios {
    overflow:auto;
}
.tabla-usuarios table {
    width:100%;
    border-collapse:collapse;
}
.tabla-usuarios tr {
    
}
.tabla-usuarios th, .tabla-usuarios table td {
    text-align:left;
    padding:12px 12px;
    border-bottom:1px solid var(--verde2);
}
.tabla-usuarios th {
    color:var(--verde);
    font-weight:700;
    font-size:16px;
}
.tabla-usuarios th:first-child, .tabla-usuarios table td:first-child {
    padding-left:0;
} 
.tabla-usuarios table td:last-child {
    text-align:right;
}
.tabla-usuarios .fal {
    font-size:20px;
    color:var(--verde);
}
.home-imagen .home-movil {
    display:none;
}
@media (max-width: 850px) {
    .home-imagen .home-movil {
        display:block;
    }
    .home-imagen .home-escritorio {
        display:none;
    }
}
#divImagene .imagen-div {
    flex-direction:column;
}
#divImagene .imagen-div:first-child {
    width:60%;
}
#divImagene .imagen-div:last-child {
    width:40%;
}
.admin-imagenes {
    justify-content:space-between;
    gap:20px;
    border-bottom: 1px solid var(--verde);
    padding-bottom:20px;
    margin-bottom:20px;
}
.contenedor-imagen {
    width:100%;
    max-width:100%;
    border: 0;    
}
.contenedor-imagen1 {
    height:300px;
}
.contenedor-imagen2 {
    height:400px;
}
.contenedor-imagen img {
     width:100%;
     height:100%;
     object-fit:cover;
     object-position:center;
}

.imagen-div {
    border:0;
    padding-bottom:0;
    margin-bottom:0;
}
.imagen-home h2 {
    margin-top:10px;
}
.terminos {
    margin-bottom:50px;
}
.terminos h1 {
    font-weight:700;
    color:var(--verde);
    margin-bottom:30px;
    font-size:28px;
}
.terminos-seccion h4 {
    font-weight:600;
    color:var(--verde);
    margin-bottom:0px;
    margin-top:20px;
}
.terminos-seccion p {
    margin-bottom:4px;
}
.terminos-seccion ul {
    margin-bottom:10px;
    padding-left:30px;
    list-style:disc;
}
/*    IDIOMAS OCULTO    */
/*.cabecera-idiomas {
    display:none;
}*/
