﻿body{
	font-family: 'Poppins', sans-serif !important;
}

.telefono{
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 1000;
	width: 60px;
	text-align: center;
}
.chat{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	width: 60px;
}
.chat img{
	width: 100%;
}
.telefono img{
	width: 90%;
}

.cintillo{
	background: #0473e6;
	text-align: center;
	color: white;
	font-size: 20px;
	padding: 6px 0;
}
.cintillo a{
	color: white;
}

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

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

.buscar{
	border: 1px solid gray;
	width: 100%;
	font-weight: lighter;
	padding: 7px 10px;
	margin-top: 30px;

	border-radius: 4px;
}


.shop{
	background: #f8f8f8;
	text-align: center;
	margin-top: 27px;
}
.shop span{
	width: 100%;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
}



.blanco{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.blanco .menu{
	padding-top: 14px;
	padding-bottom: 14px;
}

#menu{
	background: black;
}


.menu{
	border: 0px solid red;
}

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

nav ul li{
	position: relative;
	display: inline-block;
}

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

.menu, .menu-r{
	border: 0px solid red;
	width: 100%;
	font-size: 17px;
	text-align: center;
	color: white;
	padding: 7px 20px;
}


nav ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 38px;
	left: -25%;
	z-index: 100;
	border: 0px solid red;
	background: black;
	width: 150%;
	display: none;
}
#menu-secundario ul{
	width: 100%;
}
#menu-secundario ul li{
	width: 100%;
}
.menu-secundario{
	color: white;
}

.efecto{
	padding: 0;
}


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

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

.producto{
	width: 100%;
	cursor: pointer;
}
.producto:hover .imagen-producto img{
	width: 90%;
	margin-top: -10%;
}

.imagen-producto{
	position: relative;
	border: 0px solid red;
	width: 100%;
	height: 330px;
	text-align: center;
}
.imagen-producto img{
	width: 75%;

	transition: all 0.5s;
}

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

.titulo-producto span{
	width: 100%;
	font-size: 18px;
	font-weight: lighter;
	padding:12px 0 3px;
	display: inline-block;
}

.titulo-producto strong{
	font-size: 22px;
}


.gris{
	background: url(../images/fondo-gris.jpg) no-repeat center center;
	background-size: cover;
}

.seccion{
	background: #f8f8f8;
	font-size: 20px;
	font-weight: lighter;
	line-height: 32px;
	padding: 12px;
}
.subtitulo{
	text-align: center;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: blue;
	display: inline-block;
}

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



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

.texto-logo{
	text-align: right;
	font-size: 30px;
	font-weight: bold;
}
.texto-logo-2{
	text-align: center;
	font-size: 27px;
}
.texto-logo-2 strong{
	color: blue;
}

.boton{
	border: 2px solid black;
	font-weight: lighter;
	font-size: 25px;
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
}
.boton:hover{
	font-weight: bold;
}
.imagen-logo img{
	width: 50%;
}

.enlace{
    font-size: 24px;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 20px;
}


.imagenes2{
	text-align: center;
	margin-bottom: 50px;
}
.imagenes2 img{
	width: 22%;
	margin: 0 0.7%;
}



