@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
    font-family: Georgia, serif;
    background-color: #fff;
    color: #858585;
    font-size: 16px;
}
#page {
	background-color: transparent;
}
#header {
	background: #fff;
	height: 165px;
	position: static;
	border-top:none;
	border-bottom: none;
	z-index: 22;
}

@media (max-width: 1500px) and (min-width: 992px){
    #header {
        height: 225px;
    }
}


body.CMSEditMode #header_wrapper {
	position:static;
	height:auto;
}

@media (min-width: 1100px){
    #header_container,
    #bodysup_container,
    #bodycenter_container,
    #prefooter_container{
        width:100%;
        padding: 0px 90px;
    }
}

#bodysup_container,
#bodyinf_container {
	width: inherit;
}




.row {
	margin-left: 0px;
	margin-right: 0px;
	}
div.caroufredsel_wrapper {
	margin: 0px 0px 0px !important;
	width: 100% !important;}
.container-fluid {
padding-left: 0px;
padding-right: 0px;
}

#bodycenter_wrapper {
  padding-bottom: 0;
}
#contCenter {
    padding-bottom: 0;
    /* padding-left: 0px; */
    /* padding-right: 0px; */
}
.home #contCenter {
    padding:0px;
}
#bodysup_container, #bodyinf_container {
	text-align:left;
}
p {
    color: #888888;
}

/*posiciones controles*/
#contHeadShoppingCart {
	position: absolute;
	right: 10px;
	top: 64px;
	z-index: 111;
}
@media (max-width: 1500px) and (min-width: 992px){
    #contHeadShoppingCart {
        top: 94px;
    }
}
#contHeadShoppingCart .panel-cartsummary .btn-success {
	padding: 2px 10px;
}
#contHeadShoppingCart .panel-cartsummary .btn-success .fa-shopping-cart {
	
vertical-align: -12px;
}

#contHeadMyAccount {
	position: absolute;
	right: 146px;
	top: 64px;
	z-index: 111;
}
@media (max-width: 1500px) and (min-width: 992px){
    #contHeadMyAccount {
        top: 94px;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    #contHeadMyAccount {
        right: 58px;
    }
}

#contHeadSearch {
	max-width: 300px;
	position: absolute;
	right: initial;
	left: 10px;
	top: 55px;
	z-index: 20;
}
@media (max-width: 1500px) and (min-width: 992px){
    #contHeadSearch {
        top: 85px;
    }
}
#contTopMenu {
	position: absolute;
	right: inherit;
	top: 7px;
	left: 0;
}
@media (max-width: 992px) and (min-width: 767px){
    #contHeadSearch .form-search-container .btn.btn-search-toggle {

background: transparent;

border: none;

}
    #contHeadSearch {

        left: initial;

        right: 101px;

        z-index: 222;

    }
	#contTopMenu {
	left: 0px;
	}
}
@media (max-width: 767px) and (min-width: 0px) {
	#contTopMenu .navbar-header {
	  background-color: #2D2823;
	  border-color: #2D2823;
	
	  margin: 0px;
}
	#contTopMenu .navbar-header:hover {
		 background-color: #967E4B;
	  
		 border-color: #967E4B;
	}
}

#contHeadLogo {
	top: 65px;
	margin-left: 0;
	display: inline-block;
	margin-bottom: 0;
	/* width: 100%; */
	z-index: 1;
	position: absolute;
	left: calc(50% - 177px);
	margin-top: 0;
}
@media (max-width: 1500px) and (min-width: 992px){
    #contHeadLogo {
        top: 95px;

    }
}

@media (max-width: 991px) and (min-width: 768px){
    #contHeadLogo {
	   top: 134px;
	   }
}

@media (min-width: 992px) and (max-width: 1199px) {

	#contHeadLogo #store_logo img{ 
		max-height:inherit;
	}
}

@media (max-width: 767px) and (min-width: 0px) {
	#contHeadLogo #store_logo img {
	max-height: 120px;
	margin: 0 auto;
	}
	#contHeadLogo {
	margin: 119px 0px 0px 0px;
	padding: 0px 30px;
	width: 100%;
	text-align: center;
	left: initial;
	position: static;
	}
}
#contHeadLanguages {position: absolute;right: 0px;top: 10px;}


/*titulos*/
h1,.h1 {

	font-size: 30px;
	color: #333333;
	text-transform:none;
	font-weight:bold;
}
h2,.h2 {

	font-size: 25px;
	color: #333333;
	text-transform:none;
	font-weight:bold;
}
h3,.h3 {

	font-size: 20px;
	color: #333333;
	text-transform:none;
	font-weight:bold;
}
h4,.h4 {

	font-size: 18px;
	color: #333333;
	text-transform:none;
	font-weight:bold;
}
h5,.h5 {
	color: #333333;
	text-transform:none;
}
h6,.h6 {
	color: #333333;
	text-transform:none;
}

a {
	color: #69D2E7;
}

a:hover, a:focus, a:active, a.active {
	color: #23BCDC;
	text-decoration: underline;
}



@media (max-width: 1199px) and (min-width: 991px){
	#header{
		/* height: 130px; */
	}
}

@media (max-width: 991px) and (min-width: 768px){
	#header{
		height: 193px;
		background:url(img/cm-header-fondo.png) repeat-x;
	}
}
@media (max-width: 767px) and (min-width: 0px) {
	#header {
		height: 245px;
		background:url(img/cm-header-fondo.png) repeat-x;
	}

}

#header_wrapper {
    background:url(img/cm-header-fondo.png) repeat-x;
}
@media (max-width: 1500px) and (min-width: 992px){
    #header_wrapper {
        background:url(img/cm-header-fondo-alto.png) repeat-x;
    }
}
@media (min-width: 992px){
    #header_wrapper {
        position: relative;
        z-index: 11;
        height: 115px;
    }
}

@media (max-width: 991px) and (min-width: 0px){
    #header_wrapper {
        background:none;
    }
}




#bodycenter {
	padding-top: 10px;
	z-index: 1;
	padding-bottom: 50px;
}
.home #bodycenter {
    padding-top:0px;
}

#bodysup_wrapper {/* margin-top: 81px; */}
#contCenterSup1 p {
	margin:0px;
}

/*Control headinfo*/
#contHeadInfo {
	position: absolute;
	right: inherit;
	top: 9px;
	left: 15px;
	right: 15px;
	z-index: 30;
}
#contHeadInfo p {
    color:#333333;
    font-size:15px;
    margin: 0;
}
#contHeadInfo span {
    width: 19.7%;
    display: -webkit-inline-box;
    display: inline-block;
    margin-bottom: 8px;
}
@media (max-width: 1500px) and (min-width: 992px){
    #contHeadInfo span {
        width: 32.8%;
        display: -webkit-inline-box;
        display: inline-block;
    }
    #contHeadInfo span:nth-child(2) {
        text-align:center;
    }
    #contHeadInfo span:nth-child(3) {
        text-align: right;
    }
    #contHeadInfo span:nth-child(4),
    #contHeadInfo span:nth-child(5) {
        width:49%;
        text-align: center;
    }

}
@media (max-width: 991px) and (min-width: 768px){
     #contHeadInfo span {
     width: 32.8%;
     font-size: 13px;
     }
    #contHeadInfo span:nth-child(2),
    #contHeadInfo span:nth-child(3) {
        display:none;
    }
    #contHeadInfo span:nth-child(5) {
        text-align: right;
    }

}

@media (max-width: 767px) and (min-width: 0px) {
     #contHeadInfo span {
     width: 100%;
     }
	#contHeadInfo span:nth-child(1),
	#contHeadInfo span:nth-child(2),
    #contHeadInfo span:nth-child(3),
    #contHeadInfo span:nth-child(5) {
        display:none;
    }
}

#contHeadInfo a {
    color:#333333;
    text-decoration:underline;
}
#contHeadInfo a:hover {
    text-decoration:none;
}

/*Control headinfo dos*/
#contHeadInfo2 {
	position: absolute;
	left: inherit;
	right: 168px;
	top: 3px;
	z-index: 11;
	}
@media (max-width: 991px) and (min-width: 768px){
	#contHeadInfo2 {
	top: 50px;
	right: 0;
	}

}

@media (max-width: 767px) and (min-width: 0px) {
#contHeadInfo2 {
	position: absolute;
	left: inherit;
	right: 0;
	top: 139px;
	left: 0;
	text-align: center;
	margin: 0 auto;
	width: 219px;
}
}

