/*
 *  2007-2020 JM Textil
 *  @author david - JM Textil <contacto@jmtextil.com>
 *  @copyright  2007-2020 VENTA ONLINE JM TEXTIL, S.L.
 *
 */
/* Elastislide Style */
.es-carousel-wrapper{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	height:152px;
	margin-bottom:20px;
	padding:10px 27px 0 27px;
	background:none }
.es-carousel{ overflow:hidden }
.es-carousel ul{ display:none }
.es-carousel ul li{
	height:100%;
	float:left;
	display:block }
.es-carousel ul li a{
	display:block;
	-webkit-touch-callout:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out }
.es-carousel ul li.selected{ background: none}
.es-carousel ul li.selected a{
	border: 5px solid rgba(107,118,137,.7);
	border-radius:6px;
	padding:3px }
.es-carousel ul li:hover a{
	border: 5px solid rgba(107,118,137,.7);
	border-radius:6px;
	padding:3px }
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100% }
.es-nav{ position:relative }
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	width: 30px;
	height: 80px;
	margin-top:-40px;
	text-indent:-9000px;
	cursor:pointer }
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right }
.es-nav span:hover{}
.es-nav-prev,.es-nav-next{
	position:absolute;
	z-index:10;
	top:26px;
	cursor:pointer }
.es-nav-prev{
	left: -36px;
	border: 2px solid #6B7689;
	border-radius: 12px;
	width:30px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FFF }
	/*background:url(../img/arrow_min_left.png) no-repeat;
    margin-left:-15px !important*/
.es-nav-prev:before{
	padding-right:3px;
	content:'\f104';
	font-family:'FontAwesome';
	font-size:48px;
	color: #6B7689 }
.es-nav-next{
	right: -36px;
	border: 2px solid #6B7689;
	border-radius: 12px;
	width:30px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#FFF }
	/*background: url(../img/arrow_min_right.png) no-repeat;
    margin-right:-15px !important*/
.es-nav-next:before{
	padding-left:3px;
	content:'\f105';
	font-family:'FontAwesome';
	font-size:48px;
	color: #6B7689 }
.es-nav-prev:hover,.es-nav-next:hover{
transition: border .4s;
-o-transition: border .4s;
-moz-transition: border .4s;
-webkit-transition: border .4s;
border:2px solid rgba(107,118,137,.7) }
.es-nav-prev:hover:before,.es-nav-next:hover:before{
	transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	opacity:.7 }
.es-carousel li{
    width:90px!important;
	height:136px!important;
	display:flex!important;
	align-items:center}
    /*-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9)*/