* {margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Luxurious Roman", serif;
color: #fff;
border-radius: 0;}

a {text-decoration: none;
overflow: hidden;}

h1 {font-size: 3rem;}

.cls-1 {stroke:#fff;
stroke-miterlimit:10;
stroke-width:2.5px;}

.filtro {height: 100%;
background-image: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 08));
bottom: 0;
opacity: 0;
position: relative;
z-index: 2;
transition: 0.4s;
display: flex;
align-items: center;
justify-content: center;}

textarea {resize: none;}

input:focus {outline: none;}

textarea:focus {outline: none;}





header {height: 40px;
background-color: #002d18;
display: flex;
flex-direction: row;
justify-content: end;
align-items: center;
padding: 0px 50px;}

.Extras {margin-left: 20px;
display: flex;
align-items: center;}

.Extras>svg {height: 15px;
fill: #fff;
display: inline-block;
margin-right: 5px;}

.Extras>h5 {display: inline-block;
color: #fff;
letter-spacing: 1px;
font-size: .6875rem;}





#ComputerMenu {height: 70px;
display: flex;
align-items: center;
position: sticky;
top: 0;
z-index: 1;
background-color: rgba(0, 0, 0, 0.3);
transition: 0.3s;
padding: 0px 50px;}

#CompMenuLeft {display: flex;
gap: 30px;
align-items: center;
width: 100%;}

.Name {font-family: "Luxurious Roman", serif;
font-weight: 500;
font-size: 1.7rem;
letter-spacing: 0.4rem;
font-style: normal;
font-stretch: ultra-expanded;
text-transform: uppercase;}

#CompMenuLeft>a {transition: 0.3s;
font-size: 0.8rem;
display: flex;
align-items: center;}

#CompMenuRight {display: flex;
justify-content: right;
align-items: center;
gap: 30px;}

.SearchBtn {background: none;
cursor: pointer;
all: unset;}

#SearchIcon { height: 15px;
fill: #fff;}

#AccountIcon { height: 15px;}

#HeartIcon { height: 18px;}

#BagIcon { height: 18px;}

#CompMenuRight>a>svg:hover {fill: #002d18;}

#ComputerMenu:hover {background-color: #fff;}

#ComputerMenu:hover .Name {color: #002d18;}

#ComputerMenu:hover >#CompMenuLeft>a {color: #002d18;}

#ComputerMenu:hover .cls-1 {stroke: #002d18;}

#ComputerMenu:hover #SearchIcon {fill: #002d18;}

#ComputerMenu:hover #HeartIcon>path {stroke: #002d18;}

#ComputerMenu:hover #BagIcon>g>path {stroke: #002d18;}


@media (max-width: 900px)
{
    #CompMenuLeft>.MenuLinks {display: none;}
    #HeartIcon {display: none;}
    #AccountIcon {display: none;}
    #CompMenuRight {gap: 0;}
    #SearchIcon {margin-right: 30px;}
}





.MainBanner {width: 100%;
height: calc(100vh - 40px);
position: relative;
top: -70px;
background-image: url(img/banner-1.png);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: end;}

.MainBannerContent {letter-spacing: 0.07em;
margin-left: 50px;}

.MainBannerContent>p {margin-top: 1em;
margin-bottom: 2em;}

.MainBannerContent>nav {display: flex;
align-items: start;
justify-content: center;
flex-wrap: wrap;
gap: 40px;}

.MainBannerContent>nav>a {border-bottom: 1px solid #fff;
letter-spacing: 0.07em;
text-transform: uppercase;
transition: 0.3s;}


@media (max-width: 660px)
{
    .MainBannerContent {text-align: center;
    margin-bottom: 50px;
    margin-left: 0;}
}

@media (min-width: 660px)
{
    .MainBannerContent>nav>a:hover {padding-bottom: 5px;}
    .MainBannerContent {position: absolute;
    top: calc(100vh - 235px);}
}





#SecondBanner {width: 100%;
height: calc(100vh - 40px);
position: relative;
top: -40px;
background-image: url(img/Banner-2.png);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;} 

#SecondBannerContent {letter-spacing: 0.07em;
text-align: center;}
    
#SecondBannerContent>p {margin-top: 1em;
margin-bottom: 2em;}
    
#SecondBannerContent>nav {flex-wrap: wrap;
gap: 30px;}

