@charset "UTF-8";
/********************
* Columnas
********************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,800&display=swap");
[class*='column-'] {
  float: left;
  padding: 0.8em;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 300px) {
  .column-1 {
    width: 8.3333333333%;
  }

  .column-2 {
    width: 16.6666666667%;
  }

  .column-3 {
    width: 25%;
  }

  .column-4 {
    width: 33.3333333333%;
  }

  .column-5 {
    width: 41.6666666667%;
  }

  .column-6 {
    width: 50%;
  }

  .column-7 {
    width: 58.3333333333%;
  }

  .column-8 {
    width: 66.6666666667%;
  }

  .column-9 {
    width: 75%;
  }

  .column-10 {
    width: 83.3333333333%;
  }

  .column-11 {
    width: 91.6666666667%;
  }

  .column-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .column-m-1 {
    width: 8.3333333333%;
  }

  .column-m-2 {
    width: 16.6666666667%;
  }

  .column-m-3 {
    width: 25%;
  }

  .column-m-4 {
    width: 33.3333333333%;
  }

  .column-m-5 {
    width: 41.6666666667%;
  }

  .column-m-6 {
    width: 50%;
  }

  .column-m-7 {
    width: 58.3333333333%;
  }

  .column-m-8 {
    width: 66.6666666667%;
  }

  .column-m-9 {
    width: 75%;
  }

  .column-m-10 {
    width: 83.3333333333%;
  }

  .column-m-11 {
    width: 91.6666666667%;
  }

  .column-m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .column-l-1 {
    width: 8.3333333333%;
  }

  .column-l-2 {
    width: 16.6666666667%;
  }

  .column-l-3 {
    width: 25%;
  }

  .column-l-4 {
    width: 33.3333333333%;
  }

  .column-l-5 {
    width: 41.6666666667%;
  }

  .column-l-6 {
    width: 50%;
  }

  .column-l-7 {
    width: 58.3333333333%;
  }

  .column-l-8 {
    width: 66.6666666667%;
  }

  .column-l-9 {
    width: 75%;
  }

  .column-l-10 {
    width: 83.3333333333%;
  }

  .column-l-11 {
    width: 91.6666666667%;
  }

  .column-l-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .column-xl-1 {
    width: 8.3333333333%;
  }

  .column-xl-2 {
    width: 16.6666666667%;
  }

  .column-xl-3 {
    width: 25%;
  }

  .column-xl-4 {
    width: 33.3333333333%;
  }

  .column-xl-5 {
    width: 41.6666666667%;
  }

  .column-xl-6 {
    width: 50%;
  }

  .column-xl-7 {
    width: 58.3333333333%;
  }

  .column-xl-8 {
    width: 66.6666666667%;
  }

  .column-xl-9 {
    width: 75%;
  }

  .column-xl-10 {
    width: 83.3333333333%;
  }

  .column-xl-11 {
    width: 91.6666666667%;
  }

  .column-xl-12 {
    width: 100%;
  }
}
/********************
* Fila
********************/
.fila {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/********************
* Contenido
********************/
.contenido {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 576px) {
  .contenido {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contenido {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .contenido {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contenido {
    max-width: 1140px;
  }
}

.contenido-amplio {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contenido-it {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 576px) {
  .contenido-it {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contenido-it {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .contenido-it {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contenido-it {
    max-width: 1300px;
  }
}
@media (min-width: 1920px) {
  .contenido-it {
    max-width: 1600px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.desktop {
  display: block;
}
@media only screen and (max-width: 576px) {
  .desktop {
    display: none;
  }
}

.movil {
  display: none;
}
@media only screen and (max-width: 576px) {
  .movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*************

Header

*****************/
.logotipo {
  height: 60px;
  width: auto;
}

/*************

Colores

*****************/
.color-blanco {
  color: #fff;
}

.color-primario {
  color: #11192D;
}

.color-secundario {
  color: #98D7D8;
}

.color-gris {
  color: #A2A7A7;
}

.color-gris-oscuro {
  color: #606060;
}

@media only screen and (max-width: 768px) {
  .color-primario-responsive-h2 {
    color: #fff !important;
  }
}

/*************

Backgrpund Color

*****************/
.background-primario {
  background-color: #11192D;
}

.background-gris-oscuro {
  background-color: #606060;
}

.background-blanco {
  background-color: #fff;
}

/*************

Background image

*****************/
.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-slide-uno {
  background-image: url(../images/background-slider-uno.jpg);
}

.background-slide-dos {
  background-image: url(../images/background-slider-dos.jpg);
}

.background-slide-tres {
  background-image: url(../images/background-slider-tres.jpg);
}

.background-slide-cuatro {
  background-image: url(../images/background-slider-cuatro.jpg);
}

.background-slide-cinco {
  background-image: url(../images/background-slider-cinco.jpg);
}

.background-slide-seis {
  background-image: url(../images/background-slider-seis.jpg);
}

.background-slide-siete {
  background-image: url(../images/background-slider-siete.jpg);
}

.background-productos {
  background-image: url(../images/background-inicio-slider-productos-min.png);
}
@media only screen and (max-width: 576px) {
  .background-productos {
    background-image: none;
    background-color: #000;
  }
}

.background-footer {
  /*background-image: url(../images/background-footer.jpg);*/
  background-color: #606060;
}

.background-nosotros {
  background-image: url(../images/background-nosotros.jpg);
}
@media only screen and (max-width: 576px) {
  .background-nosotros {
    background-position: 75%;
  }
}

.background-diseno-confort {
  background-image: url(../images/background-diseno-confort.jpg);
}
@media only screen and (max-width: 576px) {
  .background-diseno-confort {
    background-position: 30%;
  }
}

.background-seguridad-herrajes {
  background-image: url(../images/background-seguridad-herrajes.jpg);
}

.background-cristales-inteligentes {
  background-image: url(../images/background-cristales-inteligentes.jpg);
}
@media only screen and (max-width: 576px) {
  .background-cristales-inteligentes {
    background-position: 20%;
  }
}

.background-productos-gris {
  /*background-image: url(../images/background-producto-ventanas-abatibles-min.jpg);*/
  /*background-color: $color-blanco;*/
  background: -webkit-gradient(linear, left top, right top, from(#e7eef2), to(#fafcfd));
  background: linear-gradient(to right, #e7eef2 0%, #fafcfd 100%);
}

.background-productos-perta-pvc {
  /*background-image: url(../images/background-producto-ventanas-abatibles-min.jpg);*/
  /*background-color: $color-blanco;*/
  background: -webkit-gradient(linear, left top, right top, from(#e7eef2), to(#fafcfd));
  background: linear-gradient(to right, #e7eef2 0%, #fafcfd 100%);
}

.background-contacto {
  background-image: url(../images/background-contacto-min.jpg);
}
@media only screen and (max-width: 576px) {
  .background-contacto {
    background-position: 20%;
  }
}

.background-sgg-evo-duo {
  background-image: url(../images/sgg-evo-duo-min.jpg);
}

/*Gama de colores para ventanas*/
.background-color-ventana-golden {
  background-image: url(../images/Golden-estandar.jpeg);
  height: 100px;
  position: relative;
  z-index: -1;
}
.background-color-ventana-golden:hover::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.background-color-ventana-golden h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 1;
}

/*************

Botones

*****************/
.btn {
  padding: 5px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid;
  cursor: pointer;
}
.btn:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.29);
          box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.29);
}

.btn-contacto {
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-contacto:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.29);
          box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.29);
}

/*************

Titulos

*****************/
.titulo-paginas-header {
  font-size: 40px;
  font-weight: 900;
  margin-top: 50px;
}

/*************

Slider Header

*****************/
.titulo-slider {
  color: #fff;
  font-size: 60px;
  width: 65%;
  font-weight: 900;
}
@media only screen and (max-width: 992px) {
  .titulo-slider {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .titulo-slider {
    font-size: 40px;
    width: 100%;
  }
}

/*************

Tarjetas de productos

*****************/
.cards-productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 0;
  margin: 0 auto;
  overflow: hidden;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-productos-item {
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border: 15px solid transparent;
  height: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-productos-item:hover {
  border: 15px solid rgba(255, 255, 255, 0.3);
}
.cards-productos-item a {
  text-decoration: none;
  color: #fff;
}
.cards-productos-item a img {
  width: 120px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .cards-productos-item {
    border: 1px solid #fff;
  }
  .cards-productos-item:hover {
    border: 1px solid #A2A7A7;
  }
}

/*************

Estilos de secciones

*****************/
.secciones {
  padding: 100px 0;
}
@media only screen and (max-width: 576px) {
  .secciones {
    padding: 60px 0;
  }
}

.secciones-small {
  padding: 60px 0;
}
@media only screen and (max-width: 576px) {
  .secciones-small {
    padding: 40px 0;
  }
}

.titulo-secciones {
  font-weight: 700;
  padding-bottom: 30px;
  font-size: 30px;
}

.titulo-small-secciones {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 25px;
}

.titulo-xsmall-secciones {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
}

.textos {
  font-size: 16px;
  padding-bottom: 20px;
}

.titulo-seccion-verde {
  text-align: center;
}

.textos-seccion-verde {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .textos-seccion-verde {
    text-align: justify;
  }
}

@media only screen and (max-width: 768px) {
  .flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.links-secciones {
  text-decoration: none;
}
.links-secciones:hover {
  color: #98D7D8;
}

/*************

Beneficios - diseo y confort

*****************/
.titulo-border-left {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 576px) {
  .titulo-border-left {
    margin-bottom: 20px;
  }
}

.titulo-border-left h3 {
  padding: 20px;
  border: 15px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 576px) {
  .titulo-border-left h3 {
    padding-bottom: 20px;
    padding-right: 20px;
  }
}

.texto-right-left-slider-secciones {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .texto-right-left-slider-secciones {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .texto-right-left-slider-secciones {
    padding-top: 20px;
  }
}

.titulo-border-right {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 576px) {
  .titulo-border-right {
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.titulo-border-right h3 {
  padding: 20px;
  border: 15px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 576px) {
  .titulo-border-right h3 {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

/*************

Footer

*****************/
footer {
  padding: 50px 0;
}

.redes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  margin-top: 25px;
}

.redes-footer i {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #fff;
}
.redes-footer i:hover {
  color: #98D7D8;
  border: 1px solid #98D7D8;
}

.redes-footer a {
  text-decoration: none;
}

.avisos-links-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .avisos-links-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .avisos-links-footer {
    margin-top: 50px;
  }
}

.avisos-links-footer a {
  text-decoration: none;
}
.avisos-links-footer a:hover {
  color: #98D7D8;
}

/*************

Estilos para paginas en general

*****************/
.header-paginas {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.header-paginas-cristales-inteligentes {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sgg-evo-duo {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-info-cri-int {
  background-color: #fff;
  padding: 30px 60px;
}
@media only screen and (max-width: 576px) {
  .card-info-cri-int {
    padding: 30px 10px;
  }
}

.beneficios {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.beneficios li {
  width: calc(50% - 6px);
  margin-right: 6px;
  margin-bottom: 18px;
  min-height: 62px;
  float: left;
  list-style: none;
}

.img-beneficio {
  width: 60px;
  float: left;
}
.img-beneficio img {
  display: block;
  width: 100%;
  height: auto;
}

.nombre-beneficio {
  width: calc(100% - 70px);
  padding: 12px 0 8px 10px;
  display: inline-block;
  line-height: 1;
  max-height: 50px;
  overflow: hidden;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}
@media only screen and (max-width: 576px) {
  .nombre-beneficio {
    max-height: 60px;
  }
}

.contenedor-tabla {
  overflow: scroll;
  width: 100%;
}
.contenedor-tabla .tabla {
  width: 100%;
  border-collapse: collapse;
}
.contenedor-tabla .tabla th {
  padding: 10px;
  background-color: #A2A7A7;
  border: 1px solid #fff;
  color: #fff;
}
.contenedor-tabla .tabla td {
  text-align: center;
  border: 1px solid #A2A7A7;
}

/*************

Nosotros

*****************/
@media only screen and (max-width: 576px) {
  .textos-nosotros {
    text-align: justify;
  }
}

/*************

Paginas Productos

*****************/
.seccion-paginas-productos-con-imagen {
  height: 700px;
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seccion-paginas-productos-sin-imagen {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.titulo-header-producto-ventanas-pvc {
  text-align: center;
  margin-bottom: 10px;
}

.texto-descripcion-header-producto-ventanas-pvc {
  text-align: center;
  margin-bottom: 40px;
}

.contenedor-formas-apertura-ventana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
  .contenedor-formas-apertura-ventana {
    gap: 20px;
  }
}
.contenedor-formas-apertura-ventana .item-formas-apertura-ventana {
  width: 200px;
}
@media only screen and (max-width: 576px) {
  .contenedor-formas-apertura-ventana .item-formas-apertura-ventana {
    width: 100%;
  }
}
.contenedor-formas-apertura-ventana img {
  display: block;
  margin: auto;
  width: 120px !important;
  height: 120px !important;
}
@media only screen and (max-width: 576px) {
  .contenedor-formas-apertura-ventana img {
    width: 85px;
  }
}
.contenedor-formas-apertura-ventana .titulo-imagenes-formas-apertura {
  text-align: center;
  padding-top: 10px;
}
@media only screen and (max-width: 576px) {
  .contenedor-formas-apertura-ventana .titulo-imagenes-formas-apertura {
    font-size: 12px;
  }
}

.arrow-bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arrow-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #11192D;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 22px;
}
.arrow-bottom i {
  margin-top: 5px;
}

/**********************

Prestaciones tecnicas // Producto ventanas pvc

**********************/
.titulo-prestaciones-tecnicas {
  text-align: center;
}

.descripcion-prestaciones-tecnicas {
  text-align: center;
}

.prestaciones-tecnicas-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item__icon-uno {
  background-image: url(../images/icon-security-badge.svg);
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item__icon-dos {
  background-image: url(../images/icon-aislamiento.svg);
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item__icon-tres {
  background-image: url(../images/icon-reduccion-acustica.svg);
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item__icon-cuatro {
  background-image: url(../images/icon-permeabilidad-del-aire.svg);
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item__icon-cinco {
  background-image: url(../images/icon-estanqueidad-del-agua.svg);
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item__icon-seis {
  background-image: url(../images/icon-resistencia-al-viento.svg);
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}
.prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item-descripcion {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  border: 1px solid #A2A7A7;
  padding: 0 15px;
  border-left: none;
  margin-bottom: -1px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .prestaciones-tecnicas-content .prestaciones-tecnicas-item a .prestaciones-tecnicas-item-descripcion {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .tab-producto-ventanas-modif {
    gap: 25px !important;
  }
}
.tab-producto-ventanas-modif button {
  border-bottom: 2px solid transparent !important;
  padding-bottom: 5px;
}
.tab-producto-ventanas-modif button.active {
  border-bottom: 2px solid #000 !important;
  padding-bottom: 5px;
}

.titulo-tabs-modif {
  text-transform: capitalize !important;
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  .titulo-tabs-modif {
    text-align: center !important;
    text-transform: capitalize !important;
    padding: 5px;
  }
}

/*Gama de colores*/
.titulo-gama-colores {
  text-align: center;
}

.contenedor-gama-colores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.contenedor-gama-colores img {
  width: 100%;
  height: auto;
}
.contenedor-gama-colores .capa {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contenedor-gama-colores .capa:hover {
  opacity: 1;
}
.contenedor-gama-colores .capa h3 {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .contenedor-gama-colores .capa h3 {
    font-size: 11px;
  }
}

.titulo-secundario-gama-colores {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
}

/****************
Swiper ventanas
*****************/
.swiper-contenedor-ventanas {
  position: relative;
  padding: 0 50px;
}

.ventanas-abatibles {
  padding-left: 15px;
  padding-right: 15px;
}

.swiper-next-prod {
  color: #606060 !important;
}

.swiper-prev-prod {
  color: #606060 !important;
}

.snp-movil {
  display: none !important;
}
@media only screen and (max-width: 576px) {
  .snp-movil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.spp-movil {
  display: none !important;
}
@media only screen and (max-width: 576px) {
  .spp-movil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.card-slider-ventana span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}

/****************

Swiper Slider ventanas

*****************/
.swiper-slide-contenedor-ventanas {
  position: relative;
  /*padding: 0 50px;*/
  margin-bottom: 50px;
}

.swiper-slide2 img {
  height: auto !important;
  width: 100% !important;
}

.swiper-paginacion-slide-imagenes-ventanas {
  bottom: -16px !important;
}
.swiper-paginacion-slide-imagenes-ventanas .swiper-pagination-bullet-active {
  background-color: #000;
}

/****************

Swiper Slider secciones

*****************/
.swiper-slide-contenedor-secciones {
  position: relative;
  /*padding: 0 50px;*/
}

.swiper-padding-left {
  padding-left: 40px;
}
@media only screen and (max-width: 576px) {
  .swiper-padding-left {
    padding-left: 0;
  }
}

.swiper-padding-right {
  padding-right: 40px;
}
@media only screen and (max-width: 576px) {
  .swiper-padding-right {
    padding-right: 0;
  }
}

.swiper-paginacion-slide-imagenes-secciones {
  bottom: -16px !important;
}
.swiper-paginacion-slide-imagenes-secciones .swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-paginacion-left {
  text-align: left !important;
  padding-left: 40px;
}
@media only screen and (max-width: 576px) {
  .swiper-paginacion-left {
    padding-left: 0;
  }
}

.swiper-paginacion-right {
  text-align: right !important;
  padding-right: 40px;
}
@media only screen and (max-width: 576px) {
  .swiper-paginacion-right {
    padding-right: 0;
  }
}

/*********************

Esquemas de apertura ventanas

*****************/
.esquemas-apertura-ventanas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}

.esquemas-apertura-ventanas__items {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .esquemas-apertura-ventanas__items {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}
.esquemas-apertura-ventanas__items img {
  max-width: 95%;
  max-height: 100%;
}

/*********************

PopUP Prestaciones tecnicas

*****************/
.card-tecnicas {
  border: 1px solid #fff;
  padding: 10px 30px;
  background-color: #fff;
}
.card-tecnicas .card-tecnicas__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #A2A7A7;
  padding-bottom: 10px;
  padding-top: 10px;
}
.card-tecnicas .card-tecnicas__header img {
  padding-right: 20px;
}
.card-tecnicas .card-tecnicas__header h3 {
  font-weight: 600;
  font-size: 20px;
}
.card-tecnicas .card-tecnicas__body {
  padding: 50px 0px;
  position: relative;
}
.card-tecnicas .card-tecnicas__body .tecni-bar {
  width: 100%;
  height: 0.3rem;
  position: relative;
  background-color: #cce3ea;
  border-radius: 2px;
  border-radius: 0.5rem;
}
.card-tecnicas .card-tecnicas__body .tecni-bar .tecni-bar__color {
  border-radius: 0.5rem;
  width: 50%;
  background-color: #007197;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.card-tecnicas .card-tecnicas__body .tecni__max {
  position: absolute;
  font-size: 12px;
  color: #007197;
  letter-spacing: 0;
  text-align: left;
  line-height: 1rem;
  top: 5px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-color: #fff;
}
.card-tecnicas .card-tecnicas__body .tecni__max .tecni__max-in {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card-tecnicas .card-tecnicas__body .tecni__max .tecni__max-in::after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: url(../images/dashed-line.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -2rem;
  z-index: 2;
}
.card-tecnicas .card-tecnicas__body .tecni-bar__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-tecnicas .card-tecnicas__body .tecni-bar__values .tecni-bar__values-item {
  font-size: 14px;
}
.card-tecnicas .card-tecnicas__body .tecni-bar__values-item-descripcion {
  padding-top: 30px;
}
.card-tecnicas .card-tecnicas__body .tecni-bar__values-item-descripcion p {
  font-size: 15px;
}

/**********************

Producto mosquiteros

**********************/
.titulos-mosquiteros-center {
  text-align: center;
}

.descripcion-mosquiteros {
  padding-bottom: 20px;
  text-align: center;
}

.textos-mosquiteros-center {
  text-align: center;
}

/**********************

Producto Persianas europeas

**********************/
.titulos-persianas-europeas-center {
  text-align: center;
}

.descripcion-persianas-europeas {
  padding-bottom: 20px;
  text-align: center;
}

.textos-persianas-europeas-center {
  text-align: center;
}

.iconos-persianas-europeas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.iconos-persianas-europeas img {
  width: 80px;
  height: 80px;
  padding: 5px;
  background-color: #53BB5C;
}

/**********************

Producto Vidrio templado

**********************/
.textos-vidrio-templado-center {
  text-align: center;
}

.textos-vidrio-templado {
  text-align: left;
}

.vidrio-templado__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 30px;
  margin-top: 30px;
}
.vidrio-templado__logos img {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .vidrio-templado__logos img {
    width: 80px;
  }
}

.swiper-slide-contenedor-galeria-vidrio-templado {
  margin-top: 30px;
}

/***************************

Contacto

***************************/
.formulario {
  width: 500px;
  height: auto;
  border-radius: 10px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .formulario {
    width: 100%;
  }
}
.formulario .formulario__descripcion {
  margin-bottom: 20px;
}

input {
  background-color: #fbfbfb;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ab4493;
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

textarea {
  background-color: #fbfbfb;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ab4493;
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
}

label {
  display: block;
  float: center;
}
label span {
  color: #ab4493;
}

::-webkit-input-placeholder {
  color: #a8a8a8;
}

::-webkit-textarea-placeholder {
  color: #a8a8a8;
}

.formulario input:focus {
  outline: 0;
  border: 1px solid #53BB5C;
}

.formulario textarea:focus {
  outline: 0;
  border: 1px solid #53BB5C;
}

.contenido-mapa iframe {
  width: 100%;
  height: 400px;
}

.contenido-info-contacto {
  position: relative;
}
.contenido-info-contacto .contenido-info-contacto__item {
  margin-bottom: 40px;
}
.contenido-info-contacto .contenido-info-contacto__item .contacto__item-titulo {
  margin-bottom: 10px;
}
.contenido-info-contacto .contenido-info-contacto__item .contacto__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.contenido-info-contacto .contenido-info-contacto__item .contacto__item-info a {
  text-decoration: none;
}

.titulos-contactos {
  margin-bottom: 30px;
}

/*# sourceMappingURL=main.css.map */