.siguenosTop a {
    background-color: #4F5C61;
    color: #CCCCCC;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-inline-box;
    font-size: 21px;
    padding-left: 7px;
    line-height: 36px;
    margin-left: 5px;
}
.siguenosTop a:hover {
	opacity: 0.6;
}

/* Control menu s*/
#contMainMenu {
    right: 0;
    left: 0;
    top: 117px;
    z-index: 11;
}

@media (max-width: 1500px) and (min-width: 992px){
    #contMainMenu {
        top: 147px;
    }
}

@media (max-width: 991px) and (min-width: 768px){
	#contMainMenu {
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
	}
}
#contMainMenu .navbar .nav > li > a,
#contMainMenuDerecha .navbar .nav > li > a {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #333333;
    padding: 7px  5px;
    background-color: transparent;
}

@media (max-width: 1199px) and (min-width: 992px){
    #contMainMenu .navbar .nav > li > a,
    #contMainMenuDerecha .navbar .nav > li > a {
        padding: 7px  7px;
    }
}


@media (min-width: 991px) {
	.navbar-nav {
		text-align: center;
		width: 100%;
	}
	.navbar-nav>li {
		float: none;
		display: inline-block;
		display: -webkit-inline-box;
	}
}

@media (max-width: 991px) and (min-width: 0px){

}


#contMainMenu .navbar .nav > li.active > a,
#contMainMenuDerecha .navbar .nav > li.active > a {
  color: #A9A59E;
  background-color: transparent;
}

@media (max-width: 991px) and (min-width: 0px){
	#contMainMenu .navbar .nav > li > a {
		padding: 10px 10px;
		color: #333333;
	}
	#contMainMenu .navbar-nav > li > .dropdown-menu {
        position: static;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border: none;
        margin-bottom: 10px;
    }
    #contMainMenu .navbar .nav > li {
        clear: both;
    }

}




#contMainMenu .navbar .nav > li > a:hover, #contMainMenu .navbar .nav > li > a:focus,
#contMainMenuDerecha .navbar .nav > li > a:hover, #contMainMenuDerecha .navbar .nav > li > a:focus {
  color: #66D2E5;
  background-color: transparent;
  background: none;
}
@media (max-width: 991px) and (min-width: 0px){
	#contMainMenu .navbar {
		background: #fff;
		border-bottom: 1px solid #D8D8D1;
	}
	#contMainMenu .navbar .navbar-header .navbar-brand {
		color: #fff;
		display: none!important;
	}
	#contMainMenu .navbar-toggle {
		background-color: #fff;
		float: left;
		color: #6BD3E7;
	}
	#contMainMenu .navbar-toggle i.fa.fa-bars.fa-lg:before {
		content: "\f0c9";
	}
	#contMainMenu .navbar-toggle.collapsed i.fa.fa-bars.fa-lg:before {
		content: "\f0c9";
	}
}
@media (max-width: 767px) and (min-width: 0px) {
	.navbar-nav {
		margin:0;
	}
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #66D2E5;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #fff;
	color: #A9A59E;
}
.container-fluid>.navbar-collapse {
	padding:0px;
}



/*Control Top Menu*/
#contTopMenu .navbar .nav > li > a {text-transform: uppercase;font-size: 14px;color: #8B99A3;font-weight: normal;padding: 3px;border-right: none;}
@media (min-width: 768px){
	#contTopMenu .navbar-nav {
	  float: right;
	}
}
#contTopMenu .navbar .nav > li:first-child > a {border-left: none;}
#contTopMenu .navbar .nav > li.active > a {color: #5E6C77;}
#contTopMenu .navbar .nav > li > a:hover, #contTopMenu .navbar .nav > li > a:focus {
color: #fff;
background-color: transparent;
}



.form-search-container .btn.btn-search-toggle {
border-radius: 0px;
}
@media (max-width: 767px) and (min-width: 0px) {
	#contTopMenu .navbar .nav > li > a, #contTopMenu .navbar .nav > li:first-child > a {
		border:0px;
	}
	#contTopMenu .navbar .nav > li.active > a {
	color: #000;
	font-weight:bold;
	}
	#contTopMenu .navbar .nav > li > a:hover, #contTopMenu .navbar .nav > li > a:focus {
	color: #000;
	font-weight:bold;
	}

}


.btn-myaccount.visible-xs {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.btn-shoppingcart {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}



/*Botones*/

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: normal;
	padding: 8px 12px;
	font-size: 17px;
	text-transform: uppercase;
	/* line-height: 19px; */
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#fff;
}

.btn-primary {
	background-color:#444444;
	border-color:#444444;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #69D2E7;
	border-color: #69D2E7;
	color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #F38630;
	border-color: #F38630;
	
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color:#F7A664;
	border-color:#F7A664;
	color: #fff;
	
}
.btn-default {
	background-color:#A9A69E;
	border-color:#A9A69E;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #C2C0BC;
	border-color:#C2C0BC;
}

.btn-danger {
	background-color:#A9A69E;
	border-color:#A9A69E;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #C2C0BC;
	border-color:#C2C0BC;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    color: #B9122B;
}

#contHeadShoppingCart .btn-shoppingcart {
	border-color: transparent;
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	width: 115px;
	padding: 0;
	height: 37px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	white-space: nowrap;
}

@media (max-width: 991px) and (min-width: 768px){
    #contHeadShoppingCart .btn-shoppingcart {

width: 50px;

}
}

#contHeadShoppingCart .btn-shoppingcart:hover {
	border-color: transparent;
	background-color: transparent;
}
#contHeadShoppingCart .btn-shoppingcart:hover .sr-only {
	color: #F7A664;
}

#contHeadShoppingCart .btn-shoppingcart .text-shoppingcart-number {
	
background: #F38630;
	
border: none;
	
width: 18px;
	
height: 18px;
	
right: -8px;
	
top: -7px;
	
font-size: 10px;
	
line-height: 19px;
	
border-radius: 50%;
	
position: absolute;
	
display: -webkit-inline-box;
	
display: inline-block;
	
text-align: center;
}
#contHeadShoppingCart .btn-shoppingcart:hover .text-shoppingcart-number {
    background: #F7A664;
}

@media (max-width: 767px) and (min-width: 0px) {
	#contHeadShoppingCart .btn-shoppingcart .text-shoppingcart-number,
	#contHeadShoppingCart .fa-angle-down {
	    display:none !important;
	}
}

#contHeadShoppingCart .text-shoppingcart-price {
	display: none;
	position: absolute;
	left: -58px;
	top: 18px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
#contHeadShoppingCart .text-shoppingcart-empty,
#contHeadShoppingCart .text-shoppingcart-text {
	display:none;
}
@media (max-width: 767px) and (min-width: 0px) {
	#contHeadShoppingCart .btn-shoppingcart {
	background: transparent;
	border-color: transparent;
	color: #403531;
	width: 100%;
	height: 49px;
	border-radius: 0px;
	color: #fff;
	border-left: none;
	font-size: 20px;
	text-align: center;
}
	#contHeadShoppingCart .btn-shoppingcart:hover {
        background: transparent;
        border-color: transparent;
        color: #fff;
        border-left: none;
    }
    #contHeadShoppingCart .btn-shoppingcart .fa.fa-shopping-cart {
        position: static;
    }
    #contHeadShoppingCart .btn-shoppingcart .text-shoppingcart-number {
        
top: 3px;
        
right: 3px;
    }
}

/*Control buscador*/
@media (min-width: 992px) {
#contHeadSearch .form-search-container .form-search {
	display:block;
	right: 0;
	top: 36px;
	position: static;
	border:none;
	width: 220px;
}
#contHeadSearch .form-search-container .btn.btn-search-toggle {
	display: none;
	color: #191C1A;
	background-color: transparent;
	border-color: transparent;
	border-left: none;
	border-right: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	height: 30px;
	width: 25px;
}

#contHeadSearch .form-search-container .sr-only {
	
position: static;
	
width: initial;
	
height: initial;
	
margin: 0;
	
display: none;
	
overflow: visible;
	
font-size: 14px;
}

}
#contHeadSearch .form-inline .form-control {
	width: 90%;
	display: inline;
}


#contHeadSearch .form-search-container .input-group > .form-control, #contHeadSearch .form-search-container .input-group > .input-group-addon, #contHeadSearch .form-search-container .input-group > .input-group-btn > .btn {
	height:45px;
	border-radius: 2px;
	
}