#SecondBannerContent>nav>a {border-bottom: 1px solid #fff;
letter-spacing: 0.07em;
text-transform: uppercase;
transition: 0.3s;}

#SecondBannerContent>nav>a:hover {padding-bottom: 5px;}





#ThirdBannerSpace {margin-bottom: 100px;
display: flex;
align-items: center;}
    
#ThirdBanner {display: inline-block;
width: 65%;
height: 90vh;
background-image: url(img/EFC8B442-8AE4-47DC-BF00-28A16268BB93.png);
background-position: top;
background-repeat: no-repeat;
background-size: cover;}
    
#ThirdBannerText {display: inline-block;
width: 30%;
padding: 50px;}
    
#ThirdBannerText>h1 {color: #041e3a;
margin-bottom: 20px;
font-size: 40px;
font-weight: 500;}
    
#ThirdBannerText>a {border-bottom: 1px solid #041e3a;
color: #041e3a;
letter-spacing: 0.07em;
font-size: larger;
text-transform: uppercase;
transition: 0.3s;}
        
#ThirdBannerText>a:hover {padding-bottom: 5px;}






#Products {margin: 0px 50px;
padding-bottom: 120px;}

#Products>h1 {color: black;
display: inline;}

#NavArrows {display: inline;
position: absolute;
right: 50px;}

#NavArrows>svg {height: 18px;
margin-right: 5px;
cursor: pointer;}

#Products>nav {margin-top: 30px;
display: flex;
justify-content: space-between;}

#Products>nav>div {border: 1px solid gainsboro;
width: 447px;
padding-bottom: 50px;}

#Products>nav>div>a>img {width: 445px;}

#Products>nav>div>a:hover {text-decoration: underline;}

#Products>nav>div>a>h3 {color: #041e3a;
margin-top: 20px;
margin-left: 10px;
display: inline-block;}

#ProductHeart {display: inline-block;
height: 22px;
cursor: pointer;}

#ProductHeart:hover{fill: #041e3a;}

#Products>nav>div>h5 {color: #041e3a;
margin: 10px;}

#Products>nav>div>p {color: #041e3a;
margin: 10px;
font-size: small;}





#BannerGrid {width: 100%;
height: 100vh;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;}

#BannerGrid>div {background-image: url(img/Fundo.jpeg);
position: relative;
background-position: top;
background-repeat: no-repeat;
background-size: cover;}

#BannerGrid>div>article {margin-left: 40px;
position: absolute;
top: 35vh;}

#BannerGrid>div>article>a {border-bottom: 1px solid #fff;
letter-spacing: 0.07em;
font-size: larger;
text-transform: uppercase;
transition: 0.3s;}

#BannerGrid>div>article>a:hover {padding-bottom: 5px;}





#FourthBannerSpace {margin: 90px 0px;
display: flex;
align-items: center;}

#FourthBanner {display: inline-block;
width: 65%;
height: 90vh;
background-image: url(img/Banner-3.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: cover;}

#FourthBannerText {display: inline-block;
width: 30%;
padding: 50px;}

#FourthBannerText>h1 {color: #041e3a;
margin-bottom: 20px;
font-size: 40px;
font-weight: 500;}

#FourthBannerText>a {border-bottom: 1px solid #041e3a;
color: #041e3a;
letter-spacing: 0.07em;
font-size: larger;
text-transform: uppercase;
transition: 0.3s;}
    
#FourthBannerText>a:hover {padding-bottom: 5px;}





footer {padding: 0px 50px;
border-top: 1px solid #041e3a;
display: grid;
grid-template-columns: repeat(4, 1fr);
}

