﻿/*
 * Descripción: TUNGLSKIN.IS
 * Copyright (c) 2019
 * Versión: 6.0
*/

/* ------------------------------

01. Importación
02. Global
03. Generales
04. Genéricas
05. Popups / modals
06. Diseño en caja
07. Header
08. Footer
09. Sidebar
10. Zonas y cajas
11. Links y botones
12. Listas
13. Forms
14. Paginación
15. Animaciones
16. Slider
17. Tienda
18. Multimedia
19. Tablas
20. Redes sociales e iconos svg
21. Media Queries
22. Mensajes Admin
23. Modal mensajes Admin

------------------------------*/


/*=========================
	01. Importación
=========================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Poppins:500&display=swap');
@import url('../fonts/flaticon.css');
/*
@import url('flexible.css');
@import url('textos.css');
@import url('menu.css');
@import url('slick.css');
@import url('slick-theme.css');


@import url('fresco.css');
@import url('formularios.css');
*/





/*=========================
	02. Glogal
=========================*/

a{text-decoration: none; color: #2d2c2c;}
a:hover, a:focus {text-decoration: none; color: #000000;}/*cambia color*/
footer, header, article, section, div, h1, h2, h3, h4, p, form, input, textarea, img, span, td{margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
h1,h2,h3,h4{font:inherit}
img{border:none;}
video {width:100%; height:auto; border:0;}
ul, li{margin:0; padding:0; list-style-type:none; list-style: none;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}

sup, sub{font-size: 0.75em;}

/*=========================
	03. Generales
=========================*/

.limpiar{clear:both; font-size:0; line-height:0; float:none;}

acronym, abbr {border-bottom:1px dotted #333; cursor:help; font-style:normal; text-decoration:none}

.separa{width:100%;	height:30px; font-size:0; clear:both;}
.separa-med{width:100%;	height:50px; font-size:0; clear:both;}
.separa-min{width:100%;height:20px; font-size:0; clear:both;}
.separa-peq{width:100%;height:10px; font-size:0; clear:both;}

.separa1{width:100%; height:60px; font-size:0; clear:both;}
.separa2{width:100%; height:70px; font-size:0; clear:both;}
.separa3{width:100%; height:80px; font-size:0; clear:both;}

.izq{float:left;}
.der{float:right;}

.italic{font-style:italic}

.septop {margin-top:50px;}
.sepbot{margin-bottom:40px;}
.septopbot{margin:25px 0;}

.septopmin {margin-top:20px;}

.sepizq{margin-left:10px;}
.sepder{margin-right:10px;}

.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

.justificado{text-align:justify;}
.enlinea{display:inline-block;}
.enbloque{display:block}

.centrado{margin:0 auto; display:block; text-align:center; float:none}
.centable{margin:0 auto; display:table;}
.full{width:100%}

.centradovertical{width:100%; height:100%; display:flex; align-items: center; justify-content: center}

.relative{position:relative}
.absolute{position:absolute}

.tachado{text-decoration:line-through;}

.underline{border-bottom:1px solid transparent; border-bottom-color: initial; display:inline-block;} 
*::-ms-backdrop, .underline {text-decoration:underline;} /* IE11 */

.zoomin{cursor: zoom-in;}


.noheigh{height:auto; overflow:inherit}
.nobold{font-weight:normal;}
.nomargin{margin:0;}

.linea {display:block; margin:50px 0; width: 100%; height:1px; background:rgba(0,0,0,0.16);}
.linea.notop {margin-top:0px;}
.linea-med {display:block; margin:30px auto; width: 100%; height:1px; background:rgba(0,0,0,0.16);}
.linea-min {display:block; margin:10px auto; width: 100%; height:1px; background:rgba(0,0,0,0.16);}
.linea-abajo {display:block; margin:50px auto; width: 100%; height:1px; background:rgba(255,255,255,0.10);}
.linea-min-abajo {display:block; margin:10px auto; width: 100%; height:1px; background:rgba(255,255,255,0.15);}

.redondo{border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.redondo-min{border-radius:2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.redondo-big{border-radius:8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}

.redondo-top{border-radius:4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px;-webkit-border-radius: 4px 4px 0px 0px;}
.redondo-bottom{border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 3px 3px;-webkit-border-radius: 0px 0px 4px 4px;}

/*.visible_en_movil, .visible{visibility:hidden; display:none;}*/

.mayusculas{text-transform:uppercase}

.capa1{z-index:2;}

.post-imagen{float:left; margin-bottom:0px;}
.post-texto{display:block; overflow: hidden; padding: 0px 0px 2px 10px;margin-bottom:0px;}

.imgborde{border:1px solid rgba(0,0,0,0.15);}
.elipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.help{cursor:help;}

.sombra{-webkit-box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.28);	-moz-box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.28); box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.28);}
.sombra-texto{text-shadow: 3px 3px 7px rgba(0,0,0,0.2);}

/*=========================
	04. Genéricas
=========================*/

/*Mini scrollbar*/
.mini-scrollbar::-webkit-scrollbar {width:4px; height:4px;}
.mini-scrollbar::-webkit-scrollbar-track {background: transparent; border-radius:2px; margin-top:4px; margin-bottom:4px;}
.mini-scrollbar::-webkit-scrollbar-thumb {background-color:#cdd2d6; border-radius:2px;}
.mini-scrollbar::-webkit-scrollbar-thumb:hover {background-color:#364a63}
.mini-scrollbar {scrollbar-width: thin; scrollbar-color: #cdd2d6 transparent;}/*firefox*/
.mini-scrollbar * {scrollbar-width: thin; scrollbar-color: #cdd2d6 transparent;}/*firefox*/

/*Scroll aparece*/
.scrolltop{width:45px; height:45px; text-indent:-9999px; /*opacity:0.8;*/ position:fixed; bottom:90px; right:20px; display:none; background:#f9b10d url('../images/top.png') no-repeat center center; z-index:100; }/*cambia color*/

/*Resolución*/
#dimensions {position: fixed; right: 10px; bottom: 0px; background:#000\9; background-color:rgba(0, 0, 0, 0.8); font-size: 13px; color: #fff; padding: 5px 10px; z-index:1000}

/*selecciones*/
::selection { background:#002967;  color:#fff;}
::-moz-selection { background:#002967; color:#fff;}


/*=========================
	05. PopUps / modals
=========================*/

/*add cart*/
.add-carro{position:fixed; z-index:1002; top:80px; border:1px solid #cccccc; padding:5px 10px 10px 10px; max-width:340px; min-width:320px;
	right: 20px; background:#ffffff; 
}

.cerrar{font-size:1em; float:right; margin:5px 0 10px 0; color:#333;}
.cerrar a{color:#333;}
.cerrar a:hover{color:black;}

@media all and (max-width: 1200px){.add-carro {right: 20px;}}
@media (max-width: 480px) {.add-carro {right: 10px;max-width:300px; font-weight:normal}}

.img-add{width:100px; position:relative; border:1px solid #dbdbdb;}

.carrito_img {float:left; margin-bottom:10px;}
.carrito_txt {display:block; overflow: hidden; padding: 0px 0 0px 10px; }
.carrito_txt p{line-height:150%;}

.addbtn{float:none; text-align:center; margin:0;z}
.addbtn a {display:block; font: normal 0.929em Arial, Helvetica, sans-serif; color: #fff; background: #404040; padding:10px 5px; text-decoration: none;}
.addbtn a:hover {color: #fff; background: #404040; text-decoration: none;}

.mini-cart {margin: 0; padding: 0; list-style: none; text-transform: none; max-height:230px; overflow:auto}
.mini-cart > li {border-bottom: 1px dotted rgba(0, 0, 0, 0.3); padding-bottom: 10px; margin-bottom: 15px;}
.mini-cart > li:last-child {border: none; padding-bottom: 0; margin-bottom: 0;}


/*boton seguir y finalizar*/
.btnpop {
	background: #002967; color: #fff; font-size:0.75em; padding: 4px 10px; text-transform: uppercase; margin: 1px;
    -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-align:center;
    display:inline-block; position:relative; min-width:46%;
}
.btnpop:hover, .btnpop:focus {color: #fff; background: #002967;}

.btnpop.seguir{background:#999;}
.btnpop.seguir:hover {color: #fff; background: #999;}


/*login/quickpurchase*/
.fondo-trans{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:11000;
  overflow-y:auto;
}

.fondo-trans:target {visibility: visible; opacity: 1;}

.popup {margin: 50px auto; padding: 20px; background: #fff; width: 40%; position: relative; /*transition: all 5s ease-in-out;*/ z-index:12000;}

.popup.login, .popup.review {width:350px;}
.popup.quickpurchase {width:800px;}
.popup.privado.cliente{width:350px; background:#ffffff url(../images/fonmenpri.gif) repeat-x;}

.popup.quickpuchase .zona-producto{max-width:500px; margin:0px auto 20px auto; position:relative; overflow:hidden; border:1px solid rgba(0,0,0,0.1);}
.popup.quickpuchase .zona-producto{overflow:hidden; margin-bottom:5px; border:1px solid rgba(0,0,0,0.1);}
.quickproduct .product-img {position:relative; max-width:500px; margin:0 auto;}
.quickproduct .product-img a{position:relative; display:block}


.popup.filtros {width:350px; background:#fff; border-top:6px solid #d93d52;}

.popup h2 {margin-top: 0; color: #333; font-family: Arial, Helvetica, sans-serif; font-size:1.692em; display:inline}

.popup .cerrar {
  position: absolute;
  top: 5px;
  right: 10px;
  transition: all 200ms;
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
.popup .cerrar:hover {color: #000000;}
.popup .contenido {margin-top:10px; /*max-height: 100px; overflow: auto;*/}

@media screen and (max-width: 991px){.popup.quickpurchase {width:80%;}}
@media screen and (max-width: 700px){.popup{width: 70%;}}
@media screen and (max-width: 420px){.popup.login, .popup.filtros, .popup.review {width: 300px; margin:20px auto}}



/*===============================
	06. Diseño en caja
=================================*/




/*=========================
	07. Header
=========================*/


header{padding:0px 0; border-bottom:1px solid rgba(0,0,0,0.3); position:fixed; z-index:1000; background:white; width:100%; height:96px; overflow:hidden}
.navlines{display:inline-block; /*padding:0px 15px 0px 0px; */border-right:1px solid rgba(0,0,0,0.3); font-size:1.875em; height:96px; float:left; padding-right:15px;}
.navlines i{margin-top:33px; display:block;cursor:pointer;}
.navlines:focus, .navlines span i:focus{color:#f9b10d;}
.logotipo{max-width:170px; position:relative; display:inline-block; padding-left:15px; padding-top:5px}

/*lista-top*/
.zona-top-right{float:right; margin-top:14px}

.listatopder{color:#333; text-align:center; margin-top:10px}
.listatopder li{padding:0px 10px 0px 4px; color: #333; display:inline-block; position:relative; cursor:default; line-height:130%}
.listatopder i{font-size:1.375em;}
.listatopder li span{max-width:200px; width:auto; color:#333; font-size:0.875em; text-transform:uppercase; padding-top:3px}

.listatopder li.language{vertical-align:middle; padding:0px; margin-bottom:30px; opacity:0.4;padding-right:5px;}
.listatopder li.language img{border-radius:3px;}
.listatopder li.language.active{opacity:1}
.zona-idiomas > .listatopder {margin-top:0px}
.zona-idiomas > .listatopder li.language{margin-bottom:0px;}

.header-btn {position: relative; display: block; cursor: pointer; width: 100%; height: 100%; transition: all 0.25s ease-in-out;}
.numpro{position:absolute; right:-2px; top:-10px; background:#f9b10d; color:white; font-size:0.8125em; line-height:0.9375em; padding:3px 5px 2px 5px; z-index:1; border-radius:3px;}


.push-top{padding-top:96px;}

@media (max-width: 991px) {
	.fontop{border-top:1px solid white;}
	.zona-menu{float:none; width:100%; background:#5a6964}
}

@media (max-width: 480px) {
	.listatopder{margin-top:20px}
	.listatopder li{padding:0px 10px 0px 4px;}
	.listatopder li:last-child{padding-right:0px}
	.listatopder li span{display:none; visibility:hidden;}
	.listatopder i{font-size:1.875em;}
	.logotipo{max-width:150px;padding-left:5px;}
	.navlines{padding-right:10px;}
	.numpro{top:-18px;}
}



/*=========================
	08. Footer
=========================*/

footer{padding:60px 0 40px 0;}


/*=========================
	09. Sidenav
=========================*/

.sidenav {
	overflow-y:auto;
    height: 100%;
    min-height: 100vh;
	left:-400px;
    z-index: 400;
    background-color: #ffffff;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    transition: 0.5s;
    
    border-right:1px solid rgba(0,0,0,0.16);
    
    top:96px;
    overflow:visible;
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidenav .content{height:100%; overflow-x: hidden;overflow-y:auto; height: calc(100vh - 96px); !important;}

s#contenedor_menu{
    display:block; padding:0px;
}


/* boton cerrar */
.sidenav .closebtn {position: absolute; top: 5px; right: 5px; font-size: 2em; color:#999;}

/*negro transparente*/
.overlay-sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 390;
    /*top: 0px;*/
    /*left: 0px;*/
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}

body ~ .overlay-sidenav{
	overflow-x: hidden; background:red
}




/*=========================
	10. Zonas y cajas
=========================*/

.msg-portada{background:#f9b10d; color:white; text-align:center; font-size:1.1875em; padding:15px;}

/*categorías*/
.zona-categoria{position:relative; max-width:500px; margin:0 auto 20px auto; margin:0px -10px 10px -10px;}
.zona-categoria .txtcat{position:absolute; bottom:0px; left:0px; font-family: 'Poppins', sans-serif; font-size: 2em; color:white; padding:15px 8px 20px 8px; line-height:1em; cursor:pointer; overflow:hidden}
.zona-categoria .txtcat a, .zona-categoria .txtcat a:hover, .zona-categoria .txtcat a:focus {color:white;}

@media (min-width:1700px) {.zona-categoria .txtcat{font-size:3.4375em}}
@media (max-width: 991px) {.zona-categoria .txtcat{font-size:2.5em; padding-bottom:15px}}
@media (max-width: 720px) {.zona-categoria .txtcat{font-size:1.8em;}}
@media (max-width: 480px) {.zona-categoria .txtcat{font-size:1.2em;}}

/*idioma*/
.zona-idiomas{border-bottom: 1px solid rgba(0,0,0,0.3); padding:10px 15px;}

.language {margin:0px; font-size:0.875em}
.language li {display:inline-block; text-align:center }
.language li a{display:block;background:#e0e0e0;color:#999; text-decoration:none;height:22px; line-height:22px; width:28px; border-radius:3px;}
.language li.active a{background:#f9b10d;color:#fff;}
.language li a:hover, .language li a:focus {color:#222}


/* carrusel */
.carrusel {margin:0 auto; max-width:500px; padding:0 5px;}

/*listado-noticias*/
.zona-listado{max-width:502px; margin:0px auto 40px auto;}
.zona-listado img{position:relative; margin-bottom:10px;}
.zona-listado h2, .zona-listado h3{margin-top:5px;}



/*listado productos*/
.product.list{	margin-bottom:20px;}
.product.polaroid{background:white; padding:20px; margin-bottom:20px;}
.product-img{overflow:hidden; margin-bottom:5px; border:1px solid rgba(0,0,0,0.1);}
.product-img.noborder{border:none; margin-bottom:0px;} 
.product.polaroid .product-img{border:none;}
.product .product-img {position:relative}
.product .product-img a{position:relative; display:block}
.product .product-img a:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0;
    background:rgba(255,255,255,.1);
    width:auto;
    height:100%;
    -webkit-transition:ease-out .2s;
    transition:ease-out .2s
}
.product .product-img img{width:100%; -webkit-transition:ease-out .2s; transition:ease-out .2s;}
.product .product-img .product-img-hover{
    position:absolute;
    bottom:0;
    left:0;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    z-index:2;
    background:#002967;
    width:100%;
    padding:15px 20px;
    color:#fff;
    text-align:center;
    -webkit-transition:ease-out .2s;
    transition:ease-out .2s
}

/*.product .product-img .product-img-hover{-webkit-transform:translateY(0); transform:translateY(0);}*//*hace que el botón esté siempre presente*/

.product .product-img .product-img-hover a{color:rgba(255,255,255,.7); -webkit-transition:linear .1s; transition:linear .1s}
.product .product-img .product-img-hover a:before{width:0; height:0}
.product .product-img .product-img-hover a:hover{color:white;}
.product .product-img .product-img-hover p{display:inline-block;  margin:0}

.product .product-img:hover img{-webkit-transform:translateY(-20px); transform:translateY(-20px)}/*empuje de la foto*/
.product .product-img:hover .product-img-hover{-webkit-transform:translateY(0); transform:translateY(0)}
.product .product .product-img .product-img-hover{-webkit-transform:translateY(0); transform:translateY(0); visibility:hidden; opacity:0; -webkit-transition:ease-out .2s; transition:ease-out .2s}
.product .product .product-img:hover img{-webkit-transform:translateY(0); transform:translateY(0)}
.product .product .product-img:hover .product-img-hover{visibility:visible; opacity:1}

.btnproducto a{background:#002967; width:100%; padding:15px 20px; color:#fff; text-align:center; -webkit-transition:ease-out .2s; transition:ease-out .2s; display:block;}
.zonatxt{background:white; padding:10px;}

.starszone{margin:5px 0; font-size:0.9375em; color:#bfbfbf; cursor:default; text-align:center;}
.starszone.left{text-align:left;}
.starszone i{margin:0 1px;}


/*ribbon*/
.corner-ribbon{
  /*width: 200px;*/
  width: 150px;
  /*background: #d4005a;*/
  background: #ff6700;
  position: absolute;
  z-index:1;
  top: 20px;
  left: -60px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-align:center;
}
.corner-ribbon.top-left{
  top: 20px;
  left: -60px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right{
 /* top: 20px;*/
   top: 10px;
  /*right: -68px;*/
  right: -56px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.amarillo{background: #f9b10d;}
.corner-ribbon.rojo{background: #f90d0d;}



/* zona y fondos módulos secciones */
.zona {padding: 3em 0;}
.zona.min {padding: 2em 0;}
.zona.notop{padding-top:0em;}
.zona.nobottom{padding-bottom:0em;}
.zona-datos{padding:1em 15px;}
.fondo-gris{background:#f4f4f4;}
.fondo-grisclaro{background:#f7f7f7;}

.zona-maxwidth{max-width:1200px; margin: 0 auto;}
.zona-maxwidth.max{max-width:1500px;}

.zona-detail{max-width:500px; margin:0 auto;}

.catdes{max-width:1200px; margin:0 auto 20px auto; text-align:center}

.biguser, .bigsize{font-size:2.5em; line-height:1.2em;}

/*cajablanca*/
.cajablanca {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 3em 15px;
    position: relative;
}
.cajablanca.min{padding:5px 15px; text-align:left;}

.cajablanca.amarilla{background:#ffffec; font-size:1.125em}

.cajablanca.zonaprivada {border-top: 3px solid #002967; padding: 20px 15px; background:#fbfbfb;}
.cajablanca.max {max-width: 700px; padding: 40px; border-top: 3px solid #002967; background:#fbfbfb;}


/*box estados*/
.boxestado{display:inline-block; margin-right:5px; width:10px; height:10px; border-radius:50%;}
.fonred{background:#df280a;}
.fongreen{background:#11b400;}
.fonyellow{background:#f9b10d;}

/*text description*/
.text-description{max-height:400px; overflow-y:auto; overflow-x:hidden}
.msg-scroll{background:#fcecd6; text-align:center; padding:5px 15px; position:absolute; bottom:0; left:0; width:100%; z-index:1; font-size:0.875em;}


/*border*/
.borde-colder{border-left:1px solid rgba(0,0,0,0.16); }

@media (max-width: 991px) {
	.borde-colder{border:none;border-top:0px solid rgba(0,0,0,0.16); padding-top:10px;}
	.product-img-hover{display:none;}
	.product .product-img:hover img{-webkit-transform:translateY(0px); transform:translateY(0px)}/*empuje de la foto*/
	.text-description{max-height:inherit; overflow-y:auto; overflow-x:auto}
}

.brand-zone{margin:0 auto; max-width:272px; border-bottom:3px solid #f4f4f4; padding-bottom:15px; margin-bottom:30px; text-align:center;}
.brand-zone:hover{border-color:#2d2c2c;}

.productos-pasando .brand-zone {padding-left:15px; padding-right:15px; margin:30px 10px;}

/*=========================
	11. Links y botones
=========================*/

/*botones*/
.boton {
	background: #002967; color: #fff; font-size:1em; padding: 8px 25px; letter-spacing: 0.5px; margin: 0px 3px; border-radius:0px; display:inline-block;
    -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-align:center;
}


/*.boton::after {content: "\203A";	font-size:1.1333em;margin-left: 5px;}*/

.boton:hover, .boton:focus {color: #ffffff; background: #002967;}

.boton.invert, .boton.invert:focus{color: #002967; background: transparent; border:1px solid #002967;}
.boton.invert:hover {color: #fff; background: #002967; border:1px solid #002967;}

.boton.gris, .boton.gris:focus{color: #333; background: #dfdfdf; border:1px solid #dfdfdf;}
.boton.gris:hover {color: #333; background: #dfdfdf; border:1px solid #dfdfdf;}


.boton.full{width:100%; display:block;}
.boton.big{padding: 12px 35px; font-size:1.0625em}
.boton.big:hover, .boton.big:focus{background: #002967;}

.boton.min{padding: 7px 25px 6px 25px;}



/*btngris*/
.btngris {text-align:center; margin:0 auto; width:auto; display:inline-block;}
.btngris a {display:inline-block; color: #666666; padding:11px 14px; text-decoration: none; width:auto; text-align:center; margin:5px 1px; border:1px solid #ccc; background: #f2f2f2;}
.btngris a:hover {color: #fff; background: #002967; text-decoration: none; border:1px solid #002967; }

/*btnsubirarchivo*/
.btnupload {text-align:center; margin:0 auto; width:auto; display:inline-block;}
a.btnupload  {display:inline-block; text-decoration: none; width:auto; text-align:center; margin:5px 1px; border: 2px dashed rgba(0,0,0,0.3);color: #666666; background:white; border-radius:4px; padding:20px 10px}
a:hover.btnupload, a:focus.btnupload  {color: #666; background: white;}


/*btn texto*/
a.btn-texto {color: #0c54a0; display: inline-block; font-weight: normal; letter-spacing: 0.5px; text-decoration: none; outline: none; margin-top:10px;}
.btn-texto:after {content: "\203A";	font-size:1.1333em;margin-left: 5px;}

/*btn facebook*/
.separator_wrap{padding:22px 0 6px 0;}
.separator{font-size:0.75em;line-height:1em;color:#767676;text-align:center;}
.separator:before{display:block;content:"";border-bottom:2px solid #e5e5e5;}
.separator_text{position:relative;top:-8px;padding:0 6px;background-color:#fff;}

.fb_boton_link {
    -moz-box-shadow: 1px 3px 4px -1px #c2c0c2;
    -webkit-box-shadow: 1px 3px 4px -1px #c2c0c2;
    box-shadow: 1px 3px 4px -1px #c2c0c2;
    background-color: #3A5896;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#325290', endColorstr='#0061a7',GradientType=0);
    background-color: #325290;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #325290;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align:center;
}

.fb_boton_link i{font-size:1.375em;margin-right:5px;vertical-align:middle}
.fb_boton_link span{vertical-align:middle}
.fb_button_link:hover{background-color:#395da3}
.fb_boton_link:active{position:relative;top:1px}.


/*EFECTOS BOTONES*/

/*crecer*/
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*empequeñecer*/
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}



/*=========================
	12. Listas 
=========================*/


/*lista abajo*/
.lnkaba { margin:0px 5px;}
.lnkaba li {display:block; color:#2d2c2c; line-height: 1.8em;  margin:3px 0px}
.lnkaba li:before{font-family: "Flaticon"; content: "\f110"; font-size: 0.75em; padding-right:5px}
.lnkaba li a{color:#2d2c2c; text-decoration:none;}
.lnkaba li a:hover, .lnkaba li a:focus {tex-decoration:none; color:#222}
.lnkaba li.col2 {display:inline-block; width:48%;}

/*blockmenu*/
.blockmenu {list-style-type: none; margin-top: 10px; padding: 0; width: 100%; background-color: #fff; text-transform:uppercase;}
.blockmenu li a {display: block;color: #000; padding: 12px 16px; text-decoration: none;}
.blockmenu li a:before{font-family: "Flaticon"; content: "\f110"; font-size: 0.75em; padding-right:4px}
.blockmenu li.active a {background-color: #f2f2f2; color:#002967; font-weight:bold;}
.blockmenu li a:hover:not(.active) { background-color: #f2f2f2;  color:#002967;}


/*lista simple*/
ul.simplelist{margin:20px 0px; display:block}
ul.simplelist.nomargin{margin:0px;}
ul.simplelist li {margin:0 20px 0 30px; padding:7px 0 7px 0px;}
ul.simplelist li.enlinea{display:inline-block; text-align:center; background:#ededed; padding:10px; margin:5px 0;}
ul.simplelist li a{text-decoration:underline;}

ul.simplelist.nopadding li {padding:0px}
ul.simplelist li.col2{display:inline-block; width:40%; background:aqua}

ul.simplelist li.num {list-style-type: decimal}/*números*/
ul.simplelist li.nu0 {list-style-type: decimal-leading-zero}/*números con 0 antes*/
ul.simplelist li.min {list-style-type: lower-latin}/*minúsculas*/
ul.simplelist li.may {list-style-type: upper-latin}/*mayúsculas*/
ul.simplelist li.cua {list-style-type: square;}/*cuadrado*/
ul.simplelist li.pun {list-style-type: disc;}/*círculo relleno*/
ul.simplelist li.cir {list-style-type: circle;}/*círculo vacio*/


/*ul.simplelist li.line{padding:2px 0px}*/
ul.simplelist li.line:before { position: absolute; content: "\2014"; left: 17px;}

ul.simplelist li.check {margin:10px 15px;}
ul.simplelist li.check {background: url(../images/check.png) no-repeat 0px 4px; padding: 0px 0 0px 25px;}

ul.simplelist li.descarga {margin:10px 15px;}
ul.simplelist li.descarga {background: url(../images/icono-descarga.png) no-repeat 0px 6px; padding: 0px 0 0px 20px;}

ul.simplelist li.enlace {margin:10px 15px;}
ul.simplelist li.enlace {background: url(../images/icono-enlace.png) no-repeat 0px 6px; padding: 0px 0 0px 22px;}


/*=========================
	13. Forms
=========================*/

/*select*/
.select-style {border: 1px solid #ccc; width: 220px; border-radius: 0px; overflow: hidden; background: #ffffff url(../images/icon-select.png) no-repeat right 15px bottom 50%; display:block; position:relative; margin:0 auto 15px auto}
.select-style select {padding: 15px 10px; width: 100%; border: none; box-shadow: none; background: transparent; background-image: none; -webkit-appearance: none; font-size:1em; color:#666; line-height: 26px;}
.select-style select.min{padding:5px 10px;}
.select-style select:focus {outline: none;}
.select-style.full{width:100%;}

/*.select-style:after{content: "\2039"; line-height: 40px; position: absolute; right: 15px; top: 15%; font-size:1.25em;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

}*/

/*buscador*/
.formbuscador{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #666;
	background:#ffffff;
	border:0px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding:18px 60px 18px 15px;
	width:100%;
	outline: none;
	
	display: inline-block;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formbuscador::-moz-placeholder {color: #666; opacity: 1;}
.formbuscador:-ms-input-placeholder {color: #666;}
.formbuscador::-webkit-input-placeholder {color: #666;}

.formbuscador.btnder{padding-right:70px;}

.btnformbuscadorder{
	display:table-cell; position:absolute; top:1px; right:1px; z-index:2; background:none; height: 54px; width: 60px; font-size: 1em; border-left:0px solid rgba(0,0,0,0.20); vertical-align:middle; border-radius:inherit; text-align:center;
	background: url('../images/lupa.png') no-repeat center center;
}

/*newsletter*/
.subscribe-mail-wrapper{display:-ms-flexbox;display:flex; margin:8px auto 0px auto; text-align:center;}
.subscribe-mail-wrapper input{width:300px;display:inline-block;border:1px solid #d7d7d7; height:45px; padding:10px 15px; font-size:0.9375em}
.button{display:inline-block;vertical-align:middle;margin:0px;padding:1.052em 2em;-webkit-appearance:none;border:1px solid transparent;transition:background-color .25s ease-out,color .25s ease-out;line-height:1;text-align:center;cursor:pointer;background-color:#002967;color:#fff}
.button{outline:0}
.button:focus,.button:hover{background-color:#002967;color:#fff}


/*quantity*/
.quantity {position: relative; width:95px;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}

input[type=number]{-moz-appearance: textfield;}

.quantity input {
  width: 80px;
  height:52px;
  line-height: 1em;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding:15px 28px 15px 0px;
  border: 1px solid #ccc;margin-bottom:8px;overflow:hidden; text-align:center

 
}

.quantity input:focus {outline: 0;}

.quantity-nav {float: left; position: relative; height: 54px; margin-right:6px;}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ccc;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {position: absolute; height: 50%; top: 0; border-bottom: 1px solid #ccc;}
.quantity-button.quantity-down {position: absolute; bottom: 4px; height: 50%;}



@media (max-width: 991px) {
	.subscribe-mail-wrapper{display:block; margin:10px auto;}
	.button{vertical-align:top; height:45px}
	.subscribe-mail-wrapper input{width:50%;}
}





/*=========================
	14. Paginación
=========================*/

/*siguiente anterior*/
.pager{padding-left:0; /*margin-bottom:10px;*/text-align:center;list-style:none; }
.pager li{display:inline; font-family:Arial, Helvetica, sans-serif;}
.pager li>a,.pager li>span{display:inline-block;padding:6px 10px;background-color:#fff;border:1px solid #ddd;border-radius:inherit; background-repeat: repeat-x; background-color:#fff; background-image: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);}
.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}
.pager .siguiente>a,.pager .siguiente>span{float:right}
.pager .anterior>a,.pager .anterior>span{float:left}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#ddd;cursor:not-allowed;background-color:#fff}

/*paginación*/
.paginacion li{display:inline; font-weight:normal; border-radius:inherit; line-height:45px; border-radius:0px; }

.paginacion li a {color: #4b4b4b; background: #e1e1e1; text-decoration: none;  padding: 10px 16px; margin:5px 6px 0 0;}
.paginacion li a:hover {background: #2a2a2a; color: #fff;}
.paginacion li.disabled{padding: 10px 16px; margin:5px 6px 0 0; background:#f5f5f5; color: #999; cursor: default;}
.paginacion li.active {padding: 10px 16px; margin:5px 6px 0 0; background: #f7921a; color:#fff; cursor: default;}/*cambiar color*/



/*=========================
    15.Animaciones
=========================*/

/*preloader*/
.preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 9999999999; display:table}

.spinner {width: 70px; text-align: center; display:table-cell; vertical-align:middle;}

.spinner > div {width: 18px; height: 18px; background-color: #f9b10d; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;}

.spinner .bounce1 {-webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s; animation-delay: -0.16s;}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*ahover*/
.ahover{-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition: .5s;}

/*animación underline izq / der*/
.animacion-underline{width:auto; display:inline}
.animacion-underline a{color: currentcolor; position: relative; transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.animacion-underline a::before {left: 0; bottom: 0; content: ''; right: 100%; height: 1px; position: absolute; background-color: white; transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.animacion-underline a:hover::before {right: 0;}

/*animación underline center*/
.animacion-underline-center{position:relative; display: inline-block;}
.animacion-underline-center a, .animacion-underline-center a:hover{color:white;}
.animacion-underline-center:after {width: 0; height: 1px; content: ''; background: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -0px; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.animacion-underline-center:hover:after{width: 100%;}

/*=========================
	16. Slider
=========================*/

.img100x100{position:relative; z-index:1; margin-bottom:2em;}
.img100x100 {background-color: #666; clear: both; width: 100%; overflow: hidden;}
.img100x100 img{-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s;}
.img100x100:hover img{-webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s;}

.slidercontent {display: block !important; color:white;}
.innerslider {display: flex; justify-content: left; align-items: center; margin: auto; position: absolute; z-index: 1; width: 100%; height: 100%; background: url(../images/transblack2.png) repeat;}
.slidercontent {max-width:700px; margin-left:8%; background: url(../images/transblack.png) repeat; margin:0 auto; padding:20px 20px 15px 20px;}

.slider-text {font-size: 3em; font-family:'Martel Sans', sans-serif; color: #fff; letter-spacing: 0px; line-height:110%; padding: 0; margin: auto; text-transform:uppercase; display:inline; font-weight:700;}
.slider-text strong{color:#f7921a;}

.slider-text.movil {font-size:2em;}

.slider-gallery-detail{
	max-width:500px; margin:0 auto;
}
.slider-gallery img, .slider-gallery-detail img{cursor:pointer; max-width:auto; padding:0 2px;}

/*.slider-gallery{margin:0 auto; text-align:center; background:aqua; display:table;}*/


@media (max-width: 991px) {
	.innerslider{justify-content: center;}
	.slidercontent{margin-left:0px; padding:20px; max-width:100%; flex-basis: 100%;}
	.slider-text span{background:none; padding:0px; color:#f7921a; font-weight:800; display:inline}
}

/*@media (min-width: 1400px) {
    .slidercontent {margin-left:10%;}
}

@media (min-width: 1600px) {
    .slidercontent {margin-left:15%;}
}*/


/*=========================
	    17. Carro
=========================*/

.zona-articulos{display:block; /*max-height:330px; overflow:auto;*/ margin-bottom:10px;}

.zona-date-table {background:#f2f2f2; background:rgba(0,0,0,0.02); padding:18px; display:block; width:auto; float:right; min-width:400px}

.zona-date-table.coupon{float:left; min-width:200px;}


.info{
	max-height:80px;
	overflow:auto;
	font: normal 0.923em Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-decoration: none;
	border:1px solid #dbdbdb;
	background:#fffdee;
	padding:10px;
}


.stock{width:10px; height:10px; display:block; cursor:help; background:transparent; margin:0 auto; border-radius:50%}
.stock.no{background:#df280a;}
.stock.si{background:#11b400;}

.tabminimenu li{
	font-size: 1em; display: inline-block;  padding: 7px 0px;  list-style: none;  cursor: pointer;  float: left;
	border:1px solid #dbdbdb; width:50%; text-align:center; background:#f0f0f0; color:#333333
}

.tabminimenu li.active{background:white; border-bottom:1px solid #fff;}

p.preciocarro{
	font: normal 1.1428em Arial, Helvetica, sans-serif;
	color: #e53131;
	line-height: 1.5em;
	text-decoration: none;
	display:inline-block;
	margin-top:5px;
}

p.preciocarro span{text-decoration:line-through; color:#666; font-size:0.846em; line-height:1em; margin-right:10px}


.imgcompra{width:90%; min-width:80px;}


.btcompragrande{display:inline-block; text-align:center; margin-bottom:10px; border-width: 1px; border-style: solid; border-color: #ADB1B8 #A2A6AC #8D9096; border-radius: 3px;}
.btcompragrande a {display:block; font: normal 1.0666em Arial, Helvetica, sans-serif; text-transform:uppercase; color: #fff; background: #008f4d; padding:13px 15px; text-decoration: none; border-radius:inherit}/*cambia color*/
.btcompragrande a:hover {color: #fff;	background: #008f4d; text-decoration: none;}

.btcompragrande a{
	color:#111;
	background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    box-shadow: 0 1px 3px rgba(255,255,255,.2) inset;
}

.btcompragrande a:hover{
	color:#111;
	background: #f2c861;
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
}


.btcompragrande a.off{background: #333333;}


/*breadcrumb tienda*/
.cd-breadcrumb{width:100%; padding:.5em 1em; margin:1em auto; background-color:#f4f4f4; border-radius:.25em}
.cd-breadcrumb::after{clear:both; content:""; display:table}
.cd-breadcrumb li{display:inline-block; margin:.5em 0}
.cd-breadcrumb li i{font-size:1.2em;}
.cd-breadcrumb li::after{display:inline-block; content:'\203A'; margin:0 .6em; color:#959fa5; font-size:1.5em;}
.cd-breadcrumb li:last-of-type::after{display:none}
.cd-breadcrumb li>*{display:inline-block; font-size:1rem; color:#2c3f4c; line-height:140%}
.cd-breadcrumb li.active>*{color:#11b400}

@media (max-width: 640px) {
	.zona-date-table, .zona-date-table.coupon{width:100%; min-width:100%; float:none}
	.zona-date-table.coupon{margin-bottom:15px;}
}



/*=========================
	18. Multimedia
=========================*/


.imgmini{max-width:120px;}

.listgal{display:inline-block; margin:0px 8px 8px 0px; border-radius:inherit; vertical-align:top; position:relative}
.zonagaleria{margin:0 auto; width:auto; display:table; border-radius:inherit;}
.galeria{width:auto; max-width: 100%; width: auto\9; display:inline-block; margin:5px 10px 5px 0;}

.img-izq{width:auto; max-width: 100%; width: auto\9; float:left; margin:0px 15px 2px 0;	max-width:500px;}
.img-der{width:auto; max-width: 100%; width: auto\9; float:right; margin:0px 0px 2px 15px; max-width:500px;}

.zona-fotos{max-height:200px; overflow-y:auto; overflow-x:hidden}


/*google maps*/
.gmap{position:relative;}
.gmap iframe{width:100%; margin-bottom:0px; border:1px solid #e7e7e7;}
#mapacontacto {width:100%; height:450px; border-bottom:2px solid #fff;}
#mapatrabajos {width:100%; height:500px; border:1px solid #e7e7e7;}

.gm-style .gm-style-iw {background-color: white !important; border-radius:2px; min-width:260px;}/* info ventana*/

/*votos*/
.rating {unicode-bidi: bidi-override; direction: rtl; text-align: center; margin-bottom:15px}
.rating > span {display: inline-block; position: relative; width: 1.875em; color:#ccc; cursor:pointer;}
.rating span:after {font-family: "Flaticon"; content: "\f108"; font-size:1.875em}
.rating > span:hover, .rating > span:hover ~ span {color: transparent;}
.rating > span:hover:before, .rating > span:hover ~ span:before {font-family: "Flaticon"; content: "\f108"; position: absolute; left: 0; color: #f9b10d; z-index:1;font-size:1.875em;}

.rating .active{font-family: "Flaticon"; content: "\f108";  left: 0; color: #f9b10d; z-index:1;}

/*google maps*/
#map{width:100%; height:400px; border:1px solid #eee; margin:60px 0 -60px 0}
.gmap iframe{width:100%; margin-bottom:0px;	border:0px solid #c7c7d5;}

/*responsive video*/
@media (min-width: 1400px) {
	.zona_video{margin:0 auto; width:70%; display:table; background:blue}
}

.video-container {position: relative; padding-bottom: 56.25%; /*padding-top: 30px;*/ height: 0;	overflow: hidden; margin:0px auto;}
.video-container iframe,  
.video-container object,  
.video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

/* vídeo ajustado al centro con un tamaño máximo */
.video-wrapper {width: 1024px; max-width: 100%; margin: 0 auto;}
.video-wrapper2 {width: 500px; max-width: 100%;	margin: 0 auto;}

/*masonry*/
#macy-container::before { content: ""; display: table; clear: both;}
#macy-container::after { content: ""; display: table; clear: both;}

.cajamasonry {margin-bottom: 10px; width:100%; overflow: hidden; background:#f2f2f2; padding-bottom:10px;}
.cajamasonry img{margin:0 auto; text-align:center;}
.cajamasonry .inforeview{padding:10px 10px 0px 10px; font-size:0.875em; line-height: 150%}
.cajamasonry .inforeview span{font-weight: bold; font-size: 1.125em; color:#002967; display:inline-block}
.cajamasonry .inforeview .verified {background: #5ab8ae; padding:5px; color:white; font-size:0.75em; line-height:0.75em; cursor:help; display:inline-block; border-radius:2px;}
.cajamasonry .inforeview span i{font-weight: normal; margin-right: 3px;}
.cajamasonry .inforeview .starszone{text-align:left; margin:2px 0;}
.cajamasonry .inforeview.bottom{padding-top:0px;}

@media (min-width:2000px) {
	.cajamasonry img{display:block; max-width:375px;}
}

/*=========================
	19. Tablas
=========================*/

table {max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0;}

.table {width: 100%; margin-bottom: 20px; border:1px solid #ddd;}

.table th, .table td {padding: 8px; line-height: 160%; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; vertical-align:middle;}

.table th {background:#f2f2f2;  color:white; font-weight:normal; font-size:1.1428em; }

.table td.center, .table th.center{text-align:center;}
/*.table td i{cursor:help;}*/

.table thead th {vertical-align: bottom; background:#404040}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {border-top: 0;}

.table tbody + tbody {border-top: 2px solid #dddddd;}

.table .table {background-color: #ffffff;}

/*inicio tabla compra*/
.table.tienda{border:0px;}
.table.tienda thead th{background:none; color:#666; font-weight:normal; font-size:1.0714em;  border-bottom: 1px solid #dddddd;}
.table.tienda tr {border-bottom: 1px solid #dddddd;}
.table.tienda td {padding:18px 0}

.table.tienda td:nth-child(1) {width: 10%; text-align:center;}
.table.tienda td:nth-child(2) {width: 50%; padding-left:20px}
.table.tienda td:nth-child(3) {width: 5%; text-align:center;}
.table.tienda td:nth-child(4) {width: 15%; text-align:center;}
.table.tienda td:nth-child(5) {width: 15%; text-align:center; padding:0 10px;}
.table.tienda td:nth-child(6) {width: 5%; text-align:center; padding:0 5px;}
/*fin tabla compra*/

/*data table*/
.data-table { width:100%; }
.data-table tr td:last-child{text-align:right;}
.data-table td {padding:10px; vertical-align:top;}
.data-table td.total{font-weight:bold}
.data-table td.suma{font-weight:bold; font-size:1.5em; color: #de2828;}

/*fin  data table*/


/*inicio tabla formato*/
.table.formato{border:0px; font-family: 'Poppins', sans-serif; margin:0; font-size:0.9375em;}
.table.formato thead th{background:#f4f4f4; color:#666; font-weight:normal; font-size:0.9375em;  border-bottom: 1px solid #dddddd; text-align:center; text-transform:uppercase}
.table.formato tr {border-bottom: 1px solid #dddddd;}
.table.formato td {padding:8px 0; text-align:center; color:#222}


.table.formato td:nth-child(1) {width: 30%; font-size:1.125em; color:#000;}
.table.formato td:nth-child(2) {width: 20%;}
.table.formato td:nth-child(3) {width: 20%; color:#e53131;}
.table.formato td:nth-child(4) {width: 30%; color:#666;}
/*fin tabla formato*/


.table-condensed th,
.table-condensed td {padding: 4px 5px;}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/*=========================
	20. Redes sociales
	    e iconos svg
=========================*/

ul.social-icons {margin-top: 0px; margin-bottom:10px}
.social-icons li {vertical-align: top; display: inline-block; height: auto;}
.social-icons li img{width: 18px; height: auto;}

.facebook {padding:8px 8px;  background-color: #2a2a2a;} .facebook:hover {background-color: #3d5b99;}
.twitter {padding:8px 8px; background-color: #2a2a2a;} .twitter:hover {background-color: #00aced;}
.youtube {padding:8px 8px; background-color: #2a2a2a;} .youtube:hover {background-color: #e64a41;}
.linkedin {padding:8px 8px; background-color: #2a2a2a;} .linkedin:hover {background-color: #0073a4;}
.messenger {padding:8px 8px; background-color: #2a2a2a;} .messenger:hover {background-color: #057bff;}
.google-plus {padding:8px 8px; background-color: #2a2a2a;} .google-plus:hover {background-color: #e25714;}
.vimeo {padding:8px 8px; background-color: #2a2a2a;} .vimeo:hover {background-color: #1ab7ea;}
.whatsapp {padding:8px 8px; background-color: #2a2a2a;} .whatsapp:hover {background-color: #3db629;}
.pinterest {padding:8px 8px; background-color: #2a2a2a;} .pinterest:hover {background-color: #bd081c;}
.instagram {padding:8px 8px; background-color: #2a2a2a;} .instagram:hover {background-color: #065b9e;}
.flickr {padding:8px 8px; background-color: #2a2a2a;} .flickr:hover {background-color: #0063db;}
.rss {padding:8px 8px; background-color: #2a2a2a;} .rss:hover {background-color: #eb8231;}
.paypal {padding:8px 8px; background-color: #2a2a2a;} .paypal:hover {background-color: #0b3281;}



/*=========================
	21. Media Queries
=========================*/

.noverflow{overflow:visible;}

.tablet.visible, .movil.visible{visibility:hidden; display:none;}
.visible-max{visibility:hidden; display:none}


@media (min-width:1940px) {}

@media (min-width:1400px) {
	.visible-max{visibility:visible; display:inherit;}
}

@media (max-width:1200px) {
	.table-responsive{width:100%; margin-bottom:15px; overflow-x:scroll; overflow-y:hidden; -ms-overflow-style:-ms-autohiding-scrollbar; -webkit-overflow-scrolling:touch; /*border:1px solid #ddd*/}
	.table-responsive>.table{margin-bottom:0}
	.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}
}

@media (max-width: 991px) {
	
	.zona-abajo {float:none; margin:0 auto; text-align:center;max-width:400px}
	.lnkaba li{background:none; padding:0px;}
	.lnkaba li:before{display:none}
	
	.centradomovil{margin:0 auto; display:block; text-align:center; float:none}
		
	/*.invisible{visibility:hidden; display:none;}
	.visible{visibility:visible; display:inline-block;}*/
	
	.tablet.invisible{visibility:hidden; display:none;}
	.tablet.visible{visibility:visible; display:inherit;}
	
	
	
	.logotipo {margin:0px auto; float:none; text-align:center;}
	
	.zona-centrada{margin:0 auto; display:table;}
	.elipsis.nohidden{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.tablet.noelipsis{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.centrado-tablet{margin:0 auot; text-align:center; float:none;}
	

	.zona-abajo {float:none; margin:0 auto; text-align:center;max-width:400px}
	
	.centablemin{margin:0 auto; display:table;}
	.lnkaba li, .lnkaba li.loc, .lnkaba li.tel, .lnkaba li.ema {background:none; padding:0px;} 
	.lnkaba li.col2, ul.simplelist li.col2{display:block; width:100%}
	
	
	
	.img-izq, .img-der{float:none; text-align:center; width:auto; max-width:452px; margin:0 auto 15px auto;}
	
	.zona-fotos{max-height:none;}
}

@media (max-width: 767px) {
	
	.centrado-galeria{text-align:center; margin:0 auto;}
	
	.invisible_en_movil{visibility:hidden; display:none}
	.visible_en_movil{visibility:visible; display:inline-block;}
	
	.movil.invisible{visibility:hidden; display:none}
	.movil.visible{visibility:visible; display:inherit;}
	
	.wrapper{display:block;}
	.gmap iframe{width:100%;border:0px;	padding:0;}
	.elipsis.nohiddenmin{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.movil.noelipsis{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.centrado-movil{margin:0 auot; text-align:center; float:none;}
	
	.PlanPricing{margin-bottom:100px;}
	
}


@media (min-width: 320px) and (max-width:720px) {
	.cajablanca.max{padding:40px 15px}
	
	
	.zonagaleria{text-align:center}

}

@media (max-width: 720px){
	.imgmin{width:120px;}
}


/*=========================
	21. Mensajes Admin
=========================*/


.msg-form{
  position: relative;
  display:inline-block;
  margin: 0px 0px 10px 0px;
  padding:8px;
  font: normal 0.875em 'Open Sans', Arial, Helvetica, sans-serif; 
  /*min-width:180px;*/
  line-height:130%;
  border-radius:3px;
}

.msg-form.min{padding:8px; font-size:0.9285em;}

.msg-form.peq{font-size:0.8571em; /*font-style:italic;*/ padding:4px; margin:0px}

.msg-form.transparente{background:rgba(255,255,255,0.65); border:1px solid #ccc; color:#4b4b4b;}

.msg-form.blanco{background:#fff; border:1px solid #dbdbdb; color:#4b4b4b;}
.msg-form.verde{background:#dff0d8; border:1px solid #d6e9c6; color:#3c763d;}
.msg-form.amarillo{background:#f9edcf; border:1px solid #f6e4b8; color:#5f5952;}
.msg-form.rojo{background:#f5e8eb; border:1px solid #e4d1d6; color:#c33939;}

.msg-form.amarilla{background:#ffffec; border:1px solid #ececdb; color:#4b4b4b;}

.msg-form.info{background:#beeff6; color:#4b4b4b; padding:8px 20px; text-align:center; margin-bottom:20px; border-radius:3px; font-size:1em; border-color:#b1dfe6;}

/*.posicion-mensajes{position: fixed;  right: 15px; top: 20px; z-index:5000;width:50%;}*/

.posicion-mensajes{position:fixed; z-index:1000000; top:15px; right:20px; /*max-width:500px;*/width:50%;
	right: calc(50% - 700px + 20px); /*la mitad del tamaño máximo de pantalla definido en flexible*/
}

@media all and (max-width: 1400px){.posicion-mensajes {right: 20px;}}
@media all and (max-width: 1200px){.posicion-mensajes {right: 20px;}}
@media (max-width: 480px) {.posicion-mensajes {right: 10px;max-width:400px; font-weight:normal}}
@media (max-width: 768px) {.posicion-mensajes{width:90%;}}


/*mensaje ok*/
.mensaje {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: url("../images/mensaje_correcto.png") left 7px top 11px no-repeat;
	background-color: #5ebd5e;
    border: 1px solid #43a543;
	padding: 10px 15px 15px 30px;
	margin: 3px;
	display:block;
	font-size:1.077em;
	/*min-width:200px;
	max-width:500px;*/
}

.mensaje a{color:#fff}
.mensaje a:hover{color:#fff}


/*aviso*/
.aviso {
	color:#333;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	background: url("../images/mensaje_aviso.png") left 7px top 12px no-repeat;
	background-color: #ffae10/*f4b04f*/;
    border: 1px solid #f19a1f;
	padding: 10px 15px 15px 30px;
	margin: 3px;
	font-size:1.077em;
}

.aviso a{color:#333;}
.aviso a:hover{color:#000;}

/*error ko*/
.error {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: url("../images/mensaje_error.png") left 7px top 11px no-repeat;
	background-color: #e66454;
    border: 1px solid #df3c28;
	padding: 10px 15px 15px 30px;
	margin: 3px;
	font-size:1.077em;
}

.error a{color:#fff}
.error a:hover{color:#fff}



.btn-cerrar{text-align:center; margin-left:5px; position:relative; vertical-align: middle;}
.btn-cerrar a {
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000; padding:4px 8px; text-decoration: none;
	background:#fff\9; background-color:rgba(255, 255, 255, 0.4);
	border-radius:inherit; text-shadow:none;
}
.btn-cerrar a:hover {color: #000; text-decoration: none;background-color:rgba(255, 255, 255, 0.8) }

/*Mensajes formulario*/
.mensaje.form, .aviso.form, .error.form{text-shadow: none;	 color: white;background-image:none; padding: 4px 6px; font-size:0.6875em; line-height:0.6875em;border-radius: 2px;}

.mensaje.form:before, .aviso.form:before, .error.form:before{content:"";position: absolute; width: 0; height: 0; border-right: 4px solid transparent; border-left: 4px solid transparent; margin: -12px 0 0 0px;}

.mensaje.form:before {border-bottom: 8px solid #5ebd5e;}
.aviso.form:before {border-bottom: 8px solid #ffae10;}
.error.form:before {border-bottom: 8px solid #e66454;}




/*____________Info_Cookies_______________*/

.cookieNotice{
	width: 100%; 
	position: fixed; 
	bottom:0px;
	border-top:1px solid #666;
	background: #000;
	opacity: 0.8; filter: alpha(opacity=80);
	z-index: 100;
	
	line-height: 1.3em;
	font-family: arial;
	left: 0px;
	text-align:center;
}

.cookieNotice p {font-size: 0.75em; margin:0px; padding:0px; color:#fff;}
.cookieNotice p a {color:#fff; text-decoration:underline}
.cookieNotice p a:hover {color:#fff;}

.cookieNoticeContent{position:relative; margin:auto; padding:15px 10px; max-width:100%; display:block;}

/*============================
  23. Modal mensajes Admin
==============================*/

.overlay-modal {height: 100%; width: 100%; position: fixed; left: 0; top: 0; background-color:rgba(0,0,0,0.5); overflow-x: hidden; z-index:1001; display:none;}

.modal-centrada{display:-ms-flexbox; display:flex; -ms-flex-align:center; align-items:center; min-height:calc(100% - (.5rem * 2));}
.modal-centrada::before{display:block; height:calc(100vh - (.5rem * 2)); content:""}
.modal-centrada.maxsize {max-width:1200px; margin:0 auto;}
.modal-centrada.medsize {max-width:900px; margin:0 auto;}
.modal-centrada.minsize {max-width:350px; margin:0 auto;}

.contenido-modal {position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: inherit; background-clip: padding-box; outline: 0; border-radius:inherit;}

.cerrar-modal{position:absolute; top:10px; right:10px; z-index:1;}
.cerrar-modal a{color:white; font-size:1.25em;}

.header-modal{background-color:inherit; padding:20px 15px; position:relative; text-align:center; border-top-left-radius:inherit; border-top-right-radius:inherit;}
.header-modal img{max-width:90px;}
.header-modal.verde{background-color:#5cb85c; color:white;}
.header-modal.naranja{background-color:#f49100; color:white;}
.header-modal.rojo{background-color:#e41a3f; color:white;}

.content-modal{padding:20px; background:white; border-bottom-left-radius:inherit; border-bottom-right-radius:inherit;}


.boton-modal {background: #999; color: #fff; font-size:1em; padding: 8px 15px; letter-spacing: 0.5px; text-transform: uppercase; margin-top:15px; display:inline-block; text-align:center;}
.boton-modal.full{width:100%;}
.boton-modal:hover, .boton-modal:focus {color: #fff; background: #666;}

.boton-modal.verde, .boton-modal.verde:focus{color: #fff; background: #5cb85c;}
.boton-modal.verde:hover {color: #fff; background: #5cb85c;}

.boton-modal.naranja, .boton-modal.naranja:focus{color: #fff; background: #f49100;}
.boton-modal.naranja:hover {color: #fff; background: #f49100;}

.boton-modal.rojo, .boton-modal.rojo:focus{color: #fff; background: #e41a3f;}
.boton-modal.rojo:hover {color: #fff; background: #e41a3f;}

.texto-rojo{color:#e53131;}


@media (max-width: 991px) {
  .modal-centrada.maxsize{max-width:90%;}
}

@media (max-width: 767px) {
  .modal-centrada.medsize{max-width:90%;}
}



.controlstock{
	position:absolute;
	z-index:1;
	color:white;
	margin-left:2px;
	/*margin-top:2px;*/
	bottom:60px;
	padding:2px 5px 2px 5px;
	background:black;
	font-size: small
}

@media (max-width: 991px) {
	.controlstock{	font-size: xx-small}
}

/*============================
  MARCAS
==============================*/

.brand-zone{margin:0 auto; max-width:272px; border-bottom:3px solid #f4f4f4; padding-bottom:15px; margin-bottom:30px; text-align:center;}
.brand-zone:hover{border-color:#2d2c2c;}

/*============================
Tracking NUEVO
==============================*/
.cursor-pointer{cursor:pointer;}

.track-list{padding:0px 0;}

.send-content-main{min-height:20px; margin-left:0}
.send-content-info{position:absolute; bottom:10px; right:5px}
.ship-steps{color:#999}
.ship-steps .step{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; position:relative; margin-left:8px; padding-left:13px; padding-bottom:12px}
.ship-steps .step:before{content:"";position:absolute; top:8px; left:157px; width:1px; height:calc(100% - 8px); border-right:1px solid #e2e6e9}/*157px*/
.ship-steps .step.step-head:before,.ship-steps .step:first-child:before{top:24px; height:calc(100% - 23px)}
.ship-steps .step:last-child:before{height:0}

.ship-steps .step .icon-con{width:4px; height:4px; border-radius:50%; background:#002967; border:2px solid white;}
.ship-steps .step .icon-con.icon-node{top:1px; left:152px; width:12px; height:12px; position:absolute}/*152px*/
.ship-steps .step .icon-con.icon-exception{background:transparent}
.ship-steps .step p{line-height:1.3; margin-bottom:10px; text-align:right; margin-top:0}
.ship-steps .step:first-child .step-content{margin-left:6px}

.ship-steps .step-time{width:117px; margin-right:16px}/*117px*/
.ship-steps .step-time .time,.ship-steps .step-time .hour{font-size:12px; margin-bottom:0; color:#b4bbc1;}
.ship-steps .icon-current img{width:24px; height:24px}

.ship-steps .step-content{margin-left:30px; -webkit-box-flex:1; -ms-flex:1; flex:1; margin-top:-4px}
.ship-steps .step-content .head{color:#000; font-size:14px; margin-bottom:2px}
.ship-steps .step-content.step-content-head{margin-left:6px}
.ship-steps .step-content p{text-align:left; margin-bottom:0}
.ship-steps .step-content .text{font-size:14px; margin-bottom:38px; color:#b4bbc1;}

li:last-child > .step-content .text{margin-bottom:0px}

.recevier-info .recevier-info-con{position:relative; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start}
.recevier-info .recevier-info-con:before{content:"";position:absolute; top:33px; left:165px; width:1px; height:100%; border-right:1px dashed #e2e6e9}/*165px*/

.recevier-info .address-icon{margin-left:149px}/*149px*/
.recevier-info .address-icon img{width:34px; height:34px}
.recevier-info .address-detail{margin-bottom:30px; margin-left:10px; word-break:break-word}
.recevier-info .address-detail p{margin:0; font-size:14px; color:#333}


@media (max-width: 480px) {
	.ship-steps .step:before{left:107px;}
	.ship-steps .step .icon-con.icon-node{left:102px;}
	.ship-steps .step-time{width:67px;}
	.recevier-info .recevier-info-con:before{left:115px;}
	.recevier-info .address-icon{margin-left:99px}
}


/*MODAL*/
 .zona-modal,
 .overlay-modal {
     height: 100%;
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     background-color: rgba(0, 0, 0, 0.8);
     overflow-x: hidden;
     z-index: 1001;
 }

 .modal-centrada {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-align: center;
     align-items: center;
     min-height: calc(100% - (.5rem * 2));
     max-width: 520px;
     margin: 0 auto;
 }

 .modal-centrada::before {
     display: block;
     height: calc(100vh - (.5rem * 2));
     content: ""
 }

 .modal-centrada.maxsize,
 .modal-centrada.xl-size {
     max-width: 1200px;
     margin: 0px auto;
 }

 .modal-centrada.medsize,
 .modal-centrada.l-size {
     max-width: 720px;
     margin: 0px auto;
 }

 .modal-centrada.minsize,
 .modal-centrada.s-size {
     max-width: 360px;
     margin: 0 auto;
 }

 .modal-centrada.full {
     max-width: 100%;
     margin: 0 auto;
 }

 .modal-centrada.fullscreen {
     width: 100vw;
     max-width: none;
     height: 100%;
     margin: 0
 }

 .modal-centrada.fullscreen .contenido-modal {
     height: 100%;
     border: 0;
     border-radius: 0
 }

 .modal-centrada.fullscreen .header-modal {
     border-radius: 0
 }

 .modal-centrada.fullscreen .body-modal {
     overflow-y: auto
 }

 .modal-centrada.fullscreen .footer-modal {
     border-radius: 0
 }

 .modal-centrada.fullscreen .contenido-modal {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     height: 100vh;
     margin: 0px !important;
 }

 .modal-centrada.fullscreen .header-modal {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }

 .modal-centrada.fullscreen .body-modal {
     position: relative;
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
 }

 .modal-centrada.fullscreen .footer-modal {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
 }

 @media (max-width: 991px) {
     .modal-centrada.modal-full-screen .contenido-modal {
         height: 90vh;
     }
 }

 .modal-centrada.scroll .body-modal {
     max-height: calc(100vh - 210px);
     overflow-y: auto;
 }

 .modal-centrada.no-header .body-modal,
 .modal-centrada.no-footer .body-modal,
 .modal-centrada.no-header-footer .body-modal {
     padding-top: 1.75rem;
     padding-top: 1.75rem;
 }

 .contenido-modal {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: inherit;
     background-clip: padding-box;
     outline: 0;
     border-radius: inherit;
     background-color: white;
 }

 .contenido-modal {
     margin: 5px 10px;
 }

 .cerrar-modal {
     position: absolute;
     top: 0px;
     right: 5px;
     z-index: 1;
     font-size: 1.25em
 }

 .cerrar-modal a {
     color: #b62247;
     font-size: 1.25em;
 }

 .header-modal {
     background-color: inherit;
     padding: 1rem 1.25rem;
     position: relative;
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
     border-bottom: 1px solid #dbdfea;
 }

 .header-modal img {
     max-width: 90px;
 }

 .header-modal.noborde {
     border: 0px !important;
     padding-bottom: 0rem !important;
 }

 .header-modal.verde {
     background-color: #32964d !important;
     color: white !important;
     border: 0px !important;
 }

 .header-modal.amarillo {
     background-color: #ffae11 !important;
     color: white !important;
     border: 0px !important;
 }

 .header-modal.rojo {
     background-color: #c1002b !important;
     color: white !important;
     border: 0px !important;
 }

 .header-modal.cian {
     background-color: #09c2de !important;
     color: white !important;
     border: 0px !important;
 }

 .header-modal.azul {
     background-color: #3b7ddd !important;
     color: white !important;
     border: 0px !important;
 }

 .header-modal.light {
     background-color: #e9ecef !important;
     border: 0px !important;
 }

 .header-modal.colordest {
     background-color: #7f8dff !important;
     border: 0px !important;
 }

 .header-modal.gris {
     background-color: #6b7275 !important;
     color: white !important;
     border: 0px !important;
 }

 .body-modal,
 .content-modal {
     padding: 1rem 1.25rem;
     padding: 1.5rem 1.25rem;
     background: white;
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
     overflow-y: auto;
 }

 .body-modal.scroll {
     max-height: calc(100vh - 210px);
     overflow-y: auto;
 }

 .body-modal.l-size {
     padding: 1.75rem 1.25rem;
 }

 .body-modal.xl-size {
     padding: 2.25rem 1.25rem;
 }

 .footer-modal,
 .bottom-modal {
     padding: 1rem 1.25rem;
     background: white;
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
     border-top: 1px solid #dbdfea;
 }

 .footer-modal.verde {
     color: #fff !important;
     background: #32964d !important;
     border: 0px !important;
 }

 .footer-modal.amarillo {
     color: #fff !important;
     background: #ffae11 !important;
     border: 0px !important;
 }

 .footer-modal.rojo {
     color: #fff !important;
     background: #c1002b !important;
     border: 0px !important;
 }

 .footer-modal.cian {
     color: white !important;
     background-color: #09c2de !important;
     border: 0px !important;
 }

 .footer-modal.azul {
     color: white !important;
     background-color: #3b7ddd !important;
     border: 0px !important;
 }

 .footer-modal.gris {
     color: #fff !important;
     background: #6b7275 !important;
     border: 0px !important;
 }

 .footer-modal.light {
     background: #e9ecef !important;
     border: 0px !important;
 }

 .footer-modal.rojo,
 .footer-modal.rojo:focus {
     color: #fff !important;
     background: #c1002b !important;
     border: 0px;
 }

 .footer-modal.rojo:hover {
     color: #fff !important;
     background: #c1002b !important;
 }

 @media (max-width: 991px) {
     .modal-centrada.maxsize {
         max-width: 90%;
     }
 }

 @media (max-width: 767px) {

     .modal-centrada.minsize,
     .modal-centrada.medsize {
         max-width: 90%;
     }
 }

 .fondo-overlay {
     position: fixed;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100vw;
     height: 100vh;
     background-color: rgba(0, 0, 0, 0.8);
 }

 .text-modal {
     max-height: 200px;
     overflow: auto;
     margin-top: 15px;
 }