#contHeadSearch .form-search-container .input-group > .input-group-btn > .btn {
    /* background-color: transparent; */
    /* border: none; */
    /* color: #D6D6D6; */
    margin-left: -40px;
    z-index: 10;
    font-size: 18px;
}

@media (min-width: 992px)  {
    .form-inline .input-group .input-group-btn {
    position: absolute;
    }
    #contHeadSearch .form-search-container .input-group > .input-group-btn > .btn {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 0;
    }

}

@media (min-width: 992px){
    #contHeadSearch .form-search-container .input-group > .input-group-btn > .btn .fa-search:before {
        content: url(img/cm-buscar.png);
    }
    #contHeadSearch .form-search-container .input-group > .input-group-btn > .btn:hover .fa-search:before {
        content: url(img/cm-buscar-hover.png);
    }
}
@media (max-width: 991px) {
    #contHeadSearch .form-search-container .btn.btn-search-toggle .fa-search:before {
        content: url(img/cm-buscar.png);
    }
    #contHeadSearch .form-search-container .btn.btn-search-toggle:hover .fa-search:before {
        content: url(img/cm-buscar-hover.png);
    }
    #contHeadSearch .form-search-container .form-search {
		width: 230px;
	}
}



#contHeadSearch .form-search-container .input-group > .input-group-btn > .btn:hover {
    /* color: #423E39; */
}

@media  (min-width: 992px){
    #contHeadSearch .form-search-container .input-group > .form-control,
    #contHeadSearch .form-search-container .input-group > .form-control:focus {
		border: none;
		box-shadow: none;
		color: #000;
		text-transform: uppercase;
		padding-left: 10px;
		margin-left:30px;
	}
	#contHeadSearch .form-search-container .input-group > .form-control:focus {
		background: #F7F7F7;
    border-radius: 22px;
	}
	
}

#contHeadSearch .form-search-container .input-group > .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AAAAAA;
}
#contHeadSearch .form-search-container .input-group > .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #AAAAAA;
}
#contHeadSearch .form-search-container .input-group > .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #AAAAAA;
}
#contHeadSearch .form-search-container .input-group > .form-control:-moz-placeholder { /* Firefox 18- */
  color: #AAAAAA;
}

.container-default.container-collapse .container-default-content.container-content-collapsed,
.container-default-nobox.container-collapse .container-default-nobox-content.container-content-collapsed {
    max-height: 50vh;
    height: 400px;
}
.container-default.container-collapse .container-default-content + p.text-right, 
.container-default-nobox.container-collapse .container-default-nobox-contentt + p.text-right {
	background-color: #f7f7f7;
}
.container-default.container-collapse .container-default-content.container-content-collapsed + p.text-right, 
.container-default-nobox.container-collapse .container-default-nobox-contentt.container-content-collapsed + p.text-right {
	background-color: rgba(255,255,255,0.6);
	position: relative;
    z-index: 1;
    margin-top: -40px;
}
.container-default.container-collapse .container-default-content.container-content-collapsed + p.text-right:hover, 
.container-default-nobox.container-collapse .container-default-nobox-contentt.container-content-collapsed + p.text-right:hover {
	background-color: rgba(247,247,247,0.9);
}

/*Texto inicio*/
.textoInicio {
	padding: 0px 0px;
	margin-bottom: 60px;
}
.textoInicio h1 {
	color: #1D1D1D;
	margin-bottom: 30px;
	text-align: center;
}
.textoInicio p {
	color: #1D1D1D;
	font-size: 20px;
	margin-top: 22px;
	font-weight: 300;
}

.titulo-Servicios h1 {
}
.titulo-Servicios p {
	font-size: 20px;
	width: 294px;
	margin-top: -8px;
}




/*Slider portada*/
@media (min-width: 1200px) { 
	.slider .caroufredsel_wrapper ul li.col-md-3 {
		width: 20%;
	}
}


.slider .caroufredsel_wrapper ul li.col-md-3 {
    max-width: none;
}
.products.products-slider {
	padding-top:10px;
}


.slider.slider-products {
	margin-top: 10px;
	padding-bottom: 29px;
}
.slider.slider-products .fa {
	border-radius: 0;
	border: none;
	DADADA;
	font-size: 25px;
	line-height: 29px;
	color: #BBBBBB;
}
.slider.slider-products .btn.btn-link:hover .fa {
	color: #23BCDC;
}

#contCenterSup1 .carousel {
	padding-bottom: 30px;
	margin-bottom: 0px;
	position: relative;
	margin-top: 0;
	}
@media (max-width: 991px) {
    #contCenterSup1 .carousel {
        margin-top: 0px;
	}
}

#contCenterSup1 .carousel-inner .item a:before {
    position:absolute;
    right: 0px;
    left:0px;
    bottom: 0px;
    top: 0;
    z-index: 500;
}

.carousel:hover .carousel-control, .carousel:focus .carousel-control, .carousel:active .carousel-control {
	opacity: 1;
	display: none;
}
.carousel .carousel-control {
	width:70px;

}
.carousel-control {
	font-size:25px;
}

.carousel .carousel-control .glyphicon-chevron-right:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel .carousel-control .glyphicon-chevron-left:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-inner {
	background-color: #fff;
	margin-top: 0px;
	z-index: 0;
}
.carousel .carousel-control .glyphicon {
	color: #000000;
	font-size: 41px;
	margin-top: -39px;
	line-height: 50px;
	width: 63px;
	height: 63px;
	background: rgba(250,250,250,0.3);
	border-radius: 50%;
}
.carousel .carousel-control:hover .glyphicon {
	color: #fff;
	background: #B4187B;
}
.carousel .carousel-control {
    display: block;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
  opacity: 1;
  /* display: block; */
}
.carousel .carousel-indicators {
	bottom: 0;
	text-align: center;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}


