/* grey #e6e6e6 1 background

xs <576px
sm ≥576px
md ≥768px
lg ≥992px
xl ≥1200px
xxl ≥1400px

*/
:root {
    --bggrey: #e6e6e6;
}
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');*/

@font-face {
  font-family: 'Open Sans';
  src: url('../assets/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../assets/fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: darkgrey;
    color: black;
    font-size: 16px;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
}

h1 {  font-size: 4rem;}
h2 {  font-size: 3.5rem;}
h3 {  font-size: 3rem;}
h4 {  font-size: 2.5rem;}
h5 {  font-size: 2rem;}
h6 {  font-size: 1.5rem;}
p {  font-size: 1rem;}

header{
  background-color: var(--bggrey);
  padding-top: 40px;
}
header .navbar{
  padding: 0;
}
header .we-container{
  background-color: rgba(230, 230, 230, 0.9);
  padding-top: 20px;
  padding-bottom: 10px;
}
header .we-btn{
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

header .navbar-brand img{
  max-height:25px;
  height: auto;
}
header .nav-item{
  /*border: 1px solid red;*/
  padding: 7px 10px 0 10px;
}

#confirmation{
  background-color: white;
  padding-top: 100px;
  text-align: center;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  #confirmation h1{
    font-size: 2.5rem;
  }
}
#textile-design {
  background-image: url('../img/back-home-textile-design.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--bggrey);
  min-height: 600px;
}


#textile-design .we-box{
  margin-top: 400px;
  margin-left: 25%;
  margin-right: 35%;
  padding-bottom: 20px;
}
#textile-design .we-text{
  font-size: 16px;
  margin-bottom: 20px;
}
#textile-design a.we-btn{
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 1200px) {
  #textile-design{
      min-height: 450px;
  }
  
  #textile-design .we-box{
      margin-top: 320px;
      margin-left: 22%;
      margin-right: 30%;
  }
  #textile-design .we-text{
      font-size: 14px;
  }
}
@media (max-width: 992px) {
  #textile-design{
      min-height: 400px;
  }

  #textile-design .we-box{
      margin-top: 260px;
      margin-left: 25%;
      margin-right: 30%;
  }
}
@media (max-width: 768px) {
  #textile-design{
    background-image: url('../img/back-home-textile-design640.png');
  }

  #textile-design .we-box{
      margin-top: 200px;
      margin-left: 25%;
      margin-right: 30%;
  }
}
/* */
#say-hello {
  background-color: white;
  padding: 60px;
}
#say-hello .borderTop{
  border-top: 1px solid #333;
  
}
#say-hello .we-text{
  font-size: 14px;
}

#say-hello .we-extra{
  margin:20px;
}
#say-hello .we-extra-col-1{
  text-align: end;
}
#say-hello .we-extra-col-2{
  text-align: left;
}
#say-hello .detail{
  font-size: 0.8rem;
  font-weight: bolder;
}

@media (max-width: 768px) {
  #say-hello {
    padding: 30px;
  }

  #say-hello .we-extra-col-1{
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center;
  }
  #say-hello .we-extra-col-2{
    text-align: center;
  }
}
/* Estilos para el div oculto */
#say-hello .hide {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-top:40px;
}
#btnToOpen, #btnToClose, #btnToArrow,#btnToUp{
  width: 60px;
  height: 60px;
  margin: 20px;
}
/* SHOP ACCESS */
#shop-access {
  background-color: white;
  padding: 80px;
  text-align: center;
}
#shop-access .we-box{
  text-align: center;
}

#shop-access h1{
  font-size: 8rem;
  font-weight: 200;
  padding-bottom: 4rem;
  padding-left: 12rem;
  line-height: 2rem;
  
}
#shop-access a.we-btn{
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
@media (max-width: 768px) {
  #shop-access h1{
    padding-left: 0;
  }
}
/* SHOP FORM */

#shop-form {
  background-color: black;
  color: white;
  padding: 80px;
  text-align: center;
}
#shop-form.hide {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#shop-form input{
  width: 100%;
  background-color: black;
  color:white;
  border: 0;
  border-bottom: 1px solid white;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#shop-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); /* Cambia el color del sombreado al seleccionar */
}
#shop-form .we-btn{
  margin-top: 20px;
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 150px;
  background-color: white;
  color: black;
  border: 0;
}
#shop-form .we-btn:hover{
  background-color: #eee;
}
#shop-form .register-image{
  display: inline;
}
@media (max-width: 768px) {
  #shop-form {
  padding: 30px;
  }
  #shop-form .register-image{
    display: none;
  }
}


/* NEW ARRIVALS */
#new-arrivals {
  background-color: white;
  padding: 80px 40px 80px 40px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
#new-arrivals .we-box{
  text-align: right;
}
#new-arrivals h4{
  line-height: 1rem;
}
#new-arrivals .we-prods .col{
  margin: 3px;
  padding: 2px;
}
#new-arrivals .we-prods img{
  margin-bottom: 25px;

}

/* THEY TRUST US*/
#they-trust {
  background-color: white;
  padding: 20px;
}
#they-trust img{
  padding: 5px;
}

@media (max-width: 768px) {
  #they-trust {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* CONTACT */
#contact-us {
  background-color: white;
  padding: 80px;
}
#contact-us h3{
  line-height: 90%;
}
#contact input, #contact textarea{
  width: 100%;
  border: 0;
  border-bottom: 1px solid gray;
  font-size: 0.9rem;
}
#contact .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(100, 100, 100, 0.25); /* Cambia el color del sombreado al seleccionar */
}
#contact .we-btn{
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 150px;
}
@media (max-width: 768px) {
  #contact-us {
    padding: 20px;
  }
}
/* footer */
footer {
  background-color: black;
  color:white;
  padding: 80px 40px 80px 40px;
  min-height: 500px;
}
footer a{
  color:lightslategray;
}
footer a:hover{
  color:white;
}
footer .iso-white{
  max-height: 70px;
}

footer h1{
  font-size: 8vw;
  line-height: 80%;
  padding-left: 3vw;
  white-space: nowrap;
}
footer h2{
  font-size: 6vw;
  line-height: 80%;
  white-space: nowrap;
}
footer .copy{
  text-align: end;
  font-size: 0.8rem;
}
footer .follow a{
  padding: 0 5px 0 5px;
}
@media (max-width: 768px) {
  footer {
    padding: 20px;

  }
  footer .logo,
  footer .address,
  footer .mininav {
    text-align: center;
    padding: 10px;
  }
  footer .iso-white{
    max-height: 200px;
  }
  footer h1{
    font-size: 4rem;
    text-align: center;
    padding-left: 0;
  }
  footer h2{
    font-size: 3rem;
    text-align: center;
  }
  footer .follow, footer .copy{
    text-align: center;
    margin-bottom: 20px;
  }

}