footer>div {margin: 40px 0px;
border-left: 1px solid #041e3a;}

footer>div:first-child {border-left: 0px;}

.FooterDivContent {margin-left: 20px;
flex-grow: 2;}

.FooterDivContent>h2 {color: #041e3a;
margin-bottom: 20px;}

.FooterDivContent>ul>li {margin-bottom: 10px;
color: #002d18;
list-style: none;}

.FooterDivContent>ul>li>a {color: #041e3a;}

.FooterDivContent>p {color: #041e3a;
width: 100%;}

#Newsletter {font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #041e3a;
width: 250px;
margin-top: 20px;
height: 40px;
border: 1px solid #041e3a;}

.NewsletterBtn {height: 40px;
width: 80px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: #041e3a;
position: relative;
left: -5px;
cursor: pointer;
transition: 0.2s;}

.NewsletterBtn:hover {background-color: #062e58;}

#FooterEnd {height: 30px;
width: 100%;
background-color: #002d18;
color: aliceblue;
font-size: x-small;
display: flex;
align-items: center;
justify-content: center;}
    
#FooterName {width: 100%;
text-align: center;
margin-bottom: 30px;}
        
#FooterName>a>h1 {color: #002d18;}


@media (min-width: 1201px)
{
    #Newsletter {width: 80%;}
    .NewsletterBtn {width: 18%;}
}

@media (max-width: 1200px) and (min-width: 960px)
{
    footer {grid-template-columns: repeat(3, 1fr);}
    footer>div:last-child {grid-column-end: span 3;
    border: 0px;}
}

@media (max-width: 960px)
{
    footer {grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    padding: 0;}
    footer>div {grid-column-end: span 1;
    grid-row-end: span 1;
    margin: 0;
    padding: 30px 0px;
    border: 0px;
    border-bottom: 1px solid #041e3a;}
    #FooterName {margin-top: 30px;}
}





/*--------------------------------------------------------------------------------------*/





#AboutBanner {margin: 50px 100px;
height: 80vh;
background-image: url(img/77E8D4F9-9D0A-4188-B1A9-4444D6BBE9CD.png);
background-position: 0%;
background-repeat: no-repeat;
background-size: cover;}

#AboutTexto {padding: 0px 100px;}

#AboutTexto>h1 {color: #041e3a;}

#AboutTexto>p {margin: 40px;
color: #041e3a;}





/*--------------------------------------------------------------------------------------*/





#MainBProducts {background-image: url(img/Banner-P.png);}

#MainBProducts>article>nav {justify-content: left;}



#PageProducts {margin: 0px 50px;
padding-bottom: 120px;}
    
#PageProducts>h1 {color: black;
display: inline;}

.PageProductsNavs {display: inline-flex;
position: absolute;
right: 50px;}
    
.PageProductsNavs>a {color: #041e3a;
padding: 5px 8px;
margin-left: 5px;
border: 1px solid #041e3a;
cursor: pointer;
transition: 0.3s;}

.PageProductsNavs>a:hover {color: #fff;
background-color: #041e3a;}

#PagePN2 {display: inline-flex;
margin-top: 40px;
width: 100%;
justify-content: center;
right: 0;}
    
#PageProducts>nav {margin-top: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(432px, 1fr));
justify-items: center;
gap: 20px;}
    
#PageProducts>nav>div {border: 1px solid gainsboro;
width: 432px;
padding-bottom: 50px;}

#PageProducts>nav>div:hover .filtro {opacity: 1;}

.filtro>a {border: solid 1px #041e3a;
border-radius: 1.25rem;
padding: 10px;
color: #f2f3f5;
transition: 0.3s;}

.filtro>a:hover {background-color: #041e3a;}

#ProductImage {width: 430px;
height: 540px;
background-image: url(img/RalphLauren1.avif);
background-repeat: no-repeat;
background-position: center;
background-size: contain;}
    
#PageProducts>nav>div>a:hover {text-decoration: underline;}
    
#PageProducts>nav>div>a>h3 {color: #041e3a;
margin-top: 20px;
margin-left: 10px;
display: inline-block;}

#PageProducts>nav>div>h5 {color: #041e3a;
margin: 10px;}
    
#PageProducts>nav>div>p {color: #041e3a;
margin: 10px;
font-size: small;}


@media (max-width: 1451px)
{
    #PageProducts>nav {grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));}
    #PageProducts>nav>div {width: 332px;}
    #PageProducts>nav>div>a>img {width: 330px;}
    #ProductImage {width: 330px;
    height: 415px;}
}

@media (max-width: 1151px)
{
    #PageProducts>nav {grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));}
    #PageProducts>nav>div {width: 252px;}
    #PageProducts>nav>div>a>img {width: 250px;}
    #ProductImage {width: 250px;
    height: 314px;}
}





/*--------------------------------------------------------------------------------------*/





#SearchBar {margin: 70px 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;}

#SearchBar>input {font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #041e3a;
background-color: #f2f3f5;
width: 80%;
height: 40px;
border: 0px;
padding-left: 15px;
margin-bottom: 20px;}

#SearchBar>div>a {text-align: justify;
color: #041e3a;
margin-left: 20px;
border-bottom: 1px solid #041e3a;
letter-spacing: 0.07em;
text-transform: uppercase;
transition: 0.3s;
font-size: medium;}

