@charset "utf-8";
/* CSS Document */

/******************IMG-MAGNIFIED************************/

* {box-sizing: border-box;}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

/******************END IMG-MAGNIFIED************************/
a:visited {
	text-decoration:none;
	outline:0px;
	}
	
a:focus {
	text-decoration:none;
	outline:0px;
	}
a:hover {
	text-decoration:none;
		outline:0px;
	}
#wrapper {
	padding-left:0px;
	padding-right:0px;
}
.img-thumbnail.img-responsive {
	border-style: none;
	border-width: 0px;
	background-color: hsla(0,0%,0%,0.00);
	padding:0px;
	border-radius:0px;	
}
.thumbnail {
	border-style: none;
	border-width: 0px;
	background-color: hsla(0,0%,0%,0.00);
	padding:0px;
	border-radius:0px;
}
.img-fill {
	width:100%;
}
header {
	background-color:#ffffff;
	height:auto;
}
.nav-up {
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
	background-color:#F05A28;
	}
.contact-header {
	float:left;
	}
	
.menu-up {
	color:#ffffff;
	display:inline;
	float:left;
	list-style-type:none;
	margin-top:13px;
	margin-right:15px;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:auto;
}
.menu-up a {
	color: #ffffff;
}
.menu-up a:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.button-whatsapp-up {
	background-color:#F05A28;
	border-radius:8px;
	padding-left:10px;
	padding-right:10px;
}
.button-reclamos {
	background-color:transparent;
	border-radius:8px;
	padding-left:10px;
	padding-right:10px;
}
.button-reclamos:hover {
	background-color:#2B3990;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.li-social {
	display:inline;
	list-style-type:none;
	line-height:auto;
	
}
.li-social:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	
}
.contain-buscador {
	display:inline-block;
	float:left;
}
.buscador {
	border-width:0px;
	border-style:none;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	width:100%;
	line-height:auto;
	margin-top:5px;
	display:inline-block;
	float:left;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
}
.lupa {
	background-image:url(../images/icon-lupa.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#F05A28;
	width:28px;
	height:17px;
	border-width:0px;
	border-style:none;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	line-height:auto;
	margin-top:12px;
	display:inline-block;
	float:left;
	cursor:pointer;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:15px;
}
.lupa:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.social-header {
	float:right;
	display:inline-block;
}
.face-up {
	list-style-type:none;
	background-image:url(../images/icon-facebook.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin-top:5px;
	margin-bottom:-5px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;

}
.face-up:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.instagram-up {
	list-style-type:none;
	background-image:url(../images/icon-instagram.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin-top:5px;
	margin-bottom:-5px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;

}
.instagram-up:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.youtube-up {
	list-style-type:none;
	background-image:url(../images/icon-youtube.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin-top:5px;
	margin-bottom:-5px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;

}
.youtube-up:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.logos-header {
	padding:15px 5px 15px 5px;
}
.logos-header2 {
	padding:15px 0px 15px 0px;
	margin-left:-125px;
}
.logo-albanessi {
	background-image:url("../images/logo-albanessi-header.svg");
	background-repeat:no-repeat;
	background-position:center;
	width:320px;
	height:81px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.logo-albanessi-navidad {
	background-image:url("../images/logo-albanessi-header-navidad.svg");
	background-repeat:no-repeat;
	background-position:center;
	width:414px;
	height:96px;
	margin:0 auto;
	text-align:center;
	display:block;
}
.logo-albanessi-reyes {
	background-image:url("../images/logo-albanessi-header-reyes.svg");
	background-repeat:no-repeat;
	background-position:center;
	width:414px;
	height:96px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.logo-albanessi-ninio {
	background-image:url("../images/logo-albanessi-mesdelninio.png");
	background-repeat:no-repeat;
	background-position:center;
	width:440px;
	height:96px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.logo-albanessi-mama {
	background-image:url("../images/logo-albanessi-mama.png");
	background-repeat:no-repeat;
	background-position:center;
	width:440px;
	height:96px;
	margin:0 auto;
	text-align:center;
	display:block;
}

.logo-gracias {
	margin:0 auto;
	text-align:center;
	display:block;
	width:278px;
	height:229px;
}
.cap-renov {
	width:25%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
	margin-top:25px;
}
.line-white {
	background-image:url(../images/hair-line-white.png);
	background-repeat:repeat-x;
	height:8px;
	border-style:none;
	border-width:0px;
}
#back1 {
width:25%;
margin:0 auto;
text-align:center;
display:block;
background-color:#F15A29;
padding-left:35px;
padding-right:35px;
padding-bottom:35px;
}

#back1 h4 {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#ffffff;
	text-align:center;
	padding-top:25px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;
}
.text-renov {
	font-family: 'Raleway', sans-serif;
	text-align:center;
	color: #ffffff;
	font-size:24px;
	font-weight:500;
}
.button-registro {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:13px;
	text-align:center;
	padding:10px;
	border-radius:6px;
	border-style:none;
	width:45%;
	color:#ffffff;
	background-color:#6D6E71;
	margin-top:15px;
}
.button-registro:hover {
	color:#F15A29;
	background-color:#ffffff;
}
.slogan {
	background-image:url(../images/slogan.svg);
	background-repeat:no-repeat;
	background-position:center;
	width:557px;
	height:96px;
	margin:0 auto;
	text-align:center;
	display:block;

}
.creditos {
	background-image:url(../images/btn-creditos-header.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:557px;
	height:96px;
	margin:0 auto;
	text-align:center;
	display:block;

}
.creditos:hover {
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	 -moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.navbar.navbar-default {
border-width:0px;
border-radius:0px;
background-color:#2B388F;
margin:0 auto;
display:block;
text-align:center;

}
.navbar.navbar {
	padding-left:0px;
	padding-right:0px;
}
.item-nav {
	padding-left:10px;
	padding-right:10px;
}
.item-whatsapp {
	padding-left:0px;
	padding-right:30px;
	background-color:#3BB34A;
}

.nav.navbar-nav .item-nav a {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #ffffff;
	
}
.item-whatsapp a {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:700;
	color: #ffffff;
	
}
.nav.navbar-nav .item-nav a:hover {
	color:#ffffff;
	opacity:0.5;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	
}
.item-whatsapp a:hover {
	color:#ffffff;
	opacity:0.5;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	
}
.nav.navbar-nav .item-nav a:focus {
	opacity:0.5;
	color: #ffffff;

}
.item-whatsapp a:focus {
	opacity:0.5;
	color: #ffffff;

}

.dropdown-whatsapp {
	background-color: #3BB34A;

}

.dropdown-menu li a {
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	margin-top: 0px;
	display: block;
	height: auto;
	color:#ffffff;
	font-size:13px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	width:185px;
	background-color:transparent;
	
	
}

.dropdown-menu li a:hover {
	color:#ffffff;
	opacity:0.5;
	background-color:transparent;
}
.dropdown-menu li a:focus {
	color:#ffffff;
	opacity:0.5;
	background-color:transparent;
}


.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
    margin:-6px auto;
    float:left;
    position:absolute;
    text-align:left;
    padding:10px 15px 15px 10px;
	background-color:#2B388F;
	
	
}
.dropdown_1column {width: 270px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
 
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
left:-1px;
top:auto;

}
 
/* Columnas */
 
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.col_1 {width:260px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.navbar-default .navbar-toggle {
  border-color: #ffffff;
  width:25px;
height:25px;
margin-top:-10px;
margin-bottom:20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #F15A29;
  width:35px;
  height:1px;
  margin-left:-25px;
  padding-top:4px;
  margin-top:0px;
  margin-bottom:4px;
  border-radius:15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color:transparent;
}
.navbar-toggle {
  border-radius: 0px;
  border-width:0px;
  border-color:#ffffff;
}
.menu-left {
	background-color:#2B388F;
	width:200px;
}

.submenu {
	left:100%;
	margin-top:-45px;
	background-color:#2B388F;
	width:250px;	
}
.dropdown-submenu {
	position:relative;
	}
	
	.img-menu {
	}
.header2 {
	position:fixed;
	height:auto;
	z-index:1;
	width:100%;
	background-color:#2B388F;
	transition:ease-in-out 0.6s;
	-moz-transition-delay:ease-in-out 0.6s;
	-o-transition-delay:ease-in-out 0.6s;
	-ms-transition-delay:ease-in-out 0.6s;
	-webkit-transition-delay:ease-in-out 0.6s;
}
.header2 .nav-up {
	display:none;
}
.header2 .navbar.navbar-default {
	margin-top:15px;
}
.header2 .logo-albanessi {
	background-image:url("../images/logo-albanessi-2-sticky.svg");
	background-repeat:no-repeat;
	background-position:center;
	width:308px;
	height:67px;
	margin-top:-15px;
	margin-bottom:-25px;
	text-align:center;
	display:block;
}

.header2 .logo-albanessi-navidad {
	background-image:url("../images/logo-albanessi-navidad-sticky-2024.svg");
	background-repeat:no-repeat;
	background-position:center;
	width:320px;
	height:81px;
	margin-top:-15px;
	margin-bottom:-25px;
	text-align:center;
	display:block;
}

.header2 .logo-albanessi-reyes {
	background-image:url("../images/logo-albanessi-reyes-sticky.png");
	background-repeat:no-repeat;
	background-position:center;
	width:320px;
	height:81px;
	margin-top:-15px;
	margin-bottom:-25px;
	text-align:center;
	display:block;
}

.header2 .logo-albanessi-ninio {
	background-image:url("../images/logo-albanessi-mesdelninio-sticky.png");
	background-repeat:no-repeat;
	background-position:center;
	width:320px;
	height:81px;
	margin-top:-15px;
	margin-bottom:-25px;
	text-align:center;
	display:block;
}

.header2 .logo-albanessi-mama {
	background-image:url("../images/logo-albanessi-mama-sticky.png");
	background-repeat:no-repeat;
	background-position:center;
	width:320px;
	height:81px;
	margin-top:-15px;
	margin-bottom:-25px;
	text-align:center;
	display:block;
}

.header2 .logos-header2 {
	margin-top:10px;
	margin-bottom:-45px;
}
.header2 .slogan {
	background-image:url(../images/slogan.svg);
	background-repeat:no-repeat;
	background-position:center;
	width:390px;
	height:67px;
	margin-top:-15px;
	text-align:center;
	display:block;

}
.header2 .creditos {
	background-image:url(../images/btn-creditos-header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:390px;
	height:67px;
	background-size:100%;
	margin-top:-15px;
	text-align:center;
	display:block;

}
.header2 .busca {
	width:590px;
	height:67px;
	margin-top:-20px;
	margin-bottom:-25px;
	text-align:center;
	display:block;

}

#carousel1 {
	margin-top:0px;
	overflow:hidden;
	clear:both;
}

.carousel-controles {
	margin-bottom:-15px;
}
.carousel-indicators li {
	background-color: #ffffff;
	width:12px;
	height:12px;
	border-style:none;
	border-width:0px;
	-moz-box-shadow:0px 0px 10px #888888;
	-o-box-shadow:0px 0px 10px #888888;
	-ms-box-shadow:0px 0px 10px #888888;
	-webkit-box-shadow:0px 0px 10px #888888;
	box-shadow:0px 0px 10px #888888;
	
}
.carousel-indicators li.active {
	background-color: #F05A28;
	width:12px;
	height:12px;
	border-style:none;
	border-width:0px;
	-moz-box-shadow:0px 0px 10px #888888;
	-o-box-shadow:0px 0px 10px #888888;
	-ms-box-shadow:0px 0px 10px #888888;
	-webkit-box-shadow:0px 0px 10px #888888;
	box-shadow:0px 0px 10px #888888;
	
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	height:80%;
}
.carousel-control.right {
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	height:80%;
}

.glyphicon.glyphicon-chevron-left {
	background-image:url(../images/arrow-slide-left.png);
	background-repeat:no-repeat;
	background-position:center;
	width:42px;
	height:71px;
	font-size:0px;
	margin-left:-35%;
}
.glyphicon.glyphicon-chevron-left:hover {
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}

.glyphicon.glyphicon-chevron-right {
	background-image:url(../images/arrow-slide-right.png);
	background-repeat:no-repeat;
	background-position:center;
	width:42px;
	height:71px;
	font-size:0px;
	margin-right:-35%;
}
.glyphicon.glyphicon-chevron-right:hover {
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}

.bckg-slider-1 {
	background-image:url(../images/slider-envios-venta-new.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-2 {
	background-image:url("../images/slider-bicicletas-22.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-3 {
	background-image:url("../images/slider-jardin-2022.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-2022 {
	background-image:url("../images/slider-abierto-2022.jpg");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-4 {
	background-image:url(../images/slider-heladeras.gif);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-5 {
	background-image:url("../images/slider-creditos-2022.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-6 {
	background-image:url("../images/slider-promo-provincia.jpg");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-7 {
	background-image:url("../images/slider-muebles.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-x {
	background-image:url("../images/slider-destacado3.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-p {
	background-image:url("../images/slider-colchones-news.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-8 {
	background-image:url("../images/slider-comunicate.jpg");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-9 {
	background-image:url(../images/slider-piletas2.gif);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-10 {
	background-image:url("../images/slider-colchones-news.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.bckg-slider-11 {
	background-image:url("../images/slider-einhell-herram.gif");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

#productos {
	
}
#caja1 {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#caja1 .box {
	position: relative;
    width: 100%;
}
#caja1 .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#caja1 .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#caja2 {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#caja2 .box {
	position: relative;
    width: 100%;
}
#caja2 .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#caja2 .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.back-caption {
	overflow:hidden;
	clear:both;
	position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  z-index: 0;
  top:50%;
}
#caja3 {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#caja3 .box {
	position: relative;
    width: 100%;
}
#caja3 .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#caja3 .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.demo2	{
	width:100%;
	max-width: 1400px;
		}
.title-produc {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#ffffff;
	text-align:left;
	padding-left:5px;
	line-height:21px;
}
.text-produc {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	line-height:21px;
}
article {
width: 85%;
max-with:850px;
margin-top:40px; 
margin-bottom:40px;
margin-left:auto;
margin-right:auto;
}
#sucursales {
width: 85%;
max-with:850px;
margin-bottom:40px;
margin-left:auto;
margin-right:auto;
padding-top:15px;
}
.banner-izq {
	transition:transform 0.4s;
	-moz-transition:-moz-transform 0.4s;
	-ms-transition:-ms-transform 0.4s;
	-o-transition:-o-transform 0.4s;
	-webkit-transition:-webkit-transform 0.4s;
	
}
.banner-izq:hover {
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.products-height-3 {
	height:420px;
}
.products-height-4 {
	max-height:480px;
}

.glyphicon.glyphicon-chevron-left.bleft {
	background-image:url(../images/arrow-slideb-left.png);
	background-repeat:no-repeat;
	background-position:center;
	width:40px;
	height:40px;
	font-size:0px;
}
.glyphicon.glyphicon-chevron-left.bleft:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}

.glyphicon.glyphicon-chevron-right.bright {
	background-image:url(../images/arrow-slideb-right.png);
	background-repeat:no-repeat;
	background-position:center;
	width:40px;
	height:40px;
	font-size:0px;
}
.glyphicon.glyphicon-chevron-right.bright:hover {
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
#destacados {
	padding-top:35%;
	padding-bottom:-35%;
}
.destacados {
	background-color:#2B388F;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:15px;
}
.title-destacados {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#231F20;
	margin-top:45px;
}
.miscel {
	float:right;
	display:inline;
	margin-top:-65px;
}
.icon-title {
	display:inline; 
	margin-left:5px; 
	margin-right:5px; 
	float:left;
}

.title-product {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:14px;
	color:#58595B;
	text-align:center;
}
hr {
	border-width:2px;
	color:#808184;
}

.border-thumb {
	border-color:#C9C6C6;
	border-style: solid;
	border-width:thin;
	padding:15px;
	margin:10px;
	width:23%;
	transition: .5s ease;
	display:inline-block;
  backface-visibility: hidden;
  min-height:400px;
  max-height:400px;
	}
.border-thumb:hover {
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	box-shadow:0px 0px 10px #C9C6C6; 
}

.border-thumb-destac {
	border-color:#f05a28;
	border-style: solid;
	border-width:2px;
	padding:15px;
	margin:10px;
	width:23%;
	transition: .5s ease;
	display:inline-block;
  backface-visibility: hidden;
  min-height:400px;
  max-height:400px;
	}
.border-thumb-destac:hover {
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	box-shadow:0px 0px 10px #C9C6C6; 
}
.buttons-index {
	padding-top:0px;
	padding-bottom:10px;
	margin:0 auto;
	display:block;
	text-align:center;
	
}
.btn-precio-index {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#6D6E70;
	background-color: #ffffff;
	border-color:#6D6E70;
	border-style: solid;
	border-width:thin;
	text-align:center;
	border-radius:4px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-bottom:5px;
	height:auto;
	width:100%;
}
.btn-precio-index:hover {
	background-color:#6D6E70;
	color:#ffffff;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.btn-cuotas-index {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#6D6E70;
	background-color: #ffffff;
	border-color:#6D6E70;
	border-style: solid;
	border-width:thin;
	text-align:center;
	border-radius:4px;
	padding-left:65px;
	padding-right:65px;
	padding-top:12px;
	margin-bottom:15px;
	height:auto;
}
.btn-cuotas-index:hover {
	background-color:#6D6E70;
	color:#ffffff;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}

/***Producto destacado***/
.btn-destac-index {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#F05A28;
	background-color: #fffffff;
	border-color:#F05A28;
	border-style: solid;
	border-width:thin;
	text-align:center;
	border-radius:4px;
	padding-left:65px;
	padding-right:65px;
	padding-top:12px;
	margin-bottom:15px;
	height:auto;
}
.btn-destac-index:hover {
	background-color:#F05A28;
	color:#ffffff;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
/***End Destacado***/

.btn-pedilo-destac {
	background-image:url(../images/icon-pedilo-whatsapp-destac.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-size:auto;
	border-radius:4px;
	border-style:solid;
	border-color:#F05A28;
	width:43px;
	height:45px;
	margin-right:10px;
}
.btn-pedilo-destac:hover {
	background-image:url(../images/icon-pedilo-whatsapp.png);
	border-color:#6D6E70;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	 -moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btn-pedilo2-destac {
	background-image:url(../images/icon-pedilo-mail-destac.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-size:auto;
	border-radius:4px;
	border-style:solid;
	border-color:#F05A28;
	width:43px;
	height:45px;
	margin-right:10px;
}
.btn-pedilo2-destac:hover {
	background-image:url(../images/icon-pedilo-mail.png);
	border-color:#6D6E70;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
	 -moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btn-ver-destac {
	background-image:url(../images/icon-ver-destac.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-size:auto;
	border-radius:4px;
	border-style:solid;
	border-color:#F05A28;
	width:43px;
	height:45px;
}
.btn-ver-destac:hover {
	background-image:url(../images/icon-ver.png);
	border-color:#6D6E70;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.box-home-pagos {
	padding-top:60px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.line-col-pagos {
	border-right-color:#808184;
	border-right-style:solid;
	border-right-width:thin;
	height:110px;
}
.text-home-pagos {
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:900;
	font-style:italic;
	text-align:center;
	color:#F05A28;
}
.img-pagos {
}
.buttons-categories {
	padding-top:75px;
	margin-bottom:0px;
	margin-left:25px;
	text-align:center;
	display:block;
	overflow:hidden;
}
.li-buttons {
	float:left;
	list-style-type:none;
}

.categories {
	background-color:#6D6E70;
	padding-left:0px;
	padding-right:0px;
	margin-top:65px;
	margin-bottom:65px;
}
.title-destacados2 {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	display:block;
}
.title-destacados2:hover {
	color:#ffffff;
}
.bckg-play {
	background-image:url(../images/img-play-home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height: 210px;
	
}
.bckg-play:hover {
	background-color:#ffffff;
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.bckg-gamer {
	background-image:url(../images/img-gamer-home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height: 210px;
	
}
.bckg-gamer:hover {
	background-color:#ffffff;
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.banner-service {
	background-image:url(../images/img-section-service.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height: 197px;
}

#newsletter {
	background-image:url(../images/img-section-newsletter.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:contain;
	overflow:hidden;
	clear:both;
	height:172px;
}
.newsletter {
	background-image:url(../images/img-section-newsletter.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover;
	overflow:hidden;
	clear:both;
	height:auto;
}

.title-newsletter {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size:22px;
	font-weight:900;
	text-align:center;
	padding:25px;
}
.textfield-news {
	border-width:0px;
	border-style:none;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	width:60%;
	line-height:auto;
	margin-top:45px;
	display:inline-block;
	float:left;
	padding-top:2px;
	padding-left:20px;
	padding-bottom:3px;
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	height:63px;
}
.btn-news {
	background-image:url(../images/icon-mail-news.png);
	background-repeat:no-repeat;
	background-position:10% center;
	background-color:#F05A28;
	width:140px;
	height:63px;
	border-width:0px;
	border-style:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	line-height:auto;
	margin-top:45px;
	display:inline-block;
	float:left;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:40px;
	padding-right:25px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size:21px;
	font-weight:900;
}
.btn-news:hover {
	color: #ffffff;
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.textfield-busca {
	border-width:1px;
	border-style:solid;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	width:70%;
	line-height:auto;
	margin-top:20px;
	display:inline-block;
	float:left;
	padding-top:2px;
	padding-left:20px;
	padding-bottom:3px;
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	height:45px;
}
.btn-busca {
	background-image:url(../images/icon-lupa.png);
	background-repeat:no-repeat;
	background-position:10% center;
	background-color:#F05A28;
	width:145px;
	height:45px;
	border-width:0px;
	border-style:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	line-height:auto;
	margin-top:20px;
	display:inline-block;
	float:left;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:40px;
	padding-right:25px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size:17px;
	font-weight:900;
}
.btn-busca:hover {
	color: #ffffff;
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
/* Buscador Google */
.textfield-buscag {
	border-width:1px;
	border-style:solid;
	border-color:#EEEEEE;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	width:70%;
	line-height:auto;
	margin-top:20px;
	display:inline-block;
	float:left;
	padding-top:2px;
	padding-left:20px;
	padding-bottom:3px;
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	height:45px;
}
.btn-buscag {
	background-image:url(../images/icon-lupa-g.png);
	background-repeat:no-repeat;
	background-position:45% center;
	background-color:#1A73E8;
	width:70px;
	height:45px;
	border-width:0px;
	border-style:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	line-height:auto;
	margin-top:20px;
	display:inline-block;
	float:left;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:40px;
	padding-right:25px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size:17px;
	font-weight:700;
}
.btn-buscag:hover {
	background-color:#2B388F;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
/* fin Buscador Google */
.thumb-girl-news {
	margin-left:-85px;
}
/* start-SUCURSALES*/
.title-sucursales {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	background-color:#6D6E71;
	padding:10px;
}
#cajacanuelas {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajacanuelas .box {
	position: relative;
    width: 100%;
}
#cajacanuelas .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajacanuelas .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#cajalasheras {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajalasheras .box {
	position: relative;
    width: 100%;
}
#cajalasheras .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajalasheras .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#cajalobos {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajalobos .box {
	position: relative;
    width: 100%;
}
#cajalobos .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajalobos .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#cajanavarro {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajanavarro .box {
	position: relative;
    width: 100%;
}
#cajanavarro .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajanavarro .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#cajampaz {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajampaz .box {
	position: relative;
    width: 100%;
}
#cajampaz .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajampaz .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#cajarperez {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajarperez .box {
	position: relative;
    width: 100%;
}
#cajarperez .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajarperez .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#cajasvicente {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajasvicente .box {
	position: relative;
    width: 100%;
}
#cajasvicente .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajasvicente .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#cajadeposito {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#cajadeposito .box {
	position: relative;
    width: 100%;
}
#cajadeposito .box .imagen {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#cajadeposito .box:hover .imagen {
 -moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.back-caption-suc {
	background-color:#6D6E71;
	overflow:hidden;
	clear:both;
	position: relative;
  right: 0%;
  bottom: 0px;
  left: 0%;
  z-index: 0;
}
.text-sucursales {
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:13px;
	color:#ffffff;
	text-align:left;
}

.link-sucursales {
	color:#ffffff;
}

.link-sucursales:hover {
	color:#ffffff;
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.icon-sucu {
	display:inline-block;
	float:left;
	padding-right:5px;
}
.text-dire {
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:13px;
	color:#ffffff;
	text-align:left;
}
.col-width {
	width:20%;
}
.col-width2 {

}


/* end-SUCURSALES */

.googlemap {
	width:100%; 
	padding-left:0px; 
	padding-right:0px; 
	margin:0 auto; 
	display:block; 
	text-align: center;
}
.video-albanessi {
	width:100%; 
	padding-left:0px; 
	padding-right:0px; 
	margin:3% auto; 
	display:block; 
	text-align: center;
	height:750px;
	border-style:none; 
	border-width:0px;
}
#albanessi-home {
	background-image:url(../images/bckg-section-albanessi.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	overflow:hidden;
	clear:both;
	height:265px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
#deposito {
	background-image:url(../images/banner-deposito.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:cover;
	overflow:hidden;
	clear:both;
	height:238px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
}

footer {
background-color: #2B388F;
padding:25px;
}
.title-footer {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#ffffff;
	font-size:20px;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-color:#F05A28;
	border-bottom-width:4px;
	padding-bottom:5px;
}
.contact-footer {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#ffffff;
	font-size:15px;
	text-align:left;
	display:inline-block;
}
.contact-footer:hover {
	color: #ffffff;
	opacity:0.8;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.social-footer {
	float:left;
	display:inline;
	padding:0px;
}
.face-down {
	list-style-type:none;
	background-image:url(../images/icon-facebook.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin-top:7px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;

}
.face-down:hover {
	background-image:url(../images/icon-facebook-hover.png);
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.instagram-down {
	list-style-type:none;
	background-image:url(../images/icon-instagram.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin-top:7px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;

}
.instagram-down:hover {
	background-image:url(../images/icon-instagram-hover.png);
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.youtube-down {
	list-style-type:none;
	background-image:url(../images/icon-youtube.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin-top:7px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	cursor:pointer;

}
.youtube-down:hover {
	background-image:url(../images/icon-youtube-hover.png);
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;

}
.nombre-producto {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#58595B;
	text-align:center;
}
.precio-producto {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:41px;
	color:#F05A28;
	text-align:center;
}
.line-producto {
	color:#F05A28;
	border-width:4px;
	border-style:solid;
	border-top-style:none;
}
.btn-pedilo-detalle {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:13px;
	color:#ffffff;
	background-color: #F05A28;
	text-align:left;
	border-radius:4px;
	padding-left:15px;
	padding-right:15px;
	padding-top:12px;
	margin-bottom:15px;
	height:45px;
	width:35%;
}
.btn-pedilo-detalle:hover {
	background-color:#6D6E70;
	color:#ffffff;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.btn-pedilo-msn {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:13px;
	color:#ffffff;
	background-color: #2B3990;
	text-align:left;
	border-radius:4px;
	padding-left:7px;
	padding-right:7px;
	padding-top:12px;
	margin-bottom:15px;
	height:45px;
	width:30%;
}
.btn-pedilo-msn:hover {
	background-color:#232861;
	color:#ffffff;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}
.medios-de-pago {
	text-align:center;
	display:block;
	margin:0 auto;
}
.title-descripcion {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:27px;
	color:#58595B;
}
.text-descripcion {
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:13px;
	color:#58595B;
}
.line-detalle {
	color:#F05A28;
	border-width:4px;
	border-style:solid;
	border-top-style:none;
}
.text-raleway {
	font-family: 'Raleway', sans-serif;
}
.text-poppins {
	font-family: 'Poppins', sans-serif;
}
.cd-top {
  display: inline-block;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #F05A29 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
      height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
	border-radius:50px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #F05A29;
  opacity: 1;
}


.close-creditos {
	opacity:1;
	float:right;
	cursor:pointer;
}
.modal-title {
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	font-style:italic;
	text-align:center;
	color:#ffffff;
	font-size:46px;
}
.modal-title2 {
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	font-style:italic;
	text-align:center;
	color:#ffffff;
	font-size:27px;
}

.modal-content-destacado {
	background-image:url("../images/popup-destacado.gif");
	background-position:center;
	background-repeat:no-repeat;
	width:600px;
	height:600px;
}
.text-form-popup {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-align:center;
	color:#404041;
	font-size:18px;
	padding-top:0px;
	padding-bottom:5px;
}
#form1 {
margin:0 auto;
text-align:center;
display:block;
}
.textfield-popup {
	font-family: 'Raleway', sans-serif;
	text-align:left;
	color:#000000;
	font-weight:600;
	font-size:15px;
	padding:20px;
	border-radius:25px;
	border-style:solid;
	border-width:thin;
	width:100%;
	margin-bottom:15px;
}
.label-select{
	background-image:url(../images/arrow-select.png);
	background-position:95% 25px !important;
	background-repeat:no-repeat;
	background-size:21px 9px;
	 -moz-appearance: none;
 -webkit-appearance: none;
 -o-appearance: none;
 -ms-appearance: none;
 appearance: none;
 cursor:pointer;
}
.button-registro {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:23px;
	text-align:center;
	padding:10px;
	border-radius:0px;
	border-style:none;
	width:50%;
	color:#ffffff;
	background-color:#F15A29;
	margin-top:15px;
}
.button-registro:hover {
	color:#ffffff;
	background-color:#003473;
}
.modal-content-fondo {
	background-image:url(../images/fondo-popup.png);
	background-position:center;
	background-repeat:no-repeat;
	width:600px;
	height:600px;
}
#marcas {
width:100%;
padding:35px;
background-color:#E94E1B;
}

.main-marcas {
	width:100%;
	max-width:1200px;
	margin:0 auto;
display:block;
text-align:center;

	}
	.thumb-marcas {
	margin:10px auto;
	text-align:center;
	display:block;
	width:100%;
	height:auto;
	line-height:normal;
	padding:0px;
	max-width:175px;
	max-height:60px;
	transition: .5s ease;
  backface-visibility: hidden;
	
} 

.thumb-marcas:hover {
	transform: scale(1.2);
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}

#pagos {
		margin-bottom:0px;
	}
	
.line-subtitles {
	border-bottom-color:#F05A28;
	border-bottom-width:5px;
	border-bottom-style:solid;
	}

/******************************************/
/***    DISEÑO PARA TABLETAS 1350      ****/
/******************************************/
@media only screen and (max-width:1350px){

.textfield-busca {
	width:60%;
}

}
/******************************************/
/***    DISEÑO PARA TABLETAS 1200      ****/
/******************************************/
@media only screen and (max-width:1200px){


.logos-header {
	margin:0 auto;
	text-align:center;
	display:block;
}
.logos-header2 {
	margin:0 auto;
	text-align:center;
	display:block;
}
.logo-albanessi {
	width:90%;
}
.header2 .logo-albanessi {
	width:90%;
}
	
.logo-albanessi-navidad {
	width:90%;
	background-size: contain;
	
}
.header2 .logo-albanessi-navidad {
	width:90%;
	background-size: contain;
}
	
.logo-albanessi-reyes {
	width:90%;
	background-size: contain;
	
}
.header2 .logo-albanessi-reyes {
	width:90%;
	background-size: contain;
}
.header2 .logo-albanessi-ninio {
	width:90%;
	background-size: contain;
}
	
.header2 .logo-albanessi-mama {
	width:90%;
	background-size: contain;
}
	
.slogan {
width:500px;
height:86px;
}
.creditos {
width:500px;
height:86px;
}

.social-header {
	width:100%;
	float:none;
	text-align:center;
	margin:0 auto 10 auto;
	display:inline-block;
}

.bckg-play {
	background-size:cover;
	margin-top:15px;
	
}.bckg-gamer {
	background-size:cover;
	margin-top:15px;
	
}
.box-service {
	width:105%;
	margin-left:-12px;
	
}
.video-albanessi {
	height:auto;
}

.textfield-busca {
	width:60%;
}

}

/******************************************/
/***    DISEÑO PARA TABLETAS 992      ****/
/******************************************/
@media only screen and (max-width:992px){
	.header2 {
	position:relative;
	}

.col-pagos {
	width:48%;
	display:inline-block;
}

.line-col-pagos {
	border-right-style:none;
	height:auto;
}
.img-pagos {
	margin-bottom:15px;
}

#newsletter {
	background-size:cover;
	height:auto;
}
#albanessi-home {
	background-size:cover;
	height:auto;
}
#deposito {
	background-size:100%;
	height:250px;
	margin-top:-65px;
}
.title-newsletter {
	padding:15px;
}
#formu {
	
}
.textfield-news {
	margin-top:5px;
	margin-left:65px;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.btn-news {
	margin-top:5px;
	position:relative;
	overflow:hidden;
	z-index:3;
	
}
.textfield-busca {
	margin-top:5px;
	margin-left:65px;
	position:relative;
	overflow:hidden;
	z-index:2;
	width:60%;
}
.btn-busca {
	margin-top:5px;
	position:relative;
	overflow:hidden;
	z-index:3;
	
}
	.col-width {
	width:50%;
	margin:0 auto;
	display:block;
	text-align:center;
}
	.col-width2 {
	width:50%;
	margin:0 auto;
	display:block;
	text-align:center;
}
.logo-albanessi {
	margin:0 auto;
	display:block;
	text-align:center;
}
.header2 .logo-albanessi {
	margin:0 auto;
	display:block;
	text-align:center;
}
.logo-albanessi-navidad {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
.header2 .logo-albanessi-navidad {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
	
.logo-albanessi-reyes {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
.header2 .logo-albanessi-reyes {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
	
	.logo-albanessi-ninio {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
	
	
.header2 .logo-albanessi-ninio {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
	
.logo-albanessi-mama {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}
	
.header2 .logo-albanessi-mama {
	margin:0 auto;
	display:block;
	text-align:center;
	background-size: contain;
}

.slogan {
margin:-15px auto;
	display:block;
	text-align:center;
	width:96%;
}
.creditos {
margin:0 auto;
	display:block;
	text-align:center;
	background-size:100%;
}
.social-header {
	margin-bottom:15px;
	width:100%;

}
#back1 {
width:75%;
padding-right:25px;
padding-bottom:25px;
}
	#back1 h4 {
	padding-left:0px;
	padding-right:0px;
}
.button-registro {
	width:100%;
}
.buttons-categories {
margin-bottom:0px;
}
.main-marcas {
	margin-left:10%;
	margin-right:auto;
	text-align:center;
	display:block;
	
}
.thumb-marcas {
	width:90%;
	padding:15px;
	display:inline-block;
	float:left;
	
}

#pagos {
		margin-bottom:-15px;
	}

}
/******************************************/
/***    DISEÑO PARA TABLETAS 768      ****/
/******************************************/
@media only screen and (max-width:768px){
	
	/******************IMG-MAGNIFIED************************/

	.thmb-big {
		width:100%;
		height:auto;
		overflow:hidden; 
		clear:both;
		
	}

.img-magnifier-glass {
  display:none;
}

/******************END IMG-MAGNIFIED************************/
	
	#carousel1 { 
	margin-bottom:-85px;
	}
	
	
	
.menu-left {
	width:100%;
}

	
.contain-buscador {
	float:none;
	text-align:center;
	display:block;
	padding-left:30px;
}
.buscador {
	width:80%;
	margin-bottom:10px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:0 auto;
    float:none;
    position:relative;
    text-align:center;
    padding-left:0px;
	width:100%;
	display:block;
	background-color:#2B388F;
}
.dropdown_1column {width: 100%;}
.dropdown_2column {width: 100%;}
.dropdown_3column {width: 100%;}
.dropdown_4column {width: 100%;}
.dropdown_5columns {width: 100%;}
 
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
left:0px;
}
 
/* Columnas */
 
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:block;
    float: none;
    position: relative;
	margin-left: 0px;
    margin-right: 0px;
	width:100%;
}
.col_1 {width:100%;}
.col_2 {width:100%;}
.col_3 {width:100%;}
.col_4 {width:100%;}
.col_5 {width:100%;}

.dropdown-menu li a {
	margin-top: 10px;
	margin-bottom:10px;
}
.submenu {
	padding-top:5px;
	padding-bottom:5px;
}

.img-menu {
	display:none;
	}

.bckg-slider-1 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-2 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-3 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-2022 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-4 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-5 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-6 {
	background-position:center top;
	background-size:900px;
}

.bckg-slider-7 {
	background-position:30% top;
	background-size:900px;
}
	
.bckg-slider-x {
	background-position:30% top;
	background-size:900px;
}
	
.bckg-slider-p {
	background-position:50% top;
	background-size:900px;
}

.bckg-slider-8 {
	background-position:30% top;
	background-size:900px;
}

.bckg-slider-9 {
	background-position:30% top;
	background-size:900px;
}
.bckg-slider-10 {
	background-position:30% top;
	background-size:900px;
}
	
.bckg-slider-11 {
	background-position:30% top;
	background-size:900px;
}
	
.bckg-busqueda {
	background-image:url(../images/img-busqueda-laboral.jpg);
	background-position:60% center;
	background-repeat:no-repeat;
	height:259px;
	margin-top:-20px;
	display:block;
}

.banner-izq {
	margin:0 auto;
	display:block;
	text-align:center;
}


.col-width {
	width:100%;
}
.col-width2 {
	width:100%;
}
#service {
	margin-top:5%;
	}

.border-thumb {
	width:45%;
	min-height:450px;
	max-height:450px;

	}
	
.border-thumb-destac {
	width:45%;
	min-height:450px;
	max-height:450px;

	}

.btn-precio-index {
	width:50%;
	float:none;
	display:block;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.btn-cuotas-index {
	width:50%;
	float:none;
	display:block;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.btn-pedilo-destac {
	margin-top:-20px;
	overflow:hidden;
	clear:both;
}
.btn-pedilo2-destac {
	margin-top:-20px;
	overflow:hidden;
	clear:both;

}
.btn-ver-destac {
	margin-top:-20px;
	overflow:hidden;
	clear:both;

}

.nav-up {
	float:none;
	text-align:center;
	margin:0 auto;
	width:100%;
	display:none;
	}
	.cap-renov {
	width:65%;
}
.contact-header {
	float:none;
	text-align:center;
	margin-left:-15px;
	display:block;
	width:100%;
}
.button-whatsapp-up {
	width:100%;
	margin-bottom:15px;
}
.button-reclamos {
	width:100%;
	margin-bottom:15px;
}
.dropdown-menu {
	width:100%;
	
	
}
.dropdown-menu li {
	padding-left:15px;
}
.modal-content-fondo {
	width:100%;
	height:auto;
	background-size:cover;
	margin:0 auto;
	text-align:center;
	display:block;
	
}
.creditos {
	background-size:100%;
	width:90%;
}
.main-marcas {
	width:100%;
	margin-left:10%;
}

.glyphicon.glyphicon-chevron-left {
	background-size:contain;
	margin-top:-50%;
}
.glyphicon.glyphicon-chevron-right {
	background-size:contain;
	margin-top:-50%;

}

.carousel-controles {
	margin-bottom:12%;
}

.carousel-indicators li {
	width:8px;
	height:8px;
	border-width:thin;
}
.carousel-indicators li.active {
	width:8px;
	height:8px;

}

.btn-dissap {
	display:none;
}

.textfield-buscag {
	margin-left:10%;
}
	
.modal-content-destacado {
	width:420px;
	height:420px;
	background-size:cover;
	margin:0 auto;
	text-align:center;
	display:block;
	
}



}
/******************************************/
/***    DISEÑO PARA TABLETAS 626      ****/
/******************************************/
@media only screen and (max-width:626px){



.buscador {
	width:80%;
margin-bottom:15px;
	}
	.lupa {
		margin-left:-5px;
		padding-left:20px;

	}
.miscel {
	float:right;
	display:inline;
	margin-top:-100px;
	width:75%;
	opacity:0.5;
}


.textfield-news {
	margin-left:20px;
}
.textfield-busca {
	margin-left:20px;
}
	.box-home-pagos {
	margin-top:35px;
}

.googlemap {
	display:none;
}
.facebook-frame {
	display:none;
	}
	.bckg-busqueda {
	background-position:65% center;
	height:259px;
}

.navbar.navbar-default {
background-color:#ffffff;

}
#defaultNavbar1 {
	background-color:#2B388F;
}

}
/******************************************/
/***    DISEÑO PARA TABLETAS 590      ****/
/******************************************/
@media only screen and (max-width:590px){


.textfield-news {
	margin-left:15px;
	font-size:15px;
}
.btn-news {
	font-size:19px;
}
.textfield-busca {
	margin-left:15px;
	font-size:15px;
}
.btn-busca {
	font-size:19px;
}
.buttons-categories {
	display:none;
}

	.btn-pedilo-detalle {
	width:90%;
}
	.btn-pedilo-msn {
	width:100%;
}
.header2 .slogan {
	display:none;
	
}
.header2 .creditos {
	display:none;
	
}
.header2 .busca {
	display:none;
	
}

	.bckg-busqueda {
	background-position:65% center;
	height:175px;
}

.main-marcas {
	width:100%;
	margin-left:10%;
	margin-bottom:10%;
}

}
/******************************************/
/***    DISEÑO PARA TABLETAS 489      ****/
/******************************************/
@media only screen and (max-width:489px){
	.social-header {
		width:100%;
		margin-bottom:15px;
		padding-left:20px;
	}
	.menu-up {
		width:100%;
	}



}
/******************************************/
/***    DISEÑO PARA TABLETAS 480      ****/
/******************************************/
@media only screen and (max-width:480px){

article {
	margin-top:0px;
}
#sucursales {
}

.textfield-news {
	width:100%;
	text-align:center;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	margin-left:0px;
	font-size:15px;
}
.btn-news {
	background-position:35% center;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	width:100%;
}
.textfield-busca {
	width:100%;
	text-align:center;
	margin-left:0px;
	font-size:15px;
	border-radius:5px;
}
.btn-busca {
	background-position:35% center;
	width:100%;
	border-radius:5px;
}
#albanessi-home {
	background-size:auto;
	background-position:center;
	height:150px;
}
#deposito {
	background-size:140%;
	background-position:65% center;
	height:150px;
}
.slogan {
margin-top:-45px;
	width:100%;
}
.creditos {
margin-top:-25px;
display:block;
text-align:center;
background-size:100%;
width:100%;
}

.border-thumb {
	width:90%;
	height:380px;

	}
	
.border-thumb-destac {
	width:90%;
	height:380px;

	}	

.btn-precio-index {
	width:100%;
	text-align:center;
}
.btn-cuotas-index {
	width:100%;
	text-align:center;
}


.datos {
	display:none;
}
.social-header {
	display:none;
}
.modal-title {
	font-size:18px;
}
#myModal {
	margin-top:30px;
	}
#marcas {
padding:15px;
}
.thumb-marcas {
	width:50%;
	padding:5px;
	
}
.main-marcas {
	width:100%;
	margin-left:0px;
}

.bckg-slider-1 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-2 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-3 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-2022 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-4 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-5 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-6 {
	background-position:center top;
	background-size:150%;
	height:250px;
}

.bckg-slider-7 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
	
.bckg-slider-x {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
	
.bckg-slider-p {
	background-position:50% top;
	background-size:150%;
	height:250px;
}

.bckg-slider-8 {
	background-image:url(../images/slider-comunicate-mobile.jpg);
	background-position:right top;
	background-size:150%;
	height:250px;
}

.bckg-slider-9 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
	
.bckg-slider-10 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
	
.bckg-slider-11 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}

.title-destacados {
	font-size:23px;
}
.carousel-controles {
	margin-bottom:33%;
}
.glyphicon.glyphicon-chevron-left {
	background-size:contain;
	margin-top:-120%;
}
.glyphicon.glyphicon-chevron-right {
	background-size:contain;
	margin-top:-120%;

}
	
.modal-content-destacado {
	width:300px;
	height:300px;
	
}
	
.logo-albanessi-ninio {
	margin:0 auto;
	display:block;
	text-align:center;
	width:90%;
}
.header2 .logo-albanessi-ninio {
	margin:0 auto;
	display:block;
	text-align:center;
}
	
.logo-albanessi-mama {
	margin:0 auto;
	display:block;
	text-align:center;
	width:90%;
}
.header2 .logo-albanessi-mama {
	margin:0 auto;
	display:block;
	text-align:center;
}

}
/******************************************/
/***    DISEÑO PARA TABLETAS 420      ****/
/******************************************/
@media only screen and (max-width:420px){
	
	#carousel1 { 
	margin-bottom:-95px;
	}
	
	#pagos {
		margin-bottom:-10px;
	}

	.miscel {
	display:none;

}

.icon-whatsapp-service {
	float:none;
	text-align:center;
	margin:0 auto;
	display:block;
}

.box-service {
	width:110%;
	
}
.icon-title {
	width:15%;
	heigth:auto;
	margin-top:-7px;
	margin-bottom:7px;
	overflow:hidden;
	clear:both;
}
#albanessi-home {
	display:none;
}
.btn-precio-index {
	text-align:center;
}
.btn-cuotas-index {
	text-align:center;
}
.btn-pedilo-destac {
	margin-right:5px;
	background-size:90%;
	border-radius:50%;
	width:38px;
	height:38px;
}
.btn-pedilo2-destac {
	margin-right:5px;
	background-size:90%;
	border-radius:50%;
	width:38px;
	height:38px;

}
.btn-ver-destac {
   margin-right:0px;
   border-radius:50%;
   width:38px;
	height:38px;
}

.border-thumb {
	width:90%;
	height:260px;

	}
	
.border-thumb-destac {
	width:90%;
	height:260px;

	}
	
.carousel-controles {
	margin-bottom:27%;
}

.textfield-buscag {
	width:70%;
	margin-left:5%;
	font-size:15px;
	margin-top:0px;
	margin-bottom:5px;
}
.btn-buscag {
	margin-top:0px;
	margin-bottom:5px;
}

}
/******************************************/
/***    DISEÑO PARA TABLETAS 360      ****/
/******************************************/
@media only screen and (max-width:380px){
	.carousel-controles {
	margin-bottom:33%;
}
.glyphicon.glyphicon-chevron-left {
	background-size:contain;
	margin-top:-130%;
}
.glyphicon.glyphicon-chevron-right {
	background-size:contain;
	margin-top:-130%;

}
.textfield-buscag {
	width:75%;
	margin-left:0px;
	font-size:13px;
	margin-top:0px;
}
}

/******************************************/
/***    DISEÑO PARA TABLETAS 360      ****/
/******************************************/
@media only screen and (max-width:360px){

	.logos-header {
	padding:15px 0px 15px 0px;
}
	.logos-header2 {
	padding:15px 0px 15px 0px;
}
	

.back-caption {
  top:35%;
}
#carousel1 {
	margin-top:-50px;
	
}
.bckg-slider-1 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-2 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-3 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-2022 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-4 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-5 {
	background-position:30% top;
	background-size:150%;
	height:250px;
}
.bckg-slider-6 {
	background-position:center top;
	background-size:150%;
	height:250px;
}

.title-produc {
	font-size:32px;
	line-height:18px;
}
.text-produc {
	font-weight:400;
	font-size:15px;
	line-height:18px;
}
.title-destacados {
	font-size:21px;
}
.title-destacados2 {
	font-size:21px;
	line-height:23px;

}
.btn-precio-index {
	padding-left:0px;
	padding-right:0px;
}
.btn-cuotas-index {
	padding-left:0px;
	padding-right:0px;
}

.btn-news {
	background-position:27% center;
}




}
/******************************************/
/***    DISEÑO PARA TABLETAS 320      ****/
/******************************************/
@media only screen and (max-width:320px){
.social-header {
		width:100%;
	}

.logo-gracias {
	width:85%;
}


}