@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;800&family=Montserrat:wght@200;400;500&family=Open+Sans:wght@300;400&display=swap');

/* font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif; 
font-family: 'Kanit', sans-serif;*/

* {
    padding: 0;
    margin: 0;
}

.top-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    background-color: black;
}

.top-nav h5 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: .7rem;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
}

nav img {
    max-width: 100px;
    padding-left: 60px;
}

.lista-nav {
    list-style: none;
    display: flex;
    gap: 30px;
    text-transform: capitalize;
}

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

.iconos-nav {
    font-size: 1.2rem;
    padding-right: 60px;
    cursor: pointer;
}

.fondo-main {
    width: 100%;
    height: 500px;
    background-image: url(../img/TheNorthFace-FIGT.gif);
    background-position: initial;
    background-size: cover;
}

.container-metodos {
    width: 80%;
    height: 16rem;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.247);
}

.metodos {
    text-align: center;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

.bordes {
    border-right: 1px solid #353535;
    border-left: 1px solid #353535;
    padding: 0 90px;
}

.metodos p {
    font-size: .9rem;
}

.metodos i {
    font-size: 1.7rem;
    padding: 10px 0;
    color: #353535;
}

/* NEW IN INICIO empiza*/

.newIn-Home h2 {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    margin-top: 50px;
}

.newContainer {
    margin-top: 50px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.card-newIn {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 330px;
    height: 500px;
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    line-height: 30px;
}

.card-newIn img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

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

.card-newIn a:hover {
    text-decoration: underline;
}

.precioCard {
    padding: 1px 3px;
    border: 1px solid rgba(0, 0, 0, 0.418);
    border-radius: 10px;
}

/* NEW IN INICIO termina*/

/* CAMPERA */

.campera {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.37);
    border-bottom: 1px solid rgba(0, 0, 0, 0.37);
}

.campera img {
    width: 400px;
    height: 600px;
}


.texto-publi {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.texto-publi h3 {
    font-size: 2rem;
}

.texto-publi h4 {
    font-size: 1rem;
}

.texto-publi a {
    color: #353535;
}

.texto-publi button {
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-radius: 50px;
    color: white;
    background-color: #353535;
    transition: .7s;
}

.texto-publi button:hover {
    transition: .7s;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}


/* CATEGORIAS */

.Catego-Container {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    color: white;
}

.card-Catego {
    width: 430px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 10px;
    background-position: center;
    background-size: cover;
}

.fondo1 {
    background-image: url(../img/camperaHome.jpg);
}

.fondo2 {
    background-image: url(../img/buzoHome.jpeg);
}

.fondo3 {
    background-image: url(../img/accesoriosHome.webp);
}

.card-Catego a {
    font-size: 1rem;
    letter-spacing: 0px;
    border-bottom: 2px solid white;
}

/* CATEGORIAS home termina*/


/* LOCALES home inicia*/
.locales,
.locales2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}

.imagen {
    width: 600px;
    height: 700px;
    background-image: url(../img/local1.jpg);
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-size: cover;
}

.locales-texto {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 40px;
}

.locales-texto h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #7f7f7d;
    letter-spacing: 10px;
}

.locales-texto a {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: #7f7f7d;
}

.locales-texto button {
    font-family: 'Montserrat', sans-serif;
    font-size: .6rem;
    color: #ffff;
    padding: 7px 10px;
    background-color: #000;
}

.imagen2 {
    background-image: url(../img/materiales.jpg);
}

/* LOCALES home termina*/

.frase {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin: 190px 0;
    cursor: pointer;
    transition: .5s;
}

.frase:hover {
    color: #7f7f7d;
    transition: .5s;
}

.texto-frase h3 {
    font-size: 3rem;
}

.texto-frase h4 {
    font-size: 1.5rem;
}


footer {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    color: black;
    line-height: 20px;
    padding: 20px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.logo-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px;
}

.logo-social img {
    width: 90px;
}

.social{
    font-size: 1.5rem;
    padding: 20px;
    border-top: 1px solid black;
}

.social a{
    font-size: 1.5rem;
}

footer div ul,
a {
    text-align: center;
    list-style: none;
    text-decoration: none;
    color: black;
    font-size: .8rem;
}

.copy {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
}

/* COMPRA */

.recuadro{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}   

.cuadraditos{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cuadraditos img{
    width: 120px;
    height: 150px;
    object-fit: cover;
}

.cuadrado{
    margin-left: 20px;
}

.cuadrado img{
    width: 500px;
    height: 600px;
    object-fit: cover;
}   

/*ventana compra inicia*/

.info-compras{
    width: 16rem;
    height: auto;
    margin-left: 10px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.info-compras h5{
    margin-bottom: 10px;
    text-decoration: underline;
}

.nombre-precio{
    line-height: 20px;
    margin-bottom: 40px;
}

.nombre-precio h6{
    font-size: 16px;
}

.precio p{
    font-size: 16px;
    font-weight: 500;
}

.precio h6{
    font-size: 12px;
}

/*talles*/

.container-talles h6{
    font-size: 14px;
    margin-bottom: 10px;
}

.talles {
    display: flex;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.talles span {
    display: inline-block;
    padding: 9px;
    border: 1px solid black;
    cursor: pointer;
    transition: all .6s;
}

.talles span:hover{
    background-color: #000;
    color: white;
    transition: all .6s;
}

.guia{
    font-weight: 450;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
}

/*boton agg carrito*/

.boton-comprar button{
    width: 100%;
    height: 40px;
    background-color: #000;
    border: none;
    color: white;
    margin-bottom: 20px;
}

.boton-comprar button a{
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}

/*Devolucion y metodos*/

.info-devoluciones {
    display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

/*ventana compra termina*/

/*Productos relacionados*/
.titulo-relacionados{
    text-align: center;
    margin-top: 170px;
    font-family: 'Montserrat', sans-serif;
}

.prod-relacionados{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 200px;
}

.card{
    width: 300px;
    height: 500px;
    display: flex;
    flex-direction: column ;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
}

.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 10px;
}

.card a{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.card p{
    color: #6e6969;
    font-weight: 800;
    font-size: 14px;
}