.carousel .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0px 2px;
	border-radius: 50%;
	background-color: #A7DBD8;
	border: none;
}
.carousel .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 0px 2px;
	background-color: #69D2E7;
	border: none;
}
.slider-buttons .btn-prev{
font-size: 8px;
padding: 5px 9px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.slider-buttons .btn-prev{
font-size: 8px;
padding: 5px 9px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;}
.slider .slider-buttons .btn.btn-link, .btn-primary.btn-sm.btn-prev , .btn-primary.btn-sm.btn-next {
	background-color: #fff;
	color: #BBBBBB;
	width: 34px;
	height: 34px;
	line-height: 34px;
	padding: 1px;
	border: 2px solid #BBBBBB;
	display: inline-block !important;
	border-radius: 50%;
}
.slider .slider-buttons .btn.btn-link:hover, .slider .slider-buttons .btn.btn-link:focus, .slider .slider-buttons .btn.btn-link:active, .btn-primary.btn-sm.btn-prev:hover, .btn-primary.btn-sm.btn-next:hover {background-color: #fff;border-color: #23BCDC;color: #23BCDC;}
.slider .slider-buttons {
	right: 0;
	/* left: 0px; */
	bottom: 104%;
	margin-bottom: 10px;
	z-index: 5;
}
@media  (min-width: 768px){
    .slider .slider-buttons .btn.btn-prev {
        float: left;
        margin-left: -17px;
    }
    .slider .slider-buttons .btn.btn-next {
        float: right;
        margin-right: -17px;
    }
    .slider .slider-buttons {
        height: 0;
        margin: 0;
    }
}


.slider .slider-buttons {
	text-align: center;
	bottom: 63%;
	right: 10px;
	width: 100%;
	left: 0;
	right: 0;

}
.fa-angle-right:before {
        /* content: "\f054"; */
}
.fa-angle-left:before {
        /* content: "\f053"; */
}

/*Control categorias lateral*/
.list-categories li {
	border:none;
	padding: 5px 10px;
}
.list-categories .level1 {
	font-size:20px;
	font-weight:bold;
}
.list-categories li.active a {
	color:#FE4C00;

}
.list-categories i {
	display:none;
}

/*Slider fabricantes*/
.slider.slider-manufacturer {
	margin:20px 0px 40px 0px;
}
.slider-manufacturer img {
	max-height:120px;
}
.slider-manufacturer .slider-buttons {
  position: absolute;
  right: 0px;
  bottom: 83%;
}



/*Listado productos*/
.products-header h1{
	/* text-align:center; */
}

.products-header .products-header-info,
.products-header .subcategories {
	/* display:none ; */
}
.products-header {
	margin-bottom:40px;
}

.products .product, .products-list .product {
	background: #fff;
	border: none;
	border-radius: 0px;
	padding: 0;
	border-bottom: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.products-list .product {
    border-bottom: 1px solid #DDDDDD !important;
}


.products-list .product .caption .btn {
	right: 15px;
	bottom: 19px;
	/* padding: 0 10px; */
	/* display: none; */
}

.products .product .caption .product-name {
	padding: 1px 0px;
	border-top: 0px;
}
.products .product .caption .h5 {
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    width: 100%;
    position: static;
    max-height: 17px;
    min-height: 17px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    text-align: center;
    text-transform: uppercase;
}
.products .product:hover .caption .h5 {
	color: #23BCDC;
	text-decoration:underline;
}

.products .product:hover .caption .product-name {
	border-top: 0px;
}

.products .product .caption .product-price .price-old , #contLeft .price-old, .products-list .product .price.price-old{
	font-size: 15px;
	color: #888888;
	display: inline-block;
	margin-bottom: 0px;
	font-weight:normal;
	padding-top: 0px;
	margin-right: 4px;
}
.price.price-new, .row.products .price, .row.products-list .price {
	font-size: 18px;
	color: #444444;
	display: inline-block;
	font-weight: bold;
}
.shoppingcart .price {
	font-size: 18px;
	font-weight: normal;
}
.products .thumbnail .caption {
    padding-top: 0;
    margin-top: 0;
    position: static;
    padding-bottom: 0px;
    z-index: 888;
}
@media (min-width:767px){
	/*.products .product .product-img {
	}
	.products .product .product-img img {
	max-height: 260px;
	}*/
}

.products .product .caption .product-unitsbypack {
	display:none;
}
.products-list .product:hover {
    
border-bottom: 1px solid #DDDDDD !important;
}
.products .product:hover , .products-list .product:hover {
	border: none;
	border-color: transparent;
	text-align: center;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}


a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #23BCDC;
}




.products .product .product-img{	
	position: relative;
    overflow: hidden;
	margin-top:0px;
	margin-bottom:10px;
}
.products .product .product-img:after{	
	content:"";
	display:block;
	/*padding-top:100%;*/
	padding-top:120%;
}
.products .product .product-img img{	
	position: absolute;
	top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	
	
    min-height: 100%;
    max-height: none;
    min-width: 100%;
    max-width: none;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	
	object-fit: cover;
	object-position: 50% 50%;
	
	/*
    max-width: 100%;
    max-height: 100%;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	*/
}


/*Precios*/
.price {
	color: #191C1A;
	font-size: 20px;
	}
.price ,
.price-new {
font-size: 16px;
font-weight: normal;

}
.price-big {
font-size: 120%;
color: #828282;
font-weight:normal;
}
.price-old {
}
.price-old.price-productpage {
	font-size: 18px;
	color: #888888;
	font-weight: normal;
}
.price-productpage {
	font-size: 25px;
	font-weight: normal;
	font-weight: bold;
}
.shoppingcart .price.price-big {
font-size: 25px;font-weight: bold;color: #36393B;}

.products .product .caption .product-description {
	display: none;
	background-color: rgba(247,247,247,0.7);
	color: #000;
	font-size: 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 70px;
	padding:8px;
	text-align:center;
}
.products .product:hover .caption .product-description {
  display: none;
}
.products .product .caption .product-new, .products .product .caption .new_s,.products-list .product .caption .product-new, .products-list .product .caption .new_s  {
	background: url(img/cm-new.png);
	display: block;
	width: 108px;
	height: 25px;
	right: -25px;
	left: initial;
	top: 16px;
	line-height: 25px;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	font-weight:normal;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	writing-mode: lr-tb;
}
.list-products-list.products-list .product .caption .product-new {
	left: 10px;
	top: 10px;
}

/* Paginador en Listado de productos */
.products-navbar .pagination {
	margin:10px 0px;
}
.products-navbar .navbar-text.hidden-xs{
	margin:11px 15px;
}
.pagination>li>a, .pagination>li>span {
	color: #29282F;
}
.pagination>.active>a, .pagination>.active>span, 
.pagination>.active>a:hover, .pagination>.active>span:hover, 
.pagination>.active>a:focus, .pagination>.active>span:focus {
	color:#fff;
	background-color:#2B2E33;
	border-color:#2B2E33;
}
.pagination>.active>a:hover, .pagination>.active>span:hover, 
.pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color:#C4995E;
	border-color:#C4995E;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
color: #fff;
	background-color:#C4995E;
	border-color:#C4995E;
}
/* FIN Paginador en Listado de productos */

/*Siguenos pie*/

.Siguenos-Pie p {
	color:#7A765A;
	font-size: 16px;
	padding-bottom: 10px
}

.Siguenos-Pie a {
	color: #998860;
	font-size: 28px;
	margin-right: 15px;
	margin-left: 15px;

}

.Siguenos-Pie a:hover {
	color: #594F37;
}




/*Footer*/
@media (min-width: 992px){
    #footer_container {
        padding:0 100px;
    }
}



#footer_container {
	width:100%;
}
@media (min-width: 767px){
	#contFooter1.col-sm-2,
	#contFooter2.col-sm-2,
	#contFooter3.col-sm-2{
		width: 23%;
	}
	#contFooter4.col-sm-2{
		width: 31%;
	}
	#contFooter5.col-sm-4 {
		width: 100%;
	}
}



#footer {
	padding-top: 30px;
	background: #fff;
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
}

.CMSEditMode #footer {
	padding-top:40px;
}

#footer_wrapper {
	margin-bottom:0px;
	padding-bottom:0px;
}

#footer a {
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
}
@media (max-width: 1199px) and (min-width: 992px){
	#footer a {
		padding-right: 8px;
	}
}

#footer a:hover, #footer a:focus, #footer a:active, #footer2 a:hover, #footer2 a:focus, #footer2 a:active {color: #23BCDC;text-decoration: underline;}
#footer2 {
	background-color: transparent;
	padding-top: 0px;
}
#footer2_container {
    width:100%;
    padding: 0;
}
#footer2_wrapper {padding: 0;}
#footer2 h4 {
	color:#321F18;
	font-size: 18px;
}
#footer2 p {
	color: #321F18;
	font-size:10px;

}
#footer2 .col-md-5 img {
	margin-top:30px;
}
#contFooter6 {
	margin-top: 10px;
	padding: 0;
}



#footer h4 {
	color: #3B3939;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (max-width: 1199px) and (min-width: 992px){
	#footer h4 {
		font-size:18px;

	}
}
@media (max-width: 991px) and (min-width: 768px){
	#footer h4 {
		font-size:14px;

	}
}
@media (max-width: 767px) and (min-width: 0px) {
	#footer h4 {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	margin-bottom: 10px;
	}
}

#footer p {
	color: #FFFFFF;
	font-size: 17px;
	/* margin-bottom: 7px; */
}

/*Siguenos footer*/
.siguenosFooter {
}
.siguenosFooter a {
	background-color: transparent;
	border: 1px solid #686868;
	border-radius:50px;
	height: 40px;
	width: 40px;
	line-height:33px;
	display:inline-block;
	display:-webkit-inline-box;
	color: #fff !important;
	text-align:center;
	font-size: 25px !important;
	padding-left: 8px;
	padding-top: 4px;
	margin-right:5px;

}
.siguenosFooter a:hover {
	color: #2BAD00 !important;
	/* background-color: #2BAD00; */
}


/*Listado de productos categorias*/
@media (min-width: 1199px) {
	.list-products-list .col-item {
		width:25%;
	}
}
.list-products-list.products-list .col-item {
	
width: 100%;
}

/*Control ficha de producto*/
.productdetails .thumbnail{
	border:none;
}

#contPreFooter1 {
	padding:0px;
}
#bodyinf_container ,
#bodyinf_container iframe{
	/* max-height:500px; */
}


#prefooter .titulo {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
#prefooter p {
	/* color: #fff; */
	/* font-size: 20px; */
	/* font-weight: 300; */
}
#prefooter .btn-success {
	margin-top: -5px;
	background-color: #A71818;
	padding: 10px 30px;
	font-size: 25px;
	font-weight: 700;
	border-radius: 3px;
	margin: 0 auto;
}
#prefooter .btn-success:hover {
	background-color: #EA6A6A;
	border-radius: 3px;
}
#prefooter .btn-success a {
	color: #fff;
}
#prefooter p {
	text-align:center;
	margin-bottom: 0;
}
@media (min-width: 1200px) { 
	#prefooter p {
		float:left;
	}
	#prefooter p .btn-success{
		margin-left: 30px;
	}
}


