﻿
@font-face {
    font-family: 'fundamental';
    src: url('../fuentes/MADE Bon Voyage Thin LIGHTER USE.otf');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'fundamental';
    src: url('../fuentes/MADE Bon Voyage Regular PERSONAL USE.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lemon';
    src: url('../fuentes/DK Lemon Yellow Sun.otf');
    font-weight: normal;
    font-style: normal;
	font-style: normal;
}

body{
	background: url(../images/fondo.png) no-repeat center center fixed;
	background-size: cover;
	font-family: 'Poppins', sans-serif !important;
	font-weight: bold;
}

.cintillo{
	background: url(../images/fondo-dorado.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 5px;
}

.chat{
	position: fixed;
	bottom: 120px;
	right: 100px;
	z-index: 10000;
	width: 60px;
}
.chat2{
	position: fixed;
	bottom: 50px;
	right: 100px;
	z-index: 10000;
	width: 60px;
}
.chat img, .chat2 img{
	width: 100%;
}


.cabecera{
	background: rgb(196,196,196,0.7);
	padding-top: 10px;
	padding-bottom: 10px;

	transition: 0.6s all;
}
.cabecera a{
	color: black;
}

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

	transition: 0.6s all;
}


nav{
	margin: 60px 0 0 0;
	transition: 0.6s all;
}
nav a, nav a:hover{
	color: black;
	text-decoration: none;
}

nav ul{
	width: 100%;
	list-style: none;
	padding: 0;
	float: right;
}

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

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

.menu, .menu-r{
	color: black;
	text-align: center;
	font-size: 22px;
	padding: 6px 0;
	transition: 0.6s all;
}
.menu:hover, .activo, .menu-r:hover{
	background: url(../images/fondo-dorado.jpg) no-repeat center center;
	background-size: cover;
	color: black;
	text-shadow: 2px 2px 2px transparent;
	font-weight: bold;
	border-radius: 5px;
}

.cbd-menu{
	line-height: 22px;
	padding: 1px 0 !important;
}


.redes{
	text-align: center;
	margin-top:45px;
	transition: 0.6s all;
}
.redes img{
	width: 30px;
	margin: 0 5px 10px;
	display: inline;
}


.shop{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	color: black;
	font-size: 20px;
}




.efecto{
	position: relative;
	padding: 0 !important;
}

.banner{
	background: url(../images/fondo-dorado.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	color: white;
	text-shadow: 2px 2px 2px black;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0;
}



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

.titulo{
	font-family: 'lemon';
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #d3a64a;
	margin: 0 0 40px 0;
}

.seccion{
	background: #f7f7f7;
	font-size: 20px;
	line-height: 27px;
	padding: 30px;
}
.video{
	padding: 0;
}
.video img{
	width: 100%;
}


.productos{
	padding-top: 30px;
	padding-bottom: 30px;
}
.productos .row .pro{
	margin:0;
	padding: 0;
}

.producto{
	width: 19%;
	display: inline-block;
	margin: 0 0.5%;
}
.imagen-producto{
	width: 100%;
	display: inline-block;
}
.imagen-producto img{
	width: 100%;
}
.linea-producto{
	width: 100%;
	height: 5px;
}
.color1{background: #f2bf5e;}
.color2{background: #ff6161;}
.color3{background: #536eb7;}
.color4{background: #75cba8;}

.titulo-producto{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	padding: 12px;
}
.titulo-producto strong{
	width: 100%;
	font-size: 23px;
	text-align: center;
	display: inline-block;
	margin: 0 0 30px 0;
}


.beneficios{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.fondo-blanco{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(256, 256, 256, 0.7);
}

.beneficios .container{
	position: relative;
	z-index: 1001;
}

.be strong{
	background: url(../images/fondo-dorado.jpg) no-repeat center center;
	background-size: cover;
	font-size: 32px;
	font-family: 'lemon';
	text-shadow: 2px 2px 2px white;
	font-weight: bold;
	padding: 8px 12px;
	margin: 0 0 30px 0;

	border-radius: 4px;
}

.be p{
	width: 100%;
	text-align: justify;
	font-size: 19px;
	line-height: 25px;
	display: inline-block;
	margin: 30px 0 0 0;
}

.image img{
	width: 100%;

	border-radius: 5px;
}


.titulo-blanco{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}


.cuadro{
	background: rgba(256, 256, 256, 0.3);
	padding: 12px;
	margin-bottom: 30px;
}
.cuadro strong{
	background: black;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 4px 0;
	display: inline-block;
}
.cuadro p{
	font-size: 17px;
	padding: 20px 6px 6px;
}


.preguntas{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.preguntas .container{
	position: relative;
	z-index: 1001;
}

.pregunta{
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 40px 0;

	border-radius: 7px;
}
.pregunta strong{
	position: relative;
	top: -10px;
	background: url(../images/fondo-dorado.jpg) no-repeat center center;
	background-size: cover;
	color: black;
	font-family: 'lemon';
	font-size: 32px;
	font-weight: bold;
	padding: 4px 10px;
	display: inline-block;
}
.pregunta p{
	width: 100%;
	text-align: justify;
	display: inline-block;
	padding: 10px 0 0 0;
}
.otro-fondo-blanco{
	background: rgba(256, 256, 256, 0.8);
	color: black;
}
.pregunta img{
	display: inline-block;
}

.forbes{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.forbes strong{
    font-size: 25px;
}
.forbes img{
    width: 100px;
}
.forbes button{
    font-size: 20px;
    line-height: 0;
    padding: 20px 12px 15px;
}



footer{
	position: relative;
	z-index: 10000;
	background: rgb(196,196,196,0.7);
	color: black;
	font-size: 20px;
	line-height: 32px;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer strong{
	width: 100%;
	font-family: 'lemon';
	color: black;
	font-size: 30px;
	display: inline-block;
	margin: 0 0 30px 0;
}

.perros{
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 600px;
}







.p{
	background: rgba(256, 256, 256, 0.6);
	margin: 0 0 50px 0;
}
.titulo-p{
	border: 0px solid red;
	min-height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	padding: 0 0 15px 0;
}
.imagen-p{
	min-height: 255px;
}
.precio-p{
	text-align: center;
	color: #e96656;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
}
.precio-p del{
	color: gray;
}

.btn-naranja{
	border: 0;
	background: url(../images/fondo-dorado.jpg) no-repeat center center;
	background-size: cover;
	width: 80%;
	font-size: 19px;
	margin: 0 10% 10px;

	border-radius: 5px;

	transition:all 0.2s;
}
.btn-naranja:hover{
	font-weight: bold;
}


.log{
	margin: 0 0 40px 0;
	display: none;
}



.login{
	border: 0px solid white;
	margin: 0 0 40px 0;
}

.login .titulo{
	font-size: 30px;
	text-decoration: underline;
}

.facebook{background: #4c66a2;}
.google{background: #df5645;}
.correo{background: #ececec;color:black !important;}

.facebook, .google, .correo{
	width: 90%;
	text-align: center;
	font-size: 22px;
	color: white;
	margin: 0 5% 30px;
	cursor: pointer;

	border-radius: 7px;
}



.seccion{
	text-align: justify;
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 40px 0;
}



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

.imagensitas{
	width: 100%;
}
.imagensitas .img{
	width: 33.33%;
	float: left;
	margin: 0 0 20px 0;
	cursor: pointer;
}
.imagensitas .img img{
	width: 100%;
	display: inline;
}


thead{
	font-weight: bold;
	font-size: 22px;
}
td img{
	width: 100px;
}
td a, td a:hover{
	color: white;
}

.eliminar{
	background: red;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 3px 1px;

	border-radius: 50%;
}


.total{
	margin: 0 0 40px 0;
}


.finalizar{
	margin-bottom: 40px;
}

.finalizar .titulo{
	width: 100%;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 30px;
}


.forma{
	border: 5px solid black;
	background: #ececec;
	width: 100%;
	text-align: center;
	color: black;
	float: left;
	padding: 20px 12px;
	margin: 0 0 30px 0;
	cursor: pointer;
}
.forma:hover, .forma-activa{
	border: 5px solid red;
	background: black;
	color: white;
}

.forma img{
	width: 80px;
	float: left;
}
.texto-forma{
	width: 80%;
	float: right;
}
.texto-forma p{
	color: red;
	font-size: 30px;
	font-weight: bold;
}



#paypal-button{
	display: none;
}


.conekta{
	display: none;
}



.arriba2{
	margin-top: 30px;
}


.miniEntradas{
    padding-top: 40px;
    padding-bottom: 40px;
}
.miniEntradas a{
    text-decoration: none;
    color: gray;
}


.miniEntrada{
	background: white;
	padding: 20px;
}

.imagenMiniEntrada{
    width: 100%;

    overflow: hidden;
}
.imagenMiniEntrada img{
    width: 100%;
}
.miniEntrada p{
    color: #95a5a6;
    font-size: 17px;
    line-height: 28px;
}
.tituloMiniEntrada{
    width: 100%;
    text-align: left;
    min-height: 70px;
    color: black;
	color: #f2bf5e;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
}

.textoMiniEntrada strong{
    font-size: 17px;
    color: gray;
}

.fechaMiniEntrada{
    color: gray;
    font-size: 18px;
    font-weight: bold;
}


.entrada{
	background: white;
	font-weight: normal;
    font-size: 18px;
    line-height: 32px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.entrada img{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;

}
.entrada .tituloEntrada{
    font-size: 37px;
	color: #f2bf5e;
}


@media screen and (max-width:992px){
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	.producto{
		width: 45%;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width:768px){
	.logotipo img{
		width: 50%;
	}
	.seccion, .be p, .pregunta p{
		text-align: left;
	}
}
@media screen and (max-width:576px){
	.perros{
		bottom: -10px;
	}
	footer{
		padding-bottom: 200px;
	}
	.producto{
		width: 80%;
		margin: 0 10% 30px;
	}
	.chat{
		bottom: 10px;
		right: 10px;
	}
}