﻿body{
	font-family: 'Lato', sans-serif !important;
}


.chat{
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 1000;
	width: 60px;
}
.chat img{
	width: 100%;
}


.cintillo-ayuda{
	border: 0px solid red;
	width: 100%;
	height: 38px;
}

.cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background:black;
	color: white;
	font-size: 18px;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
}


.cabecera{
	padding-top: 14px;
	padding-bottom: 14px;
}

.logotipo img{
	width: 100%;
}


nav{
	margin-top: 35px;
}

nav a, nav a:hover{
	color: black;
	text-decoration: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	width: 19%;
	float: left;
	margin-left: 1%;
}

.menu{
	background:#f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: lighter;
}
.menu:hover, .activo{
	background: red;
	color: white;
}


.redes b{
	margin: 0 15px;
}
.redes a{
	color: white;
}

.efecto{
	padding: 0;
}



.productos{
	background: url(../images/fondo-gris.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}


.titulo{
	text-align: center;
	font-size: 32px;
	color: red;
	margin-bottom: 30px;
}


.producto img{
	width: 100%;
}

.producto strong{
	width: 100%;
	text-align: center;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 15px;
}

.boton{
	border: 2px solid black;
	font-size: 22px;
	font-weight: lighter;
	padding: 10px;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
}
.boton:hover{
	font-weight: bold;
}


.contenido{
	padding-top: 60px;
	padding-bottom: 60px;
}

.texto{
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.seccion{
	font-size: 20px;
	line-height: 27px;
}
.seccion strong{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px
}
.especial{
	font-size: 23px;
	color: blue;
}

.imagen-seccion img{
	width: 100%;
}


.cuadro{
	text-align: center;
}
.cuadro img{
	width: 100%;
}
.cuadro strong{
	width: 100%;
	color: red;
	font-size: 22px;
	text-align: center;
	display: inline-block;
}


footer{
	background: black;
	color: white;
	font-size: 19px;
	line-height: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer strong{
	width: 100%;
	font-size: 24px;
	margin-bottom: 30px;
	display: inline-block;
}
footer a{
	color: white;
}




@media screen and (max-width:1200px){
	.cintillo{
		text-align: center;
	}
}

@media screen and (max-width:992px){
	
}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}