/*Categorias home*/
.categories-table {
    padding: 0px;
    margin-bottom: 50px;
}
.categories-table .category > ul {
	display:none;	
}
.categories-table .category {
    padding: 0px;
}
.categories-table .category h3 {
display:none;
}
.categories-table .category h3 a {
    color: #fff;

    font-size: 28px;
    font-weight: normal;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
.categories-table .category h3 a:hover {
    text-decoration: underline;
	
}

/*newsletter*/
#prefooter {
    display: block;
    border-top: none;
    background: #fff;
    margin-top: 0px;
}

@media (max-width: 767px) and (min-width: 0px) {
    #prefooter_container {
       padding: 0px; 
    }	
}

#prefooter_container .row {
	margin-left:0px;
	margin-right:0px;
	background:#F3F4EB;
	background-position-x: 5%;
}

@media (min-width: 1700px){
    #prefooter_container .row {
        background: url(img/cm-newsletter-fondo.png) no-repeat left top #F3F4EB;
    }
}

#contPreFooter1 {
  padding: 0px;
  margin-top: 0;
}
@media (min-width: 767px) {

	.newsletter .col-sm-5 {
		width: 50%;
		/* border-left:1px solid #fff; */
	}
	.newsletter .col-sm-7 {
		width: 50%;
	}


}
	.newsletter .col-control {
		width: 94%;
	}

.newsletter .text-left.small {
	width: 100%;
	float: none;
	clear: both;
}
.newsletter .text-left.col-button {
	width: 1%;
	position: relative;
	/* margin-left: -62px; */
	margin-top: 0px;
}

@media (max-width: 991px) and (min-width: 768px){
	.newsletter .text-left.small {
		width: 100%;
	}
}
@media (max-width: 767px) and (min-width: 0px) {
		.newsletter .col-control {
		width: 95%;
	}
}
@media (min-width: 992px){
    .newsletter .blokRight:before {
            content: url(img/cm-newsletter-ico.png);
            position:absolute;
            top: -37px;
            left: -40px;
    }
}


.newsletter h2 {
    margin-top: 0;
    margin-bottom: 0px;
    text-align: left;
    font-size: 25px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 150px;
    padding-top: 0px;
    padding-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 768px){
	.newsletter h2 {
		padding-left: 0;
		background: none;
	}
}
@media (max-width: 768px) and (min-width: 0px){
	.newsletter h2 {
		padding-left: 0;
		text-align: center;
		background: transparent;
	}
}

.newsletter {
	padding: 29px 0px 6px 0px;
	background: transparent;
	border-radius: 0px;
	left: 0px;
	right: 0px;
	/* overflow: hidden; */
	min-height: 129px;
	margin: 0 auto;
}


@media (max-width: 767px) and (min-width: 0px) {
    .newsletter {
        padding-top: 90px;
        overflow: hidden;
        padding-bottom: 30px;
        background:url(img/cm-newsletter-ico-res.png) top center no-repeat;
    }

}
.newsletter .form-horizontal{
	margin-right: auto;
	margin-left: auto;
	/* background-color: #6FD1B7; */
}
.newsletter .fa-angle-right:before {
	  content: "\f105";
	  line-height: 5px;
	  font-size: 24px;
	  margin-bottom: 50px;
}

.newsletter .col-control {
	padding-right:0px;
}
.newsletter .col-button {
	padding-left: 0;
	margin-left: 0;
}

.newsletter .col-text .h2 {
	font-size: 25px;
	color: #FFF;
	font-weight: normal;
	border-bottom: none;
	/* line-height: 60px; */
}

.newsletter .form-control {
	height: 50px;
	border-radius: 0px;
	border: none;
	border-radius: 25px;
	box-shadow: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #ACAEB2;
}
.newsletter .small {
	color: #2D2D2D;
	font-size:12px;

}
.newsletter .small a {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
.newsletter .small a:hover {
	text-decoration: none;
	/* color: #14171A; */
}
.newsletter .checkbox label {
	padding-left: 25px;
	margin-bottom: 8px;
	cursor: pointer;
	padding-top: 0px;
	font-size: 14px;
	color: #333333;
}
.newsletter .form-horizontal .form-group {
    margin-bottom: 0px;
    padding-left: 10px;
}

@media (max-width: 767px) and (min-width: 0px) {
	.newsletter .checkbox label {
    padding-left: 20px;

	}
}

.newsletter .btn-primary {
	width: 40px;
	height: 40px;
	line-height: 0px;
	margin-left: -46px;
	padding: 7px 9px;
	margin-top: 5px;
	/* background: #444444; */
	/* border-color: #444444; */
	color: #fff;
	border-radius: 50%;
}
.newsletter .btn-primary:hover {
	/* background-color: #B6D5D6; */
	/* border-color: #B6D5D6; */
	color: #fff;
}
.newsletter .btn-primary .fa {
	display: block;
}
.newsletter .btn-primary .sr-only {
	position: static;
	width: inherit;
	height: inherit;
	margin: 0px;
	display: none;
}
.newsletter .alert {
	margin:0 auto;
	overflow:hidden;
}
.newsletter .alert .h3 {
		color: #fff;
		margin-right: 30px;
}
.newsletter .alert {
	background-color: transparent;
	border-color: transparent;
}
.newsletter .alert p {
	float:left;
	color: #fff;
}



/*Conenedores ancho completo*/
.breadcrumb,
#contPreFooter1 .newsletter,
.contenedor {
	margin:0 auto;
	/* overflow:hidden; */
}
@media (min-width: 768px) {
	.breadcrumb,
	.contenedor  {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.breadcrumb,
	.contenedor  {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.breadcrumb,
	#contPreFooter1 .newsletter,
	.contenedor  {
		width: 1170px;
	}
}
@media (max-width: 767px) and (min-width: 0px) {
	.breadcrumb,
	.contenedor  {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 1400px) {
	#contPreFooter1 .newsletter {
		width: 100%;
	}
}

/*control breadcrumb*/
.breadcrumb a {
	font-size: 16px;
	color: #DD1D83;
	text-transform: none;
}
.breadcrumb a:hover {
	color: #DD1D83;
	text-decoration: underline;
}
.breadcrumb .active a {color: #fff;}

.text-primary, .btn-link {
color: #969393;
}
a.text-primary:hover {
    color: #FFFFFF;
	
}
.row.rrss div {
text-align: left;
width: auto;
}





#contHeadLanguages .btn-language .btn.hidden-xs {
	color: #98A3A3;font-weight: normal;font-size: 14px;text-transform: uppercase;background: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;padding: 0px;height: 36px;
}

#contHeadLanguages .btn-language:hover .btn.hidden-xs {
color:#9A7464;
}
.shoppingcart .row .btn.btn-danger.btn-xs {
	font-size:16px;
	padding: 4px 7px;
}
.cartsteps .cartstep.cartstep-current p {color: #69D2E7;font-weight: bold;}
.cartsteps .cartstep.cartstep-current .cartstep-box {background-color: #69D2E7;}

.form-control:focus {
    border-color: #7A7E21;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 57, 145, 0.6);
    outline: 0 none;
}
.products .product .caption .btn span.btn-text {display: -webkit-inline-box;display: inline-block;}
.products .product .caption .product-price {
	display: block;
	text-align: center;
	left: 0px;
	right: 0px;
	position: static;
	margin-top: -8px;
}
.products .product .caption .btn i.fa:before {
	    /* font-size: 47px; */
}

.products .product .caption .btn {
	display:none;
	bottom: 80px;
	width: inherit;
	position: absolute;
	right: 3%;
	left: 3%;
	margin-top: 0px;
	border: none;
	padding: 3px;
	width: 94%;
	height: 42px;
	/* border-radius: 0; */
	border: none;
	/* font-size: 18px; */
}
.products .product:hover .caption .btn {
	display: block;
}
.products .product .caption .btn .fa {
	color: #fff;
}

@media (max-width: 767px) and (min-width: 0px){
#contTopMenu {
	display:block;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	width: 40%;
	display: none;
}
.carousel-inner {margin-top: 0px;}
#contHeadSearch {position: absolute;right: 102px;left: inherit;top: 43px;width: 50px;}
#contMainMenu {
	display: block;
	border-top: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
	margin-top: 10px;
	top: 30px;
}
#contHeadMyAccount {position: absolute;right: 63px;top: 42px;width: 50px;left: inherit;}

#contHeadMyAccount .dropdown-menu {
    
right: 0;
    
left: inherit;
}

#contHeadLanguages {
position: absolute;
right: 75%;
left: 0px;top: 0px;
width: 27%;
z-index: 1;
}
#contHeadLanguages .btn-language .btn.visible-xs {
width: 102%;
height: 49px;
font-size: 14px;
}
#contHeadMyAccount .btn-myaccount.visible-xs .text-myaccount i.fa.fa-user {
font-size: 24px;
line-height: 29px;color: #fff;}
#header_container {padding-top: 0px;min-height: 201px;}
#contHeadShoppingCart {position: absolute;right: 10px;top: 42px;width: 50px;left: inherit;padding: 0px;}
#contHeadInfo {position: absolute;border-top: none;right: 0px;left: 0px;border-left: none;text-align: center;padding: 0px;margin: 0 auto;width: 100%;}
#contHeadMyAccount .btn-myaccount.visible-xs, #contHeadSearch .form-search-container .btn.btn-search-toggle {
    border-left: none;
    background: transparent;
    border-color: transparent;
}
#contHeadMyAccount .btn-myaccount.visible-xs:hover, #contHeadSearch .form-search-container .btn.btn-search-toggle:hover {
    border-left: none;
    background: transparent;
    border-color: transparent;
}
#contTopMenu .navbar .navbar-toggle {
border-right: 1px solid #ccc;
border-radius:0px;
}
#header {
margin-top: 0px;
}
#contHeadShoppingCart .panel-cartsummary {width: 300px;
z-index: 100;
top: 49px;}
.panel-cartsummary > ul.list-group {
width: 100%;

}
}

