﻿body{
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.pagina{
    background: white;
}

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

.datos{
    text-align: right;
}
.datos img{
    height: 40px;
}

.shop{
    text-align: right;
    margin-top: 10px;
}

.direccion{
    text-align: right;
    margin-top: 10px;
}

nav{
    background: #E3E4E5;
}

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

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

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

.menu-r{
    display: none;
}

.menu, .menu-r{
    background: #E3E4E5;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    font-weight: bold;
    color: red;
}


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

.efecto img{
    width: 100%;
}

.texto{
    background: #E3E4E5;
    padding:20px 10px;
}

.texto h1{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: red;
}
.texto h2{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
}
.texto div{
    font-size: 22px;
    padding-left: 30px;
    margin-top: 30px;
}

.pago{
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
}
.pago strong{
    color: red;
    font-weight: bold;
    font-size: 30px;
}
.pago p{
    font-size: 22px;
    font-weight: bold;
}

.galeria img{
    width: 100%;
    margin-bottom: 20px;
}


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

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

.imagen img{
    width: 100%;
}

.form-group{
    margin-bottom: 20px;
}


footer{
    background: #E3E4E5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}





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

}

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

}

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

}

@media screen and (max-width:768px){
    .datos, .direccion{
        text-align: center;
    }
    .logotipo img{
        width: 60%;
    }

    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .texto div{
        padding-left: 0;
    }
    .datos span{
        width: 100%;
        display: inline-block;
    }
}

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



/* 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{
    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: #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;
}