html {
  scroll-behavior: smooth;
}

.opening-img{
	width: 100%;
	filter: brightness(0.4);
}

.opening-img:hover{
	filter: brightness(1);
}

.clear{
	filter: brightness(1);
}

.width-25{
	display: inline-block;
    float: left;
    width: 25%;
    padding: 10px;
}

.width-27{
	display: inline-block;
    float: left;
    width: 27%;
    padding: 10px;
}

.width-16{
	display: inline-block;
    float: left;
    width: 16%;
    padding: 10px;
}

ul li{
	display: block;
}

#heladera{
	margin-top: -50px;
}

.categoria{
	display: block;
	margin-top: 10px;
}

#seccion-lavarropas{
	background: url("../img/lavarropas.jpg");
    background-size: cover;
    background-attachment: fixed;
}

#seccion-heladeras{
	background: url("../img/heladeras.jpg");
    background-size: cover;
    background-attachment: fixed;
}

#seccion-hornos{
	background: url("../img/hornos.jpg");
    background-size: cover;
    background-attachment: fixed;
}

#features{
	background: url("../img/features.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.site-branding {
    padding: 20px 20px 20px 15px;
}

.retiro{
	font-size: 25px;
}

.telefonos {
    z-index: 9997;
    position: fixed;
    font-size: 25px;
    right: 0;
    top: 0;
    background-color: #000;
    border-radius: 0px 0px 0px 20px;
    color: #fff;
    padding: 15px 30px;
    padding-right: 48px;
}

.copyright {
  text-align: left;
}

.capitalize{
	text-transform: uppercase;
	font-size: 35px;
}

.center{
	text-align: center;
}

.description{
	font-size: 25px;
	margin-top: 5px;
}

.zonas{
	position: absolute;
	width: 300px;
	padding: 10px;
	background: black;
	color: white;
	display: none;
	z-index: 9999;
	right: 15px;
}

.zonas p{
	color: white;
}

.hidden{
	display: none;
}

.phone h3{
	font-size: 30px;
	padding-bottom: 20px;
}

header{
	z-index: 9999;
}

#zonas{
	cursor: pointer;
	color: #fff;
    font-size: 17px;
    /*text-shadow: 3px 3px #000;*/
    text-align: center;
    margin-top: 20px;
}

.telefonos .extra-info .phone h3{
	margin-bottom: 0;
	padding-bottom: 0;
}

.zonas p span{
	font-weight: 800;
}

.site-header.style-01 i {
    margin-top: 7%;
    font-size: 40px;
}

/*xs*/
@media (max-width: 767px){
	.mtop-sm{
		margin-top: 15px;
	}

	.heading-title{
		padding-left: 15px;
    	font-size: 20px;
	}

	.description{
		padding-left: 15px;
	}

	.fotos{
		margin-bottom: 70px;
	}

	.telefonos {
		top: unset;
		right: unset;
	    left: 0;
	    bottom: 0;
	    border-radius: 0px 20px 0px 0px;

	    padding: 15px 30px;
	    padding-left: 48px;
	}

	.telefonos .extra-info .phone h3{
		font-size: 22px;
	}
	.site-header.style-01 i {
    	margin-top: 0;
    	font-size: 35px;
	}

}

#form-response h2{
	color: #fff;
	font-size: 20px;
	padding: 20px;
}

#spinner{
	padding: 20px;
}

.whatsapp{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 200px;
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px){
	.site-header.style-01 .site-branding::after {
    	border-width: 38px 0 38px 40px;
	}

	.mtop-sm{
		margin-top: 15px;
	}
}
/*md*/
@media (min-width: 992px) and (max-width: 1199px){
	.site-header.style-01 .site-branding::after { 
	    border-width: 45px 0 45px 40px;
	}
}