/*Control mi cuenta*/
.text-myaccountname {
    display: none;
}
#contHeadMyAccount  .text-myaccount .fa-user:before {
    content:url(img/cm-user.png);
} 
#contHeadMyAccount  .text-myaccount:hover .fa-user:before {
    content:url(img/cm-user-hover.png);
}
#contHeadMyAccount .text-primary .fa-user {

position: absolute;

right: 0;
}

#contHeadMyAccount .text-myaccount {
    font-family: 'Lato', sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 11px;
    width: 100%;
}
#contHeadMyAccount .text-myaccount a{
    color: #333333;
}
#contHeadMyAccount .text-primary a {
    display: block;
}
@media (max-width: 991px){
    #contHeadMyAccount .text-primary a {
        display: none;
    }
}

@media (min-width: 767px) {
	#contHeadMyAccount .btn-myaccount.visible-xs .text-myaccount .text-primary {
		display: inline-block;
		display: -webkit-inline-box;
	}
}


#contHeadMyAccount .text-primary:hover {
	color: #A7DBD8;
}
@media (min-width: 767px) {
	#contHeadMyAccount .btn-myaccount.hidden-xs {
		display: block !important;
		height: 30px;
		line-height: 0.5;
		font-size: 14px;
		text-transform: uppercase;
		color: #CCCCCC;
		width: 120px;
	}
	#contHeadMyAccount .btn-myaccount.visible-xs {
		display: none !important;
	}
	#contHeadMyAccount .dropdown-menu {
	    
left: inherit;
	    
right: 0;
	}
}




/*Control carrito*/

#contHeadShoppingCart .btn-shoppingcart .text-shoppingcart {
	/* display:none; */
}

#contHeadShoppingCart .btn-shoppingcart  .fa-shopping-cart:before {
    content:url(img/cm-cart.png);
}
#contHeadShoppingCart .btn-shoppingcart:hover  .fa-shopping-cart:before {
    content:url(img/cm-cart-hover.png);
}



@media (min-width: 767px) {

 #contHeadMyAccount .btn-myaccount.visible-xs {
	line-height: 37px;
	background: transparent;
	border: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	padding: 0px 10px;
	text-align: center;
	width: inherit;
}
#contHeadShoppingCart .btn-shoppingcart .fa.fa-shopping-cart {
    color: #FF8603;
    font-size: 24px;
    right: 0;
    left: initial;
    top: 0;
    width: 33px;
    position: absolute;
}
#contHeadShoppingCart .btn-shoppingcart:hover .fa.fa-shopping-cart {
	color: #FF9F40;
}
#contHeadShoppingCart .btn-shoppingcart .sr-only {
	position: static;
	width: inherit;
	height: inherit;
	margin: 0px;
	display: -webkit-inline-box;
	display: inline-block;
	overflow: inherit;
	color: #333333;
	line-height: 27px;
	height: 31px;
}


#contHeadSearch .form-search-container .btn.btn-search-toggle, {
border-radius: 0px;;
color: #969393;

padding: 2px;
background: transparent;
border-color: transparent;
}
#contHeadSearch .form-search-container .btn.btn-search-toggle:hover, #contHeadMyAccount .btntn-myaccount.visible-xs:hover {
	color: #B9122B;
}
}

@media (max-width: 991px) and (min-width: 768px){
    #contHeadShoppingCart .btn-shoppingcart .sr-only {
        display:none;
    }
}

#contHeadSearch .form-search-container .form-inline .input-group {
  width: 100%;
}
#contHeadMyAccount .btn-myaccount.visible-xs .text-myaccount i.fa.fa-user{
	color: #8B9BA3;
	font-size: 29px;
	display: none;
	position: static;
	line-height: 23px;
	margin-right: 10px;
}
@media (max-width: 767px) and (min-width: 0px) {
	#contHeadMyAccount .btn-myaccount.visible-xs .text-myaccount i.fa.fa-user{
	color: #fff;
	font-size: 30px;
	display: block;
	line-height: 37px;
	text-align: center;
	margin: 0 auto;
}
} 

#contHeadSearch .form-search-container .btn.btn-search-toggle .fa.fa-search {
    top: 13px;
    font-size: 19px;
    left: 0px;
    line-height: 22px;
    display: inline-block;
    display: -webkit-inline-box;
    position: static;
}

@media (max-width: 767px) and (min-width: 0px) {
    #contHeadSearch .form-search-container .btn.btn-search-toggle .fa.fa-search {
        font-size: 24px;
        line-height: inherit;
    }	
}


#footer .newsletter .h3 {
	color: #000;
}
.list-group-item.level2:last-child {
	border-bottom:none;
}
#contLeft ul.list-group .list-group-item.level2 a {
padding-left: 20px;
font-size:15px
}
#contLeft ul.list-group .list-group-item.level3 a {
    padding-left: 30px;
}


.text-stock.text-success {
	color:#008200;
	font-weight:bold;
}
.productdetails .btn-link:hover, 
.productdetails .btn-link:focus, 
.productdetails .btn-link:active,
.productdetails .btn-link.active {
    color:#23BCDC
}
@media (min-width: 992px)  {
.productdetails .btn.btn-success {height: 50px;padding-right: 30px;padding-left: 20px;font-size: 17px;line-height: 10px;font-weight: bold;}
}
.productdetails .btn.btn-success .fa-shopping-cart{
	font-size: 24px;
	margin-right: 10px;
	/* display: none; */
	/* vertical-align: -12px; */
}
.breadcrumb {padding: 5px 30px;}
.productdetails h1 {
margin-bottom: 20px;
margin-top: 0px;
}
.container-fluid.cartsteps {
	margin-bottom: 50px;
}
@media (max-width: 1199px) and (min-width: 0px){
.products-list .product .caption .btn {
	position:inherit;
right: 15px;
bottom: 19px;
width: 200px;
max-width: 200px;
}
}
@media (max-width: 767px) and (min-width: 0px){
#contTopMenu .navbar .nav > li > a {
color: #333;
}
#bodycenter {padding-top: 50px;}
#bodysup_wrapper {margin-top: 12px;}
.home #bodycenter {
margin-top: 0;
padding-top: 0px;}
#header {height: 159px;position: relative;/* background: #fff; */}
}

.purchase-confirmation .row.buttons {
	text-align:right;
}
.purchase-confirmation .row.buttons > div{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	margin-left:0px;
}
.purchase-confirmation .row.buttons .btn-block{
	padding-left:12px;
	padding-right:12px;
}