#SearchBar>div>a:hover {padding-bottom: 5px;}





/*--------------------------------------------------------------------------------------*/





#ContactTitle {text-align: center;
color: #041e3a;
padding-top: 20px;}

#Contact {display: grid;
grid-template-columns: 1fr 2fr;
height: 75vh;}

#Contact>section {padding: 50px;}

#ContactLeft>div {padding: 30px 60px;
background-color: #f2f3f5;
margin-bottom: 20px;}

#ContactLeft>div>a {display: block;
color: #041e3a;
margin-bottom: 10px;}

#ContactLeft>ul>li {color: #041e3a;
margin: 20px;}

#ContactLeft>div:first-child>a {display: flex;
justify-content: center;}



#ContactRight>h2 {color: #041e3a;
margin-bottom: 20px;}

form>input {border: 1px solid #041e3a;
color: #041e3a;
padding: 5px;
display: block;
width: 80%;
height: 50px;
margin-bottom: 20px;}

form>textarea {border: 1px solid #041e3a;
color: #041e3a;
display: block;
padding: 5px;
width: 80%;
height: 100px;}

form>label {color: #041e3a;}

.ContactBtn {width: 20%;
margin-top: 20px;
background-color: #041e3a;
color: #fff;
cursor: pointer;
transition: 0.3s;}

.ContactBtn:hover {background-color: #062e58;}





/*--------------------------------------------------------------------------------------*/





#ProductContainer {display: flex;}

#ProductContainer>img {width: 50%;
padding-bottom: 100px;}

#ProductContainer>article {margin: 60px 90px;
display: inline-block;}

#ProductContainer>article>a {color: #041e3a;}

#ProductContainer>article>h1 {color: #041e3a;}

#ProductContainer>article>p {color: #041e3a;}

#ProductContainer>article>h3 { margin-top: 20px;
color: #041e3a;}

.productColor { width: 40px;
height: 40px;
margin-top: 10px;
display: inline-block;
border-radius: 5px;
cursor: pointer;}

.productColor:hover {border: 1px solid #fff;}

#PColor1 {background-color: #062e58;}

#PColor2 {background-color: #002d18;}

#PColor3 {background-color: rgb(104, 2, 2);}

.ProductSize {padding: 10px 20px;
margin-top: 10px;
margin-right: 10px;
display: inline-block;
border-radius: 5px;
text-align: center;
vertical-align: middle;
color: #041e3a;
border: 1px solid #041e3a;
transition: 0.3s;}

.ProductSize:hover {background-color: #041e3a;
color: #fff;}

#ProductContainer>article>button { margin: 30px 0px;
width: 80%;
height: 50px;
border-radius: 5px;
background-color: #041e3a;
cursor: pointer;}





/*--------------------------------------------------------------------------------------*/





#Cart {padding: 80px;}

#Cart>h1 {color: #041e3a;}



#CartItems>article {display: flex;
align-items: center;
margin-top: 50px;
border: 1px solid #041e3a;}

#CartItems>article>img {width: 15%;
display: block;}

.TrashArea {display: flex;
justify-content: end;
width: 100%;
margin-right: 80px;}

.TrashArea>svg {width: 50px;
fill: #041e3a;
cursor: pointer;}

#CartItems>article>div {margin-left: 50px;
width: 100%;}

.CartItemsInfo>h1 {color: #041e3a;
display: block;}

.CartItemsInfo>p {color: #041e3a;
display: block;}

#CartItems>article>div>h3 {color: #041e3a;
display: block;}



#CartButtons {width: 100%;
display: flex;
justify-content: center;
gap: 30px;}

#CartButtons>a {padding: 15px 150px;
background-color: #041e3a;
margin-bottom: 50px;}





/*--------------------------------------------------------------------------------------*/





#SinginFormContainer {background-image: url(img/Fundo.jpeg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
top: -70px;
padding-top: 100px;
height: 100vh;}

#SinginForm>h1 {margin: 30px 0;}

#SinginForm { width: 500px;
background-color: #f2f3f5;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 7, 2, 0.8);
text-align: center;}

#SinginForm>label {color: rgba(255, 255, 255, 0.6);}

#SinginForm>input {margin: 0 auto;
width: 50%;
margin-bottom: 30px;
background-color: rgba(255, 255, 255, 0.6);}

#signinFooter {position: relative;
top: -70px;}