footer{
	background: #0473e6;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}

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

footer a, footer a:hover{
	color: white;
	text-decoration: underline;
}


.pie{
	background: black;
	color: gray;
	font-size: 18px;
	font-weight: lighter;
	padding-top: 8px;
	padding-bottom: 8px;
}


.iconos{
	background: white;
	padding-top: 40px;
	padding-bottom: 40px;
}


.icon{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.icon strong{
	width: 100%;
	color: blue;
	font-size: 26px;
	display: inline-block;
	margin: 13px 0;
}
.icon img{
	height: 100px;
}




/* DE LA TIENDA */


.p{
	position: relative;
	border: 0px solid blue;
	margin: 0 0 50px 0;
}
.titulo-p{
	border: 0px solid red;
	min-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	padding: 12px 0 15px 0;
}
.imagen-p{
	border: 0px solid red;
	min-height: 255px;
	max-height: 440px;
	overflow: hidden;
}
.precio-p, .precio-p2{
	text-align: center;
	color: #9fc530;
	font-weight: bold;
	font-size: 27px;
	margin: 0 0 20px 0;
}
.precio-p del{
	color: gray;
}
.precio-p2{
	font-size: 17px !important;
}

.descripcion{
	font-size: 14px;
	margin-bottom: 30px;
}


.tallas-p{
	border: 0px solid red;
	width: 100%;
	margin-bottom: 30px;
}
.talla{
	border: 0px solid #ddd;
	background: #f7f7f7;
	width: 22%;
	height: 40px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	margin-right: 2%;
}
.talla span{
	font-size: 14px;
	color: gray;
}
.talla:hover, .tallaActiva{
	background: #e96656;
	background: #9fc530;
	color: white;
	font-weight: bold;
}

input[type=number]{
	border: 1px solid #ddd;
	text-align: center;
}


.p:hover .botones-p{
	display: block;
}
.botones-p{
	border: 0px solid red;
	background: rgba(256, 256, 256, 0.6);
	width: 100%;
}

.btn-naranja{
	border: 0;
	background: #9fc530;
	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;
}


.a{
	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{
	font-size: 19px;
	line-height: 24px;
	margin: 0 0 40px 0;
}



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

.imagensitas{
	width: 100%;
	padding-top: 30px;
}
.imagensitas strong{
	width: 100%;
	display: inline-block;
}
.imagensitas .img{
	width: 24%;
	float: left;
	margin: 0 1% 20px 0;
	cursor: pointer;
}
.imagensitas .img img{
	width: 100%;
	display: inline;
}
.separacion{
	width: 100%;
	float: left;
}



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{
	color: #0473e6;
	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;
}


.precios2{
	text-align: center;
	color: #9fc530;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}



#paypal-button{
	display: none;
}


.coloca{
	background: #f7f7f7;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 12px;
}
.coloca .boton{
	background: red;
	color: white;
}
.coloca span{
	width: 100%;
	text-align: left;
	font-size: 19px;
	color: blue;
	font-weight: lighter;
	display: inline-block;
}


.bor img{
	width: 100%;
	height: 300px;

	object-fit: cover;
}
.bor strong{
	width: 100%;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 12px;
}


.imagen img{
	width: 100%;
}


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


.cuadro img{
	width: 100%;

	border-radius: 20px;
}
.cuadro strong{
	width: 100%;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	padding: 12px 0;
}


.lg{
	position: absolute;
	top: 380px;
	top:32%;
	right: 200px;
	right:32%;
	width: 70px;
}
#resizable, #resizable2, #resizable3{
	width: 100%;
}
#resizable img, #resizable2 img, #resizable3 img{
	width: 100%;
}

.lg-2{
	position: absolute;
	top: 295px;
	top:26%;
	left: 210px;
	left: 36%;
	display: none;
}
.lg-2 img{
	width: 160px;
}

.lg-3{
	position: absolute;
	top: 380px;
	right: 120px;
	left: auto;
	display: none;
}
.lg-3 img{
	width: 60px;
}


.pro img {
	width: auto;
	height: 300px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.pro img:hover {
	transform: scale(1.03);
}

.pro-title {
	display: block;
	text-align: center;
	margin-top: 10px;
}

#popup {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

#popup-content {
	position: relative;
	max-width: 90%;
	max-height: 90%;
	margin: 5% auto;
	background: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 12px;
}

#popup-img {
	max-width: 100%;
	height: 80vh;

	object-fit: cover;
	border-radius: 8px;
}

#popup-title {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}

#popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	color: #000;
	cursor: pointer;
}


@media screen and (max-width:1300px){
	.d1200{display: none;}
	.logotipo img{
		width: 40%;
	}
}
@media screen and (max-width:768px){
	.logotipo img{
		width: 40%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	.menu{
		border: 0px solid red;
		width: 100%;
		padding: 5px 0 !important;
	}
	#menu-secundario{
		position: relative;
		top: 0;
		left: 0;
		background: white;
		width: 100%;
	}
	#menu-secundario .menu{
		color: black !important;
	}

	input[type=file]{
		font-size: 13px;
	}
}
@media screen and (max-width:576px){ 
	.texto-logo{
		text-align: center;
	}
	.imagen-logo img{
		width: 90%;
	}
	.lg-1 img{
		width:60px;
	}
	.lg-2{
		top:24%;
		left: 34%;
	}
	.lg-2 img{
		width: 135px !important;
	}
	.lg-3{
		top:28%;
		right:90px;
	}

	.shop span{
		font-size: 16px;
	}
	.buscador{
		display: none;
	}
	.chat{
		bottom: 20px;
		right: 20px;
	}
	.telefono{
		text-align: center;
	}
	.telefono img{
		inline-size: 90%;
	}

	.imagenes2 img{
		width: 80%;
		margin: 0 10% 30px;
	}
}
@media screen and (max-width:450px){
	.cintillo{
		font-size: 15px;
	}
}