html {
  height: 100%;
  width: 100%;
}
body{
  background-color: black;
}
@font-face {
  font-family: fontA;
  src: url(LTPerfume-2.woff);
}

@font-face {
  font-family: fontCorpo;
  src: url(sansation_light.woff);
}

.text1{
  font-family: fontA;
  font-size: 14px;
}

h1{
  font-family: fontA;
}

p{
  font-family: fontCorpo;
}

a{
  font-family: fontCorpo;
}

.containerheader {
  position: relative;
}

.logo-image {
  width: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  z-index: 1000;
  height: auto;
  display: block;
  
  object-fit: contain;
  padding: 0;
}

.top {
  position: absolute;
  /* top: 100px; */
  top: -38px;
  left: 50%;
  font-size: 105pt;
  transform: translate(-50%, -50%);
  width: 65%;
  text-align: center;
  color: #121212;
  /*text-shadow: 4px 6px 10px #575757;*/
}

.top2 {
  position: absolute;
  /* top: 100px; */
  top: 10px;
  left: 12.25%;
  font-size: 105pt;
  transform: translate(-50%, -50%);
  width: 24%;
  text-align: center;
  color: #121212;
  /*text-shadow: 4px 6px 10px #575757;*/
}

.top3 {
  position: absolute;
  /* top: 100px; */
  top: -33px;
  left: 50%;
  font-size: 105pt;
  transform: translate(-50%, -50%);
  width: 53%;
  text-align: center;
  color: #121212;
  /*text-shadow: 4px 6px 10px #575757;*/
}



.bottom {
  position: relative;
  bottom: 90px;
  left: 49%;
  transform: translateX(-50%);
  font-size: 60pt;
  color: white;
  width: 100%;
  text-align: center;
}

.bottom-left {
  position: absolute;
  bottom: 50px;
  left: 7%;
  font-size: 13pt;
}

.brancoHeader{
  /*font-size: 0px;*/
  font-size: 14pt;
}

@media screen and (max-width: 1000px) {
  .top{
    font-size: 55pt;
    top: -15px;

  }

  .top2{
    font-size: 55pt;
    top: 20px;
    left: 12.5%

  }

  .top3{
    font-size: 55pt;
    top: -10px;
    left: 53%;

  }
  
  .bottom{
    font-size: 26px;
    bottom: 30px;
    left: 50%;
    
  }
  
  .bottom-left {
    position: absolute;
    bottom: -10px;
    font-size: 8pt;
  }
  
  .brancoHeader{
    font-size: 6px;
  }
}

.centerTxt {
  display: flex;
  text-align: justify;
  padding-left: 7%;
  padding-right: 7%;
  justify-content: center;
}

.header-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-shadow: 0px 5px 14px #383838;
  overflow: hidden;
  filter: blur(0px)
}

.aha1 {
  font-size: 8vw;
}

.aha2 {
  font-size: 17pt;
  margin-top: -5vw;
}

@media screen and (max-width: 1000px) {
  .aha2 {font-size: 3.75vw;
  margin-top: -1vw;
        }
  .aha1 {
    font-size: 12vw;
  }
}





.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  padding: 7%;
  max-width: 1200px;
  margin: 0 auto;
}

.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*Mobile Viewport*/
@media screen and (max-width: 1000px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 7%;
  }
  .image-grid img {
    height: 100%;
  }

  .image-grid img:last-child:nth-child(odd) {
    grid-column: 1 / span 2;
    width: 50%;
    margin: 0 auto;
  }
}


.image-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.image-grid2 img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 1000px) {
  .image-grid2 img {
    width:30%;}
  }


  /*IconFloat*/
  .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 4%;
  right: 0%;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg');
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1000px) {
  .float {
    width: 40px;
    height: 40px;
    bottom: 6%;
    right: 4%;
    background-size: 25px;
  }
}

.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 17%;
  right: 0%;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-image: url('https://static.vecteezy.com/system/resources/previews/042/387/654/non_2x/instagram-button-icon-set-instagram-screen-social-media-and-social-network-interface-template-stories-user-button-symbol-sign-logo-stories-liked-editorial-free-png.png');
  background-size: 156%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1000px) {
  .float2 {
    bottom: 13%;
    width: 40px;
    height: 40px;
    right: 4%;
  }
}

.zoom {
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.20); 
}

@media screen and (max-width: 1000px){
  .zoom:hover {
    transform: scale(1.35); 
  }
}