/* Font */
@font-face{font-family: 'montserratregular';src: url('../fonts/monset/montserrat-regular-webfont.eot');src: url('../fonts/monset/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/monset/montserrat-regular-webfont.woff2') format('woff2'),url('../fonts/monset/montserrat-regular-webfont.woff') format('woff'),url('../fonts/monset/montserrat-regular-webfont.ttf') format('truetype');font-weight: normal;font-style: normal;}


body{ font-family:'montserratregular';color:#444;background:#fff; }
h1,h2,h3,h4,h5,h6,
figure,
blockquote{ margin:0 ;padding:0; }
blockquote{ border:0; }
h1{ font-size:40px !important;letter-spacing:0;line-height:50px; }
h2{ font-size:35px !important;letter-spacing:0;margin-bottom:7px;line-height:45px;}
h3{font-size:35px;line-height:45px;}
h4{ font-size:30px;line-height:40px;letter-spacing:0;}
h5{ font-size:30px;line-height:40px;letter-spacing:0;}
label,
li{font-size:16px;letter-spacing:0.3px; }
p{font-size:16px;line-height:26px;margin:0; }
a { color:currentColor; }
a:hover, a:focus{ color:#726635; }


.flota{position:fixed;}
header{width:100%;z-index:4;padding:10px 0 10px;background:#eddfc2;position:fixed;-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07); box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);}
header._fondocolor{background:#fcfcf8;}
header .franja2 .menu_bar{padding:0;margin-top:20px;}
.js-off-canvas-overlay.is-visible{z-index:2;}
header .logo img{height: 50px;}
header .btn_buscar_header img{height: 25px;padding: 0;}
header .btn_tienda img{height: 40px;padding: 0;}
header .btn_menu img{height: 40px;padding: 0;}


.ocultar{display:inline-block !important;}
.aparecer{display:none !important;}
.cero-registro{padding:180px 0;} 



header nav ul {list-style: none; display: flex;      align-items: center;gap: 20px;       margin: 0;  margin-top: 0;padding: 0;   }
header nav ul li a {text-decoration: none;  color: #726635;         font-weight: 500;       display: flex;          align-items: center;    }

.ocultar nav > ul > li > a{font-size:16px;line-height: 16px;}
header nav ul li a:hover,
header nav > ul > li.active-menu > a{color:#835c30;font-weight: 800;}


nav li a.rel{padding-right:15px;}
nav .llevasubmenu{background:url(../img/iconos/flecha-abajo.png);width:8px;height:5px;position:absolute;TOP:40%;right:2px;}
nav li:hover  .llevasubmenu{background:url(../img/iconos/flecha-abajo2.png);}
/*Sub Menu*/
nav li ul{display:none;position:absolute;} 
nav > ul > li > ul{margin:0;}
header nav li > ul a img{max-height:40px;margin-right: 10px;vertical-align: middle;}



.modal_buscador{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.45); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all .35s ease; z-index: 9999; -webkit-transition: all .35s ease; -moz-transition: all .35s ease; -ms-transition: all .35s ease; -o-transition: all .35s ease; }
.modal_buscador.activo{opacity: 1;visibility: visible;}
.modal_buscador ._lleva_busqueda_producto_header{ background: #fff; padding: 50px 30px; border-radius: 16px; width: 90%; max-width: 500px; position: relative; transform: scale(0.85); transition: transform .35s ease; -webkit-transition: transform .35s ease; -moz-transition: transform .35s ease; -ms-transition: transform .35s ease; -o-transition: transform .35s ease; }
.modal_buscador.activo ._lleva_busqueda_producto_header{transform: scale(1);}

.modal_buscador .search__row{display: flex;align-items: center;border: 2px solid #111;border-radius: 10px;overflow: hidden;}
.modal_buscador .search__row input{flex: 1;padding: 14px;border: none;outline: none;font-size: 16px;margin:0;padding-left:20px;height: 69px;}
.modal_buscador .search__row button{background: #111;border: none;padding: 10px 16px;cursor: pointer;    height: 69px;margin: 0 !important;}
.modal_buscador .search__row img{width: 20px;filter: invert(1);}
.modal_buscador .cerrar_modal{position: absolute;top: 10px;right: 12px;background: none;border: none;font-size: 22px;font-weight: bold;cursor: pointer;color: #000;}



.deldia a{background: #726635;color: #fff!important;}
#selectdptos.select2{width:148px!important;}


/*From*/
form label{ margin:12px 0 6px;color:#4A4A4A;font-size:14px !important;line-height:1.2; }
form label.error{ float:none;font-size:12px !important;margin:9px 0 0 !important;padding:5px 10px;width:auto;min-height:auto;background:#ff0000;color:#fff; }
form label.error.valid{ display:none !important; }
form input[type="file"]{font-size:15px;}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea,
form select{ background:#fff;border:0 ;box-shadow:none !important;height:36px;padding:0;margin:0 ;color:#333;font-size:16px;outline:0; padding-left:15px;border-radius:10px;border: 1px solid #bbb;margin-bottom:10px;}
form textarea{height:140px !important; padding:10px 8px;font-size:16px;border: 1px solid #bbb;}
form input::placeholder{color:#777;}
form textarea::placeholder{color:#777;}
form button{font-size:20px;background:#726635;padding:10px 30px;margin:12px 0!important;text-align:center;color:#fff;cursor:pointer; }
form .control{ border:0;background:#E9E9E9;padding:9px 9px 8px; }
form .control.lleva-select{ padding:0; }
form .control.lleva-select label.error{ margin:0 10px 9px !important; }
form .control.lleva-select select{ padding:8px 25px 9px 10px; }
form .callout{ font-size:13px; }
iframe{ display:block; }


/* Fuentes */
.osans{font-family:'OpenSans'!important;}
.monset{ font-family: 'montserratregular' !important; }

.outfit {font-family: "Outfit", sans-serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;}
.outfit-600 {font-family: "Outfit", sans-serif;font-optical-sizing: auto;font-weight: 600;font-style: normal;}
.outfit-800 {font-family: "Outfit", sans-serif;font-optical-sizing: auto;font-weight: 800;font-style: normal;}



/* Config */
.color-1{ color:#726635 !important;}
.color-2{ color: #eddfc2 !important;}
.color-3{ color:#726635 !important;}

.texto{color:#333 !important;}
.blanco{color:#fff !important;}
.rojo{color:#df0000 !important;}
.bold {font-weight:bold;line-height:inherit;}
.em {font-style:italic;}
.inlineb {display:inline-block;}
.active{color:#FF000 !important;}
.padibuton{padding-top:10px;}
.cero{padding:0 !important;}
.block-line{ display:inline-block; }/*para generales  desaperece en movil*/
.block-b{ display:block; }/*para generales  desaperece en movil*/
.block-n{ display:none; }/*para mostrar el correo en movil*/
.logo_movil{display:none;}

.para-video{height:400px;width:100%;}
.height-video-you{height:400px;}



.row{ max-width:73.625em; }
.rel{ position:relative; }
.abs{ position:absolute;top:0;left:0; }
.columns{ padding-left:15px;padding-right:15px; }
.callout{ padding:0;margin:0;border:0; }
.banners{ border:0;margin:0;padding:0; }
.verticalalignmiddle{ position:absolute;top:0;left:0;bottom:0;right:0;margin:auto; }
.en-linea > *{ display:inline-block;vertical-align:middle; }
.fullwidth{ width:100%; }
.fondo{ background-repeat:no-repeat;background-attachment:scroll;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center; }
.fondo-int{ background-repeat:no-repeat;background-attachment:scroll;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center; }

.tbl{ display:table;}
.tbl > *{ display:table-cell;vertical-align:middle; }
.pagination a:hover,
.pagination .current{ background:#E5E5E5 !important;color:#333; }

.mascara{ width:100%;height:100%;background-color:rgba(24,24,24,0.3);zoom:1 !important; }
.banners  .texto{margin-top:180px;}
.banners  p{font-size:90px !important;line-height:100px;padding-bottom:8px;z-index:9;color:#fff;text-shadow: 2px 4px 3px rgba(0,0,0,0.8);}


.banners h3{font-size:40px;line-height: 50px;max-width:400px;margin: 0 auto;}
.banners .fondo{ height:520px;}
.banners .fondo2{ height:330px;}
.banners .img-baner{margin-top:-150px;}
.banners .btn{border-radius:15px}
.banners .mascara{ background:rgba(0,101,186,0.20);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0065BA',EndColorStr='#0065BA')";filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#0065BA',EndColorStr='#0065BA');z-index:1; }

._mostrar_solo_pc_inline{display: inline-block;}
._mostrar_solo_pc{display: block;}
._mostrar_solo_movil{display: none;}
main .banners .imagen_banner_fondo{ width: 100%; height: auto; border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; min-height: 472px; }
.banners._mostrar_solo_pc  .fondo .row{max-width: 1100px;position: relative;}
.lleva_imagen_fondo .row{ position: absolute;bottom: 80px;left: 0;right: 0;margin: 0 auto;max-width: 1100px;}




/* Menu */
.menu_bar{ display:none; }
.float-movi{float:left!important;}

/* Botones  */
/* .btn{ display:inline-block;max-width:202px;width:100%;margin-top:30px;background:#726635;color:#fff;font-size:16px;letter-spacing:0.5px;text-align:center;padding:8px 25px;border-radius:25px;} */
.btn{ border-radius: 6px; cursor: pointer; display: block; font-size: 14px; letter-spacing: .5px; line-height: 14px; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .4s ease-out; width: 100%; margin: 0 auto!important; font-weight: 600; background-color:#b4be00; color: #fff; padding:12px 25px; margin-top: 10px!important; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border: 1px solid #000; max-width: 250px; -webkit-transition: background-color .4s ease-out; -moz-transition: background-color .4s ease-out; -ms-transition: background-color .4s ease-out; -o-transition: background-color .4s ease-out; border:0;}
		
.btn {
    display: flex;
    align-items: center;      /* Centra verticalmente */
    justify-content: center;  /* Centra horizontalmente */
    gap: 8px;                 /* Espacio entre la imagen y el texto */
    text-decoration: none;
    display: inline-flex;     /* Asegura la alineación correcta en botones */
    align-items: center;
    justify-content: center;
}

.btn img{ width: 20px; height: auto;}
.btn-flecha{padding:0px 7px 5px 15px; } 
.botones:hover{background-color:#726635 ;color:#fff;font-weight:800;-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}/*cambia el aspecto o color al pasar lel cursor*/





.zoom {overflow: hidden;}
.zoom:hover img{ -webkit-transform:scale(1.05); transform:scale(1.05); -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out; -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); }


/* efectos */
@-webkit-keyframes hvr-pop {50% {-webkit-transform: scale(1.2);transform: scale(1.2);}}
@keyframes hvr-pop {50% {-webkit-transform: scale(1.2);transform: scale(1.2);}}
.hvr-pop { display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {-webkit-animation-name: hvr-pop;animation-name: hvr-pop;-webkit-animation-duration: 0.3s; animation-duration: 0.3s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;}
  /* Bounce In */
.hvr-bounce-in {display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {-webkit-transform: scale(1.2);transform: scale(1.2);-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);}
/* end eefctos */


.img .mascara{ display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;background-image:url(../img/more.png);background-repeat:no-repeat;background-position:center center;background-color:rgba(24,24,24,0.3);position:absolute;top:0;left:0;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;cursor:pointer;z-index:2; }

/* Banners*/
.banner-1{ background-image:url(../img/banners/1.jpg);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/1.jpg',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/1.jpg',sizingMethod='scale')";}
.banner-2{ background-image:url(../img/banners/2.jpg);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/2.jpg',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/2.jpg',sizingMethod='scale')";}
.banner-3{ background-image:url(../img/banners/3.jpg);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/3.jpg',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/3.jpg',sizingMethod='scale')";}
.banner-contacto{ background-image:url(../img/banners/contacto.jpg);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/contacto.jpg',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/contacto.jpg',sizingMethod='scale')";}
.banner-nos{ background-image:url(../img/banners/nosotros.jpg);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/nosotros.jpg',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banners/nosotros.jpg',sizingMethod='scale')";}


/* Back-top */
#back-top {display:none;position:fixed;bottom: 50px;right: 15px;z-index:2;} /*flecha flotante*/
#back-top a {width: 32px;display: block;text-align: center;font: 11px/100% Arial,Helvetica,sans-serif;text-transform: uppercase;					text-decoration: none;color: #666666;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
#back-top span {width: 32px;height: 32px;display: block;margin-bottom: 0;background-color:#726635;background-image: url(../img/iconos/up-arrow.png);background-repeat:no-repeat;background-position:center;-webkit-border-radius: 16px;-moz-border-radius: 16px;border-radius: 16px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
#back-top a:hover span {background-color:#333;}


.lSAction > a {display:inline-block; position:absolute; width:16px;height:20px;}
.lSAction > .lSPrev{background:url(../img/iconos/prev-sub.png) no-repeat;left:0;}
.lSAction>.lSNext {background:url(../img/iconos/next-sub.png) no-repeat;right:0px;}
.banners .lSAction > a {display:block; position:absolute; top:50%; width:27px; height:48px;z-index:1;} 
.banners  .lSAction > .lSPrev{ background:url(../img/iconos/prev-banner.png) no-repeat;left:30px;}
.banners .lSAction > .lSNext {background:url(../img/iconos/next-banner.png) no-repeat;right:30px;}
.slaider .lSAction > a {display:block; position:absolute; top:50%; width:16px; height:20px;z-index:1;} 

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {background-color:#726635;}
.lSSlideOuter .lSPager.lSpg>li a {background-color:transparent;border:2px solid #726635;width:16px;height:16px;z-index:2;}
/* .lSSlideOuter .lSPager.lSpg {position: absolute;top:90%;left:45%;} */
.lSSlideOuter .lSPager.lSpg {  position: absolute;  top: inherit;  left: 0;  right: 0;bottom: 0;}


 .btn_pulse{-webkit-transition:;transition: all 0.5s;-webkit-animation: pulsegreenCases 2s infinite;animation: pulsegreenCases 2s infinite;visibility: visible;animation-name: pulse;}

.map-height{height:480px;width:100%;}
.margin-interno{padding-top:70px;}

._lleva_redes_flotantes{position: fixed;bottom:29%;left:inherit;right:15px;z-index:999;}
._lleva_redes_flotantes li{display: block;margin: 8px 0;}
/* ._lleva_redes_flotantes li figure img{height: 40px;} */
._lleva_redes_flotantes li figure img{height: 80px;}


/*Registro Suscritos */
.mfp-close-btn-in .mfp-close {color: red;}
:focus{outline: -webkit-focus-ring-color auto 0!important;}
.reveal-overlay{background-color: rgba(10, 10, 10, 0.65);}


#reg_suscrito.reveal{background:transparent;border:0;}
#reg_suscrito blockquote{font-size:24px;line-height:28px;padding-bottom:30px;}
#reg_suscrito .callout-1{padding:30px 20px;max-width:483px;margin:0 auto;border-radius:12px;background: transparent;} 
#reg_suscrito .callout-2{padding:40px 0 80px;} 
#reg_suscrito .callout-2 h3{font-size:22px;line-height:26px!important;padding-bottom:20px;}
#reg_suscrito .callout-2 p.rel{font-size:16px;padding-left:20px;font-family:'OpenSans'!important;}
#reg_suscrito .callout-2 p.rel span{position:absolute;left:0;top:5px;background:url(../img/iconos/vi.png) no-repeat;width:12px;height:12px;}
#reg_suscrito .callout-2 .pbot{padding-bottom:40px;} 
#reg_suscrito .olvidaste{color:#999;font-size:16px;padding:20px 0;}
#reg_suscrito  form input::placeholder{color:#333;}
#reg_suscrito  form input[type="email"],
#reg_suscrito form input[type="password"],
#reg_suscrito  form input[type="text"]{height:40px;margin-bottom:5px!important;border:1px solid #999;padding:4px 15px;} 
#reg_suscrito  .fondi{background:#f1f1f1;padding:15px;border-radius:15px;}
#reg_suscrito  .botones{border:0;font-size:16px;background:#726635;border-radius: 25px;}
#reg_suscrito .tabs{border:0;background:transparent;}
#reg_suscrito .tabs-title{padding:0;width:100%;text-align:center;}
#reg_suscrito .tabs-title > a{font-size:15px;color:#726635;padding:0.85rem;font-weight:bold;} 
#reg_suscrito .tabs-title > a:hover,#reg_suscrito .tabs-title > a:focus, 
#reg_suscrito .tabs-title > a[aria-selected='true']{background:#726635;color:#fff;border-radius: 25px 25px 0 0;}
#reg_suscrito .tabs-panel{padding:3rem 3rem 2rem;border:1px solid #eee;background:#fff;border-radius:0 0 25px 25px;}
#reg_suscrito .tabs-content{ border: 1px solid #999;border-radius: 0 0 25px 25px;}
#reg_suscrito .tabs-content form input[type="email"],
#reg_suscrito .tabs-content form input[type="password"],
#reg_suscrito .tabs-content form input[type="text"]{height:40px;margin-bottom:5px!important;border:1px solid #999;padding:4px 15px;border-radius:25px;} 
#reg_suscrito .tabs-content .botones{border:0;color:#fff;font-size:14px;background:#726635;border-radius: 25px;margin-top: 20px!important;}

#reg_suscrito form input[type="text"], #reg_suscrito form input[type="password"], #reg_suscrito form input[type="email"], #reg_suscrito form textarea, 
#reg_suscrito form select {background: #fff;border-radius:25px;}





.minh-pro{margin-bottom:20px;padding:0 10px;}
.producto{ position:relative; background: #fff; color: #323232; padding:0; margin-bottom: 20px; transition: all .4s ease-out; border-radius: 35px; box-shadow: 2px 2px 12px 0 rgba(0,0,0,.07); -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; }
.producto:hover{box-shadow: 0 0 8px 1px #ccc;position: relative;}

/* 
padding:8px;background:#fff;border-radius:8px;-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
*/
.producto .title-pro{height:68px;position:relative;}
.producto .descrp{margin-top:13px; padding: 10px 16px 25px;}
.producto figure{ height:250px; position:relative; overflow: hidden; border-radius: 35px 35px 0 0; -webkit-border-radius: 35px 35px 0 0; -moz-border-radius: 35px 35px 0 0; -ms-border-radius: 35px 35px 0 0; -o-border-radius: 35px 35px 0 0; }
.producto figure img{min-height:250px;}

.producto h2 {font-size: 15px!important;height: 35px;display: -webkit-box;max-width: 100%;margin: 0 auto;line-height: normal;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; min-height: 35px;color:#333;}
/* .producto h2 span{padding-top:10px;font-size:14px!important;line-height:19px;font-weight:400;text-transform:inherit;} */
.producto blockquote{font-size: 13px;margin-bottom: 5px!important;color: #4c4c4c;text-decoration: none;text-transform: uppercase;}
.producto p big{padding-right:9px;font-size: 19px;position: relative; display: inline-block; font-weight:800;color:#726635;}
.producto p strike{font-size: 13px;color:#828282;display: inline-block; font-weight: 400;}
.producto:hover img{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}


.producto figure{
	position: relative;
	overflow: hidden;
}

.etiqueta-descuento{
	position: absolute;
	top: 8px;
	left: -35px;
	width: 110px;
	height: 30px;

	background: #e63946;
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 12px;
	text-transform: uppercase;

	transform: rotate(-45deg);
	box-shadow: 0 2px 6px rgba(0,0,0,.25);
	z-index: 3;
}



._estrellas{padding: 7px 0;display: flex;gap: 7px;}
._estrellas img{ height: 15px;}

._estrellas {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

._estrellas img {
    width: 28px;
    filter: grayscale(100%) brightness(70%);
    transition: 0.2s ease;
}

._estrellas img.activa {
    filter: none; 
}

._estrellas img:hover,
._estrellas img:hover ~ img {
    filter: grayscale(100%) brightness(70%);
}



.producto .lleva_precio {  display: flex;  justify-content: space-between;  align-items: center;  width: 100%; margin-top:20px;}
.producto .lleva_precio p {margin: 0;  display: flex;  align-items: center;gap: 10px;   font-family: inherit;}
.producto .lleva_precio p strong,
.producto .lleva_precio p .precio {font-size: 1.3rem;  font-weight: 700;  color: #111;}
.producto .lleva_precio p strike {  font-size: 0.80rem;   color: #999;        text-decoration-color: #bbb;      text-decoration-thickness: 1.5px; /* tachado más fino y elegante */}
.producto .lleva_precio img {  width: 50px;  height: 50px;  display: block;  cursor: pointer;}






/* .ocultarwsp{display:none;} */
.ocultarwsp{}
/* .call_to_action_flotante {position: absolute;bottom:0;z-index:999;width:100%;letter-spacing:1px;font-size:15px;text-align:center;background:#b5bd3c;padding:10px;margin:6px 0 0;color:white;} */
.call_to_action_flotante { position: fixed; bottom:0; z-index:999; width: 25%; right: 0; letter-spacing:1px; font-size:15px; text-align:center; background:#b5bd3c; padding:10px; margin:6px 0 0; color:white; border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }


#ventana-emergente-1{display:inline-block;text-align:center;margin:5px;position:relative;}
#ventana-emergente-1 a{display:inline-block;cursor:pointer;}
#ventana-emergente-1 .formulario {
    display: none;
    max-width: 321.33px;
    margin: 0 auto;
    padding: 23px 28px 26px 20px;
    overflow: hidden;
    background: transparent;
    background: rgba(255,255,255,0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#66FFFFFF', EndColorStr='#66FFFFFF')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66FFFFFF', EndColorStr='#66FFFFFF');
    zoom: 1!important;
}
#ventana-emergente-1 .formulario h3{margin:0 0 20px;color:#fff;}
.formulario h3{font-size:25px;color:#4B63AC;letter-spacing:-0.05em;}
#ventana-emergente-1 .formulario p{font-size:14px;color:#fff;}
#ventana-emergente-1 .formulario form{width:auto;margin:0;padding:0;}
#ventana-emergente-1    .img-responsive{display: block;max-width: 100%;height: auto;}


#selectdptos{display: inline-block;width: auto;margin: 0;margin-left: 15px;padding: 0.532rem 15px;height: auto;font-size: 14px;border-radius: 30px;    font-family: 'montserratregular' !important;}

.select2-container{margin-top: -9px;    margin-left: 15px;}
.select2-container--default .select2-selection--single{border: 1px solid #d6d6d6;height: 33px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{height: 33px;line-height: normal;padding-left: 15px;padding-right: 25px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 33px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{left:inherit;}
.select2-container--open .select2-dropdown {
    left: -15px;
}

/* .select2-container--open{position:absolute;display:block;} */



#search input[type='text']::placeholder{color:#444;}
#search {position: relative;max-width: 400px;margin-right:3px;display: inline-block;}
#search input[type='text']{ font-size: 14px !important; margin: 0; width: 100%; border-radius:8px; height:33px; padding-left: 14px; padding-right: 35px; background: #f8f8f8; color: #726635; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; }
#search .well{position:relative;}
#search button {width: auto;background:transparent;padding:0 !important;margin:0 !important;cursor:pointer;}
#search .abs{top: 3px;left: inherit;right: 0;padding: 1px 12px 4px;}
#search img{height:15px;}
#search form{display: inline-block;}



.compartelo{padding-top:30px;}
.redes-sociales{margin:25px 0;}

#politicas .callout-1{background-color:#E2E2E2;padding:85px 0 90px;}
#politicas .callout-1 h3{font-size: 23px !important;line-height: 26px;padding-bottom:20px;}
#politicas .callout-1 p{padding-bottom:35px;}



/*Cesta*/
.callout-f{background:#726635;padding:12px 10px;}
/* .callout-f{background:url(../img/1.png) no-repeat;padding:20px 15px;} */
.callout-f h3{font-size:16px;color:#fff !important;line-height: 20px;}
.callout-f h3 a:hover{color:#333;}
.callout-f blockquote{font-size:17px;line-height:23px!important;padding-top: 10px;}


.tacho{height:20px;}
#cesta .btn{max-width:250px;-webkit-transition: all 2s;transition: all 2s;-webkit-animation: pulsegreenCases 2s infinite;animation: pulsegreenCases 2s infinite;visibility: visible;animation-name: pulse;}
#cesta button{max-width:250px;-webkit-transition: all 2s;transition: all 2s;-webkit-animation: pulsegreenCases 2s infinite;animation: pulsegreenCases 2s infinite;visibility: visible;animation-name: pulse;}
#cesta .callout-1{background:#fff;padding:50px 0 80px;}
#cesta .callout-1 h5 {font-size:18px;line-height:22px;padding:35px 0 15px;}
#cesta .callout-1 blockquote {font-size:20px;line-height:21px;}
#cesta .callout-1 .padtop{padding-bottom:75px;}
#cesta  .btn.btn-activo{background:#154A12;}
#cesta .prodcesta {padding:8px 0;background:url(../img/iconos/linea.jpg) bottom center no-repeat}
#cesta .prodcesta h2 {font-size: 18px !important;margin: 0;}
#cesta .prodcesta p{font-size:16px;line-height:19px;margin:0;padding:5px 3px;min-height:35px;}
#cesta .prodcesta p strong{font-size:14px;line-height:16px;}
#cesta .prodcesta figure {height:40px;}
#cesta .prodcesta figure img{max-height:40px;}
#cesta .prodcesta input[type="text"]{margin:0;height:35px;font-size:15px;}
/* #cesta .content_cart .pleftfor{padding:10px;} */
#cesta .content_cart .ptotal{padding:10px;position:relative;font-size: 15px;}
#cesta .content_cart .ptotal strong{padding-left: 20px;font-size: 17px;color: ##726635!important;position:absolute;right:10px;font-weight:400;}
#cesta .content_cart .ptotal.preciofinal{font-size: 17px;border-top: 1px dotted #ccc;    background: #F1F1F1;}
#cesta .content_cart .ptotal.preciofinal strong{font-weight:800;font-size: 20px;}
/* #cesta .content_cart .ptotal span{padding-left: 15px;} */
#cesta .content_cart .pleftfor {  padding: 20px 15px 10px;border: 1px solid #ccc;margin-bottom: 30px!important;}
#cesta  form input[type="text"], 
#cesta  form select, 
#cesta  form input[type="email"] {border:1px solid #bbb;margin-bottom:10px;}
#cesta  form .date {width:100%!important;}
#cesta  form textarea { height: 399px !important; border:1px #bbb solid;border-radius:8px;margin:15px 0 35px;background:#fff;font-size:14px;padding:8px;}
#cesta  form textarea.comentario { height:109px !important; }
#cesta  form select{-webkit-appearance: menulist;}
#cesta .bancos{background:#efefef;padding:15px;}
#cesta .bancos .banco{padding-left:60px;margin:25px 0 20px;font-size:14.5px;}
.bancos .medios{font-size:14px;line-height:17px;padding:0 8px;margin-top:20px;word-break:break-word;}
.bancos .medios span{font-size:20px;line-height:24px;color:#726635;}
.bancos .medios img{left:inherit;right:0;}


p a {text-decoration: none;font-weight:400;}
.Zebra_DatePicker_Icon_Wrapper{width:200px!important;}
.Zebra_DatePicker_Icon{right:10px!important;}

#cesta  label{color:#333;font-size: .75rem !important;}
#cesta  label.error{color:#fff;font-size: .75rem !important;}
#cesta  p.anexos{font-size:14px;}
#cesta  .form_pago{background:#f1f1f1;padding:20px 15px;}
#cesta  .form_pago h4{ font-size: 16px;padding-bottom:35px;}
#cesta  .form_pago input{margin-top:7px;}
#cesta  .form_pago .fech{width: inherit;padding: 0 12px;text-align: center;display: inline-block;margin: 0 7px;}
#cesta  .btn{margin-top:26px!important;}
#cesta  .btn-pedidoencurso{background:#d2dfe6;cursor:progress;color:#767676;}
#cesta  #btn_pagar.btn-pedidoencurso{cursor:not-allowed;}
#cesta  button.btn{display:block;margin-left: 26px!important;}

#cesta .callout-2 .tabs{margin-top:-52px;border:0;background:#333;z-index:2;position:relative;}
#cesta .tabs-title {background:#333;}
#cesta .tabs-title.is-active, #cesta .tabs-title > a:focus, .tabs-title > a[aria-selected='true']{background: #726635;color: #fff;z-index:2;position:relative;}
/* #cesta .tabs-title > a{color: #fff;z-index:2;position:relative;line-height:1.4;padding-left:45.3px;padding-right: 14px;}  para 4 columnas */
#cesta .tabs-title > a{color: #fff;z-index:2;position:relative;line-height:1.4;padding-left: 57.3px;padding-right: 60px;}
#cesta .tabs-title > a small{color: #fff;z-index:2;position:relative;line-height:1.4;font-size: 0.75rem;}
#cesta .tabs-title > a:hover{background:#333;color: #fff;z-index:2;position:relative;} /*para hover*/
#cesta .tabs-title.is-active a:hover{background: #726635;}
#cesta .tabs-panel{padding:1.7rem 2rem;}

#cesta .accordion-item {background:#333;}
#cesta .accordion-item.is-active, #cesta .accordion-item > a:focus, .accordion-item > a[aria-selected='true']{background: #726635;color: #fff!important;z-index:2;position:relative;}
#cesta .accordion-item > a{color: #fff;z-index:2;position:relative;line-height:1.4;padding-left:45.3px;padding-right: 14px;}
#cesta .accordion-item > a small{color: #fff;z-index:2;position:relative;line-height:1.4;font-size: 0.75rem;}
#cesta .accordion-item > a:hover{background:#333;color: #fff;z-index:2;position:relative;} /*para hover*/
#cesta .accordion-item.is-active a:hover{background: #726635;}
#cesta .accordion-content{padding-bottom:3rem;}
/* #cesta .accordion-item{padding:1.7rem 2rem;} */

#cesta .data_valor{padding-bottom:15px;}
#cesta .dedicate{height:400px!important;}
#cesta .icoxs{position:absolute;top:40%;left:12px;}
#cesta .icodelivery{background:url(../img/iconos/icodelivery.png);width:21px;height:12px;}
#cesta .icodedicatoria{background:url(../img/iconos/icodedicatoria.png);width:17px;height:12px;}
#cesta .icotipocomprobante{background:url(../img/iconos/icotipocomprobante.png);width:16px;height:21px;}
#cesta .icometodopago{background:url(../img/iconos/icometodopago.png);width:19px;height:12px;}

#cesta .cke_bottom{display:none;}
#cesta .cke_skin_kama .cke_contents {height:400px!important;}



#cesta  .radio-group{margin-bottom:20px;overflow:hidden;}
.planner-radio{display:inline-block;margin-right:18px;}
.planner-radio label{font-size:14px;cursor:pointer;display:inline-block;line-height: 28px;vertical-align: super;padding-left:10px;margin:9px 0 6px;}
/* .planner-radio input{opacity:0;width:0;height:0;overflow:hidden;} */
.planner-radio input{opacity:.1;width:25px;height:25px;cursor:pointer;}
.radio-outer{width:25px;height:25px;border:2px solid #726635;position:relative;text-align:center;padding-top:3px;margin:0 auto;    display: inline-block;}
.radio-inner{width:17px;height:17px;background:#333;display:inline-block;opacity:0;}
.radio-outer, .radio-inner{border-radius:50%;cursor:pointer;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;line-height:0;}
.mock-radio{transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;/*opacity:0.6;*/margin-bottom:8px;display:inline-block;}
.radio-group .title{font-size:16px;color:#333;display:block;margin-bottom:15px;}
.mock-radio.active{opacity:1;}
.mock-radio.active .radio-outer{border-color:#726635;}
.mock-radio.active .radio-inner{background:#726635;opacity:1;}
.mock-radio:hover{opacity:0.8;}
.mock-radio:hover .radio-inner{opacity:1;}



._categoria { margin-bottom: 30px;border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }
._categoria h2{ font-size: 18px !important;line-height: 18px; margin: 0;padding: 0;}
._categoria figure{ max-height: 300px;}
._categoria figure img{ border-radius:4px ; -webkit-border-radius:4px ; -moz-border-radius:4px ; -ms-border-radius:4px ; -o-border-radius:4px ; }
._categoria .descrp{ padding: 15px 10px; background: #000; color: #fff; }

._blog_contenedor{margin-bottom: 60px;}





#pago .callout-1{padding:50px 0 30px;}
#pago .callout-1 blockquote {font-size:20px;line-height:21px;}
#pago .callout-1 h3{padding-bottom:20px;}
#pago .callout-1 .large-4 {padding-bottom:30px;}
#pago .callout-1 .large-7 .large-6{padding-bottom:20px;}
#pago .callout-2{background:#efefef;padding:50px 0;}
#pago .callout-2 .line{margin:15px;border-left:1px solid #bbb;height:82px;padding:0;}
#pago .bancos .banco{padding-left:60px;margin:25px 0 20px;font-size:14.5px;}




/*Comentarios*/
.mfp-close-btn-in .mfp-close{color:red;}
#coments form textarea{border:1px solid #ccc;}
#coments form input[type="text"]{background:#efefef!important;margin-bottom:10px!important;}
#coments form input[type="file"]{background:transparent;margin-bottom:10px!important;border:0;padding:0;}
#coments .callout-1{background:#efefef;max-width:450px;margin:0 auto;}
#coments .callout-1 form{background:#fff;padding:30px;}
#coments .btn{width:200px;font-size:25px;border-radius:0;padding:15px 25px;    margin:22px 0!important;}
#coments .btn:hover{background:#726635;}
#coments .pb{padding-bottom:20px;line-height:20px;}


/* Perfiles Suscrito-empresas */
#menu_perfil.menu_perfil{background:#F5F5F5;padding:20px 0 30px;padding-left:30px;}
#menu_perfil .menuperfil_items p{position:relative;font-size:15.4px;margin:0;padding:0.5rem 1rem;padding-left:40px;background:#F5F5F5;}
#menu_perfil .menuperfil_items p img{position:absolute;top:5px;left:0;}
#menu_perfil .img-perfil{margin-bottom:10px;height:140px;width:140px;border-radius:50%}
#menu_perfil .info_error{padding:0!important;margin-top:3px!important;}

#perfil .fondo {height:200px;}
#perfil .callout-1{background:#FAFAFA;padding:0 0 50px;overflow:hidden;}
#perfil  h3{font-size:24px!important;line-height:28px;letter-spacing:0;padding:25px 0;}
#perfil  h4{font-size:24px!important;line-height:28px;letter-spacing:0;padding:25px 0;}
#perfil #prensa {padding-top:25px;}
#perfil #prensa .large-6{width:33.333%;}
#perfil #prensa h2{font-size:18px!important;line-height:20.5px;min-height:40px;}
#perfil #prensa figure {height:200px;margin-bottom:15px!important;}
#perfil #prensa figure img {height:200px;max-width:100%;}
#perfil #prensa p{font-size:13px!important;}
#perfil #prensa p span{padding:4px 3.5px;}
#perfil #prensa .btn {display:none;}
#perfil #listado_mis_rutas {margin-top:20px;}
#perfil #listado_mis_rutas figure{height:200px;background:#efefef;margin-bottom:5px;}
#perfil #listado_mis_rutas figure img{max-height:200px;}
#perfil #listado_mis_rutas aside{min-height:390px;}
#perfil #listado_mis_rutas p{font-size:15.5px!important;line-height:18px;min-height:36px;}
#perfil #listado_mis_rutas .titulo-ruta{font-size:18px!important;line-height:20px;min-height:auto;margin-bottom:6px;}
#perfil #listado_mis_rutas .btn{display:block;padding:8px;max-width:253px;width:100%;}
#perfil form input[type="text"],
#perfil form input[type="password"],
#perfil form input[type="email"],
#perfil form textarea{border:1px solid #bbb;}
#perfil form button{margin-top:15px!important;}
#perfil input[type="file"]{background:transparent!important;border:0;}
#perfil .update_img{max-width:190px;margin:0;padding:0.5rem 15px;}
#perfil .update_img figure img{height:160px;width:160px;}
#perfil .update_img .file-upload{display:none;position:absolute;background:rgba(0,0,0,.45);cursor:pointer;width:100%;padding:5px;margin-top:-41px;}
#perfil .update_img:hover .file-upload{display:block;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
#perfil .update_img .file-upload label{padding-left:25px;cursor:pointer;margin:0;}


.mispedidos .large-12{padding:30px;border:1px solid #ccc;border-radius:25px;background:#F2F2F2;margin-bottom: 30px;}
.mispedidos blockquote span{padding:0 13px;}
.mispedidos .regalo{display:inline-grid;padding-right:30px;}
.mispedidos .data{display:inline-block;}
.mispedidos .estado1{color:#006600;padding-top:8px;}
.mispedidos .estado2{color:#333;padding-top:8px;}
.mispedidos .estado3{color:#F0A105;padding-top:8px;}
.mispedidos .btn{margin-top:20px;}

.detped{padding:35px 0 35px 15px!important;background:#726635;color:#fff!important;text-align:center;margin-bottom:60px!important;}
.detallepedido {max-width:900px;margin-left:0;padding-bottom:90px;}
.detallepedido h5{font-size:17px;line-height:21px;padding-bottom:12px;}
.detallepedido h6{font-size:18px;line-height:21px;padding-bottom:20px;}
.detallepedido h6.met{font-size:20px;line-height:23px;font-weight:800;}
.detallepedido p{padding:1px 0;}
.detallepedido .contiene{padding:25px 25px 15px;border:1px solid #ccc;border-radius:25px;background:#f1f1f1;margin-bottom:30px;}
.detallepedido .contiene p{padding-bottom:5px;border-bottom:1px solid #ccc;margin-bottom:10px;}
.detallepedido .contiene p span{float:right;}
.detallepedido .contiene .preccc span{font-size:22px;line-height:25px;float:right;color:#726635;}

.linea_pedido{padding:20px 15px;}
.linea_pedido + .linea_pedido{border-top:1px dotted #ccc;}
.linea_pedido figure{height:100px;}
.linea_pedido figure img{height:100px;}
.linea_pedido p{font-size:14px;}
.linea_pedido p span{float:right;font-weight:800;}


#addreporte, #addcomentario{border-radius:25px;}


#gracias .callout-1{background:url(../img/fgra.jpg);padding:250px 0;}
#gracias .callout-1 h1{font-size: 48px !important;line-height:normal;}
/* Upload img-perfil */
.upload{display:none;}
.uploader{cursor:pointer;margin:0;width:15px;height:15px;background:url(../img/iconos/load_img.png) no-repeat center;}



header  .name_perfil {position:relative;padding-right:15px;font-size: 12.8px;}
header  .name_perfil span{background:url(../img/iconos/flecha-abajo.png) no-repeat;width:8px;height:5px;position:absolute;left:inherit;right:0;margin-top:10px;}
header  .name_perfil:hover span{background:url(../img/iconos/flecha-abajo2.png) no-repeat;}
header #menu_perfil.menu_perfil{position: fixed;background:#fff;padding:10px 0 20px;z-index:9;color:#726635;margin-top:14px;-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);}
header #menu_perfil .img-perfil{display:none;}
header #menu_perfil .menuperfil_items p {position:relative;font-size:15.4px;margin:0;padding:0.2rem 1rem;background:#fff;}
header #menu_perfil .menuperfil_items p img{display:none;}
header #menu_perfil .info_error {padding:0.2rem 1rem!important;}
header #menu_perfil .flecha-arriba{z-index:2;margin-top:-15px;position:absolute;left:15%;}



#registroSuccess{background:green;padding:5px 20px;border-radius:25px;color:#fff;font-style: italic;margin-top:20px!important;}
#registroInfo{background:#555;padding:5px 20px;border-radius:25px;color:#fff;font-style: italic;margin-top:20px!important;}
#registroError{background:red;padding:5px 20px;border-radius:25px;color:#fff;font-style: italic;margin-top:20px!important;}

#rptapago.pagoexito{background:green;padding:5px 20px;border-radius:25px;color:#fff;font-style: italic;margin-top:20px!important;}
#rptapago.pagoespera{background:#333;padding:5px 20px;border-radius:25px;color:#fff;font-style: italic;margin-top:20px!important;}
#rptapago.pagoerror{background:red;padding:5px 20px;border-radius:25px;color:#fff;font-style: italic;margin-top:20px!important;}



/*Footer */
footer{ padding:10px 0 45px;background:#726635;color:  #eddfc2;}
footer h3{font-size: 20px;line-height: 25px;color: #eddfc2;padding-bottom: 10px;}
footer h4{font-size: 16px;line-height: 20px;color: #eddfc2;padding-bottom: 10px;}
footer .label_correo{font-size: 16px;line-height: 20px;color: #eddfc2;padding-bottom: 10px;text-transform: capitalize;}
footer ._correo{font-size: 25px;line-height: 35px;color: #eddfc2;padding-bottom: 10px;text-transform: lowercase;}
footer ._correo{font-size: 25px;line-height: 35px;color: #eddfc2;padding-bottom: 10px;text-transform: lowercase;}
footer ._data_info div + div{margin-top: 30px;}

footer h4{font-size: 16px;line-height: 20px;color: #eddfc2;padding-bottom: 10px;}
footer li{font-size:14px;word-wrap:break-word;line-height:21px;padding-bottom:8px;list-style:none;display: block;color:#eddfc2;}
footer li + li{padding-left: 0px;}
/* footer li a, footer p, footer span a{color: #5E77C5;} */
footer li a, footer p, footer span a{color: #eddfc2;}
footer li a:hover,footer  a:hover,footer  a:focus {color: #fff;}

footer .lleva_logo ul {padding-top:20px;margin: 0 !important;}
footer .lleva_logo ul li{padding:0;}
footer  .sociales li {display:inline-block;}
footer  .sociales li img{height:29px;}
footer  .sociales li + li {padding-left: 10px;}

footer .menu_foo {padding-top: 25px;padding-left: 20px;}
footer .menu_foo ul {padding-top: 10px;padding-left: 0px;}
footer  ul.sociales {padding-top:0;}
footer input[type="text"]{ background: #00AC5C;border:1px solid  #5E77C5 ;border-radius:20px ; -webkit-border-radius:20px ; -moz-border-radius:20px ; -ms-border-radius:20px ; -o-border-radius:20px ; padding: 10px 20px;max-width: 300px;margin: 0 auto;}
footer span{font-size:14px;word-wrap:break-word;line-height:20px;padding:0px !important; color: #fff;}
footer p{font-size:16px;word-wrap:break-word;line-height:26px;padding-bottom:3px; color: #eddfc2;}
footer ._contacto p {padding-left: 35px; position:relative;padding-bottom: 10px;}
footer ._contacto p img{position:absolute;left:0; top:5px;}
footer .p-top{ padding-top:40px;}
footer .row > div{ padding-bottom:10px; }
/* 
  footer ._data_info {display: flex;justify-content: space-between;  max-width: 400px;margin: 0 auto;}
  footer ._data_info div {flex:1;padding:0 10px;margin-top: 10px;}
  footer ._data_info div + div {margin-top: 10px;} */


 .mi-altura{min-height:150px;}


.kr-installment-number{display:none!important;}
.kr-first-installment-delay{display:none!important;}

.kr-pan, .kr-expiry, .kr-security-code{border-radius:4px!important;}
.kr-pan input, .kr-expiry input, .kr-security-code input{margin:0!important;padding:7px 0!important;}
.kr-payment-button{background:##726635!important;border-radius:4px!important;margin-bottom:25px!important;}


._lleva_colores_escoger{padding: 10px 1px;}
._lleva_colores_escoger p{ display: block!important;}

.lleva_circurlo_color{ height: 35px;width: 35px;display: inline-block;border-radius: 50%;cursor:pointer;border:2px solid;}
.lleva_circurlo_color span{border:3px solid;display: block;border-radius: 50%;height: 30px;width: 30px;}
.lleva_circurlo_color + .lleva_circurlo_color { margin-left: 15px; }
.lleva_circurlo_color._active { border-color:red; }



._lleva_tallas_escoger{padding: 10px 1px;}
._lleva_tallas_escoger p{ display: block!important;}

.lleva_tallas_color{ height: 35px;width: 35px;display: inline-block;border-radius: 50%;cursor:pointer;border:2px solid;}
.lleva_tallas_color span{border:3px solid;display: block;border-radius: 50%;height: 30px;width: 30px;}
.lleva_tallas_color + .lleva_circurlo_color { margin-left: 15px; }
.lleva_tallas_color._active { border-color:red; }




/* el max se ordena de mayor a menor y el min-with de menor a mayor*/
@media only screen and (max-width: 70em){
#categ .llamar {padding: 30px 15px;}
#perfil #prensa h2{font-size:16.5px!important;line-height:18.5px;min-height:54px;}
#perfil #prensa figure {height:150px;}
#perfil #prensa figure img {height:150px;}
#perfil #prensa .pd{padding:15px}
}

@media only screen and (max-width: 64em){
footer .p-top{ padding-top:20px;}
#contacto .datos p + p{padding-left:80px;}
#contacto .datos p + p span{padding-left:0px;}
/* #categ .foto-principal figure{height:220px;} */
/* #categ .foto-principal figure img{max-height:220px;} */
#categ .llamar {padding:20px 10px 10px;}
#categ .llamar blockquote span{display:none;}
}

@media only screen and (max-width: 1205px){
	#cesta .tabs{background:#333;}
	#cesta .tabs-title > a small{font-size: 0.62rem;}
}
@media only screen and (max-width: 1140px){
	/* #cesta .tabs-title > a {line-height: 1.2;padding-left: 37.3px;}   Para 4 columns */
	#cesta .tabs-title > a {line-height: 1.2;padding-left: 37.3px;padding-right: 40px;}
}
@media only screen and (max-width: 985px){
	/* #cesta .tabs-title > a small{font-size: 0.52rem;}  Para 4 columns */
}

@media only screen and (max-width: 900px){
	/* #cesta .tabs-title > a small{font-size: 0.42rem;}  ÁRA 4 columns */
	#cesta .tabs-title > a small{font-size: 0.52rem;}
}

@media only screen and (max-width: 1025px){
.mispedidos .regalo{display:none;}
}

@media only screen and (max-width: 1021px){ /*tableta-movil*/
.menu_bar{ display:block;text-align:right;padding:0 ;cursor:pointer;}
.menu_bar span{ font-size:15px;color:#fff;margin-right:10px; }

  .menu_bar img{ position: absolute;right:5px;top: 20px;}
  .btn_tienda{ padding-right: 30px;}
  .btn_tienda img{margin-top: -8px;}
  
  .btn_buscar_header {margin-right: 10px;}
  .btn_buscar_header img{margin-top: -8px;}

  #offCanvasLeftSplit1 nav {padding: 10px 20px;}
  
.ocultar{display:none !important;}
.aparecer{display:block !important;}

.block-b{ display: none; }/*para generales  desaperece en movil*/
.block-n{ display:block; }/*para mostrar el correo en movil*/
.block-line{display:none;}/*para generales  desaperece en movil*/
.cero-registro{padding:120px 0;} 
.ocultarwsp{display:block;bottom:0;height:52px;width:100%;position:fixed;z-index:9999;left:0;}
.call_to_action_flotante { position: absolute; bottom:0; z-index:999; width:100%; border-radius:0 ; -webkit-border-radius:0 ; -moz-border-radius:0 ; -ms-border-radius:0 ; -o-border-radius:0 ; }


.banners .texto {margin-top: 120px;}
.banners .large-5 img{margin-top:50px;}
.margin-interno{padding-top:70px;}

header .logo img {height: 50px;}
header .aparecer{display:inline-block!important;padding-top: 10px;}

header .float-right{padding-top:5px;}
header .float-right .float-right{padding-top:0;}
header .logo{ margin-left:0; padding-top: 5px;}
footer{padding:40px 0 60px; }

#search form {margin-bottom: -10px;}

.n_producto_cesta{right:9px;}
nav{ width:100%;height:calc(100% - 80px);position:absolute;left:0;margin:0;overflow:inherit; }
nav ul li{ display:block;}
nav ul li a{display:block; padding:8px 0px;color:#fff;text-align:left;border-radius:0;z-index:99;}/*color responsi */
nav ul li a:hover{ background:#726635;color:#726635;}
nav > ul> li > ul > li > a,
nav > ul> li > ul > li > ul > li > a {background:#726635;color:#726635;}
nav li:hover > ul{display:none;}
nav li ul{position:relative;}


#offCanvasLeftSplit1{z-index:99999;background: #726635;}
#offCanvasLeftSplit1 nav{height:100%;padding: 10px 50px;}
#offCanvasLeftSplit1 nav > ul {padding-bottom:8px;}
#offCanvasLeftSplit1 nav > ul > li{display:block;}
#offCanvasLeftSplit1 nav > ul > li + li {padding-left: 0;}
#offCanvasLeftSplit1 nav > ul > li >a{padding:5px 20px;display:block;font-size:25px;text-align: left;color: #877d56;}
#offCanvasLeftSplit1 nav > ul > li.active-menu > a {color: #e9dfc5;font-weight: 800;}

#offCanvasLeftSplit1 nav > ul > li:focus{border:1px solid #e9dfc5!important;}
#offCanvasLeftSplit1 .fondo{height:100px;}
#offCanvasLeftSplit1 .menu_perfil{background:#f7f7f7;border-top:1px solid #ccc;padding-top:8px;padding-left:20px;}
#offCanvasLeftSplit1 .menuperfil_items p{background:#f7f7f7;color:#333;}
#offCanvasLeftSplit1 .img-perfil{display:none;}
#offCanvasLeftSplit1 .img-perfil-movi{margin:8px 15px 5px;max-height:50px;width:50px;border-radius:50%}
#offCanvasLeftSplit1 .name_perfil{color:#fff;font-size:14px;line-height:14px;margin:0 15px;}
#offCanvasLeftSplit1 .large-12 {padding: 0px;}
#offCanvasLeftSplit1 .p-top{padding-top: 20px;}
#offCanvasLeftSplit1 .p-top + .p-top {padding-top: 30px;}

#offCanvasLeftSplit1 ._creditos_header{font-size:12px;line-height:18px;color:#e9dfc5;}
#offCanvasLeftSplit1 ._creditos_header img{margin:8px 5px; }
#offCanvasLeftSplit1 .sociales{display:flex;gap:10px; }
#offCanvasLeftSplit1 ._data_info{display:flex;gap:10px;border-top:1px solid #e9dfc5;border-bottom:1px solid #e9dfc5;padding:20px 0;color:#e9dfc5;justify-content: space-between;}
#offCanvasLeftSplit1 ._data_info div{    max-width: 150px;}
#offCanvasLeftSplit1 ._data_info p{color:#e9dfc5;}
#offCanvasLeftSplit1 ._data_info h3 {font-size: 16px;line-height: 22px;}


.position-left {top:0;left:0;width:100%;height:100%;-ms-transform: translateX(100%);transform:translateX(100%);overflow-y:auto;}
.off-canvas-absolute {position: fixed;z-index:5;transition: transform 0.5s ease;-webkit-backface-visibility: hidden;backface-visibility: hidden;background:#fff;}
.off-canvas-absolute.is-open {-ms-transform: translate(0, 0);transform: translate(0, 0);}
.img-sesion-movi{height:25px;width:25px;margin-top:-8px;margin-right:5px;}



.lleva_logo_mobil {  display: flex;  justify-content: space-between;  align-items: center;  width: 100%;  padding: 0px 0 50px;}
.lleva_logo_mobil .logo img {  height: 50px;  width: auto;}
.lleva_logo_mobil .actions-right {  display: flex;  align-items: center;  gap: 15px;}
.lleva_logo_mobil .btn_tienda,
.lleva_logo_mobil .btn_menu {  display: flex;  align-items: center;  justify-content: center; padding-right: 0;}
.lleva_logo_mobil .btn_tienda img,
.lleva_logo_mobil .btn_menu img {  height: 30px;  width: auto;    display: block}
.lleva_logo_mobil .btn_menu {  background: none;  border: none;  cursor: pointer;  padding: 0;}

/* Menu desplegable left*/


/* .favori-destino .megusta p{color: #f1f1f1!important;} */
.callout-f{padding:15px;}
#search{margin-right: 30px;}


#categ .foto-principal figure{height:230px;}
#categ .foto-principal figure img{max-height: 230px;}
#categ .foto-adicionales figure {height:50px;}
#categ .foto-adicionales figure img{max-height:50px;}
#categ .medium-9{width:100%;}
#categ .izq.aparecer{display:none!important;margin-bottom:25px;border-radius:8px;background:#fff;padding:15px;margin-top: 25px;}
#categ .imagenes{padding-right: 15px;}
#categ .relacionados .producto{min-height:350px;}


#cesta .content_cart .pleftfor {padding:20px 15px;}
#cesta .content_cart .medium-3 {width: 25%;}
#cesta .content_cart .medium-9 {width: 75%;}
#cesta .content_cart .small-3,
#cesta .content_cart .small-9 {width: 100%;}
#cesta .content_cart form textarea {display:inline-block;}
#cesta .content_cart .pleftfor {  padding: 20px 15px 10px;border: 1px solid #ccc;margin-bottom: 30px!important;}

#perfil .callout-1 .menu_perfil.large-2{width:25%;}
#perfil .callout-1 .large-10{width:100%;}
footer .p-top {padding-top: 20px;}
footer .row > div{ padding-bottom:20px; }


  footer ._data_info {display: flex;justify-content: space-between;  max-width: 400px;margin: 0 auto;}
  footer ._data_info div {flex:1;padding:0 10px;margin-top: 10px;}
  footer ._data_info div + div {margin-top: 10px;}

  

.mi-altura{min-height:55px;} /*para acomodar los iconos en pie de pagina*/ 


}

@media only screen and (max-width: 54em){
#categ .medium-8{width: 100%;}
#categ .izq.ocultar{display:none !important;}
#categ .izq.aparecer{display:block !important;}
#categ .contenido{padding-top:10px;}
#pago .callout-1 p{font-size:16px;line-height:21px;}
.para-video{height:auto;width:100%;}

}

@media screen and (max-width:49em) { 
.banners h1 {margin-top: 150px !important;font-size: 38px !important; line-height:42px;}
.banners .pleft {padding-left: 0;}
/* .favori-share {bottom:30px;} */
.minh-pro{padding:0 7px;}
.producto button{max-width:240px;}
#categ .foto-principal figure{height:350px;}
#categ .foto-principal figure img{max-height: 350px;}

.producto h2{font-size: 14px!important;        line-height: 20px;}

}
@media screen and (max-width: 46em){ 
#nos .callout-2 .large-11 .large-3 p {font-size:18px;line-height:21px;}
}

@media screen and (max-width: 800px){ 
#cesta .tabs-title > a small{font-size: 0.62rem;}
#cesta .todorellenar{width:100%;}
#cesta .tododetalle{width:100%;}
._categoria h2 {font-size: 16.5px !important;line-height: 16.5px;}


}

@media screen and (max-width: 695px){ 
.producto h2 {height: 42px;}
#gracias .callout-1 h1{font-size: 25px !important;line-height: normal;}
#search{margin-right:15px;}
#search input[type='text']{width:100%;}
}

@media screen and (max-width: 45em){ 
.banners p {font-size: 50px !important;line-height: 55px;}

.producto form .large-12{padding:0;}

#cesta .prodcesta [type="number"] {width: 75%;}
#cesta .callout-1 .padtop{padding-bottom:35px;}

}

@media screen and (max-width: 41em){ 
#categ .foto-principal figure{height:180px;}
#categ .foto-principal figure img{max-height:180px;}
#perfil #prensa .large-6{width:50%;}
#prensa-cont .img-1{margin-bottom:0;}

#cesta .content_cart .desaparece {display:none;}
#cesta .content_cart .desaparece.small-2 {display:block;padding: 1px;}
#cesta .prodcesta figure {height: auto;}
#cesta .prodcesta figure img {max-height: 80px;}
#cesta .prodcesta p { text-align: left;}

}

 @media only screen and (max-width: 40em){ /*small*/
  .ocultar{display:none !important;}
  .banners h1 {margin-top: 113px !important;font-size: 30px !important; line-height:34px;}
  .banners h3 {max-width: 170px;font-size: 22px;      line-height: 25px;      margin: 0;      margin-left: 40px;}

  .banners .pleft {padding-left: 0;}
  .cero-registro{padding:90px 0;} 

  h4 {font-size: 22px;}
  
  header .callout-buscar{padding:0 8px;}
  header .logo{ padding-top:0;}

  .btn_tienda         img{margin-top: -4px;}    
  .btn_buscar_header  img{margin-top: -4px;}

  ._lleva_redes_flotantes li figure img {height: 70px;}

  /*  .logo.logo_movil{display:block;} */

  ._mostrar_solo_pc_inline{display: none;}
  ._mostrar_solo_pc{display: none;}
  ._mostrar_solo_movil{display: block;}

  ._categoria h2 {font-size: 14px !important;line-height: 14px;}

  .margin-interno {padding-top: 70px;}
  main{padding-top:83px;}

  #offCanvasLeftSplit1 nav {padding: 10px 20px;}
  
  .banners .imagen_banner_fondo._mostrar_solo_movil {min-height: 500px;height: 100%;}
  ._fondo_amarillo{width: 100%;margin-top:-140px;} 
  .banners .lSSlideOuter .lSPager.lSpg{bottom: 40px;}

  header .franja2 {background: transparent;}
  .modal_buscador ._lleva_busqueda_producto_header {padding: 50px 15px 30px;}
    
  .n_producto_cesta{right: 38px;top:5px;}


  .banners h1 {margin-top: 0px !important;}    
  ._detalle ,
  ._detalle p,
  ._detalle > * {font-size:14px;line-height:24px;}

  nav ul li a {font-size: 15px;word-wrap: break-word;}
  ._menu_servicios ul li a {font-size: 15px;line-height: 15px;}


  h2 {font-size: 28px !important; margin-bottom: 7px;line-height: 28px;}
  h3 {font-size: 28px;  line-height: 38px;}





  #search {margin-right: 7px; display: none !important;}
  .banners .fondo {height:180px;}

  #cesta .callout-1{padding: 30px 0 80px;}
  #categ .callout-1 h3{font-size:17px!important;line-height:22px;padding: 20px 0 30px;}
  #cesta .callout-1 .resumen{padding-top: 30px;}
  #categ .detalle, #categ .imagenes{min-height:auto;padding-bottom:25px;}
  #categ .foto-principal figure{height:300px;}
  #categ .foto-principal figure img{min-height:300px;width:auto;}

  #categ .foto-adicionales figure {height:60px;}
  #categ .foto-adicionales figure img{max-height:60px;}
  #categ .imagenes {padding-right:15px;}
  #categ .detalle .stock{padding:8px ;}
  #categ .detalle .igv{padding:8px;}
  #categ .izq.aparecer{margin-top:0;}
  #categ .callout-1{ padding: 30px 0 80px;}

  #categ ._data_detalle_producto .btn + .btn {margin-top: 20px !important;}

  .producto blockquote {font-size: 11px;margin-bottom: 1px !important;}
  .producto figure {height: 160px;  }
  .producto figure img {min-height: 160px;  }
  .producto .lleva_precio p strong, .producto .lleva_precio p .precio {font-size: 1rem;}
  .producto .lleva_precio p strike {font-size: 0.6rem;  margin-top: -10px;}
  .producto .lleva_precio img {width: 40px;height: 40px;}
  .producto .descrp {margin-top: 3px;padding: 10px 16px 20px;}

  #categ .relacionados {margin-top: 15px;padding: 0 3px;}
  .producto p {font-size:14.5px;}
  .producto .lleva_precio p{gap:2px;   flex-direction: column;}

  #cesta .callout-f{background: #fff!important;display:none;}
  #cesta .callout-f h5{color: #333!important;}        
    
  #cesta .dedicate{height:300px!important;}
  #cesta .form_pago{padding: 20px 1px;}
  #cesta .form_pago .expir span.xper{display:block;padding-bottom:10px;}


  #prensa .pd {padding: 20px 15px;}
  #prensa-cont .titulo {font-size: 22px !important;padding:10px 0; }

  #prensa-cont h3{padding: 30px 0 20px;}
  #prensa-cont .callout-2 {padding:25px 0 50px;}
  #prensa-cont .titulo {padding-top: 18px;line-height: 30px;padding-right: 15px;margin:0 !important;}


  #back-top a:hover span {z-index:100000;}
  #reg_suscrito .tabs-panel{padding: 2rem 1rem 2rem;}
  footer{padding:40px 0 70px;}
  footer .row > div{ padding-bottom:0;}

  footer h3 {  font-size: 16px;line-height: 20px;}
  footer p {font-size: 14px;line-height: 20px;}
  footer .menu_foo {margin-top:20px;        border-top: 1px solid #eddfc2;}
  footer .label_correo {padding-bottom: 0;}

  .mi-altura {min-height: 95px;}


 #back-top {margin-left: 400px;}
 header{padding:10px 12px ;}
.tam{font-size:20px !important;}
.banners .texto {margin-top: 150px;}
.banners p {font-size: 45px !important;line-height: 50px;}
.banners .fondo2 {height: 250px;}

.producto form .large-12{padding-bottom:0;}
#prensa figure {max-height: 293px;}
#prensa figure img {height: 293px;}
#prensa .pd {padding: 20px 15px 0;}
#prensa .fondo {padding: 15px ;top: 60%;min-height: 51px;}
#prensa-cont .callout-2 .pad {padding: 0 15px ;}
#prensa-cont blockquote {font-size:15px; }

#prensa-cont h3, #prensa-cont h3.avance {font-size: 17px !important;line-height:27px!important; }
#prensa-cont h4 {font-size: 23px !important;line-height:27px; }
#prensa-cont h5 {font-size: 24px !important; line-height:28px;}
#prensa-cont .titulo {font-size: 22px !important; padding-top: 18px;line-height: 30px;padding-right: 15px;margin:0 !important;}
#twete {padding:10px 25px 0 0;}

#contacto .callout-1 blockquote {font-size: 38px;}
#contacto .callout-1 {padding-top:10px;}
#contacto .callout-1 p {padding: 10px 0 20px;}
#contacto .callout-1 .pd {padding: 10px;}
#contacto .map-height{height:250px;}


}

@media only screen and (max-width: 380px){
.banners .texto {margin-top: 125px;}
.banners p {font-size: 35px !important;line-height: 40px;}


#cesta .prodcesta [type="number"] {width: 100%;margin:0;padding: 0;text-align: center;}
#pago .callout-2 .line{display:none;}


}

@media only screen and (max-width: 33em){/*movil*/
.callout-f h3{font-size:14px !important;line-height:14px;}
#categ .imagenes,#categ .detalle{width:100%;}


.producto p {font-size:14px;}
#prensa figure img {width: 100%;}
#coments .btn{margin:15px 0!important;}
#pago .bancos .medios{padding:8px;margin-top:10px;}

}


@media only screen and (max-width: 330px){ /*small*/
	#offCanvasLeftSplit1 nav {padding: 10px 10px;}
  .small-6.minh-pro{width: 100%;}
.producto figure{height:250px;}
.producto figure img{min-height:250px;}


}


@media only screen and (max-width: 30em){

  #cesta .content_cart .crece {width:40px;}
  #cesta .content_cart .small-1{width:40px;}
  .minh-pro{padding: 0 7px;}
  .producto p big{ font-size: 16px;}
  .producto p strike{font-size: 12px;}

  /* .producto blockquote{font-size:15px;} */
  /* .producto .descrp{float:left;width:60%;padding-left:4px;} */
  /* .producto{min-height:115px;} */
  .relacionados .producto figure{float:none;width:100%;}
  .relacionados .producto .descrp{float:none;width:100%;}
  .relacionados .producto{min-height:115px;}
}

@media only screen and (max-width: 28em){


#categ h1{font-size: 17px!important;line-height: 22px;}
#categ .relacionados h4{font-size:25px;line-height:28px;}
#coments .callout-1{max-width:350px;}
#coments .callout-1 form{padding:15px;}
}

@media only screen and (max-width: 320px){
	.minh-pro{width:100%;margin-bottom: 10px;}
	.producto figure{display:inline-block;float:left;}
	.producto .descrp{display: flow-root;padding-left: 25px; margin-top: 3px;min-height: 146px;}
	.minh-pro .btn{margin-top: 15px!important;}
	.producto button{line-height: 27px;}
	.favori-share{left:0;right:inherit;}
}
	
@media only screen and (max-width: 26em){
.callout-f h5{font-size:18px;line-height:22px!important;}
.producto button{font-size:14px;letter-spacing:0;}
#perfil #prensa p{font-size:11.5px!important;line-height:13px;}
#perfil #prensa h2{font-size:14px!important;line-height:15.5px;min-height:45px;}
#perfil #prensa .pd {padding:12px 5px;}
}

@media only screen and (max-width: 25em){
header .float-right{padding-top: 0;}
header .aparecer span{font-size:14px!important;}
/* header .aparecer{display: block!important;} */

/* header .franja2 .float-right{float:left!important;} */
#categ .relacionados{margin-top:25px;padding-top:35px;}
#categ .relacionados h4{font-size:22px;line-height:26px;padding-bottom:25px;}


#cesta .content_cart .crece{width:55px;padding:0 8PX;}
#cesta .prodcesta input[type="text"]{WIDTH:50px;}
}

@media only screen and (max-width: 24.9em){
  #reg_suscrito .callout-1 {padding: 30px 0px;}
  .producto h2 {font-size: 14px!important;line-height: 19px;}

}



@media only screen and (max-width:23em){
  .small-6{ width:100% !important;}
  .banners .large-5{display:none;}
  #prensa-cont .small-6{ width:50% !important;}
}

@media only screen and (max-width:21em){
  .callout-f h5{font-size:20px;line-height:24px!important;}
  #coments .callout-1 form{padding:8px;}
}

@media only screen and (max-width:380px){
  header .franja2 .menu_bar{display: inline;} 


  .planner-radio{margin-right: 0;}
  .banners .fondo {height:150px;}

  #search input[type='text'] {width: 170px;}
  #cesta .prodcesta p{font-size: 14px!important;line-height: 17px;}
  #cesta .callout-1 h5{padding-bottom: 10px;}

}

@media only screen and (max-width:320px){
  .btn_buscar_header {margin-right: 5px;}
  #search input[type='text'] {width: 150px;}
  .producto h2{min-height:inherit;}
  .producto .descrp{min-height: 166px;}
}


/* min widt*/

@media only screen and (min-width:1022px){	

	/* nav.hide{ display:block !important;padding:20px 0 5px;text-align: right;} */
	nav.hide{ display:block !important;padding:7px 0 5px;text-align:right;}
.ocultar nav.hide{padding:22px 0 1px;}
/* nav > ul  li +li  {background:url(../img/iconos/flecha-left.png) left center  no-repeat;}  */
nav > ul  li +li  {padding-left: 12px;} 
nav > ul > li > a{ padding:5px 11px;}
nav > ul > li > a{padding: 5px 15px;font-size: 12px;}

/* header nav li:hover > ul{display: block;position: absolute!important;	z-index: 9999;left: auto!important;width: 820px;	padding:20px 0 30px;	background: #fff;} */
header nav li > ul{position: absolute!important;	z-index: 9999;left: auto!important;width: 820px;	padding:20px 0 30px;	background: #fff;   margin-left: -150px !important;}
header nav li > ul{-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
header nav > ul >li.submenu {position: inherit;}
nav li.submenu > ul  li +li  {background:none;} 
nav li.submenu ul  li p {color:#333;font-weight:800;font-size: 16px;margin:10px 0;} 
nav li.submenu ul  li a {color:#002f34;font-size: 14px;margin: 8px 0;font-weight:400;} 
nav li.submenu ul  li:hover a {color:#726635;} 
#perfil .callout-1 .menu_perfil.large-2{width:25%;}
#perfil .callout-1 .large-10{width:75%;}

}




@media only screen and (min-width:1040px){
  nav > ul > li > a{padding:5px 5px;font-size:17px;}
}

@media only screen and (min-width: 64em){  
.llamar .float-left ,.llamar .float-right{float:none;}

#perfil .callout-1 .menu_perfil.large-2{width:23%;}
#perfil .callout-1 .menu_perfil.large-2{width:23%;}
#perfil .callout-1 .large-10{width:77%;}
footer .large-4 + .large-4{ width:30.33333%; }  
}
@media only screen and (min-width: 71.2em) {  
#perfil .callout-1 .menu_perfil.large-2{width:20%;}
#perfil .callout-1 .large-10{width:80%;}
}
.ie .row{ max-width:1100px; }