/* default css */
:root{
  --color-princ:#549f22;
  --color-sec:#ff4800;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top: 2rem;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
}
.img-fluid{width: 100%; height: auto;}
.img-kit{max-width: 470px;}
.imgRolloPrincipal{max-width: 470px;}
.p-relative{position: relative;}
.text-center{text-align: center;}
.txBlanco{color:#fff;}
.txCaracteristicas{
  font-weight: 700;
  font-size: calc(1.5em + 1vw);
  line-height: calc(1em + 1vw);
}
.mb-15{margin-bottom: 15px;}
.scrolling{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.chevron, .chevronB {
  position: absolute;
  width: 2.1rem;
  height: 0.28rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child, .chevronB:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2), .chevronB:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: var(--color-princ);
}
.chevronB:before,
.chevronB:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before, .chevronB:before {
  left: 0;
  transform: skewY(30deg);
}
.chevron:after, .chevronB:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.btn {
  color: #843305;
  font-size: 1.5em;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 28px;
  box-shadow: 0px 1px 3px #666666;
  border: solid #843305 4px;
  background: #fff;
}
.btn:hover {
  background: #843305;
  color: #ffffff;
}
.btnFT {
  color:#fff;
  font-size: calc(1em + 1vw);
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 28px;
  box-shadow: 0px 1px 3px #666666;
  border: solid var(--color-sec) 4px;
  background: var(--color-sec);
  margin-top: 2rem;
}
.btnFT:hover {
  color:var(--color-sec);
  background: #fff;
}
.btnEnviarFRM{
  color: var(--color-princ);
  font-size: 1em;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 28px;
  border: solid var(--color-princ) 2px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  margin-bottom:120px;
}
.btnCotizar {
  color: #fff;
  font-size: 1.2em;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 0 0 15px 15px;
  background: var(--color-princ);
  border: 1px #fff;
  border-style: none solid solid;
}
.hideMov{display:none;}

/* default css */
/* Navegación */
.container {
  margin: 0 auto;
}
.page-header {
  height: 60px;
  min-height: 60px;
  background: #fff;
  position: sticky;
  top:0px;
  z-index: 1;
  -webkit-box-shadow: 0px 11px 18px -8px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 11px 18px -8px rgba(0,0,0,0.18);
box-shadow: 0px 11px 18px -8px rgba(0,0,0,0.18);
}
.page-header .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.logo{
  margin-left: 18px;
}
.logo a {
  width: 50px;
  height: 50px;
}

.nav--page-header {
  display: flex;
  flex-flow: column nowrap;
  flex: 100%;
  transition: height, margin 0.3s ease;
  z-index: 1;
  height: 0px;
  overflow: hidden;
}
.nav--open {
  height: auto;
  margin-top: -3px;
  border-top: 3px solid var(--color-princ);
  background: #fff;
  padding: 1rem;
}
.nav__link {
  margin: 20px 20px 0;
  color: var(--color-princ);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.5s ease;
}
.nav__link:hover {
  color: #111;
}
/* Boton Navegacion */
.nav-btn {
  width: 40px;
  height: 25px;
  position: relative;
  margin-left: auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 2;
  margin-top: 18px;
  margin-right: 18px;
}
.nav-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-btn span:nth-child(1) {
  top: 0px;
}
.nav-btn span:nth-child(2),
.nav-btn span:nth-child(3) {
  top: 10px;
}
.nav-btn span:nth-child(4) {
  top: 20px;
}
.nav-btn.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.nav-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-btn.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
/* ./Navegacion */
/* bcktop */
button#back2top{
  position: fixed;
  right: 4%;
  bottom: 2%;
  opacity: 0;
  visibility: hidden;
  /*For better looking button*/
  font-family: sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  background-color: var(--color-princ);
  border: solid 1px #fff;
  outline: none;
  cursor: pointer;
  padding: 10px 18px;
  margin: 0;
  border-radius: 10px;
}
/* bcktop */
/* Opc Flexbox */
.d-flex{ display: flex; }
.justify-content-center{justify-content: center;}
.flex-direction-column{flex-direction: column;}
.flex-direction-row{flex-direction: row;}
.align-items-center{ align-items: center; }
.align-items-end{ align-items: end; }
.pb-30px{padding-bottom:30px;}
.mb-1r{margin-bottom: 1rem;}
/* Opc Flexbox */
.fw-regular{font-weight: 400;}
.fw-bold{font-weight: bold;}

