﻿body{
	background: url(../images/fondo.jpg) repeat center center;
	font-family: 'Montserrat', sans-serif !important;
}

.negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	display: none;
}

.img{
	width: 100%;
	height: auto;
	margin-top: 10vh;
}

.cerrar{
	position: absolute;
	top: 0;
	right: 0;
	background: black;
	width: 40px;
	height: 40px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;

	border-radius: 50%;
}
.cerrar:hover{
	background: red;
}

.chat{
	position: fixed;
	bottom: 100px;
	right: 100px;
	width: 70px;
}
.chat img{
	width: 100%;
}

.cintillo{
	background:#380c61;
	color: white;
}

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

.logotipo{
	text-align: center;
}
.logotipo img{
	width: 100%;
}

.imagen-cabecera{
	text-align: right;
}
.imagen-cabecera img{
	width: 100%;
}

.datos{
	text-align: center;
	font-size: 24px;
	margin-top: 15px;
}
.datos a, .datos a:hover{
	color: black;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 3px 1px 3px rgba(256, 256, 256, 1);
}

nav{
	margin: 10px 0 !important;
}
nav a, nav a:hover{
	color: white;
	text-decoration: none;
}

nav ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

nav ul li{
	width: 33.33%;
	float: left;
}

.menu-r{
	width: 100%;
	display: none;
}

.menu, .menu-r{
	border-right: 1px solid white;
	background: #380B61;
	color: white;
	text-align: center;
	font-size: 21px;
	padding: 8px 0;
	cursor: pointer;
}
.menu:hover, .activo{
	background: #0088e2;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}


.info1{
	border: 0px solid red;
	background: white;
	font-size: 19px;
	line-height: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 12px 0;
}
.info1 img{
	width: 100%;
}

.texto-info1 b{
	background: white;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	display: inline-block;
	padding: 20px 0;
}
.texto-info1 strong{
	width: 100%;
	text-align: center;
	color: blue;
	text-align: center;
	font-size: 24px;
	display: inline-block;
}

.imagen-mas-pequena{
	width: 49% !important;
	display: inline-block;
}


.titulo{
	width: 100%;
	text-align: center;
	display: block;
}

.titulo div{
	background: #380c61;
	color: white;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding: 3px 10px;
}

.mochilas{
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.producto{
	text-align: center;
}

.producto img{
	width: 90%;
	cursor: pointer;
}

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


.leyenda{
	background: #feec08;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 100px;
}


.archivos img, .archivos video{
	height: 300px;
}


.seccion{
	background: white;
	font-size: 21px;
	line-height: 26px;
	padding: 20px;
}
.seccion strong{
	background: #0b59a4;
	width: 100%;
	font-size: 25px;
	color: white;
	padding: 12px;
	display: inline-block;
	margin-bottom: 20px;
}
.seccion span{
	width: 100%;
	color: blue;
	font-weight: lighter;
	text-align: center;
	font-size: 25px;
	display: inline-block;
}

.imagen-seccion{
	text-align: center;
}
.imagen-seccion img{
	width: 80%;
	margin-bottom: 10px;
}


.texto-lienzos strong{
	background: white;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 12px;
	display: inline-block;
	margin-top: 100px;
}

.imagenes-lienzo{
	text-align: center;
	margin-bottom: 30px;
}
.imagenes-lienzo img{
	width: 49%;
}

h3{
	font-weight: bold !important;
	font-size: 24px;
}


footer{
	background:#380c61;
	color: white;
	font-size: 19px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer a{
	color: white;
}

footer strong{
	width: 100%;
	text-shadow: 2px 2px 2px black;
	display: inline-block;
	margin: 0 0 20px 0;
}

.pie{
	background: gray;
	text-align: center;
	color: white;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pie a{
	color: white;
}



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

@media screen and (max-width:992px){
	.logotipo img{
		width: 40%;
	}
	.imagen-cabecera img{
		width: 60%;
	}
	.img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:768px){
	.logotipo img{
		width: 50%;
	}
	.imagen-cabecera img{
		width: 80%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}

	.datos span{
		width: 100%;
		display: inline-block;
	}
}

@media screen and (max-width:576px){
    .logotipo img{
		width: 60%;
	}
	.imagen-cabecera img{
		width: 100%;
	}
	.primero{
		width: 100% !important;
		height: auto !important;
	}
	.datos a{
		font-size: 22px;
	}
}