.shoppingcart >.row {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.shoppingcart >.row.panel.panel-default{
	border-color:border-color: #ddd;
}
.shoppingcart >.row.buttons {
	border-bottom:none;
}
#contHeadShoppingCart .fa-angle-down {
	display: none;
	color: #000000;
}
/*Arreglo botones de compra*/
.purchase-confirmation .row.buttons {
	text-align:right;
}
.purchase-confirmation .row.buttons > div{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	margin-left:0px;
}
.purchase-confirmation .row.buttons .btn-block{
	padding-left:12px;
	padding-right:12px;
}
@media (min-width: 767px) {
/* Control Carrito de compra (pagina de carrito) */
.shoppingcart .row.buttons {
	text-align:right;
}
.shoppingcart .row.buttons > div{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	margin-left:0px;
}
.shoppingcart .row.buttons > div.col-delete{
	float:left;
}
.shoppingcart .row.buttons .btn-block{
	padding-left:12px;
	padding-right:12px;
}
.panel-default {
	padding: 10px 15px 0 15px;
}
.panel-default .col-sm-pull-4 span.small {
	display:none;

}
/* FIN Control Carrito de compra (pagina de carrito) */
.purchase-confirmation .row.buttons {
	text-align:right;
}
.purchase-confirmation .row.buttons > div{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	margin-left:0px;
}
.purchase-confirmation .row.buttons .btn-block{
	padding-left:12px;
	padding-right:12px;
}
}

/*Banners*/
.bannersTop {
	overflow: hidden;
	margin-top: 24px;
	margin-left: -15px;
	margin-right: -15px;
}
.bannersTop img {
	margin:0 auto;
}
.bannersTop .col-xs-12 {
	margin-bottom: 30px;
}

@media (max-width: 767px) and (min-width: 0px) {
	.bannersTop > .row {
		margin-bottom:0px;
	}
	.bannersTop > .col-xs-12 {
		margin-bottom:30px;

	}
}


/*Proceso compra*/
#pagecartprocess #header {
    height: 140px;
}
#pagecartprocess #header_wrapper {
    background:transparent;

}





/* control recomendados left*/
#contLeft .products-list.products-recommended .col-sm-12 {
	padding: 0px;	
}
#contLeft .products-list.products-recommended .caption {
	max-width: 80%;
float: left;
margin-bottom: 0px;
text-align: left;
padding-right: 5%;
padding-bottom: 3px;
}

/* control productos vistos left*/
#contLeft .products-list.products-visited .col-xs-12 {
	padding: 0px;	
}
#contLeft .products-list.products-visited .caption {
	max-width: 80%;
float: left;
margin-bottom: 0px;
text-align: left;
padding-right: 5%;
padding-bottom: 3px;
}


/*mensajes ok error alerta*/
.alert {
padding: 20px;
border-radius:0px;
}
.alert .h2 {
	text-transform:none;

}
.alert-danger {
background-color:#FFEEEE;
border-color:#FFAAAA;
	color:#CD0000;
	font-size:22px;
	font-weight:300;
}
.alert-danger i {
	color:#CD0000;
}
.alert-success {
background-color:#E3F9D3;
border-color:#A7E492;
}
.alert-success i {
	color:#006A00;
}
.alert-success .h2 {
	color:#006A00;
	font-size:22px;
}

.MyDataInformation {
margin-bottom: 20px;
padding-bottom: 20px;
margin-top: 40px;
}
.MyAddresses {
padding-bottom: 20px;
}

/* Estilos a aplicar cuando la web  en modo  del CMS */
body.CMSEditMode #contHeadLogo, 
body.CMSEditMode #contHeadLanguages, 
body.CMSEditMode #contHeadInfo, 
body.CMSEditMode #contHeadInfo2, 
body.CMSEditMode #contHeadMyAccount, 
body.CMSEditMode #contHeadSearch, 
body.CMSEditMode #contHeadShoppingCart,
body.CMSEditMode #contMainMenu,  
body.CMSEditMode #contTopMenu {
    bottom: auto;
    left: auto;
    max-width: initial;
    position: static;
    right: auto;
    top: auto;
    width: auto;
	height:auto;
}




@media (min-width: 767px){
#time {
    color: #A09C9D;
    right: initial;
    bottom: 0;
    font-size: 12px;
    left: calc(50% - 100px);
}

}

.textoSlider {
	background: url('img/bf-ziczac.png') repeat-x bottom center #322018;
	min-height:217px;
	text-align: center;
	padding: 30px 10px;
}
.textoSlider .titulo {

	font-size:49px;
	color:#fff;
	padding-top: 10px;
}
.textoSlider .descri {
	font-size:25px;
	color: #BBB6B3;
}

/*slider 1 producto*/

.tituloTienda span{
	color:#FA0499;
}


.carousel-inner {
	background-color:transparent;
}
.carousel-inner .thumbnail {
	background-color:transparent;
	border:none;
}

.carousel .thumbnail .col-sm-5,
.carousel .thumbnail .col-sm-7 {
	width:50%;
}
@media (max-width: 767px) and (min-width: 0px) {
	.carousel .thumbnail .col-sm-5,
	.carousel .thumbnail .col-sm-7 {
		width:100%;
	}	
}
.carousel .thumbnail .caption {
	padding: 9% 100px 0 100px;
	min-height: 530px;
	border-left: 1px solid #AAAAAA;
}

@media (max-width: 991px) and (min-width: 768px){
	.carousel .thumbnail .caption {
	padding: 80px 0px 0px 0px;
	min-height: initial;
	}
}
@media (max-width: 767px) and (min-width: 0px) {
	.carousel .thumbnail .caption {
	padding: 15px;
	min-height: initial;
	border-left: none;
	}
}
.carousel .thumbnail .caption .h2 {
	color:#444446;
	font-size:29px;
	margin-bottom: 20px;
}
.carousel .thumbnail .caption .product-price {
	margin-bottom:20px;
	display: block;
}
.carousel .thumbnail .caption .product-price .price{
	font-size:30px;
	color: #333939;
}
.carousel .thumbnail .caption .product-price .price.price-old {
	font-size:18px;
	color:#999999;
}
.carousel .thumbnail .caption .product-manufacturer,
.carousel .thumbnail .caption .product-category,
.carousel .thumbnail .caption .product-famliy,
.carousel .thumbnail .caption .product-description {
	display:none;
}
.carousel .thumbnail .caption .btn {
	font-size:18px;
	padding: 12px 25px;
	width: auto;
}

.carousel-control.left, .carousel-control.right {
	text-shadow:none;
	color:#444446;
	display: none;
}

@media (max-width: 1199px) and (min-width: 992px){

}

@media (max-width: 991px) and (min-width: 768px){

}



/*Banners med*/
.row.bannersMed {
    margin:0 -15px;
    padding-top: 40px;
}
@media (max-width: 767px) and (min-width: 0px) {
    .row.bannersMed {
        display:none;
    }	
}


/*Botones compartir*/
.rrss-buttons .btn-default {
	background-color:#444444;
	border-color:#444444;
	border-radius:0px;
	color:#fff;
}
.rrss-buttons .btn-default:hover {
	background-color:#69D2E7;
	border-color:#69D2E7;
	color:#fff;
}
.summarycart {
	color:#444446;
}
.summarycart .h2,
.summarycart .h3,
.summarycart .h4 {
	color: #444446;

}

.panel-cartsummary .price,
.panel-cartsummary p{
	color:#444446;
}
.panel-cartsummary .price-old{
	color:#999999;
}




/*Blog home*/
.blog-entryList2ColLeftImg {
    margin-top:50px;
}
.blog-entryList2ColLeftImg .post{
    margin-bottom:30px;
}
.blog-entryList2ColLeftImg h2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	position: static;
	/* top: -60px; */
	margin: 0;
	padding-top: 10px;
	/* margin-bottom: -60px; */
	background: transparent;
}
.blog-entryList2ColLeftImg  h2 a {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B4187B;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 54px;
    min-height: 54px;
    overflow: hidden;
}
.blog-entryList2ColLeftImg h2 a:hover,
.blog-entryList2ColLeftImg .read-more a:hover {
	color: #B4187B;
	text-decoration: underline;
}


