
*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-decoration-line: none;
	list-style: none;

}
body{
	overflow-x: hidden;
}
/*Barra Nav*/
#redes-sociales{
	background: #eeeeee
}
#redes-sociales nav a{
	color: black;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #eeeeee
}
#barra-nav{
	padding-top: 13px;
	padding-bottom: 13px;
	display: flex;
	align-items: center;
	padding-right: 50px;
	padding-left: 50px;
	justify-content: space-between;
}
#barra-nav nav {
	display: flex;
}
#barra-nav nav form input{
	width: 400px
}
#barra-nav-iconos a i{
	font-size:25px;
	color: #707B7C;

}
#barra-nav-iconos a {
	margin-left: 10px;
	font-size:14px;
	text-decoration-line:none;
}
#logo-csi{
	height: 50px;
}
/* Slider */
.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-inner img {
	width: 100%;

}
/**TIENDAS PRINCIPAL**/

.zoom{
	height: 80px;
	width: 100px
}
.zoom{
	transition:0.2s;
}
.zoom:hover{
	transform: scale(1.2);
}
.titulo-tiendas h3,p{
	color:#7B7D7D 
}




.logotipo-empresa{
	height: 130px		
}
.banner{
	overflow: hidden;
}


.productos{
	padding: 20px;


}

.card-productos{
	padding:10px
}
.card-productos img{
	width: 100%;
	height:230px;
}
.card-productos div p{
	font-size: 13px;
	padding: 0px
}
.card-productos div span{
	font-size: 20px;
	padding: 0px
}





#categorias{
	padding: 10px;
	width: 20%
}
#categorias h5{
	font-size: 18px
}
#categorias  ul li a{
	font-size: 14px;
	padding-left:20px;
}





#producto-modal{
	display: flex;
}
.pro-selec-img{
	display: flex;
	width: 45%;
	overflow-x: hidden;
}
.pro-selec-img img{
	width: 85%;
	height:400px;
}
.producto-vistas div{

	width: 50px;
	height:50px;
}
.producto-vistas div img{
	padding-bottom: 5px;
	width: 100%;
	height:100%;
}
.talla{
	padding-left: 60px;
}
.talla div{

	border: 1px solid red;
	width: 30px
}




#pro-selec-descrip{
	background:;
	width: 55%;
	padding-left: 20px
}
#pro-selec-descrip p{
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 10px;

}	
#pro-selec-descrip select{
	margin-top: 10px;
	width: 200px;
	height:30px;
	margin-bottom: 10px;font-size: 13px
}	



.titulo-carrito h5{
	font-size:17px;
}
.titulo-carrito{
	display: flex;
	justify-content:space-between;
}
#seccion-carrito{
	display: flex;
}

#carrito-productos{
	width: 75%;
}

#carrito-productos select{
	width: 300px;
	height:35px;
	font-size:14px;

}
#carrito-detalle-pedido{
	background:#f8f9fa;
	width: 25%
}
.producto-seleccionado-carrito{

}
.producto-seleccionado-carrito img {
    height: 230px;
    width: 200px;
}
.detalle-productos{
	padding-left: 20px
}
.detalle-productos h5{
	font-size: 18px
}
.detalle-productos p{
	font-size: 13px;
	line-height: 15px;
	color: #c3c3c3 
}
.carrito-seccion-productos{
	display: flex;
}


.detalle-productos{
	width: 80%;
}

       #titulo-sesion h4{
              margin-bottom: 0px                
            }
            #iniciar-sesion{
            width: 50%;
            padding: 17px

            }
            #crear-cuenta{
            width: 50%;
            padding: 17px
            }
            .login-container form label {
                font-size:13px;
            }
            .login-form{
                width: 290px
            }
            .login-form p{
               font-size:12px;
            }

.login-sesion{
	display: flex;
}


/**PIE DE PAGINA**/
footer{
	height: 50px;
	background: black
}


@media  (max-width: 992px){
	#producto-modal {
		/* display: flex; */
		display: block;
	}
	.pro-selec-img {
		display: flex;
		width: 100%;
		justify-content: center;
		overflow-x: hidden;
	}
	.pro-selec-img img {
		height: 314px;
		width: 85%;
	}
	#pro-selec-descrip {
		background: ;
		width: 100%;
		padding-left: 0px;
	}
	.talla{
		padding-left: 0px;
	}
}

#color h5{
	text-align: center;
	font-size: 18px
}
#color div{
	margin-left: 5px;
	width: 30px;
	height:30px;
}
#color div img{
	width: 100%;
	height:100%;
}
#talla div{

	border: 1px solid red;
	width: 30px
}



.cabeza-modal{
	padding: 5px;
}
.cabeza-modal h5{
	font-size:20px;
	padding-left: 20px
}




/** RESPONSIVE**/

@media(max-width: 1024px){
	#logo-csi {
		height: 43px;
	}	
	#barra-nav {
		display: flex;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		justify-content: space-between;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#barra-nav-iconos a {
		font-size: 15px;
	}	
	#barra-nav-iconos a i {
		font-size: 19px;
		color: #707B7C;
	}
}
@media(max-width: 768px){
	#logo-csi {
		height: 40px;
	}	
	#barra-nav {
		display: block;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		justify-content: space-between;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#caja-logo{
		display: flex;
		justify-content: center;
	}
	.input-group {
		padding-top: 10px;
		padding-left: 50px;
		padding-right: 50px
	}
	#barra-nav-iconos {
		padding-top: 10px;
		display: flex;
		justify-content: center;
		padding-bottom: 5px
	}

	.titulo-productos h4{
		font-size: 16px
	}
	.titulo-productos p{
		font-size: 13px
	}
	#seccion-carrito {
    display: block;
    justify-content: center;
}
	#carrito-productos {
    width: 100%;
}
#carrito-detalle-pedido {
	margin: 0px auto;
    background: #f8f9fa;
    width: 60%;
}
.detalle-productos h5 {
    font-size: 14px;
}
.carrito-seccion-productos{
	display: block;
}

.detalle-productos {
    width: 100%;
}
.producto-seleccionado-carrito img {
    height: 221px;
    width: 160px;
    margin-bottom: 14px
}



}
@media(max-width: 426px){
	#logo-csi {
		height: 45px;
	}	

	.input-group {
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 	0px
	}
	.titulo-tipo-tiendas  h5{
		color: #eeeeee;
		font-size: 15px;
		margin-left: 18px
	}
	.titulo-tiendas h3{
		font-size: 20px;

	}



	.logotipo-empresa{
		height: 100px
	}
	#redes-sociales nav a {
		color: black;
		font-size: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
		background: #eeeeee;
		padding-left: 4px;
	}
	.titulo-carrito{
		display: block;
		justify-content: center;
		text-align:center;
	}

	.titulo-carrito h5 {
		font-size: 14px;
	}
	.titulo-carrito h5 {
		font-size: 14px;
	}
	.titulo-carrito a {
		font-size: 14px;
	}
.login-sesion{
	display: block;
}
#iniciar-sesion {
    width: 100%;
    padding: 17px;
}
#crear-cuenta {
    width: 100%;
    padding: 17px;
}


}




