/* colores logo
#ed3237    rojo
#2905a1    azul
*/

@font-face {
    font-family: 'HighlandGothicFLF Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

.hidden {
    overflow: hidden;
}

* {
    user-select: none;
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #5c5c5c;
}

/**** ELEMENTO GENERALES */

.sombra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
}

.sombra.active {
    display: block;
}

.contenido {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.sombra-portada {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #25D366;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 50;
}

/**** NAV */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.25);
    z-index: 10;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

.nav.alt {
    box-shadow: 0px 0px 4px 2px #cecece;
    background: rgb(255, 255, 255);
}

.nav-logo img {
    height: 70px;
}

.nav-ops {
    width: 600px;
    display: none;
    justify-content: space-evenly;
}

.nav-ops.alt {
    display: flex;
}

.nav-op {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 200;
    color: #000000;
    cursor: pointer;
}

.nav-ham {
    display: none;
    font-size: 20px;
    color: #5b5b5b;
}

.nav-ham.alt {
    display: block;
}

.nav-ops-mob {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: rgba(255, 255, 255);
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
}

.nav-ops-mob.alt {
    right: 0;
}

.close-nav-ops-mob {
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ed1c22;
}

.nav-op-mob {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #5b5b5b;
}

/**** HOME */

.portada-home {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.portada-home img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flecha-portada-home {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 15px);
    width: 30px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.seccion-index {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.textos-index {
    width: 90%;
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
}

.titulo-index {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #ed3237;
}

.subtitulo-index {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #ed3237;
}


.texto-index {
    width: 100%;
    line-height: 28px;
    margin: 20px auto;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
}

.btn-index {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    background-color: #ed3237;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.logos-home {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.logo-home {
    margin: 10px auto;
}

.logo-home img {
    width: 120px;
}

.icon-home {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    cursor: pointer;
}

.bg-icon-home {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.text-icon-home {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/**** SWIPER */

.swiper-style {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    cursor: default;
    overflow: scroll hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0px;
    scrollbar-width: none;
    position: relative;
    z-index: 3;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}

@media (max-width: 500px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

.swiper-button-prev::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #5b5b5b;
}

.swiper-button-next::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #5b5b5b;
}

/**** FOOTER */

.footer {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .texto-footer {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
  }
  
  .somm-footer {
    font-size: 10px;
    font-family: 'HighlandGothicFLF Regular';
    cursor: pointer;
  }

/* CAROUSEL MARCAS */
.carousel {
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  
  .carousel-slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .carousel-list {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .carousel-item {
    width: 150px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .carousel-item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  
  .img-carousel {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .texto-carousel {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    font-size: 16px;
    text-align: center;
  }

  /* CONTACTO */

  /**** CONTACTO */

.mapa-contacto {
    width: 90%;
    max-width: 500px;
    height: 200px;
    margin: 10px auto;
}


.mapa-contacto iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contenedor-redes-contacto {
    width: 150px;
    height: auto;
    margin: 20px 0;
    display: flex;
}

.red-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.formulario-contacto {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-bottom: 70px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 500px) {
    .formulario-contacto {
        margin-bottom: 40px;
    }
}

.leyenda-formulario-contacto {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 6px;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    font-family: 'ElliotSans-Medium', sans-serif;
}

.campo-formulario-contacto {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 5px;
    border: none;
    outline: none;
    appearance: none;
    border: 1px solid #000;
    background-color: transparent;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.textarea-formulario-contacto {
    width: 90%;
    height: 164px;
    margin: 0 auto;
    border: none;
    outline: none;
    appearance: none;
    resize: none;
    border: 1px solid #000;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #000;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-formulario-contacto {
    position: absolute;
    bottom: 10px;
    right: 3%;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ed3237;
    font-family: 'ElliotSans-Medium', sans-serif;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #20ca28;
    z-index: 2;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
    display: flex;
}

.logo-panel-mensaje-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'ElliotSans-Medium', sans-serif;
}

.contenedor-flex {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.contenedor-wrap-reverse {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap-reverse;
}

/* @charset "utf-8"; */

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}
button {
  outline: none !important;
}

/* catalogos */

:root {
    --container-bg-color: #333;
    --left-bg-color: rgba(43, 43, 43, 0.8);
    --left-button-hover-color: #ed3237;
    --right-bg-color: rgba(43, 43, 43, 0.8);
    --right-button-hover-color: #2905a1;
    --hover-width: 75%;
    --other-width: 25%;
    --speed: 1000ms;
  }
  
  h1 {
    font-size: 4rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
  }
  
  .button {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2.2rem;
    padding-top: 0.8rem;
    width: 13rem;
    text-align: center;
    color: #fff;
    border: #fff solid 0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transform: translateX(-50%);
    font-family: 'Oswald', sans-serif;
  }
  
  .split.left .button:hover {
    background-color: var(--left-button-hover-color);
    border-color: var(--left-button-hover-color);
    color: #fff;
  }
  
  .split.right .button:hover {
    background-color: var(--right-button-hover-color);
    border-color: var(--right-button-hover-color);
    color: #fff;
  }
  
  .container {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--container-bg-color);
  }
  
  .split {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  
  .split.left {
    left:0;
    background: url('../img/home/servicios.png') center center no-repeat;
    background-size: cover;
  }
  
  .split.left:before {
    position:absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--left-bg-color);
  }
  
  .split.right {
    right:0;
    background: url('../img/home/refaccioneshome.png') center center no-repeat;
    background-size: cover;
  }
  
  .split.right:before {
    position:absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--right-bg-color);
  }
  
  .split.left, .split.right, .split.right:before, .split.left:before {
    transition: var(--speed) all ease-in-out;
  }
  
  .hover-left .left {
    width: var(--hover-width);
  }
  
  .hover-left .right {
    width: var(--other-width);
  }
  
  .hover-left .right:before {
    z-index: 2;
  }
  
  
  .hover-right .right {
    width: var(--hover-width);
  }
  
  .hover-right .left {
    width: var(--other-width);
  }
  
  .hover-right .left:before {
    z-index: 2;
  }
  
  @media(max-width: 800px) {
    h1 {
      font-size: 2rem;
    }
  
    .button {
      width: 12rem;
    }
  }
  
  @media(max-height: 700px) {
    .button {
      top: 70%;
    }
  }

  .portada-ventanas {
    width: 100%;
    height: 300px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sombra-portadas-ventanas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.titulo-seccion-ventanas {
    width: 90%;
    height: auto;
    margin: 50px auto;
    text-align: center;
    font-size: 30px;    
    font-family: 'ElliotSans-Medium', sans-serif;
    font-weight: bold;
    color: #606062;
    letter-spacing: 2px;
}

.texto-portada-ventanas {
    font-size: 50px;
    color: #fff;
    z-index: 2;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
}

@media (max-width: 500px) {
    .texto-portada-ventanas {
        font-size: 30px;
    }
}

/* SERVICIOS */

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
}

.service {
    height: 280px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px 15px 0 0;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service:hover {
    transform: translateY(-10px);
}

.service .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ed3237;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 15px 0 0;
}

.service h3 {
    margin-top: 50px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #000000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.service p {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    max-height: 150px;
    overflow-y: auto;
    text-align: justify;
    font-family: 'ElliotSans-Medium', sans-serif;
}


header {
    background-color: #333;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/**** NOSOTROS */

.elemento-seccion-nosotros {
    width: 90%;
    max-width: 310px;
    height: 350px;
    margin: 20px auto;
    position: relative;
    box-shadow: 0px 20px 20px #d6d6d6;
    border-radius: 5px;
    overflow-y: auto;
    display: flex;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .contenedor-textos-nosotros{
    width: 90%;
    height: auto;
    margin: 20px auto;
  }
  
  .titulo-seccion-nosotros {
    width: 100%;
    height: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #000;
    z-index: 2;
  }
  
  .icono-elemento-seccion-nosotros {
    width: 10%;
    height: 100%;
    text-align: center;
    background-color: #2905a1;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .icono-elemento-seccion-nosotros i{
    margin-top: 10px;
  }

  .texto-seccion-nosotros {
    width: 90%;
    height: auto;
    margin: 0px auto;
    text-align: left;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    z-index: 2;
  }

  .texto-seccion-nosotros-principal {
    width: 90%;
    height: auto;
    margin: 20px auto;
    text-align: justify;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    z-index: 2;
  }

  .seccion {
    width: 100%;
    height: auto;
    margin: 50px auto;
    position: relative;
  }
  
  .contenido-seccion {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
  }

  .textos-seccion {
    width: 90%;
    max-width: 600px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: 10px auto;
    z-index: 2;
  }
  
  .img-seccion {
    width: 90%;
    max-width: 600px;
    height: 320px;
    margin: 10px auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 20px 20px #d6d6d6;
  }
  
  .titulo-seccion {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    z-index: 2;
  }

  
.textos-seccion-productos {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  margin: 10px auto;
  z-index: 2;
}

.img-seccion-productos {
  width: 90%;
  max-width: 600px;
  height: 450px;
  margin: 10px auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.titulo-seccion-productos {
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #ed3237;
  z-index: 2;
}

.icono-elemento-seccion-productos {
  width: 100%;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  background-color: #ed3237;
  color: #fff;
  font-size: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.texto-seccion-productos {
  width: 100%;
  height: auto;
  margin: 20px auto;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #5b5b5b;
  z-index: 2;
}

.btn-seccion-productos {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background-color: #ed3237;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}

.elemento-seccion-productos {
  width: 90%;
  max-width: 420px;
  height: 250px;
  margin: 20px auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 20px 20px #d6d6d6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1);
}

.elemento-seccion-productos.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nombre-elemento-seccion-productos {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 150px);
  width: 300px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  background-color: #ed3237;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.btn-ver-productos{
  position: absolute;
  bottom: 60px;
  left: calc(30% - 60px);
  width: 120px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  background-color: #ed3237;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.btn-ver-catalogo{
  position: absolute;
  bottom: 60px;
  right: calc(30% - 60px);
  width: 120px;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  background-color: #ed3237;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 2;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.nombre-elemento-seccion-productos i {
  padding-left: 10px;
}

.nombre-elemento-seccion-productos.active {
  width: 40px;
  bottom: calc(100% - 40px);
  left: calc(50% - 20px);
}

.nombre-elemento-seccion-productos.active i {
  padding-left: 0;
}

.descripcion-elemento-seccion-productos {
  position: absolute;
  top: 400px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.80);
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.descripcion-elemento-seccion-productos.active {
  top: 0;
}

.texto-descripcion-elemento-seccion-productos {
  width: 90%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
}

/* PRODUCTOS */

.contenedor-producto {
  width: 315px;
  height: auto;
  margin: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  background-color: #fefefe;
  
  box-shadow: 0px 20px 20px #d6d6d6;
}

.img-producto {
  width: 100%;
  height: 244px;
  margin: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgb(165, 165, 165)00;
}

.nombre-producto {
  width: 180px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  background-color: #ed3237;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.linea-titulo{
  width: 100px;
  height: 3px;
  text-align: center;
  align-content: center;
  background-color: #ed3237;
  margin: 0 auto;
}

.desc-contacto {
  width: 90%;
  max-width: 1050px;
  margin: 30px auto;
  text-align: justify;
  font-size: 15px;
  line-height: normal;
  font-family: 'Oswald', sans-serif;
  color: #5b5b5b;
}

.textos-portada {
  position: absolute;
  right: 70px;
  bottom: 100px;
  width: 420px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.texto1-portada {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #2905a1;
  font-weight: bold;
}

.texto2-portada {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #ed3237;
}

.texto3-portada {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2905a1;
  font-weight: bold;
  font-style: italic;
}

@media (max-width:500px) {
  .textos-portada {
      position: absolute;
      right: 20px;
      bottom: 120px;
      width: 270px;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      z-index: 3;
  }

  .texto1-portada {
      font-size: 15px;
  }
  
  .texto2-portada {
      margin-top: 0;
      font-size: 18px;
  }

  .texto3-portada {
      margin-top: 10px;
      font-size: 12px;
  }
}

#buscadorCategorias {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 30px auto;
  display: block;
  padding: 10px 14px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #ed3237;
  border-radius: 8px;
  outline: none;
  transition: box-shadow 0.3s ease, border 0.3s ease;
  box-shadow: 0 0 8px rgba(237, 50, 55, 0.15);
}

#buscadorCategorias:focus {
  border-color: #ed3237;
  box-shadow: 0 0 12px rgba(237, 50, 55, 0.3);
}

/* NUEVA SECCION VIDEOS */
.contenedor-videos-doble {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.video-item {
    flex: 1;
    min-width: 300px; /* Evita que se vean muy pequeños en tablets */
    max-width: 580px;
    height: auto;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
}

.video-item video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9; /* Mantiene la proporción estándar */
    object-fit: cover;
}

@media (max-width: 768px) {
    .video-item {
        flex: 1 1 100%; /* En móviles ocupan todo el ancho */
        max-width: 100%;
    }
}

/* Ajustes para la portada con video */
.portada-ventanas {
    position: relative;
    overflow: hidden; /* Importante para que el video no se salga */
}

.video-portada {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1; /* Por detrás de la sombra y el texto */
    transform: translate(-50%, -50%);
    object-fit: cover; /* Hace que el video se comporte como background-size: cover */
}

/* Aseguramos que los elementos actuales estén sobre el video */
.sombra-portadas-ventanas {
    z-index: 2;
}

.texto-portada-ventanas {
    z-index: 3;
    position: relative; /* Para que el z-index funcione */
}

/* FONDO OSCURO DEL POPUP */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente oscuro */
    z-index: 9999; /* Muy alto para estar encima de todo, incluso el menú */
    display: none; /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px); /* Efecto borroso en el fondo (moderno) */
}

/* CAJA DEL POPUP */
.popup-content {
    width: 90%;
    max-width: 400px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    border-top: 5px solid #ed3237; /* Detalle de marca rojo arriba */
    
    /* Animación de entrada */
    animation: popupFadeIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* BOTÓN DE CERRAR (X) */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    transition: 0.3s;
    line-height: 20px;
}

.popup-close:hover {
    color: #ed3237;
}

/* ICONO SUPERIOR */
.popup-icon {
    font-size: 50px;
    color: #ed3237;
    margin-bottom: 15px;
}

/* TITULO */
.popup-titulo {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2905a1; /* Azul corporativo */
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* TEXTO */
.popup-texto {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.popup-texto strong {
    color: #ed3237; /* Resaltar "servicio urgente" en rojo */
}

/* CONTENEDOR DE BOTONES */
.popup-botones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ESTILO GENERAL BOTONES */
.btn-popup {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    transition: transform 0.2s;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box; /* Para que el padding no afecte el ancho */
}

.btn-popup:hover {
    transform: translateY(-2px); /* Pequeño efecto de elevación */
}

/* COLOR WHATSAPP */
.btn-wa {
    background-color: #25D366;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

/* COLOR TELEFONO */
.btn-tel {
    background-color: #2905a1;
    box-shadow: 0 4px 10px rgba(41, 5, 161, 0.3);
}

/* ANIMACION KEYFRAMES */
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}