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

.cintillo{
	background: #213042;
	color: white;
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

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

.leyenda{
	text-align: center;
	font-size: 32px;
	font-family: 'Merriweather', serif;
}
nav{
	border: 0px solid red;
	padding: 15px 0 60px;
}

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

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

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

nav ul li{
	width: 15.66%;
	float: left;
	margin: 0 0 0 1%;
}

.menu, .menu-r{
	border: 2px solid gray;
	background: rgb(231,185,93);
	background: linear-gradient(90deg, rgba(231,185,93,1) 0%, rgba(230,111,68,1) 100%);
	color: white;
	font-size: 22px;
	text-align:  center;
	text-shadow: 1px 1px 4px black;
	padding: 5px 0;

	border-radius: 4px;
}
.menu:hover, .activo, .menu-r:hover{
	background: rgba(146,79,34,1);
}

.datos{
	width: 100%;
}
.datos span{
	width: 48%;
	text-align: center;
	font-size: 22px;
	color: gray;
	display: inline-block;
}


.efecto{
	padding: 0;
}


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


.seccion{
	font-size: 22px;
	line-height: 32px;
}
.seccion strong{
	font-size: 25px;
	color: #e6b35b;
}

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


.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}


.producto{
	width: 100%;
	margin-bottom: 30px;
}

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

.texto-producto{
	width: 100%;
	font-size: 18px;
	padding: 12px 0;
}


.certificado{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.certificado img{
	width: 80%;
}

.certificado strong{
	width: 100%;
	font-size: 22px;
	display: inline-block;
}


footer{
	background: #213042;
	color: white;
	font-size: 22px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

footer iframe{
	width: 100%;
	height: 280px;
}

@media screen and (max-width:768px){
	.logotipo img{
		width: 40%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
		margin: 0;
	}
	.datos span{
		width: 100%;
	}
}