section:first-of-type{
  width: 100%;
  max-width: 1920px;
  height: calc(100vh - 60px);
}
section{
  width: 100%;
  max-width: 1920px;
  height: 100vh;
}
.contSecciones{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 80% 10%;
  justify-items: center;
  margin: 0 auto;
}
.contSecciones div{
  max-width: 1440px;

}
/* Principal */
.principal{
  width: 100%;
  max-width: 1920px;
  display: grid;
  gap: 0.75rem;
  padding: 0.62rem;
  grid-template-areas:"video"
                      "texto";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr ;
}
.video{ grid-area: video; }
.texto{ grid-area: texto; }
.col-2{
  display: flex;
  gap: 0.75rem;
  padding: 0.62rem;
  flex-direction: column;
}
.bg{
  width: 100%;
  height: auto;
}
.contTituloPrincipal h2{
  text-align: center;
  font-size: calc(1.5em + 1vw);
  line-height: calc(1.1em + 1vw);
}.mt2em{
  margin-top: 2em;
}
h2 span{
  color: var(--color-princ);
}
.Principal h1{
  text-align: center;
  font-size: calc(1rem + 1vw);
  line-height: calc(1.2rem + 1vw); ;
  margin: 1rem 0 1rem 0;
}
.contTituloPrincipal p{
  text-align: center;
  font-size: calc(1rem + 1vw);
  line-height: calc(1.2rem + 1vw);
  /*margin: 1rem 0 1rem 0;*/
}
.txVerde{color:var(--color-princ);}
/* Principal */
/* CONTENIDO SECUNDARIO */
  /*SECCION KIT */
  .kit{
    display:grid;
    grid-template-areas:"txRecomendado"
                        "imgKit"
                        "titKit";
    grid-template-columns: 1fr;
    grid-template-rows: 15% 60% 20%;
  }
  .txRecomendado{
    grid-area: txRecomendado;
    color:var(--color-princ);
    font-size: calc(1.2em + 1vw);
    line-height: calc(1.1em + 1vw);
    font-weight: 800;
    text-align: center;
  }
  .imgKit{
    grid-area: imgKit;
    padding: min(300px, 4rem );
  }
  .titKit{
    grid-area: titKit;
  }
  /*SECCION KIT */
  /*SECCION CARACTERISTICAS */
  .bgOscuro{background-color:var(--color-princ)}
  .car-1{
    display: grid;
    grid-template-areas: "txConoce"
                         "imgPuntos";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 3fr;
  }
  .txConoce{
    grid-area: txConoce;
    color: #fff;
    font-size: calc(1.5em + 1vw);
    line-height: calc(1.1em + 1vw);
    font-weight: 800;
    text-align: center;
    padding-top:60px;
  }
  .imgPuntos{
    /*
    grid-area: imgPuntos;
    display: grid;
    grid-template-columns: 40px 300px 300px 300px 40px;
    
    position: relative;
    */
    grid-area: imgPuntos;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    justify-content: start;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .norma{
    grid-area: norma;
    color: #fff;
    font-size: calc(1.2rem + 1vw);
    line-height: calc(1.2rem + 1vw);
  }
  .c-izq, .c-der{
    width: 40px;
    height: 100%;
    position: absolute;
    cursor: pointer;
  }
  .c-izq:hover, .c-der:hover{background: rgba(0,0,0,0.5);}
  .c-izq{ top: 0; left: 0; position: sticky;}
  .c-der{ top: 0; right: 0; position: sticky;}
  .sldPuntos{
    display: grid;
    grid-template-columns: repeat(3,100%);
    grid-template-rows: 1fr;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    
  }
  .divisor{border-bottom: 1px solid #b2601a;}
  .sldPuntos .item{
    width: 100%;
    max-width: 400px;
    height: 95%;
    scroll-snap-align: center;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sldPuntos::-webkit-scrollbar, .imgPIndustria::-webkit-scrollbar, .sld::-webkit-scrollbar {
    display: none;
  }
  /*SECCION CARACTERISTICAS */
  /*  seccion Ance*/
  .ance{
    display: grid;
    grid-template-areas: "titAnce"
                         "imgAnce"
                         "btnAnce"
    ;
  }
  .titAnce{
    grid-area: titAnce;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .imgAnce{
    grid-area: imgAnce;
    padding: 2em;
  }
  .btnAnce{
    grid-area: btnAnce;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .titAnce p{
    font-size: calc(1.8rem + 1vw);
    line-height: calc(2rem + 1vw);
    font-weight: 700;
    color: #843305;
  }
  /* seccion Ance */
   /* seccion presentaciones slide */
   .presBox{
    display: grid;
    grid-template-areas: "titPres"
                         "boxSldPres";
    grid-template-columns: 100%;
    grid-template-rows: 20% 80%;
  }
  .titPres{
    grid-area: titPres;
  }
  .titPres h2{
    text-align: center;
    font-size: calc(2rem + 1vw);
    line-height: calc(2.2rem + 1vw); ;
    color: var(--color-princ);
  }
  .titPres p{
    text-align: center;
    color: var(--color-princ);
    font-size: calc(1rem + 1vw);
    line-height: calc(1.2rem + 1vw);
  }
  .boxSldPres{
    grid-area: boxSldPres;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
  }
  
  .sld{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding:10px;
  }
  .ant, .sig, .antPuntos, .sigPuntos {
    height: 100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btnAntSld, .btnSigSld {
    width:28px;
    height: 50px;
    cursor: pointer;
    background-image:url(../imagenes/flecha-naranja.webp);
		background-repeat:no-repeat;
  }
  .btnAntSldCar, .btnSigSldCar {
    width:28px;
    height: 50px;
    cursor: pointer;
    background-image:url(../imagenes/flecha-blanca.webp);
		background-repeat:no-repeat;
  }
  .btnAntSld, .btnAntSldCar{
    background-position: 0% 0%;
  }
  .btnSigSld, .btnSigSldCar {
    background-position: 100% 0%;
  }
  .sld .item{
    height: 95%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 1px 0px 9px 2px rgba(0,0,0,0.12);
    -webkit-box-shadow: 1px 0px 9px 2px rgba(0,0,0,0.12);
    -moz-box-shadow: 1px 0px 9px 2px rgba(0,0,0,0.12);
    scroll-snap-align: center;
    padding: 12% 15px 15px 15px;
  }
  .item .nproducto, .item .clave{
    color: var(--color-princ);
    font-size: calc(1em + 1vw);
    line-height: calc(1.2em + 1vw);
  }
  .item .guia{
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
    color: var(--color-princ);
  }
  .item .medida, .item .metros{
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 700;
    color: #000;
  }
   /* seccion presentaciones slide */
   /* contacto */
   .boxContacto{
    display:grid;
    grid-template-areas: "imgRollo"
                         "boxTxContacto"
    ;
   }
   .boxTxContacto{
     grid-area: boxTxContacto;
     color:#ffffff;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
   }
   .imgRollo{
    grid-area: imgRollo;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .titCont{
    font-size: calc(2.1em + 1vw);
    line-height: calc(1.3em + 1vw);
    font-weight: 800;
  }
  .contNorm{
    font-size: calc(1rem + 1vw);
    line-height: calc(1em + 1vw);
  }
  .numTel{
    font-size: calc(1rem + 1vw);
    line-height: calc(1rem + 1vw);
    font-weight: 800;
    text-decoration:none;
    color: #fff;;
  }
   /* contacto */
   /* form */
  .overlay{
    width:100vw;
    height: 100vh;
    z-index:2;
    background: rgba(0,0,0,0.95);
    position:fixed;
    top:-100vh;
    left:0vw;
    transition: all 200ms ease-in;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .ovhidden{
    overflow: hidden;
  }
  .frmBox{
    width: 90%;
    max-width: 600px;
    height:100%;
    border-radius: 20px;
    background: #ffffff;
    position:relative;
    padding: 0.5em;
    overflow-y: auto;
  }
  .btnCerrarFrm{
    position:absolute;
    right: 12px;
    top:12px;
    width: 30px;
    height: 30px;
    border:solid 2px var(--color-princ);
    border-radius: 50%;
    cursor: pointer;
  }
  .btnCerrarFrm::before,
  .btnCerrarFrm::after{
    position: absolute;
    left: 12px;
    top:2px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: var(--color-princ);
  }
  .btnCerrarFrm::before{transform:rotate(45deg); transition: all 100ms ease;}
  .btnCerrarFrm::after{transform:rotate(-45deg); transition: all 100ms ease;}
  .btnCerrarFrm::before:hover{
    transform:rotate(-45deg);
  }
  .btnCerrarFrm::after:hover{
    transform:rotate(45deg)
  }
  .boxBtnCotizar{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: fixed;
    top:60px;
    left:0px;
  }
  .frmBox h2{
    font-size: calc(1em + 1vw);
    margin: 20px 0 20px 0;
    color:var(--color-princ); /* #F4B200;*/
    font-weight: 800;
  }
  .frmCotizacion input, .frmCotizacion textarea, .frmCotizacion select{
    width: 100%;
    display: block;
    border-radius: 10px;
    font-size: 18px;
    margin:5px 0 25px 0;
    padding-left: 5px;
    border-width: 1px;
  }
  .frmCotizacion .hnpt{
    display: none;
  }
  .frmCotizacion>label{
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 700;

  }
  .frmCotizacion input, .frmCotizacion select{
    height: 35px;
  }
  .frmCotizacion textarea{
    height: 15vh;
  }
  .error{
    display: none;
    font-size: 12px;
    color:#ff0000;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .msjGeneral{
    display: none;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .noValido{
    color:#ff0000;
  }
  .valido{
    color: #60F200;
  }
  
  .encabezadoMedidas, .cuerpoMedidas{
    width:100%;
    display:grid;
    grid-template-columns:80% 20%;
  }
  .encabezadoMedidas{margin-top: 15px; grid-template-rows: auto;}
  .cuerpoMedidas{
    grid-template-rows: repeat(4, 45px);
  }
  input[type="checkbox"]{
    width: 20px;
    height: 20px;
    display:inline;
  }
  input[type="number"]{
    width: 90%;
    display:inline;
  }
  .lblCotizacion{
    font-weight: normal;
  }
  .boxRollos{
    visibility:hidden;
    height:0px;
    overflow:hidden;
    transition:0.5s;
  }
  .visible {
    visibility:visible;
    height:auto;
  }
   /* form */
/* CONTENIDO SECUNDARIO */  

/* tabletas y escritorio */
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .principal{
    display: grid;
    gap: 0.75rem;
    padding: 0.62rem;
    grid-template-areas: "texto video";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .nav-btn {
    display: none;
  }
  .nav--page-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
    margin: auto;
    transition: height, margin 0.3s ease;
    z-index: 1;
  }
  .nav--open {
    height: auto;
    margin: auto;
    border: none;
  }
  .nav__link {
    margin: 3px 10px;
  }
  .page-header {
    background: #fff;
    top: 0px;
  }
  .page-header .container {
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .btnEnviarFRM{
    margin-bottom: 0px;
  }
  .contTituloPrincipal h2{
    text-align: left;
    font-size: calc(2.2em + 1vw);
    line-height: calc(1em + 1vw);
  }
  .contTituloPrincipal p{
    text-align: left;
  }
  /* contenido secundario */
  /*seccion kit */
  .kit{
    display:grid;
    grid-template-areas:"txRecomendado txRecomendado"
                        "imgKit titKit";
    grid-template-columns: 1fr 1fr;
    grid-template-rows:  1fr 1fr;
    padding: 0.62rem;
  }
  /*seccion kit */
  .sldPuntos{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
  }
  .mwimgCaracteristicas{
    max-width: 300px;
  }
  /* seccion presentaciones slide */
  .sld{
    grid-template-columns: repeat(6, 340px);
    scroll-snap-type: x mandatory;
    padding:10px;
  }
  .sld .item{
    height: 90%;
  }
  .btnFT {
    font-size: calc(0.41em + 1vw);
  }
  .txCaracteristicas{
    font-weight: 700;
    font-size: calc(1em + 1vw);
    line-height: calc(1em + 1vw);
    padding: 0 1em;
  }
  /* seccion presentaciones slide */
  /* Contacto */
  .boxContacto{
    grid-template-areas: "imgRollo boxTxContacto";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .boxTxContacto{
    align-items: start;
  }
  /* Contacto */
  /* contenido secundario */
}
@media screen and (min-width:1120px) {
  .imgPuntos{
    grid-area: imgPuntos;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .antPuntos, .sigPuntos{display: none;}
  .imgPIndustria{
    grid-area: imgPIndustria;
    display: grid;
    grid-template-columns: 300px 300px 300px;
    justify-content: center;
    position: relative;
  }
  .c-izq, .c-der{display: none;}
  
}
/* tabletas y escritorio */
