@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:700');


.pagehide{
	display: block;
}
.onlymobile{
	display: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

body{
	font-family: 'Open Sans', sans-serif !Important;
	background-color: #404296 !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.navbar-default{
	background-color:#404296 !important;
	color: #FFF114;
	text-align: center;
	margin: 0 auto;
	display: table;
	border: none !important;

}


.navbar-default .navbar-nav>li>a {
    color: #FFF114 !important;
	
}

header{
	background-color: #FFF114;
	padding: 40px;
}

header .header-logo{
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
}

header h1{
	font-family: 'Oswald', sans-serif !Important;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color:#404296;
}

header h1 span{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

/* ----- WHATSAPP -----*/
.whatsapp-float-icon{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:42px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.whatsapp-float-icon a{
	color:#FFF;
}

.whatsapp-float-icon .float-icon{
	margin-top: 5px;
}

/******* BOTONES *******/

.buttons{
	
}

.buttons ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.buttons li{
	padding: 0px;
	display: table;
    align-items: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.buttons li a{
	background-color: #404296;
	color: #FFF114;
	font-size: 22px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-bottom: 20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	
	display:table-cell;
    vertical-align: middle;
	
}


/****** Logos block *****/
.logos-block{
	display:table;
	margin: 0 auto;
}

.logos-size{
	height: auto;
	width: 200px;
}


/******* MARCAS *******/

.marcas{
	background:url(../../imagenes/tecnico-lavadoras.jpg) center center;
	padding: 120px 0px;
	background-repeat: no-repeat;
  	background-size: auto;
	background-size: cover;
	
}

.marcas .bold{
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	color:#FFFFFF;
}

.marcas p{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color:#FFFFFF;
}

.marcas ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.marcas li{
	padding: 0px;
	 display: inline-block;
    vertical-align: middle;
	
}

.marcas li img{
	width: 180px;
	
}
/******* SERVICIOS *******/
.servicios{
	width: 100%;
	height: auto;
	padding: 40px;
	background-color: #FFFFFF;
}

.servicios h2{
	font-size: 40px;
}


.servicios p{
	font-size: 22px;
}


.servicios .img-tecnico{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

/******* PHOTOS *******/
.photos{
	margin: 0 !important;
	padding: 0 !important;
}

.photos img{
	width:100% !important;
	height: auto;
}


/******* TIENDA *******/
.tienda{
	width: 100%;
	height: auto;
	padding: 40px;
	background-color: #FFFFFF;
}

.tienda .proximamente{
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	color:#404296;
	margin: 40px 0px;
}

/******* CONTACTO *******/
.contacto iframe{
	width: 100% !important;
	height: 450px;
}
/******* FOOTER *******/

.footer{
	background-color: #404296;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
}

.footer .line-1{
	font-size: 28px;
	font-weight: 800;
}

.footer .line-2{
	font-size: 20px;
	font-weight: 400;
}

.footer .line-2 span a{
	color: #FFF114;
	font-weight: 800;
	font-size: 28px;
}

.footer .tels{
	text-align: center;
	font-size: 32px;
	color:#FFF114;
}

.footer .logo-footer{
	width: 400px;
	height: auto;
	margin: 0 auto;
	display: block;
}


.lista-servicios .tittle{
	background-color: #FFF114;
	color: #404296;
	font-size: 22px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-top:20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


.lista-servicios ul{
	margin: 0;
	padding: 0;
	
}

.lista-servicios li h4{
	font-size: 11px;
	text-align: left !important;
}

/*** ***/

@media (max-width: 667px) {
	
	.pagehide{
		display: none;
	}
	
	

	.onlymobile{
		display: block;
	}
	
	header .header-logo{
		width: 250px;
	}

	header h1{
		font-size: 28px;
	}
	
	.buttons li a{
		font-size: 18px;
	}
	
	.marcas .bold{
		font-size: 32px;
		padding: 20px;
	}
	
	.marcas{
		padding: 10px 0px;
	}
	
	.marcas li img{
		width: 100px;
	
	}
	

	.servicios h2{
		text-align: center !important;
		font-size: 36px;
	}
	
	.servicios h3{
		text-align: center !important;
		font-size: 28px;
	}



	.servicios p{
		text-align: center !important;
		font-size: 22px;
	}


	.footer .logo-footer{
	width: 250px;
	height: auto;
	margin: 0 auto;
	display: block;
}
	
	.footer .line-1{
		font-family: 'Oswald', sans-serif !Important;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		color:#FFFFFF;
	}
	
	
	
	.footer .tels{
		text-align: center;
		font-size: 20px;
		color:#FFF114;
	}


	
}
