@font-face {
  font-family: "fuente";
  src: url("fuente.ttf");
}

html,
body {
  background-color: rgb(254,0,26);
  height: 100%;
  position: relative;
  z-index: -1000;
  scroll-behavior: smooth;
  font-family: "fuente";
}

.seccion_brand {
  position: fixed;
  top: 0;
  height: 10%;
  width: 100%;
  z-index: 1000;
}
.seccion_menu {
  position: fixed;
  top: 10%;
  height: 5%;
  width: 100%;
  z-index: 1000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.portada {
  position: absolute;
  top: 0%;
  width: 100%;
  /* background-image: url("a.jpg");
  background-size: cover; */
  height: 100%;
  filter: brightness(0.5);
  z-index: 500;
}
/* .portada2 {
  position: absolute;
  top: 0%;
  width: 100%;
  background-image: url("b.jpg");
  background-size: cover;
  height: 100%;
  filter: brightness(0.5);
  z-index: 501;
}

.portada3 {
  position: absolute;
  top: 0%;
  width: 100%;
  background-image: url("c.jpg");
  background-size: cover;
  height: 100%;
  filter: brightness(0.5);
  z-index: 502;
}

.portada4 {
  position: absolute;
  top: 0%;
  width: 100%;
  background-image: url("d.jpg");
  background-size: cover;
  height: 100%;
  filter: brightness(0.5);
  z-index: 503;
} */

.prompt {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 504;
  }

.menu ul {
  border: none;
}
.tabs li a {
  color: rgb(255, 255, 255);
}

.tabs li a:hover {
  color: rgb(254, 0, 26);
}
.menu_l{
  color: rgb(255,255,255);
  transition: 0.4s;
}
.menu_l:hover{
  color: rgb(254, 0, 26);
  
}


.catalogo {
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  /* background-image: url("portada_thin.jpg");
  background-size: cover; */

}
.contacto {
  position: absolute;
  background-color: rgb(254, 0, 26);
  top: 200%;
  width: 100%;
  height: 100%;
  z-index: 503;
}
.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 45px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 28px;
    z-index: 10000;
  }

  .whatsapp-icon {
    margin-top: 10px;
  }
  .barra_prod ul {
    border: none;
  }
  .barra_thin {

    height: 100%;
    width: 50%;
    background-image: url("Logo_Thincompact.png");
    background-size: cover;
    background-color: rgb(254,0,26);

  }

.logo_thin:hover{
    filter: brightness(0) saturate(100%) invert(25%) sepia(19%) saturate(5789%) hue-rotate(326deg) brightness(110%) contrast(107%);
}
.logo_burnish:hover{
    filter: brightness(0) saturate(100%) invert(28%) sepia(12%) saturate(4129%) hue-rotate(209deg) brightness(90%) contrast(90%)
}
.logo_pool:hover{
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(1956%) hue-rotate(177deg) brightness(99%) contrast(102%)
}
.logo_wash:hover{
    filter: brightness(0) saturate(100%) invert(44%) sepia(77%) saturate(398%) hue-rotate(98deg) brightness(93%) contrast(96%)
}1
.foreground-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 12000;
  }

  .background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
  }
  strong{
    color: white;
  }
  #cierra_thin:hover{
    cursor: pointer;
  }
  
  .over_thin{
    background-color: rgba(0,0,0,0.2);
    transition: 0.4s;
  }
  .over_thin:hover{
    background-color: rgba(0,0,0,0.4);
  }
  .button{
    border: 1px solid white;
  }
  #cboxOverlay{

      background: rgb(41,41,41);
  
  }
  .active.sld{

    filter: none;
    background-color: rgb(254,0,26);

  }
  .nactive.sld{

    filter: none;
    background-color: white;
    opacity: 1;

  }
  .over_mod{
    background-color: rgba(0,0,0,0.3);
    transition: 0.4s;
  }
  .over_mod:hover{
    background-color: rgba(0,0,0,0);
  }

  .model_text{
    opacity: 0;
    transition: 0.4s;
  }
  .model_text:hover{
    opacity: 1;
  }

  
  @media (min-aspect-ratio: 16/9) {
    .video-container iframe {
      /* height = 100 * (9 / 16) = 56.25 */
      height: 56.25vw;
    }
  }
      
  @media (max-aspect-ratio: 16/9) {
    .video-container iframe {
      /* width = 100 / (9 / 16) = 177.777777 */
      width: 177.78vh;
    }
  }

  .video-container{
    width: 100vw;
    height: 100vh;
  }
      
  iframe {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }