﻿body{
    background: #f7f8ff;
    font-family: 'Exo 2', sans-serif;
}



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

.cintillo-ayuda{
    position: relative;
    height: 31px;
}
.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #92278f;
    font-size: 18px;
    color: white;
}
.cintillo img{
    width: 30px;
}
.cintillo a{
	color: white;
	text-decoration: none;
}


.efecto{
    position: relative;
    padding: 0;
}
.logotipo{
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 100;
    width: 140px;
}
.logotipo img{
    width: 100%;
}


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


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


.p{
    background: white;
    text-align: center;
    padding-bottom: 20px;
}
.p img{
    width: 100%;
}
.p p{
    color: gray;
    font-size: 18px;
    font-weight: lighter;
}
.p strong{
    color: red;
    font-size: 24px;
}


.contacto{
    background: #ae28de;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contacto strong{
    text-shadow: 10px 4px 10px black;
    font-size: 28px;
}

.importante{
    font-size: 25px;
}


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


footer{
    background: #e9d9f3;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}


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

}

@media screen and (max-width:1200px){
	.cintillo-ayuda{
		display: none;
	}
	.cintillo{
		position: relative;
	}
	.logotipo{
		width: 100%;
		position: relative;
		left: 0;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.logotipo img{
		width: 50%;
	}
}

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

}

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

}

@media screen and (max-width:576px){
    .logotipo img{
		width: 40%;
	}
}





/* DE LA TIENDA */



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

.texto-entrada{
	font-size: 18px !important;
	line-height: 23px;
}
.titulo-entrada{
    font-size: 30px;
    color: blue;
}
.texto-entrada strong{
    font-size: 20px;
}


.entradas a{
	color: black;
	text-decoration: none;
}





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


.descripcion-categoria{
    font-size: 20px;
    line-height: 30px;
}


.imagensitas{
    width: 100%;
    padding: 12px 0;
}
.imagensitas .img{
    width: 24%;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.img img{
    width: 100%;
}


.detalles{
    text-align: center;
}
.detalles img{
    width: 80%;
}



.p{
	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{
	width: 100%;
    text-align: center;
	color: #e96656;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
	display: inline-block;
}
.precio-p del{
	color: gray;
}

.btn-naranja{
	border: 0;
	background: #e96656;
	width: 80%;
	color: white;
	font-size: 19px;
	margin: 0 10% 10px;

	border-radius: 5px;

	transition:all 0.2s;
}
.btn-naranja:hover{
	background: #d83e2b;
}


.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;
}



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{
	font-size: 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;
}