.blog-entryList2ColLeftImg .blog-image {
    position: relative;
    overflow: hidden;
}
.blog-entryList2ColLeftImg .blog-image a:after {
    content: "";
    display: block;
    /* padding-top: 100%; */
    padding-top: 65%;
}
.blog-entryList2ColLeftImg .blog-image  img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-height: none;
    width: 100%;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (min-width: 1200px) { 
    .blog-entryList2ColLeftImg .blog-image {
        height: 311px;
        overflow: hidden;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    .blog-entryList2ColLeftImg.blog-image {
        height: 215px;
        overflow: hidden;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .blog-entryList2ColLeftImg .blog-image {
        height: 135px;
        overflow: hidden;
    }
}

@media (max-width: 767px) and (min-width: 0px) {
	
}


@media (max-width: 767px) and (min-width: 0px) {
	
}



.blog-entryList2ColLeftImg .blog-publish {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	/* display: none; */
	background: #000000;
	display: -webkit-inline-box;
	display: inline-block;
	padding: 1px 14px;
}
.blog-entryList2ColLeftImg .blog-description {
	overflow:hidden;
	margin-top: 0;
	font-size: 16px;
	position:relative;
	color: #555555;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}
.blog-entryList2ColLeftImg p:last-child {
	border-bottom: none;
	margin-top: 0px;
	padding-bottom: 20px;
	text-align: left;
	padding-top: 15px;
	text-align: left;
}
.blog-entryList2ColLeftImg .blog-readMore {
	color: #B4187B;
	font-size: 16px;
	text-transform: none;
	padding: 4px 0px;
	margin-top: 10px;
}
.blog-entryList2ColLeftImg .blog-readMore:hover {
    text-decoration: underline;
 }
 .blog-entryList2ColLeftImg .blog-readMore span:after{
    content:' >>';
}

/*Control listado categorias portada*/
.slider-categories-grid {
	 padding: 0 40px !important;
	 position: relative;
	 margin-bottom: 70px;
}
.slider-categories-grid .caroufredsel_wrapper{margin-top: 0px !important;}
.row.categories-grid {
	margin-top: 20px;
	background: none;
	margin-bottom: 40px;
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.slider-categories-grid .slider-buttons {
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 51%;
}
.slider-categories-grid .slider-buttons .btn-link {
	background-color: #55BEC7;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 2px;
	color: #fff;
	font-size: 12px;
}
.slider-categories-grid .slider-buttons .btn-next {
	float:right;

}
.slider-categories-grid .slider-buttons .btn-link:hover {
	background-color: #7ED7DD;
}

.row.categories-grid h3 {
	display:block;
	text-align: left;
	font-size:19px;
	padding-top:10px;
	position: static;
	bottom: 0px;
	margin: 0px;
}
.row.categories-grid h3 a {
    font-size:18px;
    text-transform:uppercase;
    color: #3B3939;
	font-weight: normal;
}

.row.categories-grid .category:before {

}
.row.categories-grid p {
}
.row.categories-grid p a {
    position: relative;
    overflow: hidden;
	display:block;
}

.row.categories-grid p a:before {
    content: "";
    display: block;
    /* padding-top: 100%; */
    padding-top: 65%;
}

.row.categories-grid p a img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-height: none;
    width: 100%;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    object-fit: cover;
    object-position: 50% 50%;
}



.row.categories-grid .category h3 a {
    height: auto;
    display: block;
    position: relative;
    color: #444444;
    font-size: 20px;
    font-weight: normal;
    padding: 13px;
    text-align: center;
}
.row.categories-grid .category:hover h3 a {
	color: #23BCDC;
	/* background-color:rgba(0,140,140,0.8); */
}


@media (min-width: 768px){
    .categories-grid .category {
        width: 33.3333%;
    }
}
.categories-grid .category {
    margin-bottom: 30px;
	min-height: 70px;
    position: relative;
}
.categories-grid .category:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(167, 219, 216, 0.6);
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 5px;
    z-index: -1;
}
@media (max-width: 767px) and (min-width: 0px) {
	.categories-grid .category {
		/* display: block; */
		width: 100%;
		min-height: 60px;
	}
}
.categories-grid .category > p {
    /* padding-bottom: 25px; */
    margin-bottom: 0;
    z-index: 2;
}
.row.categories-grid h3 {
    position:absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    padding-top: 0px;
    background-color:rgba(255,255,255,0.8);
    z-index: 11;
}

/* Control listado post portada 3 columnas*/
#contPreFooter1 h2.text-center:first-child {
    background: url(img/pg-h2-linea.jpg) no-repeat bottom center #F5F6F3;
    margin: 0;
    padding: 80px 0px 10px;
}
.blog-entryList3Col {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
.blog-entryList3Col .col-xs-12 {
	margin-bottom:40px;
}
.blog-entryList3Col .blog-image {
	padding: 0;
	border: none;
	height: auto;
	overflow: hidden;
}


.blog-entryList3Col .blog-image a{	
	position: relative;
    overflow: hidden;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
}
.blog-entryList3Col .blog-image a:after{	
	content:"";
	display:block;
	/*padding-top:100%;*/
	padding-top:40%;
}
.blog-entryList3Col .blog-image a img{	
	position: absolute;
	top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	
	
    max-height: none;
    width: 100%;
    max-width: none;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	
	object-fit: cover;
	object-position: 50% 50%;
	
	/*
    max-width: 100%;
    max-height: 100%;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	*/
}


.blog-entryList3Col h2 {
    /*padding-top:20px;*/
    margin-top:10px;
}
.blog-entryList3Col h2 a {
    color: #69D2E7;
    font-size: 20px;
    text-transform: uppercase;
}
.blog-entryList3Col h2 a:hover {
    color: #69D2E7;
}
.blog-entryList3Col .blog-publish {
	color: #777777;
	font-size: 16px;
	text-align: left;
	/*position: absolute;
	margin-top: -64px;*/
}
.blog-entryList3Col .blog-description {
	overflow:hidden;
	margin-top:10px;
	font-size: 16px;
	position:relative;
	color: #444444;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	max-height: 42px;
}
.blog-entryList3Col .blog-readMore {
    text-align:center;
    color: #6AC3D5;
    font-size: 16px;
    display: block;
}
.blog-entryList3Col .blog-readMore:hover {
    color: #23BCDC;
}
.blog-entryList3Col .blog-readMore:after {

}

.blog-entryList3Col .col-xs-12 p:last-child a{
    
text-align: left;
}


/*Social pie*/
.social a {
	font-size: 29px !important;
	background: #F1F1F1;
	height: 61px;
	width: 61px;
	display: -webkit-inline-box;
	display: inline-block;
	border-radius: 50%;
	color: #333333 !important;
	text-align: center;
	line-height: 62px;
	margin: 0 2px;
	padding-left: 10px !important;
}
.social a:hover {
	background-color: #69D2E7 !important;
	color: #ffffff !important;
}
.social {
	overflow:hidden;
	margin-top: 30px;
	text-align: left;
	margin-bottom: 40px;
}
.social .tit {
    font-size:22px !important;
    color:#DDDDDD !important;
    text-transform:uppercase;
    font-weight: bold;
}

/*Baner unido por 3 html*/
.bannerUnido {
    margin:80px 0px 50px;
    padding: 40px 0 55px;
    overflow:hidden;
    background: url(img/cm-bannerunido-fondo.jpg) top center;
    position: relative;
}

.bannerUnido p {
    color:#444444;
    font-size:25px;
    margin-bottom:0
}
.bannerUnido p.tit {
    font-size:35px;
    font-weight:bold;
    margin-bottom:-10px;
}
.bannerUnido .item {
    position:relative;
    float:left;
    width:33.3%;
    text-align:center;
    padding-top: 14px;
}
@media (min-width: 992px) {
    .bannerUnido .item.centro:before {
        content:url(img/cm-bannerunido-linea.png);
        position:absolute;
        left:0;
        top: 0;
    }
    .bannerUnido .item.centro:after {
        content:url(img/cm-bannerunido-linea.png);
        position:absolute;
        right:0;
        top: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    .bannerUnido p {
        font-size:15px;
    }
    .bannerUnido p.tit {
        font-size:22px;
    }
    .bannerUnido .item {
        padding-top: 33px;
    }
}

@media (max-width: 991px) and (min-width:0px){
    .bannerUnido {
        margin-left:-15px;
        margin-right:-15px;
    }
    .bannerUnido .item {
        position:relative;
        float:left;
        width:100%;
        text-align:center;
        padding-top: 14px;
    }
    .bannerUnido .item:nth-child(2),
    .bannerUnido .item:nth-child(3) {
        display:none;
    }
    .bannerUnido .item.centro {
        padding-bottom:30px;
        margin-top:20px;
        padding-top:30px;
    }
    .bannerUnido:before {
        content: "";
        display: block;
        position:absolute;
        top: 30px;
        bottom: 30px;
        left: 35px;
        right: 35px;
        border:1px solid #333;
        border: 4px solid rgba(68,68,68,0.7);
        z-index: 2